Searched refs:deIsInf (Results 1 – 5 of 5) sorted by relevance
105 else if (deIsInf(frac)) in ulp()165 else if (deIsInf(d) || rExp > m_maxExp) in clampValue()231 else if (deIsInf(x)) in floatToHex()
109 if (deIsInf(x)) in deFractExp()
68 DE_INLINE int deIsInf (double x) { return (x > DBL_MAX) - (x < -DBL_MAX); } in deIsInf() function
1830 return ctx.format.roundOut(exact, !deIsInf(x) && !deIsInf(y)); in applyPoint()2037 if (!deIsInf(x) && !deIsInf(y) && y != 0.0) in applyPoint()
1809 return ctx.format.roundOut(exact, !deIsInf(x) && !deIsInf(y)); in applyPoint()2016 if (!deIsInf(x) && !deIsInf(y) && y != 0.0) in applyPoint()