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

  /external/chromium_org/v8/test/mjsunit/
math-floor-of-div-minus-zero.js 33 var zero_in_array = [0];
34 assertTrue(0 === (Math.floor((zero_in_array[0] | 0) / -1) | 0));
math-floor-of-div-nosudiv.js 215 var zero_in_array = [0]; variable
228 assertTrue(IsNegativeZero(Math.floor((zero_in_array[0] | 0) / -1)));
260 assertTrue(IsNegativeZero(Math.floor((zero_in_array[0] | 0) /
276 Math.floor(i / zero_in_array[0]));
math-floor-of-div.js 215 var zero_in_array = [0]; variable
228 assertTrue(IsNegativeZero(Math.floor((zero_in_array[0] | 0) / -1)));
260 assertTrue(IsNegativeZero(Math.floor((zero_in_array[0] | 0) /
276 Math.floor(i / zero_in_array[0]));

Completed in 3958 milliseconds