reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/polly/lib/External/isl/imath/imath.h
  197 mp_result mp_int_read_cstring(mp_int z, mp_size radix, const char *str,

References

tools/polly/lib/External/isl/imath/imath.c
 1749   return mp_int_read_cstring(z, radix, str, NULL);
tools/polly/lib/External/isl/imath/imrat.c
  687   if ((res = mp_int_read_cstring(MP_NUMER_P(r), radix, str, &endp)) != MP_OK &&
  704   if ((res = mp_int_read_cstring(MP_DENOM_P(r), radix, endp, end)) != MP_OK)
  767   if ((res = mp_int_read_cstring(MP_NUMER_P(r), radix, str, &endp)) != MP_OK &&
  808     if ((res = mp_int_read_cstring(&frac, radix, endp, &endp)) != MP_OK &&