Home
last modified time | relevance | path

Searched refs:UINT32_C (Results 1 – 25 of 44) sorted by relevance

12

/external/llvm/unittests/Support/
DScaledNumberTest.cpp195 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/
Dtrunctfsf2_test.c43 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()
Dextendsftf2_test.c48 if (test__extendsftf2(makeNaN32(UINT32_C(0x410000)), in main()
/external/compiler-rt/lib/builtins/ppc/
Dfixtfdi.c17 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()
Dfixunstfdi.c15 const uint32_t highWordMinusOne = (uint32_t)(hibits.x >> 32) - UINT32_C(0x3ff00000); in __fixunstfdi()
18 if (UINT32_C(0x04000000) > highWordMinusOne) in __fixunstfdi()
Dgcc_qmul.c14 static const uint32_t infinityHi = UINT32_C(0x7ff00000); in __gcc_qmul()
Dgcc_qdiv.c14 static const uint32_t infinityHi = UINT32_C(0x7ff00000); in __gcc_qdiv()
Dgcc_qadd.c14 static const uint32_t infinityHi = UINT32_C(0x7ff00000); in __gcc_qadd()
Dgcc_qsub.c14 static const uint32_t infinityHi = UINT32_C(0x7ff00000); in __gcc_qsub()
/external/chromium_org/third_party/smhasher/src/
Dpstdint.h254 # 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/
DDataTypes.h161 #ifndef UINT32_C
162 # define UINT32_C(C) C##ui32 macro
/external/compiler-rt/lib/builtins/
Dfp_trunc.h44 #define DST_REP_C UINT32_C
Dfp_extend.h22 #define SRC_REP_C UINT32_C
Ddivsf3.c84 uint32_t reciprocal = UINT32_C(0x7504f333) - q31b; in ARM_EABI_FNALIAS()
Ddivdf3.c84 uint32_t recip32 = UINT32_C(0x7504f333) - q31b; in ARM_EABI_FNALIAS()
/external/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp275 #ifndef UINT32_C in main()
276 #error UINT32_C not defined in main()
/external/chromium_org/media/cast/net/
Dcast_transport_defines.h80 static const uint32 kStartFrameId = UINT32_C(0xffffffff);
/external/llvm/test/CodeGen/X86/
Dnegative-stride-fptosi-user.ll4 ; variable which stepped by a bogus ((double)UINT32_C(-1)). It's theoretically
/external/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp275 #ifndef UINT32_C in main()
276 #error UINT32_C not defined in main()
/external/clang/test/Preprocessor/
Dstdint.c1383 UINT32_C_(0) UINT32_C(0)
/external/clang/lib/Headers/
Dstdint.h392 # 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/
Dstdint.h592 #undef UINT32_C
594 #define UINT32_C(x) x ## U macro
/external/bison/lib/
Dstdint.in.h591 #undef UINT32_C
593 #define UINT32_C(x) x ## U
/external/libcxx/include/
Dcstdint94 UINT32_C(value)
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h237 #define UINT32_C(val) val##ui32 macro

12