Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DCode.java573 Local<Integer> target, Local<T> a, Local<T> b, int nanValue) { in compareFloatingPoint() argument
575 if (nanValue == 1) { in compareFloatingPoint()
577 } else if (nanValue == -1) { in compareFloatingPoint()
580 throw new IllegalArgumentException("expected 1 or -1 but was " + nanValue); in compareFloatingPoint()
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryAccelerationStructuresTests.cpp1325 const auto nanValue = tcu::Float32::nan().asFloat(); in initBottomAccelerationStructures() local
1328 v0.x() = nanValue; in initBottomAccelerationStructures()
1330 v1.x() = nanValue; in initBottomAccelerationStructures()
1332 v2.x() = nanValue; in initBottomAccelerationStructures()
1334 v3.x() = nanValue; in initBottomAccelerationStructures()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingAccelerationStructuresTests.cpp750 const auto nanValue = tcu::Float32::nan().asFloat(); in initBottomAccelerationStructures() local
753 customVertices[3].x() = nanValue; in initBottomAccelerationStructures()
755 customVertices[4].x() = nanValue; in initBottomAccelerationStructures()
757 customVertices[5].x() = nanValue; in initBottomAccelerationStructures()
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java1759 TypeId<T> valueType, int nanValue) throws Exception { in floatingPointCompareMethod() argument
1773 code.compareFloatingPoint(localResult, localA, localB, nanValue); in floatingPointCompareMethod()
/external/eigen/bench/perf_monitoring/resources/
Ds2.js1 …unction(a){m=a}},noData:{get:function(){return o},set:function(a){o=a}},nanValue:{get:function(){r… property