Searched defs:answer (Results 1 – 9 of 9) sorted by relevance
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldAndroidStrictMathTest.java | 80 double answer = StrictMath.tan(StrictMath.atan(1.0)); in testAtanD() local 87 double answer = StrictMath.atan(StrictMath.tan(1.0)); in testAtan2DD() local 275 double answer = StrictMath.log(StrictMath.exp(d)); in testLogD() local
|
D | OldAndroidMathTest.java | 101 double answer = Math.tan(Math.atan(1.0)); in testAtanD() local 108 double answer = Math.atan(Math.tan(1.0)); in testAtan2DD() local 276 double answer = Math.log(Math.exp(d)); in testLogD() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | Arrays2Test.java | 133 …double[] answer = new double[] { Double.NEGATIVE_INFINITY, -0d, 0d, Double.MIN_VALUE, Double.MAX_V… in test_sort$D() local 169 …float[] answer = new float[] { Float.NEGATIVE_INFINITY, -0f, 0f, Float.MIN_VALUE, Float.MAX_VALUE,… in test_sort$F() local
|
D | ArraysTest.java | 1150 double[] answer = new double[] { Double.NEGATIVE_INFINITY, -0d, 0d, in test_sort$D() local 1241 float[] answer = new float[] { Float.NEGATIVE_INFINITY, -0f, 0f, in test_sort$F() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | StrictMathTest.java | 109 double answer = StrictMath.tan(StrictMath.atan(1.0)); in test_atanD() local 119 double answer = StrictMath.atan(StrictMath.tan(1.0)); in test_atan2DD() local 507 double answer = StrictMath.log(StrictMath.exp(d)); in test_logD() local
|
D | MathTest.java | 103 double answer = Math.tan(Math.atan(1.0)); in test_atanD() local 113 double answer = Math.atan(Math.tan(1.0)); in test_atan2DD() local 548 double answer = Math.log(Math.exp(d)); in test_logD() local
|
D | FloatTest.java | 833 String answer; in test_toStringF() local 916 private void test_toString(float ff, String answer) { in test_toString()
|
D | DoubleTest.java | 198 private void test_toString(double dd, String answer) { in test_toString()
|
/libcore/luni/src/main/java/java/text/ |
D | MessageFormat.java | 745 Format[] answer = new Format[maxArgumentIndex + 1]; in getFormatsByArgumentIndex() local
|