Home
last modified time | relevance | path

Searched refs:__floatdisf (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dfloatdisf.c26 __floatdisf(di_int a) in __floatdisf() function
83 return __floatdisf(a); in __aeabi_l2f()
86 AEABI_RTABI float __aeabi_l2f(di_int a) COMPILER_RT_ALIAS(__floatdisf);
H A Dmingw_fixfloat.c18 COMPILER_RT_ABI float __floatdisf(di_int a);
32 COMPILER_RT_ABI float __i64tos(di_int a) { return __floatdisf(a); } in __i64tos()
H A Dapple_versioning.c92 NOT_HERE_BEFORE_10_6(__floatdisf)
267 NOT_HERE_UNTIL_AFTER_4_3(__floatdisf)
H A DREADME.txt152 float __floatdisf(di_int a);
/freebsd-12.1/contrib/compiler-rt/lib/builtins/i386/
H A Dfloatdisf.S19 DEFINE_COMPILERRT_FUNCTION(__floatdisf)
30 END_COMPILERRT_FUNCTION(__floatdisf)
/freebsd-12.1/contrib/gcc/config/
H A Dfloatdisf.c9 SFtype __floatdisf (DItype);
12 __floatdisf (DItype u) in __floatdisf() function
/freebsd-12.1/contrib/compiler-rt/lib/builtins/x86_64/
H A Dfloatdisf.c9 float __floatdisf(int64_t a) in __floatdisf() function
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Dppc64-fp.c46 extern SFtype __floatdisf (DItype);
144 __floatdisf (DItype u) in __floatdisf() function
/freebsd-12.1/contrib/gcc/config/soft-fp/
H A Dfloatdisf.c35 SFtype __floatdisf(DItype i) in __floatdisf() function
/freebsd-12.1/lib/libc/quad/
H A Dfloatdisf.c48 __floatdisf(x) in __floatdisf() function
H A DSymbol.map23 __floatdisf;
/freebsd-12.1/lib/libgcc_s/
H A DVersion.map41 __floatdisf;
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc54 EXPLICIT_SYMBOL(__floatdisf)
/freebsd-12.1/contrib/gcc/
H A Dlibgcc2.h281 #define __floatdisf __NDW(float,sf) macro
367 extern SFtype __floatdisf (DWtype);
H A Dlibgcc-std.ver102 __floatdisf
H A Dlibgcc2.c1429 #define FUNC __floatdisf
H A DFSFChangeLog686 * libgcc2.c (__floatdisf): Use signed comparison to test
H A DChangeLog-20051227 (__floatdisf, __floatdidf): Unify. Possibly use XFmode or TFmode
27914 (SFtype, SCtype, __fixsfdi, __floatdisf, __fixunssfSI, __fixunssfDI)
27921 * libgcc2.c (__fixunssfDI, __fixsfdi, __floatdisf, __fixunssfSI)
31600 (__floatdisf): Likewise.
H A DFSFChangeLog.117388 (__floatdidf, __floatdisf, __fixunsxfsi, __fixunsdfsi) : Likewise.
H A DChangeLog-200614463 * libgcc2.c (__floatdisf, __floatdidf): Don't use IBM Extended
H A DChangeLog-199813578 * libgcc2.c (__floatdisf): Fix a couple typos.
H A DChangeLog-200021784 (__floatdisf): Use proper type in REP_BIT macro.
/freebsd-12.1/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h59 #define int64_to_float32 __floatdisf
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def315 HANDLE_LIBCALL(SINTTOFP_I64_F32, "__floatdisf")
/freebsd-12.1/contrib/gcc/doc/
H A Dlibgcc.texi351 @deftypefn {Runtime Function} float __floatdisf (long @var{i})

12