Lines Matching refs:quot
3389 mp_int quot; in s_mp_div_d() local
3413 MP_DIGITS(") = 0; in s_mp_div_d()
3415 MP_CHECKOK( mp_init_size(", USED(mp), FLAG(mp)) ); in s_mp_div_d()
3428 s_mp_lshd(", 1); in s_mp_div_d()
3429 DIGIT(", 0) = (mp_digit)q; in s_mp_div_d()
3441 MP_DIGIT(", 0) = d; in s_mp_div_d()
3442 MP_CHECKOK( s_mp_norm(&rem, ", &norm) ); in s_mp_div_d()
3445 MP_DIGIT(", 0) = 0; in s_mp_div_d()
3461 MP_CHECKOK( s_mp_lshd(", 1) ); in s_mp_div_d()
3462 DIGIT(", 0) = q; in s_mp_div_d()
3476 s_mp_clamp("); in s_mp_div_d()
3477 mp_exch(", mp); in s_mp_div_d()
3479 mp_clear("); in s_mp_div_d()
4215 mp_int *quot) /* i: 0; o: quotient */ in s_mp_div() argument
4233 MP_CHECKOK( mp_copy(rem, quot) ); in s_mp_div()
4234 s_mp_div_2d(quot, (mp_digit)ix); in s_mp_div()
4253 MP_USED(quot) = MP_ALLOC(quot); in s_mp_div()
4329 MP_DIGIT(quot, unusedRem) = (mp_digit)q_msd; in s_mp_div()
4337 s_mp_clamp(quot); in s_mp_div()