Home
last modified time | relevance | path

Searched refs:deIsIEEENaN (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/decpp/
DdeMath.hpp56 DE_INLINE deBool deIsIEEENaN (deFloat16 x) { return deHalfIsIEEENaN(x); } in deIsIEEENaN() function
57 DE_INLINE deBool deIsIEEENaN (float x) { return deFloatIsIEEENaN(x); } in deIsIEEENaN() function
58 DE_INLINE deBool deIsIEEENaN (double x) { return deDoubleIsIEEENaN(x); } in deIsIEEENaN() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktAtomicOperationTests.cpp355 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()