Searched refs:__fixunssfsi (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/h8300/
H A Dfixunssfsi.c31 long __fixunssfsi (float a);
34 __fixunssfsi (float a) function
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/h8300/
H A Dfixunssfsi.c31 long __fixunssfsi (float a);
34 __fixunssfsi (float a) function
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfixunssfsi.c1 /* ===-- fixunssfsi.c - Implement __fixunssfsi -----------------------------===
10 * This file implements __fixunssfsi for the compiler_rt library.
21 __fixunssfsi(fp_t a) { function
28 return __fixunssfsi(a);
31 AEABI_RTABI su_int __aeabi_f2uiz(fp_t a) COMPILER_RT_ALIAS(__fixunssfsi); variable
/netbsd-current/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dfixunssfsi.c35 __fixunssfsi (SFtype a) function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dfixunssfsi.c35 __fixunssfsi (SFtype a) function
/netbsd-current/lib/libc/arch/m68k/hardfloat/
H A Dfixunssfsi.S53 ENTRY(__fixunssfsi)
75 END(__fixunssfsi)
/netbsd-current/lib/libc/gen/
H A Dfixunssfsi_ieee754.c48 uint32_t __fixunssfsi(float);
54 __fixunssfsi(float x) function
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfixunssfsi_test.c1 //===-- fixunssfsi_test.c - Test __fixunssfsi -----------------------------===//
10 // This file tests __fixunssfsi for the compiler_rt library.
27 su_int __fixunssfsi(float a);
31 su_int x = __fixunssfsi(a);
33 printf("error in __fixunssfsi(%A) = %X, expected %X\n", a, x, expected);
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfixunssfsi_test.c1 //===-- fixunssfsi_test.c - Test __fixunssfsi -----------------------------===//
10 // This file tests __fixunssfsi for the compiler_rt library.
27 COMPILER_RT_ABI su_int __fixunssfsi(float a);
31 su_int x = __fixunssfsi(a);
33 printf("error in __fixunssfsi(%A) = %X, expected %X\n", a, x, expected);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/frv/
H A Dfrv-abi.h62 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__fixunssfsi,__ftoui)
70 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__fixunssfsi,__ftoui)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/frv/
H A Dfrv-abi.h62 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__fixunssfsi,__ftoui)
70 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__fixunssfsi,__ftoui)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/riscv/
H A Driscv-fp.c35 extern USItype __fixunssfsi (SFtype);
70 __fixunssfsi (SFtype a) function
/netbsd-current/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h99 #define float32_to_uint32_round_to_zero __fixunssfsi
205 #define __fixunssfsi __aeabi_f2uiz macro
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/riscv/
H A Driscv-fp.c35 extern USItype __fixunssfsi (SFtype);
70 __fixunssfsi (SFtype a) function
/netbsd-current/lib/libc_vfp/
H A Dvfpsf.S53 #define __fixunssfsi __aeabi_f2uiz define
120 ENTRY(__fixunssfsi)
125 END(__fixunssfsi)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dsfp-machine.h85 #define __fixunssfsi __aeabi_f2uiz macro
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dsfp-machine.h85 #define __fixunssfsi __aeabi_f2uiz macro
/netbsd-current/lib/libc_fp/arch/mips/
H A Dfpsf.S130 LEAF_NOPROFILE(__fixunssfsi)
141 END(__fixunssfsi)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dppc64-fp.c35 extern USItype __fixunssfsi (SFtype);
81 __fixunssfsi (SFtype a) function
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rl78/
H A Dfpbit-sf.S274 ;; Special case handling for infinities as __fixunssfsi
297 ;; If the value is positive we can just use __fixunssfsi
300 ;; Otherwise we negate the value, call __fixunssfsi and
315 ;; __fixunssfsi returns UINTMAX or 0). In such cases just return 0.
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rl78/
H A Dfpbit-sf.S274 ;; Special case handling for infinities as __fixunssfsi
297 ;; If the value is positive we can just use __fixunssfsi
300 ;; Otherwise we negate the value, call __fixunssfsi and
315 ;; __fixunssfsi returns UINTMAX or 0). In such cases just return 0.
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dfp-bit.h260 # define float_to_usi __fixunssfsi
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dfp-bit.h260 # define float_to_usi __fixunssfsi
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
H A Dieee754-sf.S1529 .global __fixunssfsi
1530 .type __fixunssfsi, @function
1531 __fixunssfsi: label
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/xtensa/
H A Dieee754-sf.S1529 .global __fixunssfsi
1530 .type __fixunssfsi, @function
1531 __fixunssfsi: label

Completed in 409 milliseconds

12