Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dfloatundisf.c26 __floatundisf(du_int a) in __floatundisf() function
80 return __floatundisf(a); in __aeabi_ul2f()
83 AEABI_RTABI float __aeabi_ul2f(du_int a) COMPILER_RT_ALIAS(__floatundisf);
H A Dmingw_fixfloat.c20 COMPILER_RT_ABI float __floatundisf(du_int a);
36 COMPILER_RT_ABI float __u64tos(du_int a) { return __floatundisf(a); } in __u64tos()
H A Dapple_versioning.c99 NOT_HERE_BEFORE_10_6(__floatundisf)
273 NOT_HERE_UNTIL_AFTER_4_3(__floatundisf)
H A DREADME.txt161 float __floatundisf(du_int a);
/freebsd-12.1/contrib/compiler-rt/lib/builtins/x86_64/
H A Dfloatundisf.S20 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
33 END_COMPILERRT_FUNCTION(__floatundisf)
/freebsd-12.1/contrib/gcc/config/
H A Dfloatundisf.c8 SFtype __floatundisf (UDItype);
11 __floatundisf (UDItype u) in __floatundisf() function
/freebsd-12.1/contrib/compiler-rt/lib/builtins/i386/
H A Dfloatundisf.S76 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
103 END_COMPILERRT_FUNCTION(__floatundisf)
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Dppc64-fp.c47 extern SFtype __floatundisf (UDItype);
169 __floatundisf (UDItype u) in __floatundisf() function
/freebsd-12.1/contrib/gcc/config/soft-fp/
H A Dfloatundisf.c35 SFtype __floatundisf(UDItype i) in __floatundisf() function
/freebsd-12.1/lib/libgcc_s/
H A DVersion.map143 __floatundisf;
/freebsd-12.1/contrib/gcc/
H A Dlibgcc2.h285 #define __floatundisf __NDW(floatun,sf) macro
368 extern SFtype __floatundisf (UDWtype);
H A Dlibgcc-std.ver268 __floatundisf
H A Dlibgcc2.c1541 #define FUNC __floatundisf
H A DChangeLog-20051232 (__floatundisf, __floatundidf): Likewise.
2657 __floatunsixf, __floatundisf, __floatundidf, __floatunditf,
3421 (__floatundidf, __floatundisf): Likewise.
3734 __floatundisf): New functions.
3736 __floatundisf): Declare.
H A DChangeLog-200614465 (__floatundisf, __floatundidf): Likewise.
/freebsd-12.1/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h74 #define uint64_to_float32 __floatundisf
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def330 HANDLE_LIBCALL(UINTTOFP_I64_F32, "__floatundisf")
/freebsd-12.1/contrib/gcc/doc/
H A Dlibgcc.texi372 @deftypefn {Runtime Function} float __floatundisf (unsigned long @var{i})