Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestLdexp.java60 verifyResultsLdexpFloatIntFloat(inMantissa, inExponent, out, false); in checkLdexpFloatIntFloat()
69 verifyResultsLdexpFloatIntFloat(inMantissa, inExponent, out, true); in checkLdexpFloatIntFloat()
78 …private void verifyResultsLdexpFloatIntFloat(Allocation inMantissa, Allocation inExponent, Allocat… in verifyResultsLdexpFloatIntFloat() method in TestLdexp