Searched refs:computeCosh (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestCosh.java | 79 CoreMathVerifier.computeCosh(args, target); in verifyResultsCoshFloatFloat() 148 CoreMathVerifier.computeCosh(args, target); in verifyResultsCoshFloat2Float2() 217 CoreMathVerifier.computeCosh(args, target); in verifyResultsCoshFloat3Float3() 286 CoreMathVerifier.computeCosh(args, target); in verifyResultsCoshFloat4Float4() 362 CoreMathVerifier.computeCosh(args, target); in verifyResultsCoshHalfHalf() 435 CoreMathVerifier.computeCosh(args, target); in verifyResultsCoshHalf2Half2() 508 CoreMathVerifier.computeCosh(args, target); in verifyResultsCoshHalf3Half3() 581 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
|