Searched defs:two_31 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Dsmi-mul.js57 var two_31 = 2 * two_30; variable
59 if (%IsValidSmi(two_31)) {
60 // Deopt on two_31 on x64.
61 assertEquals(two_31, mul2(-two_31, -1));
H A Dshift-for-integer-div.js58 var two_31 = 1 << 31; variable
63 assertEquals(-two_31, divn1(two_31));
H A Dmath-imul.js125 var two_31 = 2 * two_30; variable
127 TestMathImul(-two_31, two_31, 7);
128 TestMathImul(-two_31, 7, two_31);
129 TestMathImul(0, two_31, two_31);
131 TestMathImul(-two_31, -two_31, 7);
132 TestMathImul(-two_31,
[all...]
H A Dsmi-mul-const.js78 var two_31 = 2 * two_30; variable
80 // TODO(rmcilroy): replace after r16361 with: if (%IsValidSmi(two_31)) {
82 assertEquals(two_31, mul_by_neg_1(-two_31));

Completed in 156 milliseconds