| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/ |
| floatdidf.c | 5 /* double __floatdidf(di_int a); */ 11 double __floatdidf(int64_t a) function
|
| /src/external/gpl3/gcc/dist/libgcc/soft-fp/ |
| floatdidf.c | 33 __floatdidf (DItype i) function
|
| /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/ |
| floatdidf.c | 35 __floatdidf (DItype i) function
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/ |
| floatdidf.S | 24 DEFINE_COMPILERRT_FUNCTION(__floatdidf) 37 END_COMPILERRT_FUNCTION(__floatdidf)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| floatdidf.c | 1 /*===-- floatdidf.c - Implement __floatdidf -------------------------------=== 10 * This file implements __floatdidf for the compiler_rt library. 31 __floatdidf(di_int a) function 51 __floatdidf(di_int a) function 110 return __floatdidf(a); 113 AEABI_RTABI double __aeabi_l2d(di_int a) COMPILER_RT_ALIAS(__floatdidf); variable
|
| /src/lib/libc/quad/ |
| floatdidf_ieee754.c | 45 double __floatdidf(quad_t); 51 __floatdidf(quad_t x) function
|
| floatdidf.c | 55 __floatdidf(quad_t x) function
|
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/ |
| floatdidf.c | 6 #define FUNCTION_NAME __floatdidf
|
| /src/sys/external/bsd/compiler_rt/dist/test/timing/ |
| floatdidf.c | 6 #define FUNCTION_NAME __floatdidf
|
| /src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
| floatdidf_test.c | 1 //===-- floatdidf.c - Test __floatdidf ------------------------------------===// 10 // This file tests __floatdidf for the compiler_rt library. 25 double __floatdidf(di_int a); 29 double x = __floatdidf(a); 31 printf("error in __floatdidf(%llX) = %a, expected %a\n", a, x, expected);
|
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
| floatdidf_test.c | 1 //===-- floatdidf.c - Test __floatdidf ------------------------------------===// 10 // This file tests __floatdidf for the compiler_rt library. 25 COMPILER_RT_ABI double __floatdidf(di_int a); 29 double x = __floatdidf(a); 31 printf("error in __floatdidf(%llX) = %a, expected %a\n", a, x, expected);
|
| /src/external/gpl3/gcc/dist/libgcc/config/arm/ |
| sfp-machine.h | 98 #define __floatdidf __aeabi_l2d macro 106 #define __floatdidf __aeabi_l2d macro
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
| sfp-machine.h | 98 #define __floatdidf __aeabi_l2d macro 106 #define __floatdidf __aeabi_l2d macro
|
| /src/lib/libc/softfloat/ |
| softfloat-for-gcc.h | 60 #define int64_to_float64 __floatdidf 191 #define __floatdidf __aeabi_l2d macro
|
| /src/external/gpl3/gcc/dist/libgcc/config/riscv/ |
| riscv-fp.c | 36 extern DFtype __floatdidf (DItype); 79 __floatdidf (DItype u) function
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/ |
| riscv-fp.c | 36 extern DFtype __floatdidf (DItype); 79 __floatdidf (DItype u) function
|
| /src/common/lib/libc/quad/ |
| quad.h | 132 double __floatdidf(quad_t);
|
| /src/external/gpl3/gcc/dist/libgcc/config/frv/ |
| frv-abi.h | 114 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__floatdidf,__lltod)
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/frv/ |
| frv-abi.h | 114 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__floatdidf,__lltod)
|
| /src/lib/libc_fp/arch/mips/ |
| fpdf.S | 145 LEAF_NOPROFILE(__floatdidf) 151 END(__floatdidf)
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| libgcc2.h | 309 #define __floatdidf __NDW(float,df) macro 480 extern DFtype __floatdidf (DWtype);
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| libgcc2.h | 296 #define __floatdidf __NDW(float,df) macro 456 extern DFtype __floatdidf (DWtype);
|
| /src/external/gpl3/gcc/dist/libgcc/config/xtensa/ |
| ieee754-df.S | 2214 .global __floatdidf 2215 .type __floatdidf, @function 2216 __floatdidf: label
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/ |
| ieee754-df.S | 2214 .global __floatdidf 2215 .type __floatdidf, @function 2216 __floatdidf: label
|
| /src/external/gpl3/gcc/dist/libgcc/config/nds32/ |
| lib1asmsrc-mculib.S | 4486 .global __floatdidf 4487 .type __floatdidf, @function 4488 __floatdidf: label 4587 .size __floatdidf, .-__floatdidf
|