Searched refs:dst_t (Results 1 – 16 of 16) sorted by relevance
53 typedef double dst_t; typedef56 static const int dstBits = sizeof(dst_t) * CHAR_BIT;63 typedef xf_float dst_t; typedef74 typedef float dst_t; typedef77 static const int dstBits = sizeof(dst_t) * CHAR_BIT;85 typedef _Float16 dst_t; typedef87 typedef uint16_t dst_t; typedef91 static const int dstBits = sizeof(dst_t) * CHAR_BIT;98 typedef __bf16 dst_t; typedef101 static const int dstBits = sizeof(dst_t) * CHAR_BIT;[all …]
95 typedef float dst_t; typedef98 static const int dstBits = sizeof(dst_t) * CHAR_BIT;105 typedef double dst_t; typedef108 static const int dstBits = sizeof(dst_t) * CHAR_BIT;115 typedef tf_float dst_t; typedef118 static const int dstBits = sizeof(dst_t) * CHAR_BIT;171 static inline dst_t dstFromRep(dst_rep_t x) { in dstFromRep()173 dst_t f; in dstFromRep()
44 typedef float dst_t; typedef53 typedef double dst_t; typedef62 typedef tf_float dst_t; typedef74 static __inline dst_t dstFromRep(dst_rep_t x) { in dstFromRep()76 dst_t f; in dstFromRep()
15 COMPILER_RT_ABI NOINLINE dst_t __truncsfhf2(float a) { in __truncsfhf2()19 COMPILER_RT_ABI dst_t __gnu_f2h_ieee(float a) { return __truncsfhf2(a); } in __gnu_f2h_ieee()23 AEABI_RTABI dst_t __aeabi_f2h(float a) { return __truncsfhf2(a); } in __aeabi_f2h()
13 COMPILER_RT_ABI dst_t __truncdfhf2(double a) { return __truncXfYf2__(a); } in __truncdfhf2()17 AEABI_RTABI dst_t __aeabi_d2h(double a) { return __truncdfhf2(a); } in __aeabi_d2h()
17 static __inline dst_t __floatXiYf__(src_t a) {62 const int dstBits = sizeof(dst_t) * CHAR_BIT;
13 COMPILER_RT_ABI dst_t __truncsfbf2(float a) { return __truncXfYf2__(a); } in __truncsfbf2()
13 COMPILER_RT_ABI dst_t __truncdfbf2(double a) { return __truncXfYf2__(a); } in __truncdfbf2()
17 COMPILER_RT_ABI dst_t __extenddftf2(src_t a) { return __extendXfYf2__(a); } in __extenddftf2()
17 COMPILER_RT_ABI dst_t __trunctfsf2(src_t a) { return __truncXfYf2__(a); } in __trunctfsf2()
17 COMPILER_RT_ABI dst_t __trunctfdf2(src_t a) { return __truncXfYf2__(a); } in __trunctfdf2()
17 COMPILER_RT_ABI dst_t __extendsftf2(src_t a) { return __extendXfYf2__(a); } in __extendsftf2()
18 COMPILER_RT_ABI dst_t __trunctfhf2(src_t a) { return __truncXfYf2__(a); } in __trunctfhf2()
18 COMPILER_RT_ABI dst_t __extendhftf2(src_t a) { return __extendXfYf2__(a); } in __extendhftf2()
44 static __inline dst_t __extendXfYf2__(src_t a) {
45 static __inline dst_t __truncXfYf2__(src_t a) {