/external/clang/test/Sema/ |
arm64-inline-asm.c | 5 asm volatile("USE(%0)" :: "z"(0LL)); 6 asm volatile("USE(%x0)" :: "z"(0LL));
|
const-eval-64.c | 7 EVAL_EXPR(1, ((char*)-1LL) + 1 == 0 ? 1 : -1) 8 EVAL_EXPR(2, ((char*)-1LL) + 1 < (char*) -1 ? 1 : -1)
|
array-size-64.c | 9 typedef char a[1LL<<61]; // expected-error {{array is too large}}
|
/external/compiler-rt/test/builtins/Unit/ |
muldi3_test.c | 42 if (test__muldi3(0, 81985529216486895LL, 0)) 44 if (test__muldi3(81985529216486895LL, 0, 0)) 55 if (test__muldi3(0, -81985529216486895LL, 0)) 57 if (test__muldi3(-81985529216486895LL, 0, 0)) 66 if (test__muldi3(1, 81985529216486895LL, 81985529216486895LL)) 68 if (test__muldi3(81985529216486895LL, 1, 81985529216486895LL)) 77 if (test__muldi3(1, -81985529216486895LL, -81985529216486895LL)) [all...] |
mulvdi3_test.c | 44 if (test__mulvdi3(0, 81985529216486895LL, 0)) 46 if (test__mulvdi3(81985529216486895LL, 0, 0)) 57 if (test__mulvdi3(0, -81985529216486895LL, 0)) 59 if (test__mulvdi3(-81985529216486895LL, 0, 0)) 68 if (test__mulvdi3(1, 81985529216486895LL, 81985529216486895LL)) 70 if (test__mulvdi3(81985529216486895LL, 1, 81985529216486895LL)) 79 if (test__mulvdi3(1, -81985529216486895LL, -81985529216486895LL)) [all...] |
mulodi4_test.c | 47 if (test__mulodi4(0, 81985529216486895LL, 0, 0)) 49 if (test__mulodi4(81985529216486895LL, 0, 0, 0)) 60 if (test__mulodi4(0, -81985529216486895LL, 0, 0)) 62 if (test__mulodi4(-81985529216486895LL, 0, 0, 0)) 71 if (test__mulodi4(1, 81985529216486895LL, 81985529216486895LL, 0)) 73 if (test__mulodi4(81985529216486895LL, 1, 81985529216486895LL, 0)) 82 if (test__mulodi4(1, -81985529216486895LL, -81985529216486895LL, 0) [all...] |
multi3_test.c | 59 if (test__multi3(0, 81985529216486895LL, 0)) 61 if (test__multi3(81985529216486895LL, 0, 0)) 72 if (test__multi3(0, -81985529216486895LL, 0)) 74 if (test__multi3(-81985529216486895LL, 0, 0)) 83 if (test__multi3(1, 81985529216486895LL, 81985529216486895LL)) 85 if (test__multi3(81985529216486895LL, 1, 81985529216486895LL)) 94 if (test__multi3(1, -81985529216486895LL, -81985529216486895LL)) [all...] |
mulvti3_test.c | 61 if (test__mulvti3(0, 81985529216486895LL, 0)) 63 if (test__mulvti3(81985529216486895LL, 0, 0)) 74 if (test__mulvti3(0, -81985529216486895LL, 0)) 76 if (test__mulvti3(-81985529216486895LL, 0, 0)) 85 if (test__mulvti3(1, 81985529216486895LL, 81985529216486895LL)) 87 if (test__mulvti3(81985529216486895LL, 1, 81985529216486895LL)) 96 if (test__mulvti3(1, -81985529216486895LL, -81985529216486895LL)) [all...] |
muloti4_test.c | 81 if (test__muloti4(0, 81985529216486895LL, 0, 0)) 83 if (test__muloti4(81985529216486895LL, 0, 0, 0)) 94 if (test__muloti4(0, -81985529216486895LL, 0, 0)) 96 if (test__muloti4(-81985529216486895LL, 0, 0, 0)) 105 if (test__muloti4(1, 81985529216486895LL, 81985529216486895LL, 0)) 107 if (test__muloti4(81985529216486895LL, 1, 81985529216486895LL, 0)) 116 if (test__muloti4(1, -81985529216486895LL, -81985529216486895LL, 0) [all...] |
/external/clang/test/Parser/ |
extension.c | 17 __extension__ (j = 10LL); 18 __extension__ j = 10LL; /* expected-warning {{'long long' is an extension}} */
|
/external/clang/test/Preprocessor/ |
expr_usual_conversions.c | 3 #define INTMAX_MIN (-9223372036854775807LL -1)
|
/external/clang/test/Lexer/ |
long-long.cpp | 21 #if 1 > 2LL
|
/external/clang/test/SemaCXX/ |
warn-c++11-extensions.cpp | 4 -42LL; // expected-warning {{'long long' is a C++11 extension}}
|
/external/chromium_org/ui/base/text/ |
bytes_formatting_unittest.cc | 20 {10LL*1024*1024*1024, DATA_UNITS_GIBIBYTE}, 21 {10LL*1024*1024*1024*1024, DATA_UNITS_TEBIBYTE}, 22 {~(1LL<<63), DATA_UNITS_PEBIBYTE}, 51 {10LL*1024*1024*1024, DATA_UNITS_GIBIBYTE, "10.0", "10.0 GB"}, 52 {99LL*1024*1024*1024, DATA_UNITS_GIBIBYTE, "99.0", "99.0 GB"}, 53 {105LL*1024*1024*1024, DATA_UNITS_GIBIBYTE, "105", "105 GB"}, 54 {105LL*1024*1024*1024 + 500LL*1024*1024, DATA_UNITS_GIBIBYTE, 56 {~(1LL<<63), DATA_UNITS_GIBIBYTE, "8,589,934,592", "8,589,934,592 GB"}, 57 {~(1LL<<63), DATA_UNITS_PEBIBYTE, "8,192", "8,192 PB"} [all...] |
/external/libcxx/test/utilities/ratio/ratio.ratio/ |
ratio.pass.cpp | 40 test<0x7FFFFFFFFFFFFFFFLL, 127, 72624976668147841LL, 1>(); 41 test<-0x7FFFFFFFFFFFFFFFLL, 127, -72624976668147841LL, 1>(); 42 test<0x7FFFFFFFFFFFFFFFLL, -127, -72624976668147841LL, 1>(); 43 test<-0x7FFFFFFFFFFFFFFFLL, -127, 72624976668147841LL, 1>();
|
/development/ndk/platforms/android-3/arch-arm/include/machine/ |
limits.h | 59 #define LONGLONG_MIN (-9223372036854775807LL-1) 60 #define LONGLONG_MAX 9223372036854775807LL
|
/development/ndk/platforms/android-9/arch-mips/include/machine/ |
limits.h | 58 #define LONGLONG_MIN (-9223372036854775807LL-1) 59 #define LONGLONG_MAX 9223372036854775807LL
|
/development/ndk/platforms/android-9/arch-x86/include/machine/ |
limits.h | 59 #define LONGLONG_MIN (-9223372036854775807LL-1) 60 #define LONGLONG_MAX 9223372036854775807LL
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
TimeUtils.cpp | 49 long long iDiff = (now.tv_sec * 1000LL) + now.tv_nsec/1000000LL; 56 long long iDiff = (now.tv_sec * 1000LL) + now.tv_usec/1000LL;
|
/external/clang/test/CodeGen/ |
constant-comparison.c | 6 int *c2 = 3 != 3LL ? &b : &a;
|
2002-07-30-UnionTest.c | 19 A.B = 12301230123123LL;
|
/external/openssl/crypto/des/ |
des_locl.h | 214 #define D_ENCRYPT(LL,R,S) { \ 222 LL^= *(const DES_LONG *)(des_SP +u1); \ 223 LL^= *(const DES_LONG *)(des_SP+0x200+u2); \ 227 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \ 228 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \ 233 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \ 234 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \ 238 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \ 239 LL^= *(const DES_LONG *)(des_SP+0x700+u3); } 242 #define D_ENCRYPT(LL,R,S) { [all...] |
/external/chromium_org/third_party/yasm/source/config/win/ |
stdint.h | 27 #define INT64_C(value) value##LL
|
/external/fio/lib/ |
ieee754.c | 44 significand = fnorm * ((1LL << significandbits) + 0.5f); 64 result = (i & ((1LL << significandbits) - 1)); // mask 65 result /= (1LL << significandbits); // convert back to float 70 shift = ((i >> significandbits) & ((1LL << expbits) - 1)) - bias;
|
/external/chromium_org/sync/internal_api/public/base/ |
node_ordinal_unittest.cc | 17 0LL, 18 1LL, -1LL, 19 2LL, -2LL, 20 3LL, -3LL,
|