reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1332 if ((res = mp_int_init_copy(&v, b)) != MP_OK) 1335 MP_SIGN(&u) = MP_ZPOS; MP_SIGN(&v) = MP_ZPOS; 1338 int div2_u = s_dp2k(&u), div2_v = s_dp2k(&v); 1342 s_qdiv(&v, (mp_size) k); 1346 if ((res = mp_int_neg(&v, &t)) != MP_OK) 1362 if ((res = mp_int_neg(&t, &v)) != MP_OK) 1366 if ((res = mp_int_sub(&u, &v, &t)) != MP_OK) 1379 mp_int_clear(&v);