Home
last modified time | relevance | path

Searched refs:di_max (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/
Dfixxfdi.c35 const di_int di_max = (di_int)((~(du_int)0) / 2); in __fixxfdi() local
36 const di_int di_min = -di_max - 1; in __fixxfdi()
43 return a > 0 ? di_max : di_min; in __fixxfdi()