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 1156 + ",-0.0)=+1.0", 1.0, Math.pow(dval, NZERO)); in test_powDD() 1158 + ",-0.0)=+1.0", 1.0, Math.pow(nagateDval, NZERO)); in test_powDD() 1223 assertEquals("Result should be Math.pow(" + NZERO + "," in test_powDD() 1224 + dval + ")=" + 0.0, +0.0, Math.pow(NZERO, dval)); in test_powDD() 1237 assertEquals("Result should be Math.pow(" + NZERO + "," in test_powDD() 1239 Math.pow(NZERO, nagateDval)); in test_powDD() 1255 assertEquals("Result should be Math.pow(" + NZERO + "," in test_powDD() 1256 + dval + ")=" + NZERO, NZERO, Math.pow(NZERO, dval)); in test_powDD() 1259 + ")=" + NZERO, NZERO, Math.pow(Double.NEGATIVE_INFINITY, in test_powDD() [all …]
|