Home
last modified time | relevance | path

Searched refs:__floatundidf (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dfloatundidf.c31 __floatundidf(du_int a) in __floatundidf() function
53 __floatundidf(du_int a) in __floatundidf() function
109 return __floatundidf(a); in __aeabi_ul2d()
112 AEABI_RTABI double __aeabi_ul2d(du_int a) COMPILER_RT_ALIAS(__floatundidf);
H A Dmingw_fixfloat.c19 COMPILER_RT_ABI double __floatundidf(du_int a);
34 COMPILER_RT_ABI double __u64tod(du_int a) { return __floatundidf(a); } in __u64tod()
H A Dapple_versioning.c98 NOT_HERE_BEFORE_10_6(__floatundidf)
272 NOT_HERE_UNTIL_AFTER_4_3(__floatundidf)
H A DREADME.txt162 double __floatundidf(du_int a);
/freebsd-12.1/contrib/gcc/config/
H A Dfloatundidf.c6 DFtype __floatundidf (UDItype);
9 __floatundidf (UDItype u) in __floatundidf() function
/freebsd-12.1/contrib/compiler-rt/lib/builtins/x86_64/
H A Dfloatundidf.S38 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
47 END_COMPILERRT_FUNCTION(__floatundidf)
/freebsd-12.1/contrib/compiler-rt/lib/builtins/i386/
H A Dfloatundidf.S38 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
50 END_COMPILERRT_FUNCTION(__floatundidf)
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Dppc64-fp.c45 extern DFtype __floatundidf (UDItype);
132 __floatundidf (UDItype u) in __floatundidf() function
/freebsd-12.1/contrib/gcc/config/soft-fp/
H A Dfloatundidf.c35 DFtype __floatundidf(UDItype i) in __floatundidf() function
/freebsd-12.1/lib/libgcc_s/
H A DVersion.map142 __floatundidf;
/freebsd-12.1/contrib/gcc/
H A Dlibgcc2.h284 #define __floatundidf __NDW(floatun,df) macro
378 extern DFtype __floatundidf (UDWtype);
H A Dlibgcc-std.ver267 __floatundidf
H A Dlibgcc2.c1545 #define FUNC __floatundidf
H A DChangeLog-20051232 (__floatundisf, __floatundidf): Likewise.
2657 __floatunsixf, __floatundisf, __floatundidf, __floatunditf,
3421 (__floatundidf, __floatundisf): Likewise.
3733 * libgcc2.c (__floatundixf, __floatunditf, __floatundidf,
3735 * libgcc2.h (__floatundixf, __floatunditf, __floatundidf,
H A DChangeLog-200614465 (__floatundisf, __floatundidf): Likewise.
/freebsd-12.1/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h75 #define uint64_to_float64 __floatundidf
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def331 HANDLE_LIBCALL(UINTTOFP_I64_F64, "__floatundidf")
/freebsd-12.1/contrib/gcc/doc/
H A Dlibgcc.texi373 @deftypefnx {Runtime Function} double __floatundidf (unsigned long @var{i})