Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/
Dfixunssfdi.c16 COMPILER_RT_ABI du_int __fixunssfdi(float a) { in __fixunssfdi() function
33 COMPILER_RT_ABI du_int __fixunssfdi(fp_t a) { return __fixuint(a); } in __fixunssfdi() function