Lines Matching defs:qp
710 mp_int qp;712 if((res = mp_init_copy(&qp, a)) != MP_OKAY)715 res = s_mp_div_d(&qp, d, &rem);716 if(s_mp_cmp_d(&qp, 0) == 0)717 SIGN(&qp) = MP_ZPOS;719 mp_clear(&qp);3217 mp_digit *dp = DIGITS(mp), *qp;3228 qp = DIGITS(");3241 qp[ix] = t;