Searched defs:answer (Results 1 – 11 of 11) 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 | 103 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/ |
D | Arrays2Test.java | 135 …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/ |
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 1172 double answer = dval == 1.0d ? 1.0d : Double.NaN; in test_powDD() local
|
D | FloatTest.java | 853 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/ |
D | AbstractShortCircuitTask.java | 186 R answer = sharedResult.get(); in getLocalResult() local
|
D | FindOps.java | 276 private void foundResult(O answer) { in foundResult()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Double.java | 292 StringBuilder answer = new StringBuilder(24); in toHexString() local
|
/libcore/ojluni/src/main/native/ |
D | net_util.c | 349 unsigned short answer = 0; in in_cksum() local
|
/libcore/ojluni/src/main/java/java/math/ |
D | BigInteger.java | 2461 BigInteger answer = ONE; in pow() local
|