/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
H A D | floatundidf.c | 31 __floatundidf(du_int a) in __floatundidf() function 53 __floatundidf(du_int a) in __floatundidf() function 109 return __floatundidf(a); in __aeabi_ul2d() 112 AEABI_RTABI double __aeabi_ul2d(du_int a) COMPILER_RT_ALIAS(__floatundidf);
|
H A D | README.txt | 161 double __floatundidf(du_int a);
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/ |
H A D | floatundidf.S | 38 DEFINE_COMPILERRT_FUNCTION(__floatundidf) 47 END_COMPILERRT_FUNCTION(__floatundidf)
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/ |
H A D | floatundidf.S | 38 DEFINE_COMPILERRT_FUNCTION(__floatundidf) 50 END_COMPILERRT_FUNCTION(__floatundidf)
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
H A D | floatundidf_test.c | 25 double __floatundidf(du_int a); 29 double x = __floatundidf(a); in test__floatundidf()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/timing/ |
H A D | floatundidf.c | 12 double __floatundidf(uint64_t x); 31 __floatundidf(input[i]); in main()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
H A D | floatundidf_test.c | 25 COMPILER_RT_ABI double __floatundidf(du_int a); 29 double x = __floatundidf(a); in test__floatundidf()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/ |
H A D | floatundidf.c | 12 double __floatundidf(uint64_t x); 31 __floatundidf(input[i]); in main()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/riscv/ |
H A D | riscv-fp.c | 37 extern DFtype __floatundidf (UDItype); 91 __floatundidf (UDItype u) in __floatundidf() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/riscv/ |
H A D | riscv-fp.c | 37 extern DFtype __floatundidf (UDItype); 91 __floatundidf (UDItype u) in __floatundidf() function
|
/netbsd-src/lib/libc/softfloat/ |
H A D | softfloat-for-gcc.h | 75 #define uint64_to_float64 __floatundidf 197 #define __floatundidf __aeabi_ul2d macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
H A D | ppc64-fp.c | 39 extern DFtype __floatundidf (UDItype); 126 __floatundidf (UDItype u) in __floatundidf() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/soft-fp/ |
H A D | floatundidf.c | 35 __floatundidf (UDItype i) in __floatundidf() function
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/soft-fp/ |
H A D | floatundidf.c | 35 __floatundidf (UDItype i) in __floatundidf() function
|
/netbsd-src/lib/libc/quad/ |
H A D | floatundidf.c | 56 __floatundidf(u_quad_t x) in __floatundidf() function
|
H A D | floatundidf_ieee754.c | 49 __floatundidf(u_quad_t x) in __floatundidf() function
|
/netbsd-src/lib/libc_fp/arch/mips/ |
H A D | fpdf.S | 161 LEAF_NOPROFILE(__floatundidf) 173 END(__floatundidf)
|
/netbsd-src/common/lib/libc/quad/ |
H A D | quad.h | 135 double __floatundidf(u_quad_t);
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/ |
H A D | sfp-machine.h | 97 #define __floatundidf __aeabi_ul2d macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
H A D | sfp-machine.h | 97 #define __floatundidf __aeabi_ul2d macro
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | libgcc2.h | 300 #define __floatundidf __NDW(floatun,df) macro 457 extern DFtype __floatundidf (UDWtype);
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | libgcc2.h | 300 #define __floatundidf __NDW(floatun,df) macro 457 extern DFtype __floatundidf (UDWtype);
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/xtensa/ |
H A D | ieee754-df.S | 2200 .global __floatundidf symbol 2201 .type __floatundidf, @function 2202 __floatundidf: label
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/ |
H A D | ieee754-df.S | 2200 .global __floatundidf symbol 2201 .type __floatundidf, @function 2202 __floatundidf: label
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 368 HANDLE_LIBCALL(UINTTOFP_I64_F64, "__floatundidf")
|