Home
last modified time | relevance | path

Searched refs:UINT16_C (Results 1 – 25 of 38) sorted by relevance

12

/external/compiler-rt/test/builtins/Unit/
Dtruncdfhf2_test.c38 UINT16_C(0x7e00))) in main()
42 UINT16_C(0x7e00))) in main()
46 UINT16_C(0x7c00))) in main()
49 UINT16_C(0xfc00))) in main()
52 if (test__truncdfhf2(0.0, UINT16_C(0x0))) in main()
54 if (test__truncdfhf2(-0.0, UINT16_C(0x8000))) in main()
58 UINT16_C(0x4248))) in main()
61 UINT16_C(0xc248))) in main()
64 UINT16_C(0x7c00))) in main()
67 UINT16_C(0x6e62))) in main()
[all …]
Dtruncsfhf2_test.c38 UINT16_C(0x7e00))) in main()
42 UINT16_C(0x7e00))) in main()
46 UINT16_C(0x7c00))) in main()
49 UINT16_C(0xfc00))) in main()
52 if (test__truncsfhf2(0.0f, UINT16_C(0x0))) in main()
54 if (test__truncsfhf2(-0.0f, UINT16_C(0x8000))) in main()
58 UINT16_C(0x4248))) in main()
61 UINT16_C(0xc248))) in main()
64 UINT16_C(0x7c00))) in main()
67 UINT16_C(0x6e62))) in main()
[all …]
Dextendhfsf2_test.c37 if (test__extendhfsf2(UINT16_C(0x7e00), in main()
41 if (test__extendhfsf2(UINT16_C(0x7e00), in main()
45 if (test__extendhfsf2(UINT16_C(0x7c00), in main()
48 if (test__extendhfsf2(UINT16_C(0xfc00), in main()
52 if (test__extendhfsf2(UINT16_C(0x0), in main()
55 if (test__extendhfsf2(UINT16_C(0x8000), in main()
59 if (test__extendhfsf2(UINT16_C(0x4248), in main()
62 if (test__extendhfsf2(UINT16_C(0xc248), in main()
65 if (test__extendhfsf2(UINT16_C(0x7c00), in main()
68 if (test__extendhfsf2(UINT16_C(0x6e62), in main()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDataTypes.h155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16 macro
DDataTypes.h.in154 #ifndef UINT16_C
155 # define UINT16_C(C) C##ui16 macro
DDataTypes.h.cmake154 #ifndef UINT16_C
155 # define UINT16_C(C) C##ui16
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DDataTypes.h154 #ifndef UINT16_C
155 # define UINT16_C(C) C##ui16 macro
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DDataTypes.h154 #ifndef UINT16_C
155 # define UINT16_C(C) C##ui16 macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DDataTypes.h154 #ifndef UINT16_C
155 # define UINT16_C(C) C##ui16 macro
/external/llvm/include/llvm/Support/
DDataTypes.h155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16 macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h155 #ifndef UINT16_C
156 #define UINT16_C(C) C##ui16 macro
/external/syslinux/com32/include/
Dstdint.h86 #define UINT16_C(c) c ## U macro
96 #define UINT_LEAST16_C(c) UINT16_C(c)
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dint_typedefs.h27 #define U16_C(x) UINT16_C(x)
/external/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp272 #ifndef UINT16_C in main()
273 #error UINT16_C not defined in main()
/external/compiler-rt/lib/builtins/
Dfp_trunc.h56 #define DST_REP_C UINT16_C
Dfp_extend.h45 #define SRC_REP_C UINT16_C
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp273 #ifndef UINT16_C in main()
274 #error UINT16_C not defined in main()
/external/clang/test/Preprocessor/
Dstdint.c1488 UINT16_C_(0) UINT16_C(0)
/external/syslinux/dos/
Dstdint.h133 # define UINT16_C(n) n ## U macro
/external/clang/lib/Headers/
Dstdint.h428 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro
431 # define UINT16_C(v) v ## U macro
615 #define UINT16_MAX UINT16_C(65535)
/external/bison/darwin-lib/
Dstdint.h587 #undef UINT16_C
589 #define UINT16_C(x) x macro
/external/mesa3d/src/util/
Du_atomic_test.c134 test_atomic(uint16_t, UINT16_C(0xffff))
/external/bison/lib/
Dstdint.in.h586 #undef UINT16_C
588 #define UINT16_C(x) x
/external/libcxx/include/
Dcstdint93 UINT16_C(value)
/external/gptfdisk/
Dbasicmbr.h14 #define MBR_SIGNATURE UINT16_C(0xAA55)

12