Searched defs:two_30 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Dsmi-mul.js55 var two_30 = 1 << 30; variable
57 var two_31 = 2 * two_30;
64 // Deopt on two_30 on ia32.
65 assertEquals(two_30, mul2(-two_30, -1));
H A Dmath-imul.js114 var two_30 = 1 << 30; variable
116 TestMathImul(-two_30, two_30, 7);
117 TestMathImul(-two_30, 7, two_30);
118 TestMathImul(0, two_30, two_30);
120 TestMathImul(two_30, -two_30, 7);
121 TestMathImul(two_30,
[all...]
H A Dsmi-mul-const.js76 var two_30 = 1 << 30; variable
78 var two_31 = 2 * two_30;
85 assertEquals(two_30, mul_by_neg_1(-two_30));

Completed in 126 milliseconds