HomeSort by relevance Sort by last modified time
    Searched defs:negativeZero (Results 1 - 2 of 2) 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))");
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 215 milliseconds