OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:binomial_n_k
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-chrec.cc
623
tree arg0, arg1,
binomial_n_k
;
644
binomial_n_k
= tree_fold_binomial (ctype, n, k);
645
if (!
binomial_n_k
)
648
arg0 = fold_build2 (MULT_EXPR, ctype, l,
binomial_n_k
);
652
binomial_n_k
= tree_fold_binomial (ctype, n, k);
653
if (!
binomial_n_k
)
657
chrec_convert (ctype, chrec, NULL),
binomial_n_k
);
621
tree arg0, arg1,
binomial_n_k
;
local
/src/external/gpl3/gcc.old/dist/gcc/
tree-chrec.cc
541
tree arg0, arg1,
binomial_n_k
;
562
binomial_n_k
= tree_fold_binomial (ctype, n, k);
563
if (!
binomial_n_k
)
566
arg0 = fold_build2 (MULT_EXPR, ctype, l,
binomial_n_k
);
570
binomial_n_k
= tree_fold_binomial (ctype, n, k);
571
if (!
binomial_n_k
)
575
chrec_convert (ctype, chrec, NULL),
binomial_n_k
);
539
tree arg0, arg1,
binomial_n_k
;
local
Completed in 15 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026