Searched refs:__fixunssfdi (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfixunssfdi.c1 /* ===-- fixunssfdi.c - Implement __fixunssfdi -----------------------------===
20 __fixunssfdi(float a) function
39 __fixunssfdi(fp_t a) { function
48 return __fixunssfdi(a);
51 AEABI_RTABI du_int __aeabi_f2ulz(fp_t a) COMPILER_RT_ALIAS(__fixunssfdi); variable
H A Dfixsfdi.c19 COMPILER_RT_ABI du_int __fixunssfdi(float a);
25 return -__fixunssfdi(-a);
27 return __fixunssfdi(a);
/netbsd-current/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dfixunssfdi.c35 __fixunssfdi (SFtype a) function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dfixunssfdi.c35 __fixunssfdi (SFtype a) function
/netbsd-current/lib/libc/quad/
H A Dfixunssfdi_ieee754.c55 __fixunssfdi(float x) function
H A Dfixunssfdi.c65 __fixunssfdi(float f) function
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfixunssfdi_test.c1 //===-- fixunssfdi_test.c - Test __fixunssfdi -----------------------------===//
10 // This file tests __fixunssfdi for the compiler_rt library.
27 du_int __fixunssfdi(float a);
31 du_int x = __fixunssfdi(a);
33 printf("error in __fixunssfdi(%A) = %llX, expected %llX\n",
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfixunssfdi_test.c1 //===-- fixunssfdi_test.c - Test __fixunssfdi -----------------------------===//
10 // This file tests __fixunssfdi for the compiler_rt library.
27 COMPILER_RT_ABI du_int __fixunssfdi(float a);
31 du_int x = __fixunssfdi(a);
33 printf("error in __fixunssfdi(%A) = %llX, expected %llX\n",
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dbpabi-lib.h50 extern UDWtype __fixunssfdi (SFtype) __asm__("__aeabi_f2ulz") __attribute__((pcs("aapcs")));
54 extern UDWtype __fixunssfdi (SFtype) __attribute__((pcs("aapcs")));
H A Dsfp-machine.h87 #define __fixunssfdi __aeabi_f2ulz macro
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/s390/32/
H A D_fixunssfdi.c55 UDItype_x __fixunssfdi (float a1);
59 __fixunssfdi (float a1) function
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dbpabi-lib.h50 extern UDWtype __fixunssfdi (SFtype) __asm__("__aeabi_f2ulz") __attribute__((pcs("aapcs")));
54 extern UDWtype __fixunssfdi (SFtype) __attribute__((pcs("aapcs")));
H A Dsfp-machine.h87 #define __fixunssfdi __aeabi_f2ulz macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/s390/32/
H A D_fixunssfdi.c55 UDItype_x __fixunssfdi (float a1);
59 __fixunssfdi (float a1) function
/netbsd-current/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h104 #define float32_to_uint64_round_to_zero __fixunssfdi
208 #define __fixunssfdi __aeabi_f2ulz macro
/netbsd-current/common/lib/libc/quad/
H A Dquad.h130 u_quad_t __fixunssfdi(float);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/frv/
H A Dfrv-abi.h86 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__fixunssfdi,__ftoull)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/frv/
H A Dfrv-abi.h86 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__fixunssfdi,__ftoull)
/netbsd-current/lib/libc_fp/arch/mips/
H A Dfpsf.S116 LEAF_NOPROFILE(__fixunssfdi)
128 END(__fixunssfdi)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
H A Dieee754-sf.S1594 .global __fixunssfdi
1595 .type __fixunssfdi, @function
1596 __fixunssfdi: label
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/xtensa/
H A Dieee754-sf.S1594 .global __fixunssfdi
1595 .type __fixunssfdi, @function
1596 __fixunssfdi: label
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/nds32/
H A Dlib1asmsrc-mculib.S4098 .global __fixunssfdi
4099 .type __fixunssfdi, @function
4100 __fixunssfdi: label
4150 .size __fixunssfdi, .-__fixunssfdi
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/nds32/
H A Dlib1asmsrc-mculib.S4098 .global __fixunssfdi
4099 .type __fixunssfdi, @function
4100 __fixunssfdi: label
4150 .size __fixunssfdi, .-__fixunssfdi

Completed in 621 milliseconds