Home
last modified time | relevance | path

Searched defs:answer (Results 1 – 9 of 9) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/
DOldAndroidStrictMathTest.java80 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
DOldAndroidMathTest.java101 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/
DArrays2Test.java133 …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
DArraysTest.java1150 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/
DStrictMathTest.java109 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
DMathTest.java103 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
DFloatTest.java833 String answer; in test_toStringF() local
916 private void test_toString(float ff, String answer) { in test_toString()
DDoubleTest.java198 private void test_toString(double dd, String answer) { in test_toString()
/libcore/luni/src/main/java/java/text/
DMessageFormat.java745 Format[] answer = new Format[maxArgumentIndex + 1]; in getFormatsByArgumentIndex() local