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

/freebsd-10.0-release/contrib/compiler-rt/lib/
H A Dfloatundixf.c1 /* ===-- floatundixf.c - Implement __floatundixf ---------------------------===
10 * This file implements __floatundixf for the compiler_rt library.
29 __floatundixf(du_int a) function
/freebsd-10.0-release/contrib/compiler-rt/lib/x86_64/
H A Dfloatundixf.S6 // long double __floatundixf(du_int a);
20 DEFINE_COMPILERRT_FUNCTION(__floatundixf)
48 DEFINE_COMPILERRT_FUNCTION(__floatundixf)
/freebsd-10.0-release/contrib/compiler-rt/lib/i386/
H A Dfloatundixf.S6 // long double __floatundixf(du_int a);16
23 DEFINE_COMPILERRT_FUNCTION(__floatundixf)
/freebsd-10.0-release/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h76 #define uint64_to_floatx80 __floatundixf
/freebsd-10.0-release/contrib/gcc/
H A Dlibgcc2.h282 #define __floatundixf __NDW(floatun,xf) macro
388 extern XFtype __floatundixf (UDWtype);
H A Dlibgcc2.c1379 __floatundixf (UDWtype u)
1353 __floatundixf (UDWtype u) function

Completed in 183 milliseconds