Searched refs:computeCosh (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestCosh.java | 89 CoreMathVerifier.computeCosh(args, target); in verifyResultsCoshFloatFloat() 161 CoreMathVerifier.computeCosh(args, target); in verifyResultsCoshFloat2Float2() 233 CoreMathVerifier.computeCosh(args, target); in verifyResultsCoshFloat3Float3() 305 CoreMathVerifier.computeCosh(args, target); in verifyResultsCoshFloat4Float4() 384 CoreMathVerifier.computeCosh(args, target); in verifyResultsCoshHalfHalf() 460 CoreMathVerifier.computeCosh(args, target); in verifyResultsCoshHalf2Half2() 536 CoreMathVerifier.computeCosh(args, target); in verifyResultsCoshHalf3Half3() 612 CoreMathVerifier.computeCosh(args, target); in verifyResultsCoshHalf4Half4()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | CoreMathVerifier.java | 1745 static public void computeCosh(TestCosh.ArgumentsHalfHalf args, Target t) { in computeCosh() method in CoreMathVerifier 1750 static public void computeCosh(TestCosh.ArgumentsFloatFloat args, Target t) { in computeCosh() method in CoreMathVerifier
|