Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_lib.h92 typedef tf_float fp_t;
375 static __inline tf_float __compiler_rt_logbtf(tf_float x) { in __compiler_rt_logbtf()
378 static __inline tf_float __compiler_rt_scalbntf(tf_float x, int y) { in __compiler_rt_scalbntf()
381 static __inline tf_float __compiler_rt_fmaxtf(tf_float x, tf_float y) { in __compiler_rt_fmaxtf()
390 static __inline tf_float __compiler_rt_logbtf(tf_float x) { in __compiler_rt_logbtf()
393 static __inline tf_float __compiler_rt_scalbntf(tf_float x, int y) { in __compiler_rt_scalbntf()
396 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 Dfp_trunc.h51 typedef tf_float src_t;
H A Dfp_extend.h115 typedef tf_float dst_t;