Home
last modified time | relevance | path

Searched refs:__floatdidf (Results 1 – 25 of 31) sorted by relevance

12

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dfloatdidf.c27 COMPILER_RT_ABI double __floatdidf(di_int a) { in __floatdidf() function
48 COMPILER_RT_ABI double __floatdidf(di_int a) { in __floatdidf() function
99 AEABI_RTABI double __aeabi_l2d(di_int a) { return __floatdidf(a); } in __aeabi_l2d()
101 COMPILER_RT_ALIAS(__floatdidf, __aeabi_l2d)
106 COMPILER_RT_ALIAS(__floatdidf, __i64tod)
H A Dapple_versioning.c86 NOT_HERE_BEFORE_10_6(__floatdidf)
259 NOT_HERE_UNTIL_AFTER_4_3(__floatdidf)
H A DREADME.txt160 double __floatdidf(di_int a);
/openbsd-src/lib/libc/quad/
H A Dfloatdidf.c41 __floatdidf(quad_t x) in __floatdidf() function
69 __strong_alias(__aeabi_l2d, __floatdidf);
H A Dquad.h106 double __floatdidf(quad_t) __dso_protected;
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/i386/
H A Dfloatdidf.S25 DEFINE_COMPILERRT_FUNCTION(__floatdidf)
38 END_COMPILERRT_FUNCTION(__floatdidf)
/openbsd-src/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h35 #define int64_to_float64 __floatdidf
57 __strong_alias(__aeabi_l2d, __floatdidf);
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dppc64-fp.c40 extern DFtype __floatdidf (DItype);
81 __floatdidf (DItype u) in __floatdidf() function
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/x86_64/
H A Dfloatdidf.c11 double __floatdidf(int64_t a) { return (double)a; } in __floatdidf() function
/openbsd-src/gnu/gcc/gcc/config/soft-fp/
H A Dfloatdidf.c35 DFtype __floatdidf(DItype i) in __floatdidf() function
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Dppc64-fp.c44 extern DFtype __floatdidf (DItype);
120 __floatdidf (DItype u) in __floatdidf() function
/openbsd-src/sys/lib/libkern/
H A Dquad.h106 double __floatdidf(quad_t);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlibgcc2.h220 #define __floatdidf __NDW(float,df) macro
272 extern DFtype __floatdidf (DWtype);
H A Dlibgcc-std.ver101 __floatdidf
H A Dfloatlib.c400 __floatdidf (long long a1) in __floatdidf() function
439 (float)__floatdidf(a1); in __floatdisf()
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc51 EXPLICIT_SYMBOL(__floatdidf)
/openbsd-src/gnu/gcc/gcc/config/frv/
H A Dfrv-abi.h110 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__floatdidf,__lltod)
/openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv-abi.h109 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__floatdidf,__lltod)
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/
H A Dlibgcc-std.ver101 __floatdidf
/openbsd-src/gnu/gcc/gcc/
H A Dlibgcc2.h282 #define __floatdidf __NDW(float,df) macro
377 extern DFtype __floatdidf (DWtype);
H A Dlibgcc-std.ver101 __floatdidf
/openbsd-src/gnu/gcc/gcc/config/xtensa/
H A Dieee754-df.S2112 .global __floatdidf symbol
2113 .type __floatdidf, @function
2114 __floatdidf: label
/openbsd-src/gnu/llvm/llvm/include/llvm/Config/
H A Dconfig.h.cmake263 /* Have host's __floatdidf */
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def353 HANDLE_LIBCALL(SINTTOFP_I64_F64, "__floatdidf")
/openbsd-src/lib/libc/
H A DSymbols.list1220 __floatdidf

12