Home
last modified time | relevance | path

Searched defs:answer (Results 1 – 4 of 4) 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/luni/src/test/java/tests/api/java/util/
DArraysTest.java1055 double[] answer = new double[] { Double.NEGATIVE_INFINITY, -0d, 0d, in test_sort$D() local
1137 float[] answer = new float[] { Float.NEGATIVE_INFINITY, -0f, 0f, in test_sort$F() local
/libcore/luni/src/main/java/java/text/
DMessageFormat.java745 Format[] answer = new Format[maxArgumentIndex + 1]; in getFormatsByArgumentIndex() local