Searched refs:computeCbrt (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestCbrt.java | 89 CoreMathVerifier.computeCbrt(args, target); in verifyResultsCbrtFloatFloat() 161 CoreMathVerifier.computeCbrt(args, target); in verifyResultsCbrtFloat2Float2() 233 CoreMathVerifier.computeCbrt(args, target); in verifyResultsCbrtFloat3Float3() 305 CoreMathVerifier.computeCbrt(args, target); in verifyResultsCbrtFloat4Float4() 384 CoreMathVerifier.computeCbrt(args, target); in verifyResultsCbrtHalfHalf() 460 CoreMathVerifier.computeCbrt(args, target); in verifyResultsCbrtHalf2Half2() 536 CoreMathVerifier.computeCbrt(args, target); in verifyResultsCbrtHalf3Half3() 612 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
|