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

/openbsd-current/gnu/gcc/gcc/config/soft-fp/
H A Dfloatundidf.c35 DFtype __floatundidf(UDItype i) function
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dfloatundidf.c1 //===-- floatundidf.c - Implement __floatundidf ---------------------------===//
9 // This file implements __floatundidf for the compiler_rt library.
27 COMPILER_RT_ABI double __floatundidf(du_int a) { function
54 COMPILER_RT_ABI double __floatundidf(du_int a) { function
102 AEABI_RTABI double __aeabi_ul2d(du_int a) { return __floatundidf(a); }
104 COMPILER_RT_ALIAS(__floatundidf, __aeabi_ul2d)
109 COMPILER_RT_ALIAS(__floatundidf, __u64tod)
H A Dapple_versioning.c93 NOT_HERE_BEFORE_10_6(__floatundidf)
265 NOT_HERE_UNTIL_AFTER_4_3(__floatundidf)
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/x86_64/
H A Dfloatundidf.S1 //===-- floatundidf.S - Implement __floatundidf for x86_64 ----------------===//
9 // This file implements __floatundidf for the compiler_rt library.
15 // double __floatundidf(du_int a);
37 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
46 END_COMPILERRT_FUNCTION(__floatundidf)
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/i386/
H A Dfloatundidf.S1 //===-- floatundidf.S - Implement __floatundidf for i386 ------------------===//
9 // This file implements __floatundidf for the compiler_rt library.
15 // double __floatundidf(du_int a);
37 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
49 END_COMPILERRT_FUNCTION(__floatundidf)
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Dppc64-fp.c45 extern DFtype __floatundidf (UDItype);
132 __floatundidf (UDItype u) function
/openbsd-current/gnu/gcc/gcc/
H A Dlibgcc2.h286 #define __floatundidf __NDW(floatun,df) macro
378 extern DFtype __floatundidf (UDWtype);
H A Dlibgcc2.c1547 #define FUNC __floatundidf
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dieee754-df.S2098 .global __floatundidf
2099 .type __floatundidf, @function
2100 __floatundidf: label

Completed in 93 milliseconds