Home
last modified time | relevance | path

Searched refs:__floatundixf (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/x86_64/
H A Dfloatundixf.S22 DEFINE_COMPILERRT_FUNCTION(__floatundixf)
30 END_COMPILERRT_FUNCTION(__floatundixf)
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/i386/
H A Dfloatundixf.S29 DEFINE_COMPILERRT_FUNCTION(__floatundixf)
42 END_COMPILERRT_FUNCTION(__floatundixf)
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dfloatundixf.c25 COMPILER_RT_ABI long double __floatundixf(du_int a) { in __floatundixf() function
H A Dapple_versioning.c96 NOT_HERE_BEFORE_10_6(__floatundixf)
H A DREADME.txt170 long double __floatundixf(du_int a);
/openbsd-src/gnu/gcc/gcc/
H A Dlibgcc2.h284 #define __floatundixf __NDW(floatun,xf) macro
390 extern XFtype __floatundixf (UDWtype);
H A Dlibgcc-std.ver269 __floatundixf
H A Dlibgcc2.c1353 __floatundixf (UDWtype u) in __floatundixf() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def372 HANDLE_LIBCALL(UINTTOFP_I64_F80, "__floatundixf")
/openbsd-src/gnu/gcc/gcc/doc/
H A Dlibgcc.texi370 @deftypefnx {Runtime Function} {long double} __floatundixf (unsigned long @var{i})
H A Dgccint.info576 -- Runtime Function: long double __floatundixf (unsigned long I)
31320 * __floatundixf: Soft float library routines.