Searched refs:UINT16_C (Results 1 - 20 of 20) sorted by relevance
/external/compiler-rt/test/builtins/Unit/ |
H A D | truncdfhf2_test.c | 38 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 D | truncsfhf2_test.c | 38 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 D | extendhfsf2_test.c | 37 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/llvm/include/llvm/Support/ |
H A D | DataTypes.h | 155 #ifndef UINT16_C 156 # define UINT16_C(C) C##ui16 macro
|
/external/compiler-rt/lib/builtins/ |
H A D | fp_extend.h | 45 #define SRC_REP_C UINT16_C
|
H A D | fp_trunc.h | 56 #define DST_REP_C UINT16_C
|
/external/clang/test/Preprocessor/ |
H A D | stdint.c | 1488 UINT16_C_(0) UINT16_C(0)
|
/external/opencv3/3rdparty/include/ |
H A D | msc_stdint.h | 207 #define UINT16_C(val) val macro
|
/external/libcxx/test/std/depr/depr.c.headers/ |
H A D | stdint_h.pass.cpp | 272 #ifndef UINT16_C 273 #error UINT16_C not defined
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
H A D | cstdint.pass.cpp | 273 #ifndef UINT16_C 274 #error UINT16_C not defined
|
/external/gptfdisk/ |
H A D | basicmbr.h | 14 #define MBR_SIGNATURE UINT16_C(0xAA55)
|
/external/jemalloc/include/msvc_compat/C99/ |
H A D | stdint.h | 236 #define UINT16_C(val) val##ui16 macro
|
/external/libvncserver/compat/msvc/ |
H A D | stdint.h | 236 #define UINT16_C(val) val##ui16 macro
|
/external/mesa3d/include/c99/ |
H A D | stdint.h | 236 #define UINT16_C(val) val##ui16 macro
|
/external/bison/darwin-lib/ |
H A D | stdint.h | 587 #undef UINT16_C macro 589 #define UINT16_C(x) x macro
|
/external/bison/lib/ |
H A D | stdint.in.h | 586 #undef UINT16_C 588 #define UINT16_C(x) x
|
/external/clang/lib/Headers/ |
H A 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/libcxx/test/std/input.output/file.streams/c.files/ |
H A D | cinttypes.pass.cpp | 239 #ifndef UINT16_C 240 #error UINT16_C not defined
|
/external/mdnsresponder/mDNSShared/ |
H A D | CommonServices.h | 821 #if( !defined( UINT16_C ) ) 822 #define UINT16_C( value ) value ## U macro
|
/external/bison/ |
H A D | configure | 14250 uint_least16_t d2 = UINT16_C (0xffff); 14310 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
|
Completed in 230 milliseconds