reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
687 if ((res = mp_int_read_cstring(MP_NUMER_P(r), radix, str, &endp)) != MP_OK && 692 while (isspace((unsigned char) *endp)) 693 ++endp; 696 if (*endp != '/') { 699 *end = endp; 703 ++endp; /* skip separator */ 704 if ((res = mp_int_read_cstring(MP_DENOM_P(r), radix, endp, end)) != MP_OK)