reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
767 if ((res = mp_int_read_cstring(MP_NUMER_P(r), radix, str, &endp)) != MP_OK && 774 if (*endp != '.') { 776 *end = endp; 789 ++endp; 790 if (*endp == '\0') { 792 *end = endp; 795 else if(isspace((unsigned char) *endp) || *endp == '-' || *endp == '+') { 795 else if(isspace((unsigned char) *endp) || *endp == '-' || *endp == '+') { 795 else if(isspace((unsigned char) *endp) || *endp == '-' || *endp == '+') { 801 char *save = endp; 808 if ((res = mp_int_read_cstring(&frac, radix, endp, &endp)) != MP_OK && 808 if ((res = mp_int_read_cstring(&frac, radix, endp, &endp)) != MP_OK && 866 *end = endp;