Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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.hpp72 : m_hasNaN (!!deIsNaN(val)) in Interval()
/third_party/vk-gl-cts/framework/delibs/debase/
DdeMath.h71 DE_INLINE deBool deIsNaN (double x) { return (x != x); } in deIsNaN() function
177 DE_INLINE double deSign (double x) { return deIsNaN(x) ? x : (double)((x > 0.0) - (x < 0.0)… in deSign()
/third_party/vk-gl-cts/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.cpp4913 if (deIsNaN(val1)) in operator ()()
4915 if (deIsNaN(val2)) in operator ()()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp6543 if (deIsNaN(val1)) in operator ()()
6545 if (deIsNaN(val2)) in operator ()()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp6543 if (deIsNaN(val1)) in operator ()()
6545 if (deIsNaN(val2)) in operator ()()