Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/builtins/
H A Dfixdfdi.c18 COMPILER_RT_ABI di_int __fixdfdi(double a) { in __fixdfdi() function
34 COMPILER_RT_ABI di_int __fixdfdi(fp_t a) { return __fixint(a); } in __fixdfdi() function