/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
H A D | gcd_subdiv_step.c | 88 MPN_NORMALIZE (ap, an); in mpn_gcd_subdiv_step() 89 MPN_NORMALIZE (bp, bn); in mpn_gcd_subdiv_step() 129 MPN_NORMALIZE (bp, bn); in mpn_gcd_subdiv_step() 179 MPN_NORMALIZE (bp, bn); in mpn_gcd_subdiv_step()
|
H A D | gcdext_lehmer.c | 67 MPN_NORMALIZE (up, un); in mpn_gcdext_hook() 102 MPN_NORMALIZE (u1, u1n); in mpn_gcdext_hook() 267 MPN_NORMALIZE (u0, un); in mpn_gcdext_lehmer_n() 294 MPN_NORMALIZE (u0, un); in mpn_gcdext_lehmer_n() 302 MPN_NORMALIZE (u1, un); in mpn_gcdext_lehmer_n()
|
H A D | gcdext.c | 124 MPN_NORMALIZE (ap, an); in compute_v() 139 MPN_NORMALIZE (tp, size); in compute_v() 153 MPN_NORMALIZE (bp, bn); in compute_v() 434 MPN_NORMALIZE (u0, un); in mpn_gcdext() 479 MPN_NORMALIZE (u0, u0n); in mpn_gcdext() 506 MPN_NORMALIZE (u1, u1n); in mpn_gcdext()
|
H A D | perfpow.c | 138 MPN_NORMALIZE (rp, xn); in is_kth_power() 145 MPN_NORMALIZE (rp, rn); in is_kth_power() 157 MPN_NORMALIZE (rp, rn); in is_kth_power()
|
H A D | hgcd_reduce.c | 89 MPN_NORMALIZE (ap, an); in hgcd_matrix_apply() 91 MPN_NORMALIZE (bp, bn); in hgcd_matrix_apply() 98 MPN_NORMALIZE (M->p[i][j], k); in hgcd_matrix_apply()
|
H A D | dump.c | 41 MPN_NORMALIZE (ptr, n); in mpn_dump()
|
H A D | hgcd_step.c | 47 MPN_NORMALIZE (qp, qn); in hgcd_hook()
|
/netbsd-src/external/lgpl3/gmp/dist/mpz/ |
H A D | aors.h | 91 MPN_NORMALIZE (wp, wsize); 99 MPN_NORMALIZE (wp, wsize); 107 MPN_NORMALIZE (wp, wsize);
|
H A D | powm_sec.c | 88 MPN_NORMALIZE (rp, rn); in mpz_powm_sec() 94 MPN_NORMALIZE (rp, rn); in mpz_powm_sec()
|
H A D | powm.c | 126 MPN_NORMALIZE (rp, rn); in mpz_powm() 267 MPN_NORMALIZE (rp, rn); in mpz_powm() 273 MPN_NORMALIZE (rp, rn); in mpz_powm()
|
H A D | powm_ui.c | 181 MPN_NORMALIZE (bp, bn); in mpz_powm_ui() 257 MPN_NORMALIZE (xp, xn); in mpz_powm_ui() 264 MPN_NORMALIZE (xp, xn); in mpz_powm_ui()
|
H A D | xor.c | 66 MPN_NORMALIZE (res_ptr, res_size); in mpz_xor() 107 MPN_NORMALIZE (res_ptr, res_size); in mpz_xor()
|
H A D | limbs_finish.c | 37 MPN_NORMALIZE (PTR (x), xn); in mpz_limbs_finish()
|
H A D | roinit_n.c | 37 MPN_NORMALIZE (xp, xn); in mpz_roinit_n()
|
H A D | urandomb.c | 45 MPN_NORMALIZE (rp, size); in mpz_urandomb()
|
H A D | tdiv_r_2exp.c | 56 MPN_NORMALIZE (in_ptr, limb_cnt); in mpz_tdiv_r_2exp()
|
H A D | divexact.c | 81 MPN_NORMALIZE (qp, qn); in mpz_divexact()
|
H A D | setbit.c | 87 MPN_NORMALIZE (dp, limb_idx); in mpz_setbit()
|
H A D | urandomm.c | 95 MPN_NORMALIZE (rp, size); in mpz_urandomm()
|
H A D | clrbit.c | 54 MPN_NORMALIZE (dp, limb_idx); in mpz_clrbit()
|
H A D | tdiv_r.c | 93 MPN_NORMALIZE (rp, dl); in mpz_tdiv_r()
|
H A D | combit.c | 91 MPN_NORMALIZE (dp, limb_index); in mpz_combit()
|
H A D | tdiv_qr.c | 101 MPN_NORMALIZE (rp, dl); in mpz_tdiv_qr()
|
/netbsd-src/external/lgpl3/gmp/dist/tests/ |
H A D | trace.c | 140 MPN_NORMALIZE (ptr, size); in mpn_trace() 213 MPN_NORMALIZE (ptr, size); in mpn_trace_file()
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | extract.c | 55 MPN_NORMALIZE (PTR(y), two_i_2); in mpfr_extract()
|