Searched refs:LL (Results 26 - 50 of 376) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/
H A Dgnuc99.c9 #if 1LL
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid128_2_str_tables.c26 UINT64 Twoto60_m_10to18 = 152921504606846976LL;
28 UINT64 Inv_Tento9 = 2305843009LL; /* floor(2^61/10^9) */
141 0LL, 0LL, 0LL, 576460752303423488LL,
143 1LL, 152921504606846976LL, 1LL, 729382256910270464LL,
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dc99-intconst-2.c6 #if 9223372036854775808LL /* { dg-error "integer constant is so large that it is unsigned" } */
7 unsigned long long l = 9223372036854775808LL; /* { dg-error "integer constant is so large that it is unsigned" } */
H A Dlong-long-compare-1.c33 if (n < -1LL)
40 if (n < -2LL)
47 if (test2n (-1LL))
50 if (test2n (-2LL))
53 if (test2n (0LL))
56 if (test2n (1LL))
59 if (test2n (2LL))
62 if (test1n (-1LL))
65 if (!test1n (-2LL))
68 if (test1n (0LL))
[all...]
H A Dpr40861.c6 return (1LL >> 128 * i) && i;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dpr43528.c5 struct S { int i[(1LL << 60) - 1]; };
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Ddivconst-3.c4 return x / 10000000000LL;
9 if (f (10000000000LL) != 1 || f (100000000000LL) != 10)
H A Dpr19606.c11 return ((unsigned int) (signed int) a) / 2LL;
17 return ((unsigned int) (signed int) a) % 5LL;
26 if (r != ((unsigned int) (signed int) (signed char) -4) / 2LL)
30 if (r != ((unsigned int) (signed int) (signed char) -4) % 5LL)
H A D20000717-2.c4 if (foo < 4294967297LL)
9 compare (8589934591LL);
H A D920829-1.c1 long long c=2863311530LL,c3=2863311530LL*3;
H A D20011126-1.c11 s = -2147483648LL;
13 s = 2147483647LL;
H A D920604-1.c11 mod (1LL, 2LL);
H A Dpr30185.c19 a.b = 32LL;
20 b.b = 4LL;
21 if (foo (a, b).b != 8LL)
23 a.b = -8LL;
24 b.b = -2LL;
25 if (foo (a, b).b != 4LL)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Ddivconst-3.c4 return x / 10000000000LL;
9 if (f (10000000000LL) != 1 || f (100000000000LL) != 10)
H A D20000717-2.c4 if (foo < 4294967297LL)
9 compare (8589934591LL);
H A D920829-1.c1 long long c=2863311530LL,c3=2863311530LL*3;
H A D20011126-1.c11 s = -2147483648LL;
13 s = 2147483647LL;
H A D920604-1.c11 mod (1LL, 2LL);
H A Dpr30185.c19 a.b = 32LL;
20 b.b = 4LL;
21 if (foo (a, b).b != 8LL)
23 a.b = -8LL;
24 b.b = -2LL;
25 if (foo (a, b).b != 4LL)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D920502-2.c1 x(c){1LL<<c;}
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D920502-2.c1 x(c){1LL<<c;}
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dpr19768.C2 // tree DSE was removing one store to LL.currentLevel
14 extern LeveLogger LL;
18 { LL.currentLevel = 1; }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A Dpr13358-2.C1 // PR c++/13358: g++ should accept a long long constant sans LL suffix
22 x2 = 1956772631100509574LL; // { dg-error "long long" }
23 x3 = 0154476645345674746606LL; // { dg-error "long long" }
H A Dpr13358-3.C1 // PR c++/13358: g++ should accept a long long constant sans LL suffix
22 x2 = 1956772631100509574LL;
23 x3 = 0154476645345674746606LL;
H A Dpr13358-4.C1 // PR c++/13358: g++ should accept a long long constant sans LL suffix
22 x2 = 1956772631100509574LL; // { dg-warning "long long" }
23 x3 = 0154476645345674746606LL; // { dg-warning "long long" }

Completed in 269 milliseconds

1234567891011>>