Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestDot.java60 verifyResultsDotFloatFloatFloat(inLeftVector, inRightVector, out, false); in checkDotFloatFloatFloat()
69 verifyResultsDotFloatFloatFloat(inLeftVector, inRightVector, out, true); in checkDotFloatFloatFloat()
78 …private void verifyResultsDotFloatFloatFloat(Allocation inLeftVector, Allocation inRightVector, Al… in verifyResultsDotFloatFloatFloat() method in TestDot