Searched refs:bp1_hi (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom32_mul.c74 mp_limb_t ap1_hi, bp1_hi; local
96 #define bp1 (pp + n) /* n, most significant bit in bp1_hi */
151 bp1_hi = cy >> 1;
153 bp1_hi = mpn_add_n (bp1, b0, b1, n);
169 bp1_hi = mpn_add (bp1, b0, n, b1, t);
186 cy = bp1_hi + mpn_add_n (v1 + n, v1 + n, bp1, n);
191 cy = 2 * bp1_hi + mpn_addlsh1_n (v1 + n, v1 + n, bp1, n);
193 cy = 2 * bp1_hi + mpn_addmul_1 (v1 + n, bp1, n, CNST_LIMB(2));
198 if (bp1_hi != 0)

Completed in 187 milliseconds