rename isl_pw_qpolynomial_fold_add to isl_pw_qpolynomial_fold_fold
commite9ac9c48ab2ca26e3b88ac30e8886db2336e4ac8
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 18 Aug 2010 08:11:25 +0000 (18 10:11 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 18 Aug 2010 12:50:57 +0000 (18 14:50 +0200)
tree5193af961496ddb3741b63bf08e07ea87985088b
parentcf663ff9705b6043f40bdcd97fd3afa4249fd3e0
rename isl_pw_qpolynomial_fold_add to isl_pw_qpolynomial_fold_fold

The new name is more consistent with the naming of
isl_qpolynomial_fold_fold.  Furthermore, it makes sense to perform
addition on isl_pw_qpolynomial_folds, so we prefer to use
the name isl_pw_qpolynomial_fold_add for such a function.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl_polynomial.h
isl_bernstein.c
isl_bound.c
isl_fold.c
isl_obj.c
isl_polynomial.c
isl_polynomial_private.h
isl_pw_templ.c
isl_range.c