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

123

/external/vixl/test/
H A Dtest-api.cc50 {true, true, 1, UINT32_C(0x0)}, {true, false, 1, UINT32_C(0x1)},
51 {false, false, 1, UINT32_C(0x2)}, {false, false, 1, UINT32_C(0x3)},
52 {false, false, 1, UINT32_C(0x4)}, {false, false, 1, UINT32_C(0x5)},
53 {false, false, 1, UINT32_C(0x6)}, {false, false, 1, UINT32_C(0x7)},
54 {false, false, 1, UINT32_C(0x8)}, {false, false, 1, UINT32_C(
[all...]
H A Dtest-operands.cc52 VIXL_CHECK(op.GetImmediate() == (~UINT32_C(42) + 1));
92 VIXL_CHECK(op.GetImmediate() == (~UINT32_C(42) + 1));
/external/compiler-rt/test/builtins/Unit/
H A Dfixunstfsi_test.c42 if (test__fixunstfsi(makeInf128(), UINT32_C(0xffffffff)))
44 if (test__fixunstfsi(0, UINT32_C(0x0)))
46 if (test__fixunstfsi(0x1.23456789abcdefp+5, UINT32_C(0x24)))
48 if (test__fixunstfsi(0x1.23456789abcdefp-3, UINT32_C(0x0)))
50 if (test__fixunstfsi(0x1.23456789abcdefp+20, UINT32_C(0x123456)))
52 if (test__fixunstfsi(0x1.23456789abcdefp+40, UINT32_C(0xffffffff)))
54 if (test__fixunstfsi(0x1.23456789abcdefp+256, UINT32_C(0xffffffff)))
56 if (test__fixunstfsi(-0x1.23456789abcdefp+3, UINT32_C(0x0)))
H A Dtrunctfsf2_test.c44 UINT32_C(0x7fc00000)))
48 UINT32_C(0x7fc08000)))
52 UINT32_C(0x7f800000)))
55 if (test__trunctfsf2(0.0L, UINT32_C(0x0)))
59 UINT32_C(0x4211d156)))
62 UINT32_C(0x3b71e9e2)))
65 UINT32_C(0x7f800000)))
68 UINT32_C(0x0)))
/external/syslinux/com32/include/bitsize32/
H A Dstdintconst.h8 #define UINT_FAST16_C(c) UINT32_C(c)
9 #define UINT_FAST32_C(c) UINT32_C(c)
12 #define UINTPTR_C(c) UINT32_C(c)
/external/llvm/unittests/Support/
H A DScaledNumberTest.cpp194 EXPECT_EQ(0, getLg(UINT32_C(1), 0));
195 EXPECT_EQ(1, getLg(UINT32_C(1), 1));
196 EXPECT_EQ(1, getLg(UINT32_C(2), 0));
197 EXPECT_EQ(3, getLg(UINT32_C(1), 3));
198 EXPECT_EQ(3, getLg(UINT32_C(7), 0));
199 EXPECT_EQ(3, getLg(UINT32_C(8), 0));
200 EXPECT_EQ(3, getLg(UINT32_C(9), 0));
201 EXPECT_EQ(3, getLg(UINT32_C(64), -3));
204 EXPECT_EQ(-1, getLg(UINT32_C(1), -1));
205 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);
/external/compiler-rt/lib/builtins/
H A Dfp_extend.h22 #define SRC_REP_C UINT32_C
56 #define DST_REP_C UINT32_C
H A Dfp_trunc.h22 #define SRC_REP_C UINT32_C
50 #define DST_REP_C UINT32_C
/external/gptfdisk/
H A Dsupport.h53 #define SECTOR_SIZE UINT32_C(512)
68 #define HEADER_SIZE UINT32_C(92)
H A Dmbr.cc59 diskSignature = UINT32_C(0);
65 partitions[0].SetLocation(UINT32_C(1), (uint32_t) diskSize - UINT32_C(1));
67 partitions[0].SetLocation(UINT32_C(1), UINT32_MAX);
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dint_typedefs.h30 #define U32_C(x) UINT32_C(x)
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
H A DDataTypes.h63 #if !defined(UINT32_C)
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
H A DDataTypes.h63 #if !defined(UINT32_C)
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
H A DDataTypes.h63 #if !defined(UINT32_C)
/external/llvm/include/llvm/Support/
H A DDataTypes.h161 #ifndef UINT32_C
162 # define UINT32_C(C) C##ui32 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDataTypes.h161 #ifndef UINT32_C
162 # define UINT32_C(C) C##ui32 macro
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
H A DDataTypes.h160 #ifndef UINT32_C
161 # define UINT32_C(C) C##ui32 macro
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
H A DDataTypes.h160 #ifndef UINT32_C
161 # define UINT32_C(C) C##ui32 macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
H A DDataTypes.h160 #ifndef UINT32_C
161 # define UINT32_C(C) C##ui32 macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
H A DDataTypes.h160 #ifndef UINT32_C
161 # define UINT32_C(C) C##ui32 macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h161 #ifndef UINT32_C
162 #define UINT32_C(C) C##ui32 macro
/external/syslinux/com32/include/
H A Dstdint.h87 #define UINT32_C(c) c ## U macro
97 #define UINT_LEAST32_C(c) UINT32_C(c)

Completed in 3294 milliseconds

123