/external/llvm/unittests/Support/ |
D | ScaledNumberTest.cpp | 195 EXPECT_EQ(0, getLg(UINT32_C(1), 0)); in TEST() 196 EXPECT_EQ(1, getLg(UINT32_C(1), 1)); in TEST() 197 EXPECT_EQ(1, getLg(UINT32_C(2), 0)); in TEST() 198 EXPECT_EQ(3, getLg(UINT32_C(1), 3)); in TEST() 199 EXPECT_EQ(3, getLg(UINT32_C(7), 0)); in TEST() 200 EXPECT_EQ(3, getLg(UINT32_C(8), 0)); in TEST() 201 EXPECT_EQ(3, getLg(UINT32_C(9), 0)); in TEST() 202 EXPECT_EQ(3, getLg(UINT32_C(64), -3)); in TEST() 205 EXPECT_EQ(-1, getLg(UINT32_C(1), -1)); in TEST() 206 EXPECT_EQ(-1, getLg(UINT32_C(2), -2)); in TEST() [all …]
|
/external/compiler-rt/test/builtins/Unit/ |
D | trunctfsf2_test.c | 43 UINT32_C(0x7fc00000))) in main() 47 UINT32_C(0x7fc08000))) in main() 51 UINT32_C(0x7f800000))) in main() 54 if (test__trunctfsf2(0.0L, UINT32_C(0x0))) in main() 58 UINT32_C(0x4211d156))) in main() 61 UINT32_C(0x3b71e9e2))) in main() 64 UINT32_C(0x7f800000))) in main() 67 UINT32_C(0x0))) in main()
|
D | extendsftf2_test.c | 48 if (test__extendsftf2(makeNaN32(UINT32_C(0x410000)), in main()
|
/external/compiler-rt/lib/builtins/ppc/ |
D | fixtfdi.c | 17 const uint32_t absHighWord = (uint32_t)(hibits.x >> 32) & UINT32_C(0x7fffffff); in __fixtfdi() 18 const uint32_t absHighWordMinusOne = absHighWord - UINT32_C(0x3ff00000); in __fixtfdi() 21 if (UINT32_C(0x03f00000) > absHighWordMinusOne) in __fixtfdi()
|
D | fixunstfdi.c | 15 const uint32_t highWordMinusOne = (uint32_t)(hibits.x >> 32) - UINT32_C(0x3ff00000); in __fixunstfdi() 18 if (UINT32_C(0x04000000) > highWordMinusOne) in __fixunstfdi()
|
D | gcc_qmul.c | 14 static const uint32_t infinityHi = UINT32_C(0x7ff00000); in __gcc_qmul()
|
D | gcc_qdiv.c | 14 static const uint32_t infinityHi = UINT32_C(0x7ff00000); in __gcc_qdiv()
|
D | gcc_qadd.c | 14 static const uint32_t infinityHi = UINT32_C(0x7ff00000); in __gcc_qadd()
|
D | gcc_qsub.c | 14 static const uint32_t infinityHi = UINT32_C(0x7ff00000); in __gcc_qsub()
|
/external/chromium_org/third_party/smhasher/src/ |
D | pstdint.h | 254 # if !defined (UINT32_C) 255 # define UINT32_C(x) (x + (UINT32_MAX - UINT32_MAX)) macro 386 # define UINT32_C(v) v ## U macro 389 # define UINT32_C(v) v ## UL macro 395 # define UINT32_C(v) ((unsigned short) (v)) macro 563 # define UINTMAX_C(v) UINT32_C(v)
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 161 #ifndef UINT32_C 162 # define UINT32_C(C) C##ui32 macro
|
/external/compiler-rt/lib/builtins/ |
D | fp_trunc.h | 44 #define DST_REP_C UINT32_C
|
D | fp_extend.h | 22 #define SRC_REP_C UINT32_C
|
D | divsf3.c | 84 uint32_t reciprocal = UINT32_C(0x7504f333) - q31b; in ARM_EABI_FNALIAS()
|
D | divdf3.c | 84 uint32_t recip32 = UINT32_C(0x7504f333) - q31b; in ARM_EABI_FNALIAS()
|
/external/libcxx/test/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 275 #ifndef UINT32_C in main() 276 #error UINT32_C not defined in main()
|
/external/chromium_org/media/cast/net/ |
D | cast_transport_defines.h | 80 static const uint32 kStartFrameId = UINT32_C(0xffffffff);
|
/external/llvm/test/CodeGen/X86/ |
D | negative-stride-fptosi-user.ll | 4 ; variable which stepped by a bogus ((double)UINT32_C(-1)). It's theoretically
|
/external/libcxx/test/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 275 #ifndef UINT32_C in main() 276 #error UINT32_C not defined in main()
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1383 UINT32_C_(0) UINT32_C(0)
|
/external/clang/lib/Headers/ |
D | stdint.h | 392 # define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro 395 # define UINT32_C(v) v ## U macro 571 # define UINT32_MAX UINT32_C(4294967295)
|
/external/bison/darwin-lib/ |
D | stdint.h | 592 #undef UINT32_C 594 #define UINT32_C(x) x ## U macro
|
/external/bison/lib/ |
D | stdint.in.h | 591 #undef UINT32_C 593 #define UINT32_C(x) x ## U
|
/external/libcxx/include/ |
D | cstdint | 94 UINT32_C(value)
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 237 #define UINT32_C(val) val##ui32 macro
|