Searched refs:deIsIEEENaN (Results 1 – 2 of 2) sorted by relevance
56 DE_INLINE deBool deIsIEEENaN (deFloat16 x) { return deHalfIsIEEENaN(x); } in deIsIEEENaN() function57 DE_INLINE deBool deIsIEEENaN (float x) { return deFloatIsIEEENaN(x); } in deIsIEEENaN() function58 DE_INLINE deBool deIsIEEENaN (double x) { return deDoubleIsIEEENaN(x); } in deIsIEEENaN() function
355 if (deIsIEEENaN(x) && deIsIEEENaN(y)) in nanSafeSloppyEquals()358 if (deIsIEEENaN(x) || deIsIEEENaN(y)) in nanSafeSloppyEquals()639 if (!deIsIEEENaN(y)) in handleExceptionalFloatMinMaxValues()646 if (!deIsIEEENaN(x)) in handleExceptionalFloatMinMaxValues()649 else if (deIsIEEENaN(x) && deIsIEEENaN(y)) in handleExceptionalFloatMinMaxValues()654 else if (deIsIEEENaN(x)) in handleExceptionalFloatMinMaxValues()659 else if (deIsIEEENaN(y)) in handleExceptionalFloatMinMaxValues()674 if (deIsIEEENaN(x) || deIsIEEENaN(y)) in floatAdd()