Home
last modified time | relevance | path

Searched refs:deIsNaN (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/common/
DtcuFloatFormat.cpp103 if (deIsNaN(frac)) in ulp()
160 DE_ASSERT(!deIsNaN(d)); in clampValue()
229 if (deIsNaN(x)) in floatToHex()
DtcuImageCompare.cpp407 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()
DtcuInterval.hpp71 : m_hasNaN (!!deIsNaN(val)) in Interval()
/external/deqp/framework/delibs/debase/
DdeMath.h70 DE_INLINE deBool deIsNaN (double x) { return (x != x); } in deIsNaN() function
100 DE_INLINE double deSign (double x) { return deIsNaN(x) ? x : (double)((x > 0.0) - (x < 0.0)… in deSign()
/external/deqp/modules/glshared/
DglsStateQueryUtil.cpp1087 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()
DglsBuiltinPrecisionTests.cpp4912 if (deIsNaN(val1)) in operator ()()
4914 if (deIsNaN(val2)) in operator ()()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp6215 if (deIsNaN(val1)) in operator ()()
6217 if (deIsNaN(val2)) in operator ()()