Searched refs:computeCbrt (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestCbrt.java | 79 CoreMathVerifier.computeCbrt(args, target); in verifyResultsCbrtFloatFloat() 148 CoreMathVerifier.computeCbrt(args, target); in verifyResultsCbrtFloat2Float2() 217 CoreMathVerifier.computeCbrt(args, target); in verifyResultsCbrtFloat3Float3() 286 CoreMathVerifier.computeCbrt(args, target); in verifyResultsCbrtFloat4Float4() 362 CoreMathVerifier.computeCbrt(args, target); in verifyResultsCbrtHalfHalf() 435 CoreMathVerifier.computeCbrt(args, target); in verifyResultsCbrtHalf2Half2() 508 CoreMathVerifier.computeCbrt(args, target); in verifyResultsCbrtHalf3Half3() 581 CoreMathVerifier.computeCbrt(args, target); in verifyResultsCbrtHalf4Half4()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | CoreMathVerifier.java | 1220 static public void computeCbrt(TestCbrt.ArgumentsHalfHalf args, Target t) { in computeCbrt() method in CoreMathVerifier 1225 static public void computeCbrt(TestCbrt.ArgumentsFloatFloat args, Target t) { in computeCbrt() method in CoreMathVerifier
|