Searched refs:__floatundixf (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatundixf.S7 // long double __floatundixf(du_int a);
22 DEFINE_COMPILERRT_FUNCTION(__floatundixf)
30 END_COMPILERRT_FUNCTION(__floatundixf)
54 DEFINE_COMPILERRT_FUNCTION(__floatundixf)
65 END_COMPILERRT_FUNCTION(__floatundixf)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatundixf.c1 //===-- floatundixf.c - Implement __floatundixf ---------------------------===//
9 // This file implements __floatundixf for the compiler_rt library.
25 COMPILER_RT_ABI long double __floatundixf(du_int a) { function
H A Dapple_versioning.c96 NOT_HERE_BEFORE_10_6(__floatundixf)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfloatundixf.S7 // long double __floatundixf(du_int a);16
29 DEFINE_COMPILERRT_FUNCTION(__floatundixf)
42 END_COMPILERRT_FUNCTION(__floatundixf)
/freebsd-11-stable/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h76 #define uint64_to_floatx80 __floatundixf
/freebsd-11-stable/contrib/gcc/
H A Dlibgcc2.h282 #define __floatundixf __NDW(floatun,xf) macro
390 extern XFtype __floatundixf (UDWtype);
H A Dlibgcc2.c1403 __floatundixf (UDWtype u)
1377 __floatundixf (UDWtype u) function

Completed in 157 milliseconds