Home
last modified time | relevance | path

Searched refs:src_t (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dfp_extend.h20 typedef float src_t; typedef
27 typedef double src_t; typedef
44 typedef _Float16 src_t; typedef
46 typedef uint16_t src_t; typedef
82 static __inline src_rep_t srcToRep(src_t x) { in srcToRep()
84 src_t f; in srcToRep()
H A Dfp_trunc.h19 typedef float src_t; typedef
25 typedef double src_t; typedef
31 typedef long double src_t; typedef
75 static __inline src_rep_t srcToRep(src_t x) { in srcToRep()
77 src_t f; in srcToRep()
H A Dextendhfsf2.c15 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()
H A Dfp_extend_impl.inc40 static __inline dst_t __extendXfYf2__(src_t a) {
43 const int srcBits = sizeof(src_t) * CHAR_BIT;
H A Dfp_trunc_impl.inc41 static __inline dst_t __truncXfYf2__(src_t a) {
44 const int srcBits = sizeof(src_t) * CHAR_BIT;