Lines Matching +full:32 +full:mb
77 32,
247 uint32_t mp[40], ma[40], mb[40], mv[60], mx[100]; in test_modint() local
276 if (impl->decode_mod(mb, eb, blen, mp) != 1) { in test_modint()
289 check_eqz(mb, b); in test_modint()
293 impl->decode_mod(mb, eb, blen, mp); in test_modint()
294 ctl = impl->add(ma, mb, 1); in test_modint()
302 impl->decode_mod(mb, eb, blen, mp); in test_modint()
303 impl->add(ma, mp, impl->sub(ma, mb, 1)); in test_modint()
327 impl->decode_mod(mb, eb, blen, mp); in test_modint()
329 impl->montymul(mt1, ma, mb, mp, mp0i); in test_modint()
341 br_modint_decode(mb, mp, eb, blen); in test_modint()
342 if (!br_modint_div(ma, mb, mp, mt1, mt2, mt3)) { in test_modint()
353 br_modint_decode(mb, mp, eb, blen); in test_modint()
355 br_int_add(mx, j, ma, mb); in test_modint()
360 br_int_mul(mx, j, ma, mb); in test_modint()
407 * lengths of both factors can be arbitrary modulo 2^32. Factors
414 * 32-bit words).