Searched refs:src_t (Results 1 – 14 of 14) sorted by relevance
20 typedef float src_t; typedef23 static const int srcBits = sizeof(src_t) * CHAR_BIT;31 typedef double src_t; typedef34 static const int srcBits = sizeof(src_t) * CHAR_BIT;44 typedef xf_float src_t; typedef57 typedef _Float16 src_t; typedef59 typedef uint16_t src_t; typedef63 static const int srcBits = sizeof(src_t) * CHAR_BIT;77 typedef __bf16 src_t; typedef79 typedef uint16_t src_t; typedef[all …]
19 typedef float src_t; typedef22 static const int srcBits = sizeof(src_t) * CHAR_BIT;29 typedef double src_t; typedef32 static const int srcBits = sizeof(src_t) * CHAR_BIT;39 typedef tf_float src_t; typedef42 static const int srcBits = sizeof(src_t) * CHAR_BIT;142 static inline src_rep_t srcToRep(src_t x) { in srcToRep()144 src_t f; in srcToRep()
20 typedef int64_t src_t; typedef25 typedef uint64_t src_t; typedef30 typedef __int128_t src_t; typedef35 typedef __uint128_t src_t; typedef
15 COMPILER_RT_ABI NOINLINE float __extendhfsf2(src_t a) { in __extendhfsf2()19 COMPILER_RT_ABI float __gnu_h2f_ieee(src_t a) { return __extendhfsf2(a); } in __gnu_h2f_ieee()23 AEABI_RTABI float __aeabi_h2f(src_t a) { return __extendhfsf2(a); } in __aeabi_h2f()
17 static __inline dst_t __floatXiYf__(src_t a) {23 srcBits = sizeof(src_t) * CHAR_BIT,24 srcIsSigned = ((src_t)-1) < 0,27 const src_t s = srcIsSigned ? a >> (srcBits - 1) : 0;
13 COMPILER_RT_ABI float __extendbfsf2(src_t a) { return __extendXfYf2__(a); } in __extendbfsf2()
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) {