代码搜索:notation
找到约 2,214 项符合「notation」的源代码
代码结果 2,214
www.eeworm.com/read/470720/1445551
c init6.c
// Test for default-initialization of POD-structs in functional cast notation.
struct foo { int a[10]; };
int main()
{
foo f = foo();
int r = 0;
for (int i = 0; i < 10; ++i)
r |= f.a[i];
www.eeworm.com/read/470720/1448007
c dtor3.c
// PRMS Id: 5341
// Bug: g++ complains about the explicit destructor notation.
// Build don't link:
#include
void *operator new(size_t Size, void* pThing) { return pThing; };
template
www.eeworm.com/read/470693/1457497
c init6.c
// Test for default-initialization of POD-structs in functional cast notation.
struct foo { int a[10]; };
int main()
{
foo f = foo();
int r = 0;
for (int i = 0; i < 10; ++i)
r |= f.a[i];
www.eeworm.com/read/470693/1459953
c dtor3.c
// PRMS Id: 5341
// Bug: g++ complains about the explicit destructor notation.
// Build don't link:
#include
void *operator new(size_t Size, void* pThing) { return pThing; };
template
www.eeworm.com/read/452691/1652050
readme
ppcboot for a CU824 board
---------------------------
CU824 has two banks of flash 8MB each. In board's notation, bank 0 is
the one at the address of 0xFF800000 and bank 1 is the one at the
address o
www.eeworm.com/read/240162/4580740
c init6.c
// { dg-do run }
// Test for default-initialization of POD-structs in functional cast notation.
struct foo { int a[10]; };
int main()
{
foo f = foo();
int r = 0;
for (int i = 0; i < 10; ++i)
www.eeworm.com/read/233693/4665438
h asn1.h
#ifndef ASN1_H
#define ASN1_H
#ifdef __cplusplus
extern "C" {
#endif
#define PARSE_PACKET 0
#define DUMP_PACKET 1
/*
* Definitions for Abstract Syntax Notation One, ASN.1
* A
www.eeworm.com/read/233448/4673559
c init6.c
// { dg-do run }
// Test for default-initialization of POD-structs in functional cast notation.
struct foo { int a[10]; };
int main()
{
foo f = foo();
int r = 0;
for (int i = 0; i < 10; ++i)
www.eeworm.com/read/233448/4684296
c 20030217-1.c
/* Test whether denormal floating point constants in hexadecimal notation
are parsed correctly. */
/* { dg-do run { target i?86-*-linux* x86_64-*-* } } */
/* { dg-options "-std=c99" } */
long dou
www.eeworm.com/read/222917/4816426
phpt bug24063.phpt
--TEST--
Bug #24063 (serialize() missing 0 after the . on scientific notation)
--INI--
serialize_precision=100
precision=12
--FILE--