Searched refs:big (Results 1 - 25 of 223) sorted by relevance

123456789

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dwinline-3.c4 void big (void);
7 big();
8 big();
9 big();
10 big();
11 big();
12 big();
13 big();
14 big();
15 big();
[all...]
H A Dwinline-6.c4 void big (void);
7 big();
8 big();
9 big();
10 big();
11 big();
12 big();
13 big();
14 big();
15 big();
[all...]
H A Dwinline-5.c4 void big (void);
7 big();
8 big();
9 big();
10 big();
11 big();
12 big();
13 big();
14 big();
15 big();
[all...]
H A Dwinline-7.c6 void big (void);
H A Dpr35701.c8 unsigned int big:31; member in struct:_my_struct_t
15 msp->big = bi; /* { dg-warning "conversion" } */
22 msp->big = bi & 0x7fffffffU;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000121-1.c1 void big(long long u) { } function
5 big(*id);
6 big(a);
7 big(b);
H A D930406-1.c5 char big[STACK_SIZE/2]; local
7 char big[0x1000]; local
H A Dpr20621-1.c3 struct big { int i[sizeof (int) >= 4 && sizeof (void *) >= 4 ? 0x4000 : 4]; }; struct
4 struct big gb;
5 int foo (struct big b, int x) { return b.i[x]; }
H A Dva-arg-4.c8 } big; typedef in typeref:struct:__anon1848
11 f (big x, char *s, ...)
29 static big x = { "abc" };
H A Dipa-sra-2.c2 struct big struct
14 struct big big; member in union:both
26 r = agg->big.data[999999];
H A Dpr23135.c28 verify (siint a1, siint a2, siint b1, siint b2, big_t big) argument
38 big_t big; local
44 verify (res.i[0], res.i[1], 160, 113, big);
49 verify (res.i[0], res.i[1], 1500, 1300, big);
101 verify (res.i[0], res.i[1], 15, 7, big);
106 verify (res.i[0], res.i[1], 2, 4, big);
111 verify (res.i[0], res.i[1], 158, 109, big);
116 verify (res.i[0], res.i[1], 156, 105, big);
120 verify (res.i[0], res.i[1], -150, -100, big);
124 verify (res.i[0], res.i[1], -151, -101, big);
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/
H A Dmmcount-ra-address-3.c8 int big[50000]; local
9 return foo (big) + 2;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr64114.c7 struct big struct
12 extern void bar (struct big b);
14 struct big
17 struct big b;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Darray_constructor_12.f906 integer (kind = 8), parameter :: big = 10000000000_8 variable in program:main
13 l8 = big
14 u8 = big * 20
15 step8 = big
18 u8 = big + 100
19 l8 = big
23 u8 = big * 40
24 l8 = big * 20
25 step8 = -big * 2
28 u8 = big
[all...]
H A Dsms-1.f908 integer (kind = 8), parameter :: big = 10000000000_8 variable in program:main
10 u8 = big * 40 + 200
12 step8 = -big
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/pool_allocator/
H A Dallocate_chunk.cc29 struct big struct
49 __pool_alloc<big> alloc_big;
55 for (unsigned int i = 0; i < 20 * sizeof(big) / sizeof(small) + 1; ++i)
/haiku-buildtools/binutils/gas/testsuite/gas/sh/
H A Derr-be.s3 ! { dg-error "-big required" "" { target sh*-*-elf } 0 }
5 ! Check that a mismatch between command-line options and the .big
8 .big
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/sh/
H A Derr-be.s3 ! { dg-error "-big required" "" { target sh*-*-elf } 0 }
5 ! Check that a mismatch between command-line options and the .big
8 .big
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dpr54009.c11 struct big { struct
16 extern struct big x;
/haiku-buildtools/binutils/ld/testsuite/ld-arm/
H A Dreloc-boundaries.d2 [^:]*: file format elf32-(little|big)arm.*
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/ken/
H A Dconvert.go23 type big float64 type
27 val big
207 w := big(0) // output value
221 i8 = int8(v); i8 = int8(i8); w = big(i8)
223 i8 = int8(v); u8 = uint8(i8); w = big(u8)
225 i8 = int8(v); i16 = int16(i8); w = big(i16)
227 i8 = int8(v); u16 = uint16(i8); w = big(u16)
229 i8 = int8(v); i32 = int32(i8); w = big(i32)
231 i8 = int8(v); u32 = uint32(i8); w = big(u32)
233 i8 = int8(v); i64 = int64(i8); w = big(i6
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dpidigits.go43 "math/big"
50 tmp1 = big.NewInt(0)
51 tmp2 = big.NewInt(0)
52 tmp3 = big.NewInt(0)
53 y2 = big.NewInt(0)
54 bigk = big.NewInt(0)
55 numer = big.NewInt(1)
56 accum = big.NewInt(0)
57 denom = big.NewInt(1)
58 ten = big
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/mt_allocator/
H A Dcheck_allocate_big_per_type.cc25 struct big { char array[256]; }; struct
32 typedef big value_type;
46 std::memset((void*)p1, 0, sizeof(big) * 64);
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dbinop.s5 ; Some fairly big pseudorandom numbers we don't want to compute
H A Dunop.s5 ; Some fairly big pseudorandom numbers we don't want to compute

Completed in 325 milliseconds

123456789