Home
last modified time | relevance | path

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

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