Searched refs:computeFract (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestFract.java | 99 CoreMathVerifier.computeFract(args, target); in verifyResultsFractFloatFloatFloat() 192 CoreMathVerifier.computeFract(args, target); in verifyResultsFractFloat2Float2Float2() 285 CoreMathVerifier.computeFract(args, target); in verifyResultsFractFloat3Float3Float3() 378 CoreMathVerifier.computeFract(args, target); in verifyResultsFractFloat4Float4Float4() 467 CoreMathVerifier.computeFract(args, target); in verifyResultsFractFloatFloat() 539 CoreMathVerifier.computeFract(args, target); in verifyResultsFractFloat2Float2() 611 CoreMathVerifier.computeFract(args, target); in verifyResultsFractFloat3Float3() 683 CoreMathVerifier.computeFract(args, target); in verifyResultsFractFloat4Float4() 772 CoreMathVerifier.computeFract(args, target); in verifyResultsFractHalfHalfHalf() 872 CoreMathVerifier.computeFract(args, target); in verifyResultsFractHalf2Half2Half2() [all …]
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | CoreMathVerifier.java | 2050 static public void computeFract(TestFract.ArgumentsHalfHalfHalf args, Target t) { in computeFract() method in CoreMathVerifier 2056 static public void computeFract(TestFract.ArgumentsFloatFloatFloat args, Target t) { in computeFract() method in CoreMathVerifier 2064 static public void computeFract(TestFract.ArgumentsHalfHalf args, Target t) { in computeFract() method in CoreMathVerifier 2069 static public void computeFract(TestFract.ArgumentsFloatFloat args, Target t) { in computeFract() method in CoreMathVerifier
|