Home
last modified time | relevance | path

Searched refs:INT64_C (Results 1 – 25 of 47) sorted by relevance

12

/external/compiler-rt/test/Unit/ppc/
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(0xfffffffffffffbf3), -0x1.034p+10, 0x0p+0 },
[all …]
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(0x80000000) },
[all …]
/external/icu4c/i18n/
Dutmscale.c14 #define ticks INT64_C(1)
25INT64_C(62135596800000), INT64_C(-984472800485477), INT64_C(860201606885477), INT64_C(…
26INT64_C(62135596800), INT64_C(-984472800485), INT64_C(860201606885), U_INT64_…
27INT64_C(62135596800000), INT64_C(-984472800485477), INT64_C(860201606885477), INT64_C(…
28INT64_C(504911232000000000), U_INT64_MIN, INT64_C(8718460804854775807), INT64_C(…
29INT64_C(0), U_INT64_MIN, U_INT64_MAX, U_INT64_…
30INT64_C(60052752000), INT64_C(-982389955685), INT64_C(862284451685), U_INT64_…
31INT64_C(63113904000), INT64_C(-985451107685), INT64_C(859223299685), U_INT64_…
32INT64_C(693594), INT64_C(-11368793), INT64_C(9981605), U_INT64_…
33INT64_C(693594), INT64_C(-11368793), INT64_C(9981605), U_INT64_…
[all …]
/external/icu4c/test/cintltst/
Dutmstest.c363 { 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(157469184000000000) },
372 { 500, 3, 1, INT64_C(157520160000000000) },
[all …]
/external/compiler-rt/lib/ppc/
Dfixtfdi.c26 int64_t result = hibits.x & INT64_C(0x000fffffffffffff); /* mantissa(hi) */ in __fixtfdi()
27 result |= INT64_C(0x0010000000000000); /* matissa(hi) with implicit bit */ in __fixtfdi()
36 int64_t tailMantissa = lobits.x & INT64_C(0x000fffffffffffff); in __fixtfdi()
37 tailMantissa |= INT64_C(0x0010000000000000); in __fixtfdi()
69 return INT64_C(0); in __fixtfdi()
83 int64_t tailMantissa = lobits.x & INT64_C(0x000fffffffffffff); in __fixtfdi()
84 tailMantissa |= INT64_C(0x0010000000000000); in __fixtfdi()
87 tailMantissa = (tailMantissa ^ INT64_C(-1)) + INT64_C(1); in __fixtfdi()
Dfixunstfdi.c30 int64_t tailMantissa = lobits.x & INT64_C(0x000fffffffffffff); in __fixunstfdi()
31 tailMantissa |= INT64_C(0x0010000000000000); in __fixunstfdi()
/external/libyuv/files/include/libyuv/
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/WebCore/icu/unicode/
Dumachine.h200 # ifndef 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/
Dumachine.h200 # ifndef 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/JavaScriptCore/icu/unicode/
Dumachine.h200 # ifndef 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/
Dumachine.h200 # ifndef 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/icu4c/test/perf/unisetperf/draft/
Dbitset.cpp130 b|=~((INT64_C(1)<<(start&0x3f))-1); in BitSet()
137 uint16_t all=bitHash->map(INT64_C(0xffffffffffffffff)); in BitSet()
142 b=INT64_C(0xffffffffffffffff); in BitSet()
145 b&=(INT64_C(1)<<(end&0x3f))-1; in BitSet()
183 return (UBool)((bits[c>>6]&(INT64_C(1)<<(c&0x3f)))!=0); in contains()
/external/chromium/third_party/libjingle/source/talk/base/
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/
Dumachine.h193 # ifndef 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)))
Dpwin32.h106 # ifndef INT64_C
107 # define INT64_C(x) ((int64_t)x) macro
/external/chromium/third_party/libjingle/overrides/talk/base/
Dbasictypes.h24 #define INT64_C(x) x ## I64 macro
28 #ifndef INT64_C
29 #define INT64_C(x) x ## LL macro
/external/llvm/include/llvm/Support/
DDataTypes.h164 #ifndef INT64_C
165 # define INT64_C(C) C##i64 macro
DMathExtras.h38 return N >= 64 || (-(INT64_C(1)<<(N-1)) <= x && x < (INT64_C(1)<<(N-1))); in isInt()
96 return N >= 64 || (-(INT64_C(1)<<(N-1)) <= x && x < (INT64_C(1)<<(N-1))); in isIntN()
/external/mesa3d/include/c99/
Dstdint.h233 #define INT64_C(val) val##i64 macro
241 #define INTMAX_C INT64_C
/external/clang/lib/Headers/
Dstdint.h277 # define INT64_C(v) __int_c(v, __int64_c_suffix) macro
280 # define INT64_C(v) v macro
435 # define INT64_MAX INT64_C( 9223372036854775807)
436 # define INT64_MIN (-INT64_C( 9223372036854775807)-1)
/external/compiler-rt/test/timing/
Dashrdi3.c28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); in main()
Dlshrdi3.c28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); in main()
Dnegdi2.c29 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); in main()
Dashldi3.c28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); in main()
Dmuldi3.c31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); in main()

12