Searched refs:UINT64_C (Results 1 - 25 of 41) sorted by relevance

12

/external/compiler-rt/test/Unit/ppc/
H A Dfloatunditf_test.h8 { UINT64_C(0x0000000000000061), 0x1.84p+6, 0x0p+0 },
9 { UINT64_C(0x0000000000000062), 0x1.88p+6, 0x0p+0 },
10 { UINT64_C(0x0000000000000403), 0x1.00cp+10, 0x0p+0 },
11 { UINT64_C(0x000000000000040a), 0x1.028p+10, 0x0p+0 },
12 { UINT64_C(0x000000000000040c), 0x1.03p+10, 0x0p+0 },
13 { UINT64_C(0x000000000000040e), 0x1.038p+10, 0x0p+0 },
14 { UINT64_C(0x0000000000000418), 0x1.06p+10, 0x0p+0 },
15 { UINT64_C(0x000000000000041a), 0x1.068p+10, 0x0p+0 },
16 { UINT64_C(0x0000000000000504), 0x1.41p+10, 0x0p+0 },
17 { UINT64_C(
[all...]
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h28 #ifndef UINT64_C
29 #define UINT64_C(x) x ## UI64 macro
39 #ifndef UINT64_C
40 #define UINT64_C(x) x ## UL macro
49 #ifndef UINT64_C
50 #define UINT64_C(x) x ## ULL macro
/external/elfutils/tests/
H A Ddwfl-bug-addr-overflow.c56 UINT64_C (0xffffffff00010000),
57 UINT64_C (0xffffffff00020000));
60 UINT64_C (0x00010000),
61 UINT64_C (0x00020000));
64 UINT64_C (0xffff00010000),
65 UINT64_C (0xffff00020000));
71 Dwfl_Module *mod = dwfl_addrmodule (dwfl, UINT64_C (0xffffffff00010123));
73 mod = dwfl_addrmodule (dwfl, UINT64_C (0x00010123));
75 mod = dwfl_addrmodule (dwfl, UINT64_C (0xffff00010123));
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h28 #ifndef UINT64_C
29 #define UINT64_C(x) x ## UI64 macro
39 #ifndef UINT64_C
40 #define UINT64_C(x) x ## UL macro
49 #ifndef UINT64_C
50 #define UINT64_C(x) x ## ULL macro
/external/compiler-rt/lib/ppc/
H A Dfixunstfdi.c22 uint64_t result = hibits.x & UINT64_C(0x000fffffffffffff); /* mantissa(hi) */
23 result |= UINT64_C(0x0010000000000000); /* matissa(hi) with implicit bit */
56 return UINT64_C(0);
H A DDD.h26 result.x &= UINT64_C(0x7fffffffffffffff);
34 result.x &= UINT64_C(0xfffffffff8000000);
H A Dfloatditf.c16 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a. */
H A Dfloatunditf.c22 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a */
/external/chromium/third_party/libjingle/overrides/talk/base/
H A Dbasictypes.h25 #define UINT64_C(x) x ## UI64 macro
31 #ifndef UINT64_C
32 #define UINT64_C(x) x ## ULL macro
/external/icu4c/common/unicode/
H A Dumachine.h173 # ifndef UINT64_C
176 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
179 # define UINT64_C(c) c ## ULL macro
191 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dumachine.h208 # ifndef UINT64_C
211 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
214 # define UINT64_C(c) c ## ULL macro
226 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dumachine.h208 # ifndef UINT64_C
211 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
214 # define UINT64_C(c) c ## ULL macro
226 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
/external/webkit/Source/WebCore/icu/unicode/
H A Dumachine.h208 # ifndef UINT64_C
211 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
214 # define UINT64_C(c) c ## ULL macro
226 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dumachine.h208 # ifndef UINT64_C
211 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
214 # define UINT64_C(c) c ## ULL macro
226 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbasictypes.h58 #ifndef UINT64_C
59 #define UINT64_C(x) x ## UI64 macro
68 #ifndef UINT64_C
69 #define UINT64_C(x) x ## ULL macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h167 #ifndef UINT64_C
168 # define UINT64_C(C) C##ui64 macro
H A DDataTypes.h.cmake157 #ifndef UINT64_C
158 # define UINT64_C(C) C##ui64
H A DDataTypes.h.in154 #ifndef UINT64_C
155 # define UINT64_C(C) C##ui64
/external/compiler-rt/lib/
H A Dfloatundidf.c44 low.x |= a & UINT64_C(0x00000000ffffffff);
H A Dextendsfdf2.c51 #define DST_REP_C UINT64_C
H A Dtruncdfsf2.c44 #define SRC_REP_C UINT64_C
/external/bison/darwin-lib/
H A Dstdint.h597 #undef UINT64_C macro
606 # define UINT64_C(x) x##UL macro
608 # define UINT64_C(x) x##ui64 macro
610 # define UINT64_C(x) x##ULL macro
629 # define UINTMAX_C(x) UINT64_C(x)
/external/bison/lib/
H A Dstdint.in.h596 #undef UINT64_C
605 # define UINT64_C(x) x##UL
607 # define UINT64_C(x) x##ui64
609 # define UINT64_C(x) x##ULL
628 # define UINTMAX_C(x) UINT64_C(x)
/external/clang/test/Preprocessor/
H A Dstdint.c733 // TCE:UINT64_C_(0) UINT64_C(0)
956 UINT64_C_(0) UINT64_C(0)
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.h203 #define AMDGPU_FLAG_REGISTER_LOAD (UINT64_C(1) << 63)
204 #define AMDGPU_FLAG_REGISTER_STORE (UINT64_C(1) << 62)

Completed in 552 milliseconds

12