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

/barrelfish-master/lib/compiler-rt/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
/barrelfish-master/lib/libc/quad/
H A Dfixunsdfdi.c52 __fixunsdfdi(x) function

Completed in 32 milliseconds