Searched refs:NZERO (Results 1 – 1 of 1) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | MathTest.java | 1126 double NZERO = longTodouble(doubleTolong(0.0) ^ 0x8000000000000000L); in test_powDD() local 1153 + ",-0.0)=+1.0", 1.0, Math.pow(dval, NZERO)); in test_powDD() 1155 + ",-0.0)=+1.0", 1.0, Math.pow(negateDval, NZERO)); in test_powDD() 1220 assertEquals("Result should be Math.pow(" + NZERO + "," in test_powDD() 1221 + dval + ")=" + 0.0, +0.0, Math.pow(NZERO, dval)); in test_powDD() 1234 assertEquals("Result should be Math.pow(" + NZERO + "," in test_powDD() 1236 Math.pow(NZERO, negateDval)); in test_powDD() 1252 assertEquals("Result should be Math.pow(" + NZERO + "," in test_powDD() 1253 + dval + ")=" + NZERO, NZERO, Math.pow(NZERO, dval)); in test_powDD() 1256 + ")=" + NZERO, NZERO, Math.pow(Double.NEGATIVE_INFINITY, in test_powDD() [all …]
|