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

Declarations

tools/polly/lib/External/isl/imath/imrat.h
   67 mp_result mp_rat_copy(mp_rat a, mp_rat c);              /* c = a       */

References

tools/polly/lib/External/isl/basis_reduction_templ.c
  161 			GBR_set(F_new, F_saved);
  163 			GBR_set(alpha, alpha_saved[i]);
  181 		GBR_set(F[i+1], F_new);
  212 			GBR_set(F_new, mu_F[j]);
  229 		GBR_set(F_old, F[i]);
  241 				GBR_set(F_saved, F_new);
  247 				GBR_set(F[tab->n_zero], F_new);
tools/polly/lib/External/isl/imath/gmp_compat.c
   77   CHECK(mp_rat_copy(op, rop));
tools/polly/lib/External/isl/imath/imrat.c
  229   if ((res = mp_rat_copy(a, c)) != MP_OK)
  316   if ((res = mp_rat_copy(a, c)) != MP_OK)
  340   if ((res = mp_rat_copy(a, c)) != MP_OK)
  357   if ((res = mp_rat_copy(a, c)) != MP_OK)
  373   if ((res = mp_rat_copy(a, c)) != MP_OK)
  390     return mp_rat_copy(a, c);