Lines Matching refs:test__muloti4

26 int test__muloti4(ti_int a, ti_int b, ti_int expected, int expected_overflow)
72 if (test__muloti4(0, 0, 0, 0))
74 if (test__muloti4(0, 1, 0, 0))
76 if (test__muloti4(1, 0, 0, 0))
78 if (test__muloti4(0, 10, 0, 0))
80 if (test__muloti4(10, 0, 0, 0))
82 if (test__muloti4(0, 81985529216486895LL, 0, 0))
84 if (test__muloti4(81985529216486895LL, 0, 0, 0))
87 if (test__muloti4(0, -1, 0, 0))
89 if (test__muloti4(-1, 0, 0, 0))
91 if (test__muloti4(0, -10, 0, 0))
93 if (test__muloti4(-10, 0, 0, 0))
95 if (test__muloti4(0, -81985529216486895LL, 0, 0))
97 if (test__muloti4(-81985529216486895LL, 0, 0, 0))
100 if (test__muloti4(1, 1, 1, 0))
102 if (test__muloti4(1, 10, 10, 0))
104 if (test__muloti4(10, 1, 10, 0))
106 if (test__muloti4(1, 81985529216486895LL, 81985529216486895LL, 0))
108 if (test__muloti4(81985529216486895LL, 1, 81985529216486895LL, 0))
111 if (test__muloti4(1, -1, -1, 0))
113 if (test__muloti4(1, -10, -10, 0))
115 if (test__muloti4(-10, 1, -10, 0))
117 if (test__muloti4(1, -81985529216486895LL, -81985529216486895LL, 0))
119 if (test__muloti4(-81985529216486895LL, 1, -81985529216486895LL, 0))
122 if (test__muloti4(3037000499LL, 3037000499LL, 9223372030926249001LL, 0))
124 if (test__muloti4(-3037000499LL, 3037000499LL, -9223372030926249001LL, 0))
126 if (test__muloti4(3037000499LL, -3037000499LL, -9223372030926249001LL, 0))
128 if (test__muloti4(-3037000499LL, -3037000499LL, 9223372030926249001LL, 0))
131 if (test__muloti4(4398046511103LL, 2097152LL, 9223372036852678656LL, 0))
133 if (test__muloti4(-4398046511103LL, 2097152LL, -9223372036852678656LL, 0))
135 if (test__muloti4(4398046511103LL, -2097152LL, -9223372036852678656LL, 0))
137 if (test__muloti4(-4398046511103LL, -2097152LL, 9223372036852678656LL, 0))
140 if (test__muloti4(2097152LL, 4398046511103LL, 9223372036852678656LL, 0))
142 if (test__muloti4(-2097152LL, 4398046511103LL, -9223372036852678656LL, 0))
144 if (test__muloti4(2097152LL, -4398046511103LL, -9223372036852678656LL, 0))
146 if (test__muloti4(-2097152LL, -4398046511103LL, 9223372036852678656LL, 0))
149 if (test__muloti4(make_ti(0x00000000000000B5LL, 0x04F333F9DE5BE000LL),
154 if (test__muloti4(make_ti(0x7FFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFFLL),
158 if (test__muloti4(-2,
162 if (test__muloti4(make_ti(0x7FFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFFLL),
166 if (test__muloti4(-1,
170 if (test__muloti4(make_ti(0x7FFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFFLL),
174 if (test__muloti4(0,
178 if (test__muloti4(make_ti(0x7FFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFFLL),
182 if (test__muloti4(1,
186 if (test__muloti4(make_ti(0x7FFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFFLL),
190 if (test__muloti4(2,
195 if (test__muloti4(make_ti(0x8000000000000000LL, 0x0000000000000000LL),
199 if (test__muloti4(-2,
203 if (test__muloti4(make_ti(0x8000000000000000LL, 0x0000000000000000LL),
207 if (test__muloti4(-1,
211 if (test__muloti4(make_ti(0x8000000000000000LL, 0x0000000000000000LL),
215 if (test__muloti4(0,
219 if (test__muloti4(make_ti(0x8000000000000000LL, 0x0000000000000000LL),
223 if (test__muloti4(1,
227 if (test__muloti4(make_ti(0x8000000000000000LL, 0x0000000000000000LL),
231 if (test__muloti4(2,
236 if (test__muloti4(make_ti(0x8000000000000000LL, 0x0000000000000001LL),
240 if (test__muloti4(-2,
244 if (test__muloti4(make_ti(0x8000000000000000LL, 0x0000000000000001LL),
248 if (test__muloti4(-1,
252 if (test__muloti4(make_ti(0x8000000000000000LL, 0x0000000000000001LL),
256 if (test__muloti4(0,
260 if (test__muloti4(make_ti(0x8000000000000000LL, 0x0000000000000001LL),
264 if (test__muloti4(1,
268 if (test__muloti4(make_ti(0x8000000000000000LL, 0x0000000000000001LL),
272 if (test__muloti4(2,