Home
last modified time | relevance | path

Searched refs:NZERO (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DMathTest.java1033 double NZERO = longTodouble(doubleTolong(0.0) ^ 0x8000000000000000L); in test_powDD() local
1063 + ",-0.0)=+1.0", 1.0, Math.pow(dval, NZERO)); in test_powDD()
1065 + ",-0.0)=+1.0", 1.0, Math.pow(nagateDval, NZERO)); in test_powDD()
1130 assertEquals("Result should be Math.pow(" + NZERO + "," in test_powDD()
1131 + dval + ")=" + 0.0, +0.0, Math.pow(NZERO, dval)); in test_powDD()
1144 assertEquals("Result should be Math.pow(" + NZERO + "," in test_powDD()
1146 Math.pow(NZERO, nagateDval)); in test_powDD()
1162 assertEquals("Result should be Math.pow(" + NZERO + "," in test_powDD()
1163 + dval + ")=" + NZERO, NZERO, Math.pow(NZERO, dval)); in test_powDD()
1166 + ")=" + NZERO, NZERO, Math.pow(Double.NEGATIVE_INFINITY, in test_powDD()
[all …]