| /src/external/gpl3/gcc.old/dist/libgcc/config/spu/ |
| float_disf.c | 23 float __floatdisf (long long x); 25 float __floatdisf (long long x) function 28 This file is solely used to provide the __floatdisf functions
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/ |
| floatdisf.c | 9 float __floatdisf(int64_t a) function
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/ |
| floatdisf.S | 6 // float __floatdisf(di_int a); 19 DEFINE_COMPILERRT_FUNCTION(__floatdisf) 30 END_COMPILERRT_FUNCTION(__floatdisf)
|
| /src/external/gpl3/gcc/dist/libgcc/soft-fp/ |
| floatdisf.c | 33 __floatdisf (DItype i) function
|
| /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/ |
| floatdisf.c | 35 __floatdisf (DItype i) function
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| floatdisf.c | 1 /*===-- floatdisf.c - Implement __floatdisf -------------------------------=== 10 * This file implements __floatdisf for the compiler_rt library. 26 __floatdisf(di_int a) function 83 return __floatdisf(a); 86 AEABI_RTABI float __aeabi_l2f(di_int a) COMPILER_RT_ALIAS(__floatdisf); variable
|
| /src/lib/libc/quad/ |
| floatdisf.c | 55 __floatdisf(quad_t x) function
|
| floatdisf_ieee754.c | 45 float __floatdisf(quad_t); 51 __floatdisf(quad_t x) function
|
| /src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
| floatdisf_test.c | 1 //===-- floatdisf_test.c - Test __floatdisf -------------------------------===// 10 // This file tests __floatdisf for the compiler_rt library. 25 float __floatdisf(di_int a); 29 float x = __floatdisf(a); 31 printf("error in __floatdisf(%llX) = %a, expected %a\n",
|
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
| floatdisf_test.c | 1 //===-- floatdisf_test.c - Test __floatdisf -------------------------------===// 10 // This file tests __floatdisf for the compiler_rt library. 25 COMPILER_RT_ABI float __floatdisf(di_int a); 29 float x = __floatdisf(a); 31 printf("error in __floatdisf(%llX) = %a, expected %a\n",
|
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/ |
| floatdisf.c | 6 #define FUNCTION_NAME __floatdisf
|
| /src/sys/external/bsd/compiler_rt/dist/test/timing/ |
| floatdisf.c | 6 #define FUNCTION_NAME __floatdisf
|
| /src/external/gpl3/gcc/dist/libgcc/config/arm/ |
| sfp-machine.h | 80 #define __floatdisf __aeabi_l2f macro 88 #define __floatdisf __aeabi_l2f macro
|
| /src/external/gpl3/gcc/dist/libgcc/config/frv/ |
| frv-abi.h | 98 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__floatdisf,__lltof) 110 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__floatdisf,__lltof)
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
| sfp-machine.h | 80 #define __floatdisf __aeabi_l2f macro 88 #define __floatdisf __aeabi_l2f macro
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/frv/ |
| frv-abi.h | 98 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__floatdisf,__lltof) 110 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__floatdisf,__lltof)
|
| /src/lib/libc/softfloat/ |
| softfloat-for-gcc.h | 59 #define int64_to_float32 __floatdisf 190 #define __floatdisf __aeabi_l2f macro
|
| /src/external/gpl3/gcc/dist/libgcc/config/riscv/ |
| riscv-fp.c | 38 extern SFtype __floatdisf (DItype); 103 __floatdisf (DItype u) function
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/ |
| riscv-fp.c | 38 extern SFtype __floatdisf (DItype); 103 __floatdisf (DItype u) function
|
| /src/common/lib/libc/quad/ |
| quad.h | 133 float __floatdisf(quad_t);
|
| /src/lib/libc_fp/arch/mips/ |
| fpsf.S | 143 LEAF_NOPROFILE(__floatdisf) 149 END(__floatdisf)
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| libgcc2.h | 310 #define __floatdisf __NDW(float,sf) macro 470 extern SFtype __floatdisf (DWtype);
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| libgcc2.h | 297 #define __floatdisf __NDW(float,sf) macro 446 extern SFtype __floatdisf (DWtype);
|
| /src/external/gpl3/gcc/dist/libgcc/config/xtensa/ |
| ieee754-sf.S | 1754 .global __floatdisf 1755 .type __floatdisf, @function 1756 __floatdisf: label
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/ |
| ieee754-sf.S | 1754 .global __floatdisf 1755 .type __floatdisf, @function 1756 __floatdisf: label
|