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

/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/llvm/include/llvm/Support/
H A DDataTypes.h155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16 macro
/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/opencv3/3rdparty/include/
H A Dmsc_stdint.h207 #define UINT16_C(val) val macro
/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/libvncserver/compat/msvc/
H A Dstdint.h236 #define UINT16_C(val) val##ui16 macro
/external/mesa3d/include/c99/
H A Dstdint.h236 #define UINT16_C(val) val##ui16 macro
/external/bison/darwin-lib/
H A Dstdint.h587 #undef UINT16_C macro
589 #define UINT16_C(x) x macro
/external/bison/lib/
H A Dstdint.in.h586 #undef UINT16_C
588 #define UINT16_C(x) x
/external/clang/lib/Headers/
H A 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/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A 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/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp239 #ifndef UINT16_C
240 #error UINT16_C not defined
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h821 #if( !defined( UINT16_C ) )
822 #define UINT16_C( value ) value ## U macro
/external/bison/
H A Dconfigure14250 uint_least16_t d2 = UINT16_C (0xffff);
14310 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;

Completed in 230 milliseconds