Home
last modified time | relevance | path

Searched refs:__floatundixf (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/builtins/x86_64/
H A Dfloatundixf.S21 DEFINE_COMPILERRT_FUNCTION(__floatundixf)
29 END_COMPILERRT_FUNCTION(__floatundixf)
/freebsd-12.1/contrib/compiler-rt/lib/builtins/i386/
H A Dfloatundixf.S28 DEFINE_COMPILERRT_FUNCTION(__floatundixf)
41 END_COMPILERRT_FUNCTION(__floatundixf)
/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dfloatundixf.c29 __floatundixf(du_int a) in __floatundixf() function
H A Dapple_versioning.c101 NOT_HERE_BEFORE_10_6(__floatundixf)
H A DREADME.txt163 long double __floatundixf(du_int a);
/freebsd-12.1/lib/libgcc_s/
H A DVersion.map144 __floatundixf;
/freebsd-12.1/contrib/gcc/
H A Dlibgcc2.h282 #define __floatundixf __NDW(floatun,xf) macro
390 extern XFtype __floatundixf (UDWtype);
H A Dlibgcc-std.ver269 __floatundixf
H A Dlibgcc2.c1377 __floatundixf (UDWtype u) in __floatundixf() function
H A DChangeLog-20051224 * libgcc2.c (__floatdixf, __floatundixf, __floatditf,
2658 __floatundixf, __floatuntisf, __floatuntidf, __floatuntitf,
3733 * libgcc2.c (__floatundixf, __floatunditf, __floatundidf,
3735 * libgcc2.h (__floatundixf, __floatunditf, __floatundidf,
/freebsd-12.1/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h76 #define uint64_to_floatx80 __floatundixf
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def332 HANDLE_LIBCALL(UINTTOFP_I64_F80, "__floatundixf")
/freebsd-12.1/contrib/gcc/doc/
H A Dlibgcc.texi375 @deftypefnx {Runtime Function} {long double} __floatundixf (unsigned long @var{i})