Lines Matching refs:qh
1979 limb_t l, h, rh, ql, qh, c, i; in mp_sqrtrem_rec() local
1990 if (mp_sqrtrem_rec(s, tabs + l, taba + 2 * l, h, tmp_buf, &qh)) in mp_sqrtrem_rec()
1994 mp_print_str_h("r1", taba + 2 * l, h, qh); in mp_sqrtrem_rec()
1995 mp_print_str_h("r2", taba + l, n, qh); in mp_sqrtrem_rec()
1999 if (qh) { in mp_sqrtrem_rec()
2006 qh += tmp_buf[l]; in mp_sqrtrem_rec()
2009 ql = mp_shr(tabs, tabs, l, 1, qh & 1); in mp_sqrtrem_rec()
2010 qh = qh >> 1; /* 0 or 1 */ in mp_sqrtrem_rec()
2016 mp_print_str_h("q", tabs, l, qh); in mp_sqrtrem_rec()
2020 mp_add_ui(tabs + l, qh, h); in mp_sqrtrem_rec()
2027 if (qh) { in mp_sqrtrem_rec()
2028 c = qh; in mp_sqrtrem_rec()
6000 limb_t l, h, rh, ql, qh, c, i; in mp_sqrtrem_rec_dec() local
6009 qh = mp_sqrtrem_rec_dec(tabs + l, taba + 2 * l, h, tmp_buf); in mp_sqrtrem_rec_dec()
6012 mp_print_str_h_dec("r1", taba + 2 * l, h, qh); in mp_sqrtrem_rec_dec()
6013 mp_print_str_h_dec("r2", taba + l, n, qh); in mp_sqrtrem_rec_dec()
6017 if (qh) { in mp_sqrtrem_rec_dec()
6023 qh += tmp_buf[l]; in mp_sqrtrem_rec_dec()
6026 ql = mp_div1_dec(tabs, tabs, l, 2, qh & 1); in mp_sqrtrem_rec_dec()
6027 qh = qh >> 1; /* 0 or 1 */ in mp_sqrtrem_rec_dec()
6033 mp_print_str_h_dec("q", tabs, l, qh); in mp_sqrtrem_rec_dec()
6037 mp_add_ui_dec(tabs + l, qh, h); in mp_sqrtrem_rec_dec()
6044 if (qh) { in mp_sqrtrem_rec_dec()
6045 c = qh; in mp_sqrtrem_rec_dec()