Home
last modified time | relevance | path

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

123

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfloatdidf.c31 __floatdidf(di_int a) in __floatdidf() function
51 __floatdidf(di_int a) in __floatdidf() function
110 return __floatdidf(a); in __aeabi_l2d()
113 AEABI_RTABI double __aeabi_l2d(di_int a) COMPILER_RT_ALIAS(__floatdidf);
/netbsd-src/lib/libc/quad/
H A Dfloatdidf_ieee754.c45 double __floatdidf(quad_t);
51 __floatdidf(quad_t x) in __floatdidf() function
H A Dfloatdidf.c55 __floatdidf(quad_t x) in __floatdidf() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/
H A Dfloatdidf.S24 DEFINE_COMPILERRT_FUNCTION(__floatdidf)
37 END_COMPILERRT_FUNCTION(__floatdidf)
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfloatdidf_test.c25 double __floatdidf(di_int a);
29 double x = __floatdidf(a); in test__floatdidf()
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfloatdidf_test.c25 COMPILER_RT_ABI double __floatdidf(di_int a);
29 double x = __floatdidf(a); in test__floatdidf()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dsfp-machine.h98 #define __floatdidf __aeabi_l2d macro
106 #define __floatdidf __aeabi_l2d macro
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dsfp-machine.h98 #define __floatdidf __aeabi_l2d macro
106 #define __floatdidf __aeabi_l2d macro
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/riscv/
H A Driscv-fp.c36 extern DFtype __floatdidf (DItype);
79 __floatdidf (DItype u) in __floatdidf() function
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/riscv/
H A Driscv-fp.c36 extern DFtype __floatdidf (DItype);
79 __floatdidf (DItype u) in __floatdidf() function
/netbsd-src/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h60 #define int64_to_float64 __floatdidf
191 #define __floatdidf __aeabi_l2d macro
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dppc64-fp.c38 extern DFtype __floatdidf (DItype);
114 __floatdidf (DItype u) in __floatdidf() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
H A Dfloatdidf.c11 double __floatdidf(int64_t a) in __floatdidf() function
/netbsd-src/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dfloatdidf.c35 __floatdidf (DItype i) in __floatdidf() function
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dfloatdidf.c35 __floatdidf (DItype i) in __floatdidf() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/timing/
H A Dfloatdidf.c6 #define FUNCTION_NAME __floatdidf
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/
H A Dfloatdidf.c6 #define FUNCTION_NAME __floatdidf
/netbsd-src/lib/libc_fp/arch/mips/
H A Dfpdf.S145 LEAF_NOPROFILE(__floatdidf)
151 END(__floatdidf)
/netbsd-src/common/lib/libc/quad/
H A Dquad.h132 double __floatdidf(quad_t);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc51 EXPLICIT_SYMBOL(__floatdidf)
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/frv/
H A Dfrv-abi.h114 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__floatdidf,__lltod)
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/frv/
H A Dfrv-abi.h114 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__floatdidf,__lltod)
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcc2.h296 #define __floatdidf __NDW(float,df) macro
456 extern DFtype __floatdidf (DWtype);
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcc2.h296 #define __floatdidf __NDW(float,df) macro
456 extern DFtype __floatdidf (DWtype);
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/xtensa/
H A Dieee754-df.S2214 .global __floatdidf symbol
2215 .type __floatdidf, @function
2216 __floatdidf: label

123