Searched refs:UINT16_C (Results 1 - 25 of 33) sorted by relevance

12

/external/compiler-rt/test/builtins/Unit/
H A Dtruncdfhf2_test.c38 UINT16_C(0x7e00)))
42 UINT16_C(0x7e00)))
46 UINT16_C(0x7c00)))
49 UINT16_C(0xfc00)))
52 if (test__truncdfhf2(0.0, UINT16_C(0x0)))
54 if (test__truncdfhf2(-0.0, UINT16_C(0x8000)))
58 UINT16_C(0x4248)))
61 UINT16_C(0xc248)))
64 UINT16_C(0x7c00)))
67 UINT16_C(
[all...]
H A Dtruncsfhf2_test.c38 UINT16_C(0x7e00)))
42 UINT16_C(0x7e00)))
46 UINT16_C(0x7c00)))
49 UINT16_C(0xfc00)))
52 if (test__truncsfhf2(0.0f, UINT16_C(0x0)))
54 if (test__truncsfhf2(-0.0f, UINT16_C(0x8000)))
58 UINT16_C(0x4248)))
61 UINT16_C(0xc248)))
64 UINT16_C(0x7c00)))
67 UINT16_C(
[all...]
H A Dextendhfsf2_test.c37 if (test__extendhfsf2(UINT16_C(0x7e00),
41 if (test__extendhfsf2(UINT16_C(0x7e00),
45 if (test__extendhfsf2(UINT16_C(0x7c00),
48 if (test__extendhfsf2(UINT16_C(0xfc00),
52 if (test__extendhfsf2(UINT16_C(0x0),
55 if (test__extendhfsf2(UINT16_C(0x8000),
59 if (test__extendhfsf2(UINT16_C(0x4248),
62 if (test__extendhfsf2(UINT16_C(0xc248),
65 if (test__extendhfsf2(UINT16_C(0x7c00),
68 if (test__extendhfsf2(UINT16_C(
[all...]
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dint_typedefs.h28 #define U16_C(x) UINT16_C(x)
/external/llvm/include/llvm/Support/
H A DDataTypes.h155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDataTypes.h155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16 macro
H A DDataTypes.h.cmake154 #ifndef UINT16_C
155 # define UINT16_C(C) C##ui16
H A DDataTypes.h.in154 #ifndef UINT16_C
155 # define UINT16_C(C) C##ui16
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
H A DDataTypes.h154 #ifndef UINT16_C
155 # define UINT16_C(C) C##ui16 macro
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
H A DDataTypes.h154 #ifndef UINT16_C
155 # define UINT16_C(C) C##ui16 macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
H A DDataTypes.h154 #ifndef UINT16_C
155 # define UINT16_C(C) C##ui16 macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
H A DDataTypes.h154 #ifndef UINT16_C
155 # define UINT16_C(C) C##ui16 macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h155 #ifndef UINT16_C
156 #define UINT16_C(C) C##ui16 macro
/external/syslinux/com32/include/
H A Dstdint.h86 #define UINT16_C(c) c ## U macro
96 #define UINT_LEAST16_C(c) UINT16_C(c)
/external/compiler-rt/lib/builtins/
H A Dfp_extend.h45 #define SRC_REP_C UINT16_C
H A Dfp_trunc.h56 #define DST_REP_C UINT16_C
/external/clang/test/Preprocessor/
H A Dstdint.c1488 UINT16_C_(0) UINT16_C(0)
/external/syslinux/dos/
H A Dstdint.h133 # define UINT16_C(n) n ## U macro
/external/mesa3d/src/util/
H A Du_atomic_test.c134 test_atomic(uint16_t, UINT16_C(0xffff))
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp272 #ifndef UINT16_C
273 #error UINT16_C not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp273 #ifndef UINT16_C
274 #error UINT16_C not defined
/external/gptfdisk/
H A Dbasicmbr.h14 #define MBR_SIGNATURE UINT16_C(0xAA55)
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h236 #define UINT16_C(val) val##ui16 macro
/external/libusb/msvc/
H A Dstdint.h248 #define UINT16_C(val) (val) macro
/external/libvncserver/compat/msvc/
H A Dstdint.h236 #define UINT16_C(val) val##ui16 macro

Completed in 603 milliseconds

12