Searched refs:__fixunstfdi (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfixunstfdi.c1 /* ===-- fixunstfdi.c - Implement __fixunstfdi -----------------------------===
19 __fixunstfdi(fp_t a) { function
/netbsd-current/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dfixunstfdi.c35 __fixunstfdi (TFtype a) function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dfixunstfdi.c35 __fixunstfdi (TFtype a) function
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfixunstfdi_test.c1 //===-- fixunstfdi_test.c - Test __fixunstfdi -----------------------------===//
10 // This file tests __fixunstfdi for the compiler_rt library.
27 du_int __fixunstfdi(long double a);
31 du_int x = __fixunstfdi(a);
33 printf("error in __fixunstfdi(%LA) = %llX, expected %llX\n",
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfixunstfdi_test.c1 //===-- fixunstfdi_test.c - Test __fixunstfdi -----------------------------===//
10 // This file tests __fixunstfdi for the compiler_rt library.
28 COMPILER_RT_ABI du_int __fixunstfdi(long double a);
32 du_int x = __fixunstfdi(a);
34 printf("error in __fixunstfdi(%LA) = %llX, expected %llX\n",
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/s390/32/
H A D_fixunstfdi.c61 UDItype_x __fixunstfdi (long double a1);
65 __fixunstfdi (long double a1) function
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/s390/32/
H A D_fixunstfdi.c61 UDItype_x __fixunstfdi (long double a1);
65 __fixunstfdi (long double a1) function
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
H A Dfixunstfdi.c5 /* uint64_t __fixunstfdi(long double x); */
10 uint64_t __fixunstfdi(long double input) function
/netbsd-current/lib/libc/gen/
H A Dfixunstfdi_ieee754.c46 #define FIXUNS __fixunstfdi
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dppc64-fp.c42 extern DItype __fixunstfdi (TFtype);
51 return - __fixunstfdi (-a);
52 return __fixunstfdi (a);
187 __fixunstfdi (TFtype a) function
/netbsd-current/common/lib/libc/quad/
H A Dquad.h128 u_quad_t __fixunstfdi(long double);
/netbsd-current/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h107 #define float128_to_uint64_round_to_zero __fixunstfdi

Completed in 237 milliseconds