Searched refs:__floatdixf (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/x86_64/
H A Dfloatdixf.c5 /* long double __floatdixf(di_int a); */
11 long double __floatdixf(int64_t a) function
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/i386/
H A Dfloatdixf.S6 // float __floatdixf(di_int a);
19 DEFINE_COMPILERRT_FUNCTION(__floatdixf)
28 END_COMPILERRT_FUNCTION(__floatdixf)
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dfloatdixf.c1 /* ===-- floatdixf.c - Implement __floatdixf -------------------------------===
10 * This file implements __floatdixf for the compiler_rt library.
30 __floatdixf(di_int a) function
H A Dapple_versioning.c94 NOT_HERE_BEFORE_10_6(__floatdixf)
/freebsd-11.0-release/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h61 #define int64_to_floatx80 __floatdixf
/freebsd-11.0-release/contrib/gcc/
H A Dlibgcc2.h278 #define __floatdixf __NDW(float,xf) macro
389 extern XFtype __floatdixf (DWtype);
H A Dlibgcc2.c1389 __floatdixf (DWtype u)
1363 __floatdixf (DWtype u) function

Completed in 84 milliseconds