Searched refs:tree_fold_binomial (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-chrec.cc | 483 tree_fold_binomial (tree type, tree n, unsigned int k) in tree_fold_binomial() function 560 binomial_n_k = tree_fold_binomial (ctype, n, k); in chrec_evaluate() 568 binomial_n_k = tree_fold_binomial (ctype, n, k); in chrec_evaluate()
|
H A D | ChangeLog-2005 | 30568 (tree_fold_binomial): Change argument list to take a return type 30573 calling tree_fold_binomial unnecessarily. Return chrec_dont_know
|
H A D | ChangeLog-2012 | 10107 * tree-chrec.c (tree_fold_binomial): Likewise.
|
H A D | ChangeLog-2016 | 14256 * tree-chrec.c (tree_fold_binomial): Use widest_int, properly
|
H A D | ChangeLog-2018 | 17105 * tree-chrec.c (tree_fold_binomial): Same.
|
H A D | ChangeLog-2014 | 40194 * tree-chrec.c (tree_fold_binomial): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-chrec.c | 483 tree_fold_binomial (tree type, tree n, unsigned int k) in tree_fold_binomial() function 560 binomial_n_k = tree_fold_binomial (ctype, n, k); in chrec_evaluate() 568 binomial_n_k = tree_fold_binomial (ctype, n, k); in chrec_evaluate()
|