reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
835 mp_sign sa = MP_SIGN(a), sb = MP_SIGN(b); 838 CHECK(a != NULL && b != NULL && q != r); 840 if (CMPZ(b) == 0) 842 else if ((cmp = s_ucmp(a, b)) < 0) { 876 if ((lg = s_isp2(b)) < 0) { 877 if (q && b != q) { 889 if ((res = mp_int_copy(b, r)) != MP_OK) 896 SETUP(mp_int_init_copy(LAST_TEMP(), b));