reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1329 mp_int_init(&t); 1346 if ((res = mp_int_neg(&v, &t)) != MP_OK) 1350 if ((res = mp_int_copy(&u, &t)) != MP_OK) 1355 s_qdiv(&t, s_dp2k(&t)); 1355 s_qdiv(&t, s_dp2k(&t)); 1357 if (CMPZ(&t) > 0) { 1358 if ((res = mp_int_copy(&t, &u)) != MP_OK) 1362 if ((res = mp_int_neg(&t, &v)) != MP_OK) 1366 if ((res = mp_int_sub(&u, &v, &t)) != MP_OK) 1369 if (CMPZ(&t) == 0) 1381 U: mp_int_clear(&t);