Searched refs:INT64_C (Results 1 - 25 of 45) sorted by relevance

12

/external/icu4c/i18n/
H A Dutmscale.c14 #define ticks INT64_C(1)
25 {milliseconds, INT64_C(62135596800000), INT64_C(-984472800485477), INT64_C(860201606885477), INT64_C(-9223372036854774999), INT64_C(9223372036854774999), INT64_C(62135596800001), INT64_C(62135596799999), INT64_C(5000), INT64_C(
[all...]
/external/compiler-rt/test/Unit/ppc/
H A Dfloatditf_test.h8 { INT64_C(0x0000000000000061), 0x1.84p+6, 0x0p+0 },
9 { INT64_C(0xffffffffffffff9e), -0x1.88p+6, 0x0p+0 },
10 { INT64_C(0x0000000000000062), 0x1.88p+6, 0x0p+0 },
11 { INT64_C(0xffffffffffffff9d), -0x1.8cp+6, 0x0p+0 },
12 { INT64_C(0x0000000000000403), 0x1.00cp+10, 0x0p+0 },
13 { INT64_C(0xfffffffffffffbfc), -0x1.01p+10, 0x0p+0 },
14 { INT64_C(0x000000000000040a), 0x1.028p+10, 0x0p+0 },
15 { INT64_C(0xfffffffffffffbf5), -0x1.02cp+10, 0x0p+0 },
16 { INT64_C(0x000000000000040c), 0x1.03p+10, 0x0p+0 },
17 { INT64_C(
[all...]
H A Dfixtfdi_test.c59 { 0x1.fffffffcp30, -0x1.0p-24, INT64_C(0x7ffffffe) },
60 { 0x1.fffffffcp30, 0.0, INT64_C(0x7fffffff) },
61 { 0x1.fffffffcp30, 0x1.0p-24, INT64_C(0x7fffffff) },
62 { 0x1.fffffffffffffp30, -0x1.0p-24, INT64_C(0x7fffffff) },
63 { 0x1.fffffffffffffp30, 0.0, INT64_C(0x7fffffff) },
64 { 0x1.fffffffffffffp30, 0x1.fffffffffffffp-24, INT64_C(0x7fffffff) },
65 { 0x1.0p31, -0x1.fffffffffffffp-24, INT64_C(0x7fffffff) },
66 { 0x1.0p31, 0.0, INT64_C(0x80000000) },
67 { 0x1.0p31, 0x1.fffffffffffffp-24, INT64_C(0x80000000) },
68 { 0x1.0000000000001p31, -0x1.fffffffffffffp-24, INT64_C(
[all...]
/external/icu4c/test/cintltst/
H A Dutmstest.c358 * Console::WriteLine(L" {{ {0}, 1, 1, INT64_C({1}) }},", year, DateTime(year, 1, 1).Ticks);
363 { 100, 1, 1, INT64_C(31241376000000000) },
364 { 100, 3, 1, INT64_C(31292352000000000) },
365 { 200, 1, 1, INT64_C(62798112000000000) },
366 { 200, 3, 1, INT64_C(62849088000000000) },
367 { 300, 1, 1, INT64_C(94354848000000000) },
368 { 300, 3, 1, INT64_C(94405824000000000) },
369 { 400, 1, 1, INT64_C(125911584000000000) },
370 { 400, 3, 1, INT64_C(125963424000000000) },
371 { 500, 1, 1, INT64_C(15746918400000000
[all...]
/external/compiler-rt/lib/ppc/
H A Dfixtfdi.c26 int64_t result = hibits.x & INT64_C(0x000fffffffffffff); /* mantissa(hi) */
27 result |= INT64_C(0x0010000000000000); /* matissa(hi) with implicit bit */
36 int64_t tailMantissa = lobits.x & INT64_C(0x000fffffffffffff);
37 tailMantissa |= INT64_C(0x0010000000000000);
69 return INT64_C(0);
83 int64_t tailMantissa = lobits.x & INT64_C(0x000fffffffffffff);
84 tailMantissa |= INT64_C(0x0010000000000000);
87 tailMantissa = (tailMantissa ^ INT64_C(-1)) + INT64_C(1);
H A Dfixunstfdi.c30 int64_t tailMantissa = lobits.x & INT64_C(0x000fffffffffffff);
31 tailMantissa |= INT64_C(0x0010000000000000);
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h34 #ifndef INT64_C
35 #define INT64_C(x) x ## I64 macro
44 #ifndef INT64_C
45 #define INT64_C(x) x ## LL macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dumachine.h200 # ifndef INT64_C
203 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
206 # define INT64_C(c) c ## LL macro
218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
222 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dumachine.h200 # ifndef INT64_C
203 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
206 # define INT64_C(c) c ## LL macro
218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
222 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
/external/webkit/Source/WebCore/icu/unicode/
H A Dumachine.h200 # ifndef INT64_C
203 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
206 # define INT64_C(c) c ## LL macro
218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
222 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dumachine.h200 # ifndef INT64_C
203 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
206 # define INT64_C(c) c ## LL macro
218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
222 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
/external/chromium/third_party/libjingle/overrides/talk/base/
H A Dbasictypes.h24 #define INT64_C(x) x ## I64 macro
28 #ifndef INT64_C
29 #define INT64_C(x) x ## LL macro
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbasictypes.h55 #ifndef INT64_C
56 #define INT64_C(x) x ## I64 macro
65 #ifndef INT64_C
66 #define INT64_C(x) x ## LL macro
/external/icu4c/common/unicode/
H A Dumachine.h193 # ifndef INT64_C
196 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
199 # define INT64_C(c) c ## LL macro
211 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
215 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
H A Dpwin32.h106 # ifndef INT64_C
107 # define INT64_C(x) ((int64_t)x) macro
/external/icu4c/test/perf/unisetperf/draft/
H A Dbitset.cpp130 b|=~((INT64_C(1)<<(start&0x3f))-1);
137 uint16_t all=bitHash->map(INT64_C(0xffffffffffffffff));
142 b=INT64_C(0xffffffffffffffff);
145 b&=(INT64_C(1)<<(end&0x3f))-1;
183 return (UBool)((bits[c>>6]&(INT64_C(1)<<(c&0x3f)))!=0);
/external/compiler-rt/test/timing/
H A Dashldi3.c28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
H A Dashrdi3.c28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
H A Dlshrdi3.c28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
H A Dnegdi2.c29 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
H A Ddivdi3.c31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
H A Dmoddi3.c31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
H A Dmuldi3.c31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
/external/llvm/include/llvm/Support/
H A DDataTypes.h164 #ifndef INT64_C
165 # define INT64_C(C) C##i64 macro
/external/compiler-rt/lib/
H A Dfloatdidf.c41 low.x |= a & INT64_C(0x00000000ffffffff);

Completed in 305 milliseconds

12