Searched refs:__fixunsdfsi (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfixunsdfsi.c1 /* ===-- fixunsdfsi.c - Implement __fixunsdfsi -----------------------------===
17 __fixunsdfsi(fp_t a) { function
24 return __fixunsdfsi(a);
27 AEABI_RTABI su_int __aeabi_d2uiz(fp_t a) COMPILER_RT_ALIAS(__fixunsdfsi); variable
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/
H A Dfixunsdfsi.S29 FUNC(__fixunsdfsi)
30 .global __fixunsdfsi
32 __fixunsdfsi: label
47 ENDFUNC(__fixunsdfsi)
48 #define __fixunsdfsi __fixunsdfsi_asm define
51 .global __fixunsdfsi
52 FUNC(__fixunsdfsi)
54 __fixunsdfsi: label
80 ENDFUNC(__fixunsdfsi)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/
H A Dfixunsdfsi.S29 FUNC(__fixunsdfsi)
30 .global __fixunsdfsi
32 __fixunsdfsi: label
47 ENDFUNC(__fixunsdfsi)
48 #define __fixunsdfsi __fixunsdfsi_asm define
51 .global __fixunsdfsi
52 FUNC(__fixunsdfsi)
54 __fixunsdfsi: label
80 ENDFUNC(__fixunsdfsi)
/netbsd-current/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dfixunsdfsi.c35 __fixunsdfsi (DFtype a) function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dfixunsdfsi.c35 __fixunsdfsi (DFtype a) function
/netbsd-current/lib/libc/arch/i386/gen/
H A Dfixunsdfsi.S42 ENTRY(__fixunsdfsi)
74 END(__fixunsdfsi)
/netbsd-current/lib/libc/arch/m68k/hardfloat/
H A Dfixunsdfsi.S53 ENTRY(__fixunsdfsi)
75 END(__fixunsdfsi)
/netbsd-current/lib/libc/gen/
H A Dfixunsdfsi_ieee754.c48 uint32_t __fixunsdfsi(double);
54 __fixunsdfsi(double x) function
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfixunsdfsi_test.c1 //===-- fixunsdfsi_test.c - Test __fixunsdfsi -----------------------------===//
10 // This file tests __fixunsdfsi for the compiler_rt library.
27 su_int __fixunsdfsi(double a);
31 su_int x = __fixunsdfsi(a);
33 printf("error in __fixunsdfsi(%A) = %X, expected %X\n", a, x, expected);
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfixunsdfsi_test.c1 //===-- fixunsdfsi_test.c - Test __fixunsdfsi -----------------------------===//
10 // This file tests __fixunsdfsi for the compiler_rt library.
27 COMPILER_RT_ABI su_int __fixunsdfsi(double a);
31 su_int x = __fixunsdfsi(a);
33 printf("error in __fixunsdfsi(%A) = %X, expected %X\n", a, x, expected);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arc/
H A Ddp-hack.h78 #define __fixunsdfsi __fixunsdfsi_c macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arc/
H A Ddp-hack.h78 #define __fixunsdfsi __fixunsdfsi_c macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/riscv/
H A Driscv-fp.c34 extern USItype __fixunsdfsi (DFtype);
61 __fixunsdfsi (DFtype a) function
/netbsd-current/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h100 #define float64_to_uint32_round_to_zero __fixunsdfsi
206 #define __fixunsdfsi __aeabi_d2uiz macro
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/riscv/
H A Driscv-fp.c34 extern USItype __fixunsdfsi (DFtype);
61 __fixunsdfsi (DFtype a) function
/netbsd-current/lib/libc/arch/sparc/gen/
H A Dfixunsdfsi.S60 ENTRY(__fixunsdfsi)
/netbsd-current/lib/libc_vfp/
H A Dvfpdf.S63 #define __fixunsdfsi __aeabi_d2uiz define
126 ENTRY(__fixunsdfsi)
131 END(__fixunsdfsi)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dsfp-machine.h103 #define __fixunsdfsi __aeabi_d2uiz macro
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dsfp-machine.h103 #define __fixunsdfsi __aeabi_d2uiz macro
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/frv/
H A Dfrv-abi.h74 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__fixunsdfsi,__dtoui)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/frv/
H A Dfrv-abi.h74 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__fixunsdfsi,__dtoui)
/netbsd-current/lib/libc_fp/arch/mips/
H A Dfpdf.S131 LEAF_NOPROFILE(__fixunsdfsi)
143 END(__fixunsdfsi)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dppc64-fp.c34 extern USItype __fixunsdfsi (DFtype);
72 __fixunsdfsi (DFtype a) function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dfp-bit.h280 # define float_to_usi __fixunsdfsi
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dfp-bit.h280 # define float_to_usi __fixunsdfsi

Completed in 205 milliseconds

12