Searched refs:setPrecision (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | CoreMathVerifier.java | 1111 t.setPrecision(4, 4); in computeAcos() 1116 t.setPrecision(4, 128); in computeAcos() 1121 t.setPrecision(4, 4); in computeAcosh() 1126 t.setPrecision(4, 128); in computeAcosh() 1131 t.setPrecision(5, 5); in computeAcospi() 1136 t.setPrecision(5, 128); in computeAcospi() 1141 t.setPrecision(4, 4); in computeAsin() 1146 t.setPrecision(4, 128); in computeAsin() 1151 t.setPrecision(4, 4); in computeAsinh() 1156 t.setPrecision(4, 128); in computeAsinh() [all …]
|
D | FloatyUnitTest.java | 98 t.setPrecision(1, 1); in testFloat1Ulp() 123 t.setPrecision(8192, 8192); in testFloat8192Ulp() 148 t.setPrecision(1, 1); in testFloat1UlpRelaxed() 165 t.setPrecision(8192, 8192); in testFloat8192UlpRelaxed() 182 t.setPrecision(1, 1); in testDouble1Ulp() 207 t.setPrecision(8192, 8192); in testDouble8192Ulp() 232 t.setPrecision(1, 1); in testHalf1Ulp() 246 t.setPrecision(128, 128); in testHalf128Ulp() 266 t.setPrecision(4, 4); in testExtraAllowedError() 279 t.setPrecision(2, 2); in testExtraAllowedError() [all …]
|
D | DoubleTest.java | 38 t.setPrecision(1, 1); in testDoubleGlobal()
|
D | Target.java | 104 void setPrecision(int fullUlpFactor, int relaxedUlpFactor) { in setPrecision() method in Target
|