HomeSort by relevance Sort by last modified time
    Searched refs:UINT64_C (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/compiler-rt/test/Unit/ppc/
floatunditf_test.h 8 { 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(0x0000000000000506), 0x1.418p+10, 0x0p+0 }
    [all...]
  /frameworks/compile/libbcc/runtime/test/Unit/ppc/
floatunditf_test.h 8 { 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(0x0000000000000506), 0x1.418p+10, 0x0p+0 }
    [all...]
  /external/elfutils/tests/
dwfl-bug-addr-overflow.c 56 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/
basic_types.h 37 #ifndef UINT64_C
38 #define UINT64_C(x) x ## UI64
47 #ifndef UINT64_C
48 #define UINT64_C(x) x ## ULL
  /external/compiler-rt/lib/ppc/
fixunstfdi.c 22 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);
DD.h 26 result.x &= UINT64_C(0x7fffffffffffffff);
34 result.x &= UINT64_C(0xfffffffff8000000);
floatditf.c 16 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a. */
floatunditf.c 22 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a */
  /frameworks/compile/libbcc/runtime/lib/ppc/
fixunstfdi.c 23 uint64_t result = hibits.x & UINT64_C(0x000fffffffffffff); /* mantissa(hi) */
24 result |= UINT64_C(0x0010000000000000); /* matissa(hi) with implicit bit */
57 return UINT64_C(0);
DD.h 26 result.x &= UINT64_C(0x7fffffffffffffff);
34 result.x &= UINT64_C(0xfffffffff8000000);
floatditf.c 17 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a. */
floatunditf.c 23 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a */
  /external/chromium/third_party/libjingle/overrides/talk/base/
basictypes.h 25 #define UINT64_C(x) x ## UI64
31 #ifndef UINT64_C
32 #define UINT64_C(x) x ## ULL
  /external/webkit/Source/JavaScriptCore/icu/unicode/
umachine.h 208 # 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
226 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
umachine.h 208 # 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
226 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
  /external/webkit/Source/WebCore/icu/unicode/
umachine.h 208 # 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
226 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
  /external/webkit/Source/WebKit/mac/icu/unicode/
umachine.h 208 # 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
226 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
  /external/chromium/third_party/libjingle/source/talk/base/
basictypes.h 58 #ifndef UINT64_C
59 #define UINT64_C(x) x ## UI64
68 #ifndef UINT64_C
69 #define UINT64_C(x) x ## ULL
  /external/icu4c/common/unicode/
umachine.h 201 # ifndef UINT64_C
204 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
207 # define UINT64_C(c) c ## ULL
219 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
  /bionic/libc/include/
stdint.h 191 # define UINT64_C(c) __UINT64_C(c)
192 # define UINT_LEAST64_C(c) UINT64_C(c)
193 # define UINT_FAST64_C(c) UINT64_C(c)
243 # define UINTMAX_C(c) UINT64_C(c)
  /development/ndk/platforms/android-3/include/
stdint.h 191 # define UINT64_C(c) __UINT64_C(c)
192 # define UINT_LEAST64_C(c) UINT64_C(c)
193 # define UINT_FAST64_C(c) UINT64_C(c)
243 # define UINTMAX_C(c) UINT64_C(c)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdint.h 191 # define UINT64_C(c) __UINT64_C(c)
192 # define UINT_LEAST64_C(c) UINT64_C(c)
193 # define UINT_FAST64_C(c) UINT64_C(c)
243 # define UINTMAX_C(c) UINT64_C(c)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdint.h 191 # define UINT64_C(c) __UINT64_C(c)
192 # define UINT_LEAST64_C(c) UINT64_C(c)
193 # define UINT_FAST64_C(c) UINT64_C(c)
243 # define UINTMAX_C(c) UINT64_C(c)
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h 195 # define UINT64_C(c) __UINT64_C(c)
196 # define UINT_LEAST64_C(c) UINT64_C(c)
197 # define UINT_FAST64_C(c) UINT64_C(c)
238 #define UINTMAX_C(c) UINT64_C(c)
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h 195 # define UINT64_C(c) __UINT64_C(c)
196 # define UINT_LEAST64_C(c) UINT64_C(c)
197 # define UINT_FAST64_C(c) UINT64_C(c)
238 #define UINTMAX_C(c) UINT64_C(c)

Completed in 852 milliseconds

1 2 3 4