Home
last modified time | relevance | path

Searched refs:__floatdidf (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dfloatdidf.c31 __floatdidf(di_int a) in __floatdidf() function
51 __floatdidf(di_int a) in __floatdidf() function
110 return __floatdidf(a); in __aeabi_l2d()
113 AEABI_RTABI double __aeabi_l2d(di_int a) COMPILER_RT_ALIAS(__floatdidf);
H A Dmingw_fixfloat.c17 COMPILER_RT_ABI double __floatdidf(di_int a);
30 COMPILER_RT_ABI double __i64tod(di_int a) { return __floatdidf(a); } in __i64tod()
H A Dapple_versioning.c91 NOT_HERE_BEFORE_10_6(__floatdidf)
266 NOT_HERE_UNTIL_AFTER_4_3(__floatdidf)
H A DREADME.txt153 double __floatdidf(di_int a);
/freebsd-12.1/contrib/gcc/config/
H A Dfloatdidf.c7 DFtype __floatdidf (DItype);
10 __floatdidf (DItype u) in __floatdidf() function
/freebsd-12.1/contrib/compiler-rt/lib/builtins/i386/
H A Dfloatdidf.S24 DEFINE_COMPILERRT_FUNCTION(__floatdidf)
37 END_COMPILERRT_FUNCTION(__floatdidf)
/freebsd-12.1/contrib/compiler-rt/lib/builtins/x86_64/
H A Dfloatdidf.c11 double __floatdidf(int64_t a) in __floatdidf() function
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Dppc64-fp.c44 extern DFtype __floatdidf (DItype);
120 __floatdidf (DItype u) in __floatdidf() function
/freebsd-12.1/contrib/gcc/config/soft-fp/
H A Dfloatdidf.c35 DFtype __floatdidf(DItype i) in __floatdidf() function
/freebsd-12.1/lib/libc/quad/
H A Dfloatdidf.c48 __floatdidf(x) in __floatdidf() function
H A DSymbol.map22 __floatdidf;
/freebsd-12.1/lib/libgcc_s/
H A DVersion.map40 __floatdidf;
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc51 EXPLICIT_SYMBOL(__floatdidf)
/freebsd-12.1/contrib/gcc/
H A Dlibgcc2.h280 #define __floatdidf __NDW(float,df) macro
377 extern DFtype __floatdidf (DWtype);
H A Dlibgcc-std.ver101 __floatdidf
H A Dlibgcc2.c1433 #define FUNC __floatdidf
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-20051227 (__floatdisf, __floatdidf): Unify. Possibly use XFmode or TFmode
31604 (DFtype, DCtype, __fixdfdi, __floatdidf, __fixunsdfSI, __fixunsdfDI,
H A DChangeLog-20032896 __floatdixf, __floatditf, __floatdidf, __floatdisf, __gcc_bcmp):
H A DChangeLog-200442739 (__floatdidf, __floatdisf): Optimize multiply.
/freebsd-12.1/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h60 #define int64_to_float64 __floatdidf
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def316 HANDLE_LIBCALL(SINTTOFP_I64_F64, "__floatdidf")
/freebsd-12.1/contrib/gcc/doc/
H A Dlibgcc.texi352 @deftypefnx {Runtime Function} double __floatdidf (long @var{i})