Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/tests/
H A Drefmpn.c1519 refmpn_divmod_1c_workaround (mp_ptr rp, mp_srcptr sp, mp_size_t size, in refmpn_divmod_1c_workaround() function
1556 carry = refmpn_divmod_1c_workaround (rp, sp, size, divisor, carry); in refmpn_divmod_1c()
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog14561 * tests/refmpn.c (refmpn_divmod_1c_workaround): Implement workaround
21246 * tests/refmpn.c (refmpn_udiv_qrnnd, refmpn_divmod_1c_workaround):