reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
499 if ((res = mp_int_to_string(MP_NUMER_P(r), radix, str, limit)) != MP_OK) 510 limit -= len; 511 if(limit == 0) 515 limit -= 1; 517 res = mp_int_to_string(MP_DENOM_P(r), radix, start, limit);