Home
last modified time | relevance | path

Searched defs:answer (Results 1 – 11 of 11) 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.java103 double answer = Math.tan(Math.atan(1.0)); in testAtanD() local
316 double answer = Math.log(Math.exp(d)); in testLogD() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DArrays2Test.java135 …double[] answer = new double[] { Double.NEGATIVE_INFINITY, -0d, 0d, Double.MIN_VALUE, Double.MAX_V… in test_sort$D() local
171 …float[] answer = new float[] { Float.NEGATIVE_INFINITY, -0f, 0f, Float.MIN_VALUE, Float.MAX_VALUE,… 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
1172 double answer = dval == 1.0d ? 1.0d : Double.NaN; in test_powDD() local
DFloatTest.java853 String answer; in test_toStringF() local
936 private void test_toString(float ff, String answer) { in test_toString()
/libcore/ojluni/src/main/java/java/util/stream/
DAbstractShortCircuitTask.java186 R answer = sharedResult.get(); in getLocalResult() local
DFindOps.java276 private void foundResult(O answer) { in foundResult()
/libcore/ojluni/src/main/java/java/lang/
DDouble.java292 StringBuilder answer = new StringBuilder(24); in toHexString() local
/libcore/ojluni/src/main/native/
Dnet_util.c349 unsigned short answer = 0; in in_cksum() local
/libcore/ojluni/src/main/java/java/math/
DBigInteger.java2461 BigInteger answer = ONE; in pow() local