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 && 697 mp_int_set_value(MP_DENOM_P(r), 1); 704 if ((res = mp_int_read_cstring(MP_DENOM_P(r), radix, endp, end)) != MP_OK) 708 if (mp_int_compare_zero(MP_DENOM_P(r)) == 0) 712 return s_rat_reduce(r);