Home
last modified time | relevance | path

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

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