Home
last modified time | relevance | path

Searched refs:__floatundidf (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfloatundidf.c31 __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 DREADME.txt161 double __floatundidf(du_int a);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
H A Dfloatundidf.S38 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
47 END_COMPILERRT_FUNCTION(__floatundidf)
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/
H A Dfloatundidf.S38 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
50 END_COMPILERRT_FUNCTION(__floatundidf)
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfloatundidf_test.c25 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 Dfloatundidf.c12 double __floatundidf(uint64_t x);
31 __floatundidf(input[i]); in main()
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfloatundidf_test.c25 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 Dfloatundidf.c12 double __floatundidf(uint64_t x);
31 __floatundidf(input[i]); in main()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/riscv/
H A Driscv-fp.c37 extern DFtype __floatundidf (UDItype);
91 __floatundidf (UDItype u) in __floatundidf() function
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/riscv/
H A Driscv-fp.c37 extern DFtype __floatundidf (UDItype);
91 __floatundidf (UDItype u) in __floatundidf() function
/netbsd-src/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h75 #define uint64_to_float64 __floatundidf
197 #define __floatundidf __aeabi_ul2d macro
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dppc64-fp.c39 extern DFtype __floatundidf (UDItype);
126 __floatundidf (UDItype u) in __floatundidf() function
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dfloatundidf.c35 __floatundidf (UDItype i) in __floatundidf() function
/netbsd-src/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dfloatundidf.c35 __floatundidf (UDItype i) in __floatundidf() function
/netbsd-src/lib/libc/quad/
H A Dfloatundidf.c56 __floatundidf(u_quad_t x) in __floatundidf() function
H A Dfloatundidf_ieee754.c49 __floatundidf(u_quad_t x) in __floatundidf() function
/netbsd-src/lib/libc_fp/arch/mips/
H A Dfpdf.S161 LEAF_NOPROFILE(__floatundidf)
173 END(__floatundidf)
/netbsd-src/common/lib/libc/quad/
H A Dquad.h135 double __floatundidf(u_quad_t);
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dsfp-machine.h97 #define __floatundidf __aeabi_ul2d macro
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dsfp-machine.h97 #define __floatundidf __aeabi_ul2d macro
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcc2.h300 #define __floatundidf __NDW(floatun,df) macro
457 extern DFtype __floatundidf (UDWtype);
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcc2.h300 #define __floatundidf __NDW(floatun,df) macro
457 extern DFtype __floatundidf (UDWtype);
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/xtensa/
H A Dieee754-df.S2200 .global __floatundidf symbol
2201 .type __floatundidf, @function
2202 __floatundidf: label
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
H A Dieee754-df.S2200 .global __floatundidf symbol
2201 .type __floatundidf, @function
2202 __floatundidf: label
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def368 HANDLE_LIBCALL(UINTTOFP_I64_F64, "__floatundidf")

12