Home | History | Annotate | Download | only in Unit

Lines Matching full:x7fffffff

92      if (test__mulosi4(0x7FFFFFFF, -2, 0x80000001, 1))
94 if (test__mulosi4(-2, 0x7FFFFFFF, 0x80000001, 1))
96 if (test__mulosi4(0x7FFFFFFF, -1, 0x80000001, 0))
98 if (test__mulosi4(-1, 0x7FFFFFFF, 0x80000001, 0))
100 if (test__mulosi4(0x7FFFFFFF, 0, 0, 0))
102 if (test__mulosi4(0, 0x7FFFFFFF, 0, 0))
104 if (test__mulosi4(0x7FFFFFFF, 1, 0x7FFFFFFF, 0))
106 if (test__mulosi4(1, 0x7FFFFFFF, 0x7FFFFFFF, 0))
108 if (test__mulosi4(0x7FFFFFFF, 2, 0x80000001, 1))
110 if (test__mulosi4(2, 0x7FFFFFFF, 0x80000001, 1))
138 if (test__mulosi4(0x80000001, -1, 0x7FFFFFFF, 0))
140 if (test__mulosi4(-1, 0x80000001, 0x7FFFFFFF, 0))