Searched refs:computeErf (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestErf.java | 89 CoreMathVerifier.computeErf(args, target); in verifyResultsErfFloatFloat() 161 CoreMathVerifier.computeErf(args, target); in verifyResultsErfFloat2Float2() 233 CoreMathVerifier.computeErf(args, target); in verifyResultsErfFloat3Float3() 305 CoreMathVerifier.computeErf(args, target); in verifyResultsErfFloat4Float4() 384 CoreMathVerifier.computeErf(args, target); in verifyResultsErfHalfHalf() 460 CoreMathVerifier.computeErf(args, target); in verifyResultsErfHalf2Half2() 536 CoreMathVerifier.computeErf(args, target); in verifyResultsErfHalf3Half3() 612 CoreMathVerifier.computeErf(args, target); in verifyResultsErfHalf4Half4()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | CoreMathVerifier.java | 1843 static public void computeErf(TestErf.ArgumentsHalfHalf args, Target t) { in computeErf() method in CoreMathVerifier 1848 static public void computeErf(TestErf.ArgumentsFloatFloat args, Target t) { in computeErf() method in CoreMathVerifier
|