Searched refs:LL (Results 1 - 25 of 362) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Darm64-inline-asm.c5 asm volatile("USE(%0)" :: "z"(0LL));
6 asm volatile("USE(%x0)" :: "z"(0LL));
H A Dconst-eval-64.c7 EVAL_EXPR(1, ((char*)-1LL) + 1 == 0 ? 1 : -1)
8 EVAL_EXPR(2, ((char*)-1LL) + 1 < (char*) -1 ? 1 : -1)
H A Darray-size-64.c9 typedef char a[1LL<<61]; // expected-error {{array is too large}}
/external/compiler-rt/test/builtins/Unit/
H A Dmuldi3_test.c42 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...]
H A Dmulvdi3_test.c44 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...]
H A Dmulodi4_test.c47 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,
[all...]
H A Dmulti3_test.c59 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...]
H A Dmulvti3_test.c61 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...]
H A Dmuloti4_test.c81 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,
[all...]
/external/clang/test/Parser/
H A Dextension.c17 __extension__ (j = 10LL);
18 __extension__ j = 10LL; /* expected-warning {{'long long' is an extension}} */
/external/clang/test/Preprocessor/
H A Dexpr_usual_conversions.c3 #define INTMAX_MIN (-9223372036854775807LL -1)
/external/clang/test/Lexer/
H A Dlong-long.cpp21 #if 1 > 2LL
/external/clang/test/SemaCXX/
H A Dwarn-c++11-extensions.cpp4 -42LL; // expected-warning {{'long long' is a C++11 extension}}
/external/chromium_org/ui/base/text/
H A Dbytes_formatting_unittest.cc20 {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<<6
[all...]
/external/valgrind/main/cachegrind/tests/
H A Dchdir.stderr.exp15 LL refs:
16 LL misses:
17 LL miss rate:
H A Ddlclose.stderr.exp15 LL refs:
16 LL misses:
17 LL miss rate:
H A Dnotpower2.stderr.exp15 LL refs:
16 LL misses:
17 LL miss rate:
H A Dwrap5.stderr.exp15 LL refs:
16 LL misses:
17 LL miss rate:
/external/valgrind/main/cachegrind/tests/x86/
H A Dfpu-28-108.stderr.exp15 LL refs:
16 LL misses:
17 LL miss rate:
/external/libcxx/test/utilities/ratio/ratio.ratio/
H A Dratio.pass.cpp40 test<0x7FFFFFFFFFFFFFFFLL, 127, 72624976668147841LL, 1>();
41 test<-0x7FFFFFFFFFFFFFFFLL, 127, -72624976668147841LL, 1>();
42 test<0x7FFFFFFFFFFFFFFFLL, -127, -72624976668147841LL, 1>();
43 test<-0x7FFFFFFFFFFFFFFFLL, -127, 72624976668147841LL, 1>();
/external/clang/test/CodeGen/
H A Dconstant-comparison.c6 int *c2 = 3 != 3LL ? &b : &a;
/external/valgrind/main/callgrind/tests/
H A Dnotpower2-hwpref.stderr.exp18 LL refs:
19 LL misses:
20 LL miss rate:
H A Dnotpower2-use.stderr.exp18 LL refs:
19 LL misses:
20 LL miss rate:
H A Dnotpower2-wb.stderr.exp18 LL refs:
19 LL misses:
20 LL miss rate:
H A Dnotpower2.stderr.exp18 LL refs:
19 LL misses:
20 LL miss rate:

Completed in 730 milliseconds

1234567891011>>