Searched refs:di_max (Results 1 – 1 of 1) sorted by relevance
33 const di_int di_max = (di_int)((~(du_int)0) / 2); in __fixxfdi() local34 const di_int di_min = -di_max - 1; in __fixxfdi()41 return a > 0 ? di_max : di_min; in __fixxfdi()