Home
last modified time | relevance | path

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

/external/v8/test/webkit/fast/js/kde/
Dmath-expected.txt29 PASS isNegativeZero(negativeZero) is true
30 PASS isNegativeZero(0) is false
49 PASS isNegativeZero(Math.round(0)) is false
50 PASS isNegativeZero(Math.round(negativeZero)) is true
52 PASS isNegativeZero(Math.round(-0.2)) is true
53 PASS isNegativeZero(Math.round(-0.5)) is true
70 PASS isNegativeZero(Math.min(negativeZero, 0)) is true
75 PASS !isNegativeZero(Math.max(negativeZero, 0)) is true
Dmath.js27 function isNegativeZero(n) function