Searched refs:xf_float (Results 1 – 18 of 18) sorted by relevance
20 COMPILER_RT_ABI Lcomplex __mulxc3(xf_float __a, xf_float __b, xf_float __c, in __mulxc3()21 xf_float __d) { in __mulxc3()22 xf_float __ac = __a * __c; in __mulxc3()23 xf_float __bd = __b * __d; in __mulxc3()24 xf_float __ad = __a * __d; in __mulxc3()25 xf_float __bc = __b * __c; in __mulxc3()
20 COMPILER_RT_ABI Lcomplex __divxc3(xf_float __a, xf_float __b, xf_float __c, in __divxc3()21 xf_float __d) { in __divxc3()23 xf_float __logbw = crt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d))); in __divxc3()29 xf_float __denom = __c * __c + __d * __d; in __divxc3()
19 COMPILER_RT_ABI xf_float __powixf2(xf_float a, int b) { in __powixf2()21 xf_float r = 1; in __powixf2()
168 typedef long double xf_float; typedef171 xf_float f;
20 COMPILER_RT_ABI tf_float __extendxftf2(xf_float a) { in __extendxftf2()
21 COMPILER_RT_ABI xf_float __trunctfxf2(tf_float a) { return __truncXfYf2__(a); } in __trunctfxf2()
25 COMPILER_RT_ABI xf_float __floatundixf(du_int a) { in __floatundixf()
28 COMPILER_RT_ABI tu_int __fixunsxfti(xf_float a) { in __fixunsxfti()
35 COMPILER_RT_ABI du_int __fixunsxfdi(xf_float a) { in __fixunsxfdi()
26 COMPILER_RT_ABI xf_float __floatdixf(di_int a) { in __floatdixf()
35 COMPILER_RT_ABI su_int __fixunsxfsi(xf_float a) { in __fixunsxfsi()
27 COMPILER_RT_ABI ti_int __fixxfti(xf_float a) { in __fixxfti()
26 COMPILER_RT_ABI xf_float __floatuntixf(tu_int a) { in __floatuntixf()
34 COMPILER_RT_ABI di_int __fixxfdi(xf_float a) { in __fixxfdi()
26 COMPILER_RT_ABI xf_float __floattixf(ti_int a) { in __floattixf()
63 typedef xf_float dst_t;
44 typedef xf_float src_t;
11 xf_float __floatdixf(int64_t a) { return (xf_float)a; } in __floatdixf()