Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestNativeHypot.java143 verifyResultsNativeHypotFloat2Float2Float2(inA, inB, out, false); in checkNativeHypotFloat2Float2Float2()
152 verifyResultsNativeHypotFloat2Float2Float2(inA, inB, out, true); in checkNativeHypotFloat2Float2Float2()
161 …private void verifyResultsNativeHypotFloat2Float2Float2(Allocation inA, Allocation inB, Allocation… in verifyResultsNativeHypotFloat2Float2Float2() method in TestNativeHypot