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

/freebsd-13-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-13-stable/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h102 #define float128_to_uint32_round_to_zero __fixunstfsi

Completed in 52 milliseconds