Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dmath-imul.js39 function TestMathImul(expected, a, b) { class
71 TestMathImul(8, 2, 4);
72 TestMathImul(-8, -1, 8);
73 TestMathImul(4, -2, -2);
74 TestMathImul(-5, 0xffffffff, 5);
75 TestMathImul(-10, 0xfffffffe, 5);
77 TestMathImul(0, false, 7);
78 TestMathImul(0, 7, false);
79 TestMathImul(0, false, false);
81 TestMathImul(7, true, 7);
[all …]