HomeSort by relevance Sort by last modified time
    Searched full:negativezero (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/test/webkit/fast/js/kde/
math.js 25 var negativeZero = Math.atan2(-1, Infinity); // ### any nicer way?
33 shouldBeTrue("isNegativeZero(negativeZero)");
59 shouldBeTrue("isNegativeZero(Math.round(negativeZero))");
83 shouldBeTrue("isNegativeZero(Math.min(negativeZero, 0))");
90 shouldBeTrue("!isNegativeZero(Math.max(negativeZero, 0))");
math-expected.txt 29 PASS isNegativeZero(negativeZero) is true
50 PASS isNegativeZero(Math.round(negativeZero)) is true
70 PASS isNegativeZero(Math.min(negativeZero, 0)) is true
75 PASS !isNegativeZero(Math.max(negativeZero, 0)) is true
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py     [all...]

Completed in 1477 milliseconds