Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dmath-imul.js143 var two_16 = 1 << 16; variable
145 TestMathImul(0, two_16, two_16);
146 TestMathImul(-two_16, two_16 - 1, two_16);
147 TestMathImul(-two_16, two_16, two_16 - 1);
148 TestMathImul(-2 * two_16 + 1, two_16 - 1, two_16 - 1);