Home
last modified time | relevance | path

Searched refs:has_nexttcell (Results 1 – 2 of 2) sorted by relevance

/dports/math/nauty/nauty27r3/
H A Dtraces.c584 if ((tv->tolevel_tl-tv->tolevel < 6) || !has_nexttcell) { \
590 if ((!has_nexttcell) && (tv->compstage == 0)) { \
6311 boolean closeloop, firstsing, has_nexttcell; in CompStage0() local
6543has_nexttcell = TargetCellExpPath(NextCand, NextPart, tv); in CompStage0()
6545 if (!has_nexttcell) { in CompStage0()
6559 has_nexttcell = FALSE; in CompStage0()
6640 has_nexttcell = FALSE; in CompStage0()
6713 has_nexttcell = TargetCellFirstPath(NextCand, NextPart, tv); in CompStage0()
6715 if (!has_nexttcell) { in CompStage0()
6758 while (has_nexttcell) { in CompStage0()
[all …]
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dtraces.c584 if ((tv->tolevel_tl-tv->tolevel < 6) || !has_nexttcell) { \
590 if ((!has_nexttcell) && (tv->compstage == 0)) { \
6311 boolean closeloop, firstsing, has_nexttcell;
6543has_nexttcell = TargetCellExpPath(NextCand, NextPart, tv);
6545 if (!has_nexttcell) {
6559 has_nexttcell = FALSE;
6640 has_nexttcell = FALSE;
6713 has_nexttcell = TargetCellFirstPath(NextCand, NextPart, tv);
6715 if (!has_nexttcell) {
6758 while (has_nexttcell) {
[all …]