Searched refs:src_t (Results 1 – 5 of 5) sorted by relevance
20 typedef float src_t; typedef27 typedef double src_t; typedef44 typedef _Float16 src_t; typedef46 typedef uint16_t src_t; typedef82 static __inline src_rep_t srcToRep(src_t x) { in srcToRep()84 src_t f; in srcToRep()
19 typedef float src_t; typedef25 typedef double src_t; typedef31 typedef long double src_t; typedef75 static __inline src_rep_t srcToRep(src_t x) { in srcToRep()77 src_t f; in srcToRep()
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()
40 static __inline dst_t __extendXfYf2__(src_t a) {43 const int srcBits = sizeof(src_t) * CHAR_BIT;
41 static __inline dst_t __truncXfYf2__(src_t a) {44 const int srcBits = sizeof(src_t) * CHAR_BIT;