Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/
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