Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestNativeHypot.java226 verifyResultsNativeHypotFloat3Float3Float3(inA, inB, out, false); in checkNativeHypotFloat3Float3Float3()
235 verifyResultsNativeHypotFloat3Float3Float3(inA, inB, out, true); in checkNativeHypotFloat3Float3Float3()
244 …private void verifyResultsNativeHypotFloat3Float3Float3(Allocation inA, Allocation inB, Allocation… in verifyResultsNativeHypotFloat3Float3Float3() method in TestNativeHypot