Home
last modified time | relevance | path

Searched refs:__floatdixf (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/i386/
H A Dfloatdixf.S20 DEFINE_COMPILERRT_FUNCTION(__floatdixf)
29 END_COMPILERRT_FUNCTION(__floatdixf)
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/x86_64/
H A Dfloatdixf.c11 long double __floatdixf(int64_t a) { return (long double)a; } in __floatdixf() function
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dfloatdixf.c26 COMPILER_RT_ABI long double __floatdixf(di_int a) { in __floatdixf() function
H A Dapple_versioning.c89 NOT_HERE_BEFORE_10_6(__floatdixf)
H A DREADME.txt161 long double __floatdixf(di_int a);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlibgcc2.h218 #define __floatdixf __NDW(float,xf) macro
282 extern XFtype __floatdixf (DWtype);
H A Dlibgcc-std.ver103 __floatdixf
H A Dlibgcc2.c1023 __floatdixf (DWtype u) in __floatdixf() function
H A DFSFChangeLog.117387 (__fixunsdfdi, __fixdfdi, __floatdixf, __floatditf) : Likewise.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/
H A Dlibgcc-std.ver103 __floatdixf
/openbsd-src/gnu/gcc/gcc/
H A Dlibgcc2.h280 #define __floatdixf __NDW(float,xf) macro
389 extern XFtype __floatdixf (DWtype);
H A Dlibgcc-std.ver103 __floatdixf
H A Dlibgcc2.c1339 __floatdixf (DWtype u) in __floatdixf() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def354 HANDLE_LIBCALL(SINTTOFP_I64_F80, "__floatdixf")
/openbsd-src/gnu/gcc/gcc/doc/
H A Dlibgcc.texi349 @deftypefnx {Runtime Function} {long double} __floatdixf (long @var{i})
H A Dgccint.info558 -- Runtime Function: long double __floatdixf (long I)
31290 * __floatdixf: Soft float library routines.