Searched refs:deIsNaN (Results 1 – 7 of 7) sorted by relevance
103 if (deIsNaN(frac)) in ulp()160 DE_ASSERT(!deIsNaN(d)); in clampValue()229 if (deIsNaN(x)) in floatToHex()
407 DE_ASSERT(!deIsNaN(x)); // not sane in getPositionOfIEEEFloatWithoutDenormals()440 if (deIsNaN(a) && deIsNaN(b)) in computeFloatFlushRelaxedULPDiff()442 else if (deIsNaN(a) || deIsNaN(b)) in computeFloatFlushRelaxedULPDiff()
71 : m_hasNaN (!!deIsNaN(val)) in Interval()
70 DE_INLINE deBool deIsNaN (double x) { return (x != x); } in deIsNaN() function100 DE_INLINE double deSign (double x) { return deIsNaN(x) ? x : (double)((x > 0.0) - (x < 0.0)… in deSign()
1087 deIsNaN(state.getFloatAccess())) in verifyInteger()1159 …if (state.getFloatAccess() < deInt32ToFloatRoundToNegInf(minValue) || deIsNaN(state.getFloatAccess… in verifyIntegerMin()1213 …if (state.getFloatAccess() > deInt32ToFloatRoundToPosInf(maxValue) || deIsNaN(state.getFloatAccess… in verifyIntegerMax()1348 if (state.getFloatAccess() < minValue || deIsNaN(state.getFloatAccess())) in verifyFloatMin()1402 if (state.getFloatAccess() > maxValue || deIsNaN(state.getFloatAccess())) in verifyFloatMax()
4912 if (deIsNaN(val1)) in operator ()()4914 if (deIsNaN(val2)) in operator ()()
6215 if (deIsNaN(val1)) in operator ()()6217 if (deIsNaN(val2)) in operator ()()