reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1330 if ((res = mp_int_init_copy(&u, a)) != MP_OK) 1332 if ((res = mp_int_init_copy(&v, b)) != MP_OK) 1346 if ((res = mp_int_neg(&v, &t)) != MP_OK) 1350 if ((res = mp_int_copy(&u, &t)) != MP_OK) 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) 1373 if ((res = mp_int_abs(&u, c)) != MP_OK) 1376 res = MP_MEMORY; 1383 return res;