Searched refs:nanValue (Results 1 – 4 of 4) sorted by relevance
561 Local<Integer> target, Local<T> a, Local<T> b, int nanValue) { in compareFloatingPoint() argument563 if (nanValue == 1) { in compareFloatingPoint()565 } else if (nanValue == -1) { in compareFloatingPoint()568 throw new IllegalArgumentException("expected 1 or -1 but was " + nanValue); in compareFloatingPoint()
1200 const auto nanValue = tcu::Float32::nan().asFloat(); in initBottomAccelerationStructures() local1201 v0.x() = nanValue; in initBottomAccelerationStructures()1202 v1.x() = nanValue; in initBottomAccelerationStructures()1203 v2.x() = nanValue; in initBottomAccelerationStructures()1204 v3.x() = nanValue; in initBottomAccelerationStructures()
695 const auto nanValue = tcu::Float32::nan().asFloat(); in initBottomAccelerationStructures() local697 vtx.x() = nanValue; in initBottomAccelerationStructures()
1687 TypeId<T> valueType, int nanValue) throws Exception { in floatingPointCompareMethod() argument1701 code.compareFloatingPoint(localResult, localA, localB, nanValue); in floatingPointCompareMethod()