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

/external/v8/test/mjsunit/
H A Dbit-not.js28 function testBitNot(x, name) { function
42 testBitNot(0, 0);
43 testBitNot(1, 1);
44 testBitNot(-1, 1);
45 testBitNot(100, 100);
46 testBitNot(0x40000000, "0x40000000");
47 testBitNot(0x7fffffff, "0x7fffffff");
48 testBitNot(0x80000000, "0x80000000");
50 testBitNot(2.2, 2.2);
51 testBitNot(
[all...]

Completed in 59 milliseconds