/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
H A D | floatdidf.c | 31 __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 D | floatdidf_ieee754.c | 45 double __floatdidf(quad_t); 51 __floatdidf(quad_t x) in __floatdidf() function
|
H A D | floatdidf.c | 55 __floatdidf(quad_t x) in __floatdidf() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/ |
H A D | floatdidf.S | 24 DEFINE_COMPILERRT_FUNCTION(__floatdidf) 37 END_COMPILERRT_FUNCTION(__floatdidf)
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
H A D | floatdidf_test.c | 25 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 D | floatdidf_test.c | 25 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 D | sfp-machine.h | 98 #define __floatdidf __aeabi_l2d macro 106 #define __floatdidf __aeabi_l2d macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
H A D | sfp-machine.h | 98 #define __floatdidf __aeabi_l2d macro 106 #define __floatdidf __aeabi_l2d macro
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/riscv/ |
H A D | riscv-fp.c | 36 extern DFtype __floatdidf (DItype); 79 __floatdidf (DItype u) in __floatdidf() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/riscv/ |
H A D | riscv-fp.c | 36 extern DFtype __floatdidf (DItype); 79 __floatdidf (DItype u) in __floatdidf() function
|
/netbsd-src/lib/libc/softfloat/ |
H A D | softfloat-for-gcc.h | 60 #define int64_to_float64 __floatdidf 191 #define __floatdidf __aeabi_l2d macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
H A D | ppc64-fp.c | 38 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 D | floatdidf.c | 11 double __floatdidf(int64_t a) in __floatdidf() function
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/soft-fp/ |
H A D | floatdidf.c | 35 __floatdidf (DItype i) in __floatdidf() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/soft-fp/ |
H A D | floatdidf.c | 35 __floatdidf (DItype i) in __floatdidf() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/timing/ |
H A D | floatdidf.c | 6 #define FUNCTION_NAME __floatdidf
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/ |
H A D | floatdidf.c | 6 #define FUNCTION_NAME __floatdidf
|
/netbsd-src/lib/libc_fp/arch/mips/ |
H A D | fpdf.S | 145 LEAF_NOPROFILE(__floatdidf) 151 END(__floatdidf)
|
/netbsd-src/common/lib/libc/quad/ |
H A D | quad.h | 132 double __floatdidf(quad_t);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
H A D | explicit_symbols.inc | 51 EXPLICIT_SYMBOL(__floatdidf)
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/frv/ |
H A D | frv-abi.h | 114 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__floatdidf,__lltod)
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/frv/ |
H A D | frv-abi.h | 114 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__floatdidf,__lltod)
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | libgcc2.h | 296 #define __floatdidf __NDW(float,df) macro 456 extern DFtype __floatdidf (DWtype);
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | libgcc2.h | 296 #define __floatdidf __NDW(float,df) macro 456 extern DFtype __floatdidf (DWtype);
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/xtensa/ |
H A D | ieee754-df.S | 2214 .global __floatdidf symbol 2215 .type __floatdidf, @function 2216 __floatdidf: label
|