Home
last modified time | relevance | path

Searched refs:__floatdisf (Results 1 – 25 of 33) sorted by relevance

12

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dfloatdisf.c22 COMPILER_RT_ABI float __floatdisf(di_int a) { in __floatdisf() function
71 AEABI_RTABI float __aeabi_l2f(di_int a) { return __floatdisf(a); } in __aeabi_l2f()
73 COMPILER_RT_ALIAS(__floatdisf, __aeabi_l2f)
78 COMPILER_RT_ALIAS(__floatdisf, __i64tos)
H A Dapple_versioning.c87 NOT_HERE_BEFORE_10_6(__floatdisf)
260 NOT_HERE_UNTIL_AFTER_4_3(__floatdisf)
H A DREADME.txt159 float __floatdisf(di_int a);
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/i386/
H A Dfloatdisf.S20 DEFINE_COMPILERRT_FUNCTION(__floatdisf)
31 END_COMPILERRT_FUNCTION(__floatdisf)
/openbsd-src/lib/libc/quad/
H A Dfloatdisf.c41 __floatdisf(quad_t x) in __floatdisf() function
71 __strong_alias(__aeabi_l2f, __floatdisf);
H A Dquad.h107 float __floatdisf(quad_t) __dso_protected;
/openbsd-src/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h34 #define int64_to_float32 __floatdisf
56 __strong_alias(__aeabi_l2f, __floatdisf);
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dppc64-fp.c41 extern SFtype __floatdisf (DItype);
94 __floatdisf (DItype u) in __floatdisf() function
/openbsd-src/gnu/gcc/gcc/config/frv/
H A Dfrv-abi.h94 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__floatdisf,__lltof)
106 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__floatdisf,__lltof)
/openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv-abi.h93 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__floatdisf,__lltof)
105 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__floatdisf,__lltof)
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/x86_64/
H A Dfloatdisf.c9 float __floatdisf(int64_t a) { return (float)a; } in __floatdisf() function
/openbsd-src/gnu/gcc/gcc/config/soft-fp/
H A Dfloatdisf.c35 SFtype __floatdisf(DItype i) in __floatdisf() function
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Dppc64-fp.c46 extern SFtype __floatdisf (DItype);
144 __floatdisf (DItype u) in __floatdisf() function
/openbsd-src/sys/lib/libkern/
H A Dquad.h107 float __floatdisf(quad_t);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlibgcc2.h221 #define __floatdisf __NDW(float,sf) macro
273 extern SFtype __floatdisf (DWtype);
H A Dlibgcc-std.ver102 __floatdisf
H A Dfloatlib.c437 __floatdisf (long long a1) in __floatdisf() function
H A Dlibgcc2.c1084 __floatdisf (DWtype u) in __floatdisf() function
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc54 EXPLICIT_SYMBOL(__floatdisf)
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/
H A Dlibgcc-std.ver102 __floatdisf
/openbsd-src/gnu/gcc/gcc/
H A Dlibgcc2.h283 #define __floatdisf __NDW(float,sf) macro
367 extern SFtype __floatdisf (DWtype);
H A Dlibgcc-std.ver102 __floatdisf
/openbsd-src/gnu/gcc/gcc/config/xtensa/
H A Dieee754-sf.S1663 .global __floatdisf symbol
1664 .type __floatdisf, @function
1665 __floatdisf: label
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def352 HANDLE_LIBCALL(SINTTOFP_I64_F32, "__floatdisf")
/openbsd-src/lib/libc/
H A DSymbols.list1221 __floatdisf

12