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

References

tools/polly/lib/External/isl/basis_reduction_tab.c
  149 	isl_int_init(lp->tmp2);
  199 		isl_seq_inner_product(lp->obj, sample->el + 1 + lp->dim, lp->dim, &lp->tmp2);
  201 		isl_int_fdiv_q(lp->tmp2, lp->tmp2, sample->el[0]);
  201 		isl_int_fdiv_q(lp->tmp2, lp->tmp2, sample->el[0]);
  202 		if (isl_int_ge(lp->tmp, lp->tmp2))
  260 	isl_int_clear(lp->tmp2);