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

Declarations

tools/polly/lib/External/isl/imath/imath.h
  196 mp_result mp_int_read_string(mp_int z, mp_size radix, const char *str);

References

tools/polly/lib/External/isl/imath/gmp_compat.c
  383   mp_result res = mp_int_read_string(rop, base, str);
  405   resN = mp_int_read_string(mp_rat_numer_ref(rop), base, str);
  409     resD = mp_int_read_string(mp_rat_denom_ref(rop), base, slash+1);
tools/polly/lib/External/isl/isl_int_sioimath.c
  180 	mp_int_read_string(isl_sioimath_reinit_big(dst), 10, str);