Home
last modified time | relevance | path

Searched refs:nanValue (Results 1 – 4 of 4) sorted by relevance

/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DCode.java561 Local<Integer> target, Local<T> a, Local<T> b, int nanValue) { in compareFloatingPoint() argument
563 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()
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryAccelerationStructuresTests.cpp1200 const auto nanValue = tcu::Float32::nan().asFloat(); in initBottomAccelerationStructures() local
1201 v0.x() = nanValue; in initBottomAccelerationStructures()
1202 v1.x() = nanValue; in initBottomAccelerationStructures()
1203 v2.x() = nanValue; in initBottomAccelerationStructures()
1204 v3.x() = nanValue; in initBottomAccelerationStructures()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingAccelerationStructuresTests.cpp695 const auto nanValue = tcu::Float32::nan().asFloat(); in initBottomAccelerationStructures() local
697 vtx.x() = nanValue; in initBottomAccelerationStructures()
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java1687 TypeId<T> valueType, int nanValue) throws Exception { in floatingPointCompareMethod() argument
1701 code.compareFloatingPoint(localResult, localA, localB, nanValue); in floatingPointCompareMethod()