Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestLdexp.java558 verifyResultsLdexpFloat4IntFloat4(inMantissa, inExponent, out, false); in checkLdexpFloat4IntFloat4()
567 verifyResultsLdexpFloat4IntFloat4(inMantissa, inExponent, out, true); in checkLdexpFloat4IntFloat4()
576 …private void verifyResultsLdexpFloat4IntFloat4(Allocation inMantissa, Allocation inExponent, Alloc… in verifyResultsLdexpFloat4IntFloat4() method in TestLdexp