Searched refs:deIsInf (Results 1 – 7 of 7) 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()
1347 deInt32 floorc = deIsInf(log2c) ? std::numeric_limits<deInt32>::min() : deFloorFloatToInt32(log2c); in packRGB999E5()
109 if (deIsInf(x)) in deFractExp()
70 DE_INLINE int deIsInf (double x) { return (x > DBL_MAX) - (x < -DBL_MAX); } in deIsInf() function
1861 return ctx.format.roundOut(exact, !deIsInf(x) && !deIsInf(y)); in applyPoint()2068 if (!deIsInf(x) && !deIsInf(y) && y != 0.0) in applyPoint()
2414 return ctx.format.roundOut(exact, !deIsInf(x) && !deIsInf(y)); in applyPoint()2441 return ctx.format.roundOut(exact, !deIsInf(x) && !deIsInf(y)); in applyPoint()2703 if (!deIsInf(x) && !deIsInf(y) && y != 0.0) in applyPoint()