Home
last modified time | relevance | path

Searched refs:hasNaN (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuInterval.hpp97 bool hasNaN (void) const { return m_hasNaN; } in hasNaN() function in tcu::Interval
104 bool isOrdinary (double maxValue) const { return !hasNaN() && !empty() && isFinite(maxValue); } in isOrdinary()
143 (!other.hasNaN() || hasNaN())); in contains()
149 (!other.hasNaN() || hasNaN())); in containsWarning()
155 (other.hasNaN() && hasNaN())); in intersects()
160 return Interval(hasNaN(), -hi(), -lo(), -warningHi(), -warningLo()); in operator -()
284 if (VAR##_arg_.hasNaN()) \
[all...]
H A DtcuInterval.cpp71 if (x.hasNaN() || y.hasNaN()) in operator +()
156 if (interval.hasNaN()) in operator <<()
161 os << (interval.hasNaN() ? "~" : "") in operator <<()
H A DtcuFloatFormat.cpp178 if (x.hasNaN()) in convert()
258 return interval.hasNaN() ? "{ NaN }" : "{}";
261 return (std::string(interval.hasNaN() ? "{ NaN, " : "{ ") +
266 return (std::string(interval.hasNaN() ? "{ NaN } | " : "") +
H A DtcuFloatFormat.hpp51 YesNoMaybe hasNaN = MAYBE);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp2541 if (iargs.a.hasNaN() || iargs.b.hasNaN()) in doApply()
4509 if (x.hasNaN() || x.contains(TCU_INFINITY) || x.contains(-TCU_INFINITY)) in doApply()
4587 bool any = iargs.a.hasNaN() || iargs.b.hi() > (maxExp + 1); in doApply()
4602 bool any = iargs.a.hasNaN() || iargs.b.hi() > (maxExp + 1); in doApply()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp2514 if (iargs.a.hasNaN() || iargs.b.hasNaN()) in doApply()
4498 if (x.hasNaN() || x.contains(TCU_INFINITY) || x.contains(-TCU_INFINITY)) in doApply()
4576 bool any = iargs.a.hasNaN() || iargs.b.hi() > (maxExp + 1); in doApply()
4591 bool any = iargs.a.hasNaN() || iargs.b.hi() > (maxExp + 1); in doApply()
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3506 if (x.hasNaN() || x.contains(TCU_INFINITY) || x.contains(-TCU_INFINITY)) in doApply()

Completed in 43 milliseconds