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

/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dfixunssfsi.c1 /* ===-- fixunssfsi.c - Implement __fixunssfsi -----------------------------===
10 * This file implements __fixunssfsi for the compiler_rt library.
23 __fixunssfsi(fp_t a) {
H A Dapple_versioning.c83 NOT_HERE_BEFORE_10_6(__fixunssfsi)
264 NOT_HERE_UNTIL_AFTER_4_3(__fixunssfsi)
/freebsd-11.0-release/contrib/gcc/config/
H A Dfixunssfsi.c6 USItype __fixunssfsi (SFtype);
12 __fixunssfsi (SFtype a) function
H A Dfp-bit.h294 # define float_to_usi __fixunssfsi
/freebsd-11.0-release/contrib/gcc/config/soft-fp/
H A Dfixunssfsi.c35 USItype __fixunssfsi(SFtype a) function
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Dppc64-fp.c41 extern USItype __fixunssfsi (SFtype);
87 __fixunssfsi (SFtype a) function
/freebsd-11.0-release/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h99 #define float32_to_uint32_round_to_zero __fixunssfsi

Completed in 78 milliseconds