/external/compiler-rt/test/builtins/Unit/ |
D | truncdfhf2_test.c | 38 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 …]
|
D | truncsfhf2_test.c | 38 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 …]
|
D | extendhfsf2_test.c | 37 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/ |
D | DataTypes.h | 155 #ifndef UINT16_C 156 # define UINT16_C(C) C##ui16 macro
|
D | DataTypes.h.in | 154 #ifndef UINT16_C 155 # define UINT16_C(C) C##ui16 macro
|
D | DataTypes.h.cmake | 154 #ifndef UINT16_C 155 # define UINT16_C(C) C##ui16
|
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/ |
D | DataTypes.h | 154 #ifndef UINT16_C 155 # define UINT16_C(C) C##ui16 macro
|
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/ |
D | DataTypes.h | 154 #ifndef UINT16_C 155 # define UINT16_C(C) C##ui16 macro
|
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/ |
D | DataTypes.h | 154 #ifndef UINT16_C 155 # define UINT16_C(C) C##ui16 macro
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 155 #ifndef UINT16_C 156 # define UINT16_C(C) C##ui16 macro
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 155 #ifndef UINT16_C 156 #define UINT16_C(C) C##ui16 macro
|
/external/syslinux/com32/include/ |
D | stdint.h | 86 #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/ |
D | int_typedefs.h | 27 #define U16_C(x) UINT16_C(x)
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 272 #ifndef UINT16_C in main() 273 #error UINT16_C not defined in main()
|
/external/compiler-rt/lib/builtins/ |
D | fp_trunc.h | 56 #define DST_REP_C UINT16_C
|
D | fp_extend.h | 45 #define SRC_REP_C UINT16_C
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 273 #ifndef UINT16_C in main() 274 #error UINT16_C not defined in main()
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1488 UINT16_C_(0) UINT16_C(0)
|
/external/syslinux/dos/ |
D | stdint.h | 133 # define UINT16_C(n) n ## U macro
|
/external/clang/lib/Headers/ |
D | stdint.h | 428 # 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/ |
D | stdint.h | 587 #undef UINT16_C 589 #define UINT16_C(x) x macro
|
/external/mesa3d/src/util/ |
D | u_atomic_test.c | 134 test_atomic(uint16_t, UINT16_C(0xffff))
|
/external/bison/lib/ |
D | stdint.in.h | 586 #undef UINT16_C 588 #define UINT16_C(x) x
|
/external/libcxx/include/ |
D | cstdint | 93 UINT16_C(value)
|
/external/gptfdisk/ |
D | basicmbr.h | 14 #define MBR_SIGNATURE UINT16_C(0xAA55)
|