Searched refs:IsNegativeZero (Results 1 - 3 of 3) sorted by relevance

/external/v8/test/mjsunit/
H A Dnegate-zero.js28 function IsNegativeZero(x) { function
38 assertTrue(IsNegativeZero(nz), "-0");
39 assertFalse(IsNegativeZero(-nz), "-(-0)");
41 assertFalse(IsNegativeZero(pz), "0");
42 assertTrue(IsNegativeZero(-pz), "-(0)");
H A Dmath-floor-of-div-nosudiv.js219 function IsNegativeZero(x) { function
228 assertTrue(IsNegativeZero(Math.floor((zero_in_array[0] | 0) / -1)));
260 assertTrue(IsNegativeZero(Math.floor((zero_in_array[0] | 0) /
H A Dmath-floor-of-div.js219 function IsNegativeZero(x) { function
228 assertTrue(IsNegativeZero(Math.floor((zero_in_array[0] | 0) / -1)));
260 assertTrue(IsNegativeZero(Math.floor((zero_in_array[0] | 0) /

Completed in 134 milliseconds