Searched refs:computeExpm1 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestExpm1.java | 89 CoreMathVerifier.computeExpm1(args, target); in verifyResultsExpm1FloatFloat() 161 CoreMathVerifier.computeExpm1(args, target); in verifyResultsExpm1Float2Float2() 233 CoreMathVerifier.computeExpm1(args, target); in verifyResultsExpm1Float3Float3() 305 CoreMathVerifier.computeExpm1(args, target); in verifyResultsExpm1Float4Float4() 384 CoreMathVerifier.computeExpm1(args, target); in verifyResultsExpm1HalfHalf() 460 CoreMathVerifier.computeExpm1(args, target); in verifyResultsExpm1Half2Half2() 536 CoreMathVerifier.computeExpm1(args, target); in verifyResultsExpm1Half3Half3() 612 CoreMathVerifier.computeExpm1(args, target); in verifyResultsExpm1Half4Half4()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | CoreMathVerifier.java | 1901 static public void computeExpm1(TestExpm1.ArgumentsHalfHalf args, Target t) { in computeExpm1() method in CoreMathVerifier 1906 static public void computeExpm1(TestExpm1.ArgumentsFloatFloat args, Target t) { in computeExpm1() method in CoreMathVerifier
|