Home
last modified time | relevance | path

Searched refs:xf_float (Results 1 – 18 of 18) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dmulxc3.c20 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()
H A Ddivxc3.c20 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()
H A Dpowixf2.c19 COMPILER_RT_ABI xf_float __powixf2(xf_float a, int b) { in __powixf2()
21 xf_float r = 1; in __powixf2()
H A Dint_types.h168 typedef long double xf_float; typedef
171 xf_float f;
H A Dextendxftf2.c20 COMPILER_RT_ABI tf_float __extendxftf2(xf_float a) { in __extendxftf2()
H A Dtrunctfxf2.c21 COMPILER_RT_ABI xf_float __trunctfxf2(tf_float a) { return __truncXfYf2__(a); } in __trunctfxf2()
H A Dfloatundixf.c25 COMPILER_RT_ABI xf_float __floatundixf(du_int a) { in __floatundixf()
H A Dfixunsxfti.c28 COMPILER_RT_ABI tu_int __fixunsxfti(xf_float a) { in __fixunsxfti()
H A Dfixunsxfdi.c35 COMPILER_RT_ABI du_int __fixunsxfdi(xf_float a) { in __fixunsxfdi()
H A Dfloatdixf.c26 COMPILER_RT_ABI xf_float __floatdixf(di_int a) { in __floatdixf()
H A Dfixunsxfsi.c35 COMPILER_RT_ABI su_int __fixunsxfsi(xf_float a) { in __fixunsxfsi()
H A Dfixxfti.c27 COMPILER_RT_ABI ti_int __fixxfti(xf_float a) { in __fixxfti()
H A Dfloatuntixf.c26 COMPILER_RT_ABI xf_float __floatuntixf(tu_int a) { in __floatuntixf()
H A Dfixxfdi.c34 COMPILER_RT_ABI di_int __fixxfdi(xf_float a) { in __fixxfdi()
H A Dfloattixf.c26 COMPILER_RT_ABI xf_float __floattixf(ti_int a) { in __floattixf()
H A Dfp_trunc.h63 typedef xf_float dst_t;
H A Dfp_extend.h44 typedef xf_float src_t;
/src/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatdixf.c11 xf_float __floatdixf(int64_t a) { return (xf_float)a; } in __floatdixf()