Home
last modified time | relevance | path

Searched refs:tf_float (Results 1 – 8 of 8) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_lib.h92 typedef tf_float fp_t;
381 static __inline tf_float __compiler_rt_logbtf(tf_float x) { in __compiler_rt_logbtf()
384 static __inline tf_float __compiler_rt_scalbntf(tf_float x, int y) { in __compiler_rt_scalbntf()
387 static __inline tf_float __compiler_rt_fmaxtf(tf_float x, tf_float y) { in __compiler_rt_fmaxtf()
396 static __inline tf_float __compiler_rt_logbtf(tf_float x) { in __compiler_rt_logbtf()
399 static __inline tf_float __compiler_rt_scalbntf(tf_float x, int y) { in __compiler_rt_scalbntf()
402 static __inline tf_float __compiler_rt_fmaxtf(tf_float x, tf_float y) { in __compiler_rt_fmaxtf()
H A DREADME.txt140 di_int __fixtfdi( tf_float a);
145 ti_int __fixtfti( tf_float a);
150 su_int __fixunstfsi( tf_float a);
155 du_int __fixunstfdi( tf_float a);
160 tu_int __fixunstfti( tf_float a);
165 tf_float __floatditf(int64_t a);
170 tf_float __floattitf(ti_int a);
175 tf_float __floatunditf(du_int a);
180 tf_float __floatuntixf(tu_int a);
187 tf_float __powitf2( tf_float a, int b); // a ^ b
[all …]
H A Dint_types.h184 typedef long double tf_float; typedef
202 typedef long double tf_float; typedef
209 typedef __float128 tf_float; typedef
216 tf_float f;
269 tf_float real, imaginary;
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 Dint_to_fp.h62 typedef tf_float dst_t;
H A Dfp_trunc.h39 typedef tf_float src_t;
H A Dfp_extend.h115 typedef tf_float dst_t;