Searched refs:computeAcosh (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestAcosh.java | 89 CoreMathVerifier.computeAcosh(args, target); in verifyResultsAcoshFloatFloat() 161 CoreMathVerifier.computeAcosh(args, target); in verifyResultsAcoshFloat2Float2() 233 CoreMathVerifier.computeAcosh(args, target); in verifyResultsAcoshFloat3Float3() 305 CoreMathVerifier.computeAcosh(args, target); in verifyResultsAcoshFloat4Float4() 384 CoreMathVerifier.computeAcosh(args, target); in verifyResultsAcoshHalfHalf() 460 CoreMathVerifier.computeAcosh(args, target); in verifyResultsAcoshHalf2Half2() 536 CoreMathVerifier.computeAcosh(args, target); in verifyResultsAcoshHalf3Half3() 612 CoreMathVerifier.computeAcosh(args, target); in verifyResultsAcoshHalf4Half4()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | CoreMathVerifier.java | 1120 static public void computeAcosh(TestAcosh.ArgumentsHalfHalf args, Target t) { in computeAcosh() method in CoreMathVerifier 1125 static public void computeAcosh(TestAcosh.ArgumentsFloatFloat args, Target t) { in computeAcosh() method in CoreMathVerifier
|