Home
last modified time | relevance | path

Searched refs:__floatundidf (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/
Dfloatundidf.c27 COMPILER_RT_ABI double __floatundidf(du_int a) { in __floatundidf() function
54 COMPILER_RT_ABI double __floatundidf(du_int a) { in __floatundidf() function
102 AEABI_RTABI double __aeabi_ul2d(du_int a) { return __floatundidf(a); } in __aeabi_ul2d()
104 COMPILER_RT_ALIAS(__floatundidf, __aeabi_ul2d)
109 COMPILER_RT_ALIAS(__floatundidf, __u64tod)
Dapple_versioning.c93 NOT_HERE_BEFORE_10_6(__floatundidf)
265 NOT_HERE_UNTIL_AFTER_4_3(__floatundidf)
DREADME.txt169 double __floatundidf(du_int a);
/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/x86_64/
Dfloatundidf.S37 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
46 END_COMPILERRT_FUNCTION(__floatundidf)
/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/i386/
Dfloatundidf.S37 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
49 END_COMPILERRT_FUNCTION(__floatundidf)
/openbsd/src/lib/libc/arch/sh/
DSymbols.list5 __floatundidf
/openbsd/src/gnu/gcc/gcc/config/soft-fp/
Dfloatundidf.c35 DFtype __floatundidf(UDItype i) in __floatundidf() function
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Dppc64-fp.c45 extern DFtype __floatundidf (UDItype);
132 __floatundidf (UDItype u) in __floatundidf() function
/openbsd/src/gnu/gcc/gcc/
Dlibgcc2.h286 #define __floatundidf __NDW(floatun,df) macro
378 extern DFtype __floatundidf (UDWtype);
Dlibgcc-std.ver267 __floatundidf
Dlibgcc2.c1521 #define FUNC __floatundidf
/openbsd/src/gnu/gcc/gcc/config/xtensa/
Dieee754-df.S2098 .global __floatundidf
2099 .type __floatundidf, @function
2100 __floatundidf: label
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DRuntimeLibcalls.def371 HANDLE_LIBCALL(UINTTOFP_I64_F64, "__floatundidf")
/openbsd/src/gnu/gcc/gcc/doc/
Dlibgcc.texi368 @deftypefnx {Runtime Function} double __floatundidf (unsigned long @var{i})
Dgccint.info574 -- Runtime Function: double __floatundidf (unsigned long I)
31314 * __floatundidf: Soft float library routines.