Home
last modified time | relevance | path

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

/external/chromium_org/v8/test/mjsunit/
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(-2.3, -2.3);
[all …]
/external/v8/test/mjsunit/
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(-2.3, -2.3);
[all …]