Searched refs:__floatundidf (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/contrib/gcc/config/
H A Dfloatundidf.c6 DFtype __floatundidf (UDItype);
9 __floatundidf (UDItype u) function
/freebsd-10.2-release/contrib/gcc/config/soft-fp/
H A Dfloatundidf.c35 DFtype __floatundidf(UDItype i) function
/freebsd-10.2-release/contrib/compiler-rt/lib/i386/
H A Dfloatundidf.S1 //===-- floatundidf.S - Implement __floatundidf for i386 ------------------===//
10 // This file implements __floatundidf for the compiler_rt library.
16 // double __floatundidf(du_int a);
33 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
/freebsd-10.2-release/contrib/compiler-rt/lib/x86_64/
H A Dfloatundidf.S1 //===-- floatundidf.S - Implement __floatundidf for x86_64 ----------------===//
10 // This file implements __floatundidf for the compiler_rt library.
16 // double __floatundidf(du_int a);
33 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
/freebsd-10.2-release/contrib/compiler-rt/lib/
H A Dfloatundidf.c1 /* ===-- floatundidf.c - Implement __floatundidf ---------------------------===
10 * This file implements __floatundidf for the compiler_rt library.
34 __floatundidf(du_int a)
56 __floatundidf(du_int a)
/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Dppc64-fp.c45 extern DFtype __floatundidf (UDItype);
132 __floatundidf (UDItype u) function
/freebsd-10.2-release/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h75 #define uint64_to_float64 __floatundidf
/freebsd-10.2-release/contrib/gcc/
H A Dlibgcc2.h284 #define __floatundidf __NDW(floatun,df) macro
378 extern DFtype __floatundidf (UDWtype);
H A Dlibgcc2.c1571 #define FUNC __floatundidf

Completed in 80 milliseconds