Searched refs:UINT32_C (Results 1 - 25 of 37) sorted by relevance

12

/external/compiler-rt/test/builtins/Unit/
H A Dtrunctfsf2_test.c43 UINT32_C(0x7fc00000)))
47 UINT32_C(0x7fc08000)))
51 UINT32_C(0x7f800000)))
54 if (test__trunctfsf2(0.0L, UINT32_C(0x0)))
58 UINT32_C(0x4211d156)))
61 UINT32_C(0x3b71e9e2)))
64 UINT32_C(0x7f800000)))
67 UINT32_C(0x0)))
H A Dextendsftf2_test.c48 if (test__extendsftf2(makeNaN32(UINT32_C(0x410000)),
/external/llvm/unittests/Support/
H A DScaledNumberTest.cpp195 EXPECT_EQ(0, getLg(UINT32_C(1), 0));
196 EXPECT_EQ(1, getLg(UINT32_C(1), 1));
197 EXPECT_EQ(1, getLg(UINT32_C(2), 0));
198 EXPECT_EQ(3, getLg(UINT32_C(1), 3));
199 EXPECT_EQ(3, getLg(UINT32_C(7), 0));
200 EXPECT_EQ(3, getLg(UINT32_C(8), 0));
201 EXPECT_EQ(3, getLg(UINT32_C(9), 0));
202 EXPECT_EQ(3, getLg(UINT32_C(64), -3));
205 EXPECT_EQ(-1, getLg(UINT32_C(1), -1));
206 EXPECT_EQ(-1, getLg(UINT32_C(
[all...]
/external/compiler-rt/lib/builtins/ppc/
H A Dfixunstfdi.c15 const uint32_t highWordMinusOne = (uint32_t)(hibits.x >> 32) - UINT32_C(0x3ff00000);
18 if (UINT32_C(0x04000000) > highWordMinusOne)
H A Dfixtfdi.c17 const uint32_t absHighWord = (uint32_t)(hibits.x >> 32) & UINT32_C(0x7fffffff);
18 const uint32_t absHighWordMinusOne = absHighWord - UINT32_C(0x3ff00000);
21 if (UINT32_C(0x03f00000) > absHighWordMinusOne)
H A Dgcc_qdiv.c14 static const uint32_t infinityHi = UINT32_C(0x7ff00000);
H A Dgcc_qmul.c14 static const uint32_t infinityHi = UINT32_C(0x7ff00000);
H A Dgcc_qadd.c14 static const uint32_t infinityHi = UINT32_C(0x7ff00000);
H A Dgcc_qsub.c14 static const uint32_t infinityHi = UINT32_C(0x7ff00000);
/external/compiler-rt/lib/builtins/
H A Dfp_trunc.h44 #define DST_REP_C UINT32_C
H A Dfp_extend.h22 #define SRC_REP_C UINT32_C
H A Ddivdf3.c84 uint32_t recip32 = UINT32_C(0x7504f333) - q31b;
H A Ddivsf3.c84 uint32_t reciprocal = UINT32_C(0x7504f333) - q31b;
/external/llvm/include/llvm/Support/
H A DDataTypes.h161 #ifndef UINT32_C
162 # define UINT32_C(C) C##ui32 macro
/external/chromium_org/media/cast/net/
H A Dcast_transport_defines.h80 static const uint32 kStartFrameId = UINT32_C(0xffffffff);
/external/chromium_org/third_party/smhasher/src/
H A 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/clang/test/Preprocessor/
H A Dstdint.c1383 UINT32_C_(0) UINT32_C(0)
/external/libcxx/test/depr/depr.c.headers/
H A Dstdint_h.pass.cpp275 #ifndef UINT32_C
276 #error UINT32_C not defined
/external/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp275 #ifndef UINT32_C
276 #error UINT32_C not defined
/external/chromium_org/media/cast/
H A Dcast_defines.h25 const uint32 kStartFrameId = UINT32_C(0xffffffff);
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h249 #define UINT32_C(val) (val##i32) macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h237 #define UINT32_C(val) val##ui32 macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h237 #define UINT32_C(val) val##ui32 macro
/external/mesa3d/include/c99/
H A Dstdint.h237 #define UINT32_C(val) val##ui32 macro
/external/bison/darwin-lib/
H A Dstdint.h592 #undef UINT32_C macro
594 #define UINT32_C(x) x ## U macro

Completed in 2578 milliseconds

12