Searched refs:__fixunstfsi (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfixunstfsi.c1 //===-- fixunstfsi.c - Implement __fixunstfsi -----------------------------===//
16 COMPILER_RT_ABI su_int __fixunstfsi(fp_t a) { return __fixuint(a); } function
/freebsd-12-stable/contrib/gcc/config/soft-fp/
H A Dfixunstfsi.c35 USItype __fixunstfsi(TFtype a) function
/freebsd-12-stable/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h102 #define float128_to_uint32_round_to_zero __fixunstfsi
/freebsd-12-stable/contrib/gcc/config/
H A Dfp-bit.h274 # define float_to_usi __fixunstfsi

Completed in 64 milliseconds