Searched refs:__floatundidf (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/builtins/ |
| H A D | floatundidf.c | 31 __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 D | mingw_fixfloat.c | 19 COMPILER_RT_ABI double __floatundidf(du_int a); 34 COMPILER_RT_ABI double __u64tod(du_int a) { return __floatundidf(a); } in __u64tod()
|
| H A D | apple_versioning.c | 98 NOT_HERE_BEFORE_10_6(__floatundidf) 272 NOT_HERE_UNTIL_AFTER_4_3(__floatundidf)
|
| H A D | README.txt | 162 double __floatundidf(du_int a);
|
| /freebsd-12.1/contrib/gcc/config/ |
| H A D | floatundidf.c | 6 DFtype __floatundidf (UDItype); 9 __floatundidf (UDItype u) in __floatundidf() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/builtins/x86_64/ |
| H A D | floatundidf.S | 38 DEFINE_COMPILERRT_FUNCTION(__floatundidf) 47 END_COMPILERRT_FUNCTION(__floatundidf)
|
| /freebsd-12.1/contrib/compiler-rt/lib/builtins/i386/ |
| H A D | floatundidf.S | 38 DEFINE_COMPILERRT_FUNCTION(__floatundidf) 50 END_COMPILERRT_FUNCTION(__floatundidf)
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | ppc64-fp.c | 45 extern DFtype __floatundidf (UDItype); 132 __floatundidf (UDItype u) in __floatundidf() function
|
| /freebsd-12.1/contrib/gcc/config/soft-fp/ |
| H A D | floatundidf.c | 35 DFtype __floatundidf(UDItype i) in __floatundidf() function
|
| /freebsd-12.1/lib/libgcc_s/ |
| H A D | Version.map | 142 __floatundidf;
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | libgcc2.h | 284 #define __floatundidf __NDW(floatun,df) macro 378 extern DFtype __floatundidf (UDWtype);
|
| H A D | libgcc-std.ver | 267 __floatundidf
|
| H A D | libgcc2.c | 1545 #define FUNC __floatundidf
|
| H A D | ChangeLog-2005 | 1232 (__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 D | ChangeLog-2006 | 14465 (__floatundisf, __floatundidf): Likewise.
|
| /freebsd-12.1/lib/libc/softfloat/ |
| H A D | softfloat-for-gcc.h | 75 #define uint64_to_float64 __floatundidf
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.def | 331 HANDLE_LIBCALL(UINTTOFP_I64_F64, "__floatundidf")
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | libgcc.texi | 373 @deftypefnx {Runtime Function} double __floatundidf (unsigned long @var{i})
|