Searched defs:__fixunsdfdi (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfixunsdfdi.c16 COMPILER_RT_ABI du_int __fixunsdfdi(double a) { function
32 COMPILER_RT_ABI du_int __fixunsdfdi(fp_t a) { return __fixuint(a); } function
/freebsd-current/lib/libc/quad/
H A Dfixunsdfdi.c48 __fixunsdfdi(double x) function

Completed in 27 milliseconds