Searched refs:TYPE_FP16 (Results 1 – 6 of 6) sorted by relevance
7 #define TYPE_FP16 _Float16 macro9 #define TYPE_FP16 uint16_t macro16 static inline TYPE_FP16 fromRep16(uint16_t x) in fromRep16()19 TYPE_FP16 ret; in fromRep16()51 static inline uint16_t toRep16(TYPE_FP16 x) in toRep16()85 static inline int compareResultH(TYPE_FP16 result, in compareResultH()220 static inline TYPE_FP16 makeQNaN16(void) in makeQNaN16()242 static inline TYPE_FP16 makeNaN16(uint16_t rand) in makeNaN16()264 static inline TYPE_FP16 makeInf16(void) in makeInf16()
8 float __extendhfsf2(TYPE_FP16 a);10 int test__extendhfsf2(TYPE_FP16 a, uint32_t expected) in test__extendhfsf2()22 char assumption_1[sizeof(TYPE_FP16) * CHAR_BIT == 16] = {0};
11 TYPE_FP16 __trunctfhf2(long double a);14 TYPE_FP16 x = __trunctfhf2(a); in test__trunctfhf2()25 char assumption_1[sizeof(TYPE_FP16) * CHAR_BIT == 16] = {0};
11 COMPILER_RT_ABI long double __extendhftf2(TYPE_FP16 a);13 int test__extendhftf2(TYPE_FP16 a, uint64_t expectedHi, uint64_t expectedLo) { in test__extendhftf2()26 char assumption_1[sizeof(TYPE_FP16) * CHAR_BIT == 16] = {0};
8 TYPE_FP16 __truncsfhf2(float a);12 TYPE_FP16 x = __truncsfhf2(a); in test__truncsfhf2()
8 TYPE_FP16 __truncdfhf2(double a);12 TYPE_FP16 x = __truncdfhf2(a); in test__truncdfhf2()