reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
892 rout = r; 895 rout = LAST_TEMP(); 899 if ((res = s_udiv_knuth(qout, rout)) != MP_OK) goto CLEANUP; 906 if (r) s_qmod(r, (mp_size) lg); rout = r; 910 if (rout) { 911 MP_SIGN(rout) = sa; 912 if (CMPZ(rout) == 0) 913 MP_SIGN(rout) = MP_ZPOS; 922 if (r && (res = mp_int_copy(rout, r)) != MP_OK) goto CLEANUP;