Home
last modified time | relevance | path

Searched refs:__floatdixf (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/builtins/i386/
H A Dfloatdixf.S19 DEFINE_COMPILERRT_FUNCTION(__floatdixf)
28 END_COMPILERRT_FUNCTION(__floatdixf)
/freebsd-12.1/contrib/compiler-rt/lib/builtins/x86_64/
H A Dfloatdixf.c11 long double __floatdixf(int64_t a) in __floatdixf() function
/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dfloatdixf.c30 __floatdixf(di_int a) in __floatdixf() function
H A Dapple_versioning.c94 NOT_HERE_BEFORE_10_6(__floatdixf)
H A DREADME.txt154 long double __floatdixf(di_int a);
/freebsd-12.1/lib/libgcc_s/
H A DVersion.map42 __floatdixf;
/freebsd-12.1/contrib/gcc/
H A Dlibgcc2.h278 #define __floatdixf __NDW(float,xf) macro
389 extern XFtype __floatdixf (DWtype);
H A Dlibgcc-std.ver103 __floatdixf
H A Dlibgcc2.c1363 __floatdixf (DWtype u) in __floatdixf() function
H A DFSFChangeLog.117387 (__fixunsdfdi, __fixdfdi, __floatdixf, __floatditf) : Likewise.
H A DChangeLog-20051224 * libgcc2.c (__floatdixf, __floatundixf, __floatditf,
H A DChangeLog-20032896 __floatdixf, __floatditf, __floatdidf, __floatdisf, __gcc_bcmp):
/freebsd-12.1/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h61 #define int64_to_floatx80 __floatdixf
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def317 HANDLE_LIBCALL(SINTTOFP_I64_F80, "__floatdixf")
/freebsd-12.1/contrib/gcc/doc/
H A Dlibgcc.texi354 @deftypefnx {Runtime Function} {long double} __floatdixf (long @var{i})