Home
last modified time | relevance | path

Searched refs:closeloop (Results 1 – 4 of 4) sorted by relevance

/dports/math/py-Diofant/Diofant-0.13.0/diofant/printing/
H A Dcodeprinter.py176 openloop, closeloop = self._get_loop_opening_ending(indices)
193 lines.extend(closeloop)
232 lines.extend(closeloop)
/dports/math/py-sympy/sympy-1.9/sympy/printing/
H A Dcodeprinter.py148 openloop, closeloop = self._get_loop_opening_ending(indices)
165 lines.extend(closeloop)
208 lines.extend(closeloop)
/dports/math/nauty/nauty27r3/
H A Dtraces.c6311 boolean closeloop, firstsing, has_nexttcell; in CompStage0() local
6525closeloop = CheckForMatching(CurrCand, NextCand, NextPart, tv, ti, m, n); in CompStage0()
6567 if (closeloop < tv->tolevel) k = SpineTL->tgtend; in CompStage0()
6596closeloop = CheckForAutomorphisms(CurrCand, NextCand, tv, ti, m, n, NextPart); in CompStage0()
6597 … if (!NextCand->do_it && closeloop < tv->tolevel) k = SpineTL->tgtend; in CompStage0()
6621closeloop = CheckForAutomorphisms(CurrCand, NextCand, tv, ti, m, n, NextPart); in CompStage0()
6622 … if (!NextCand->do_it && closeloop < tv->tolevel) k = SpineTL->tgtend; in CompStage0()
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dtraces.c6311 boolean closeloop, firstsing, has_nexttcell;
6525closeloop = CheckForMatching(CurrCand, NextCand, NextPart, tv, ti, m, n);
6567 if (closeloop < tv->tolevel) k = SpineTL->tgtend;
6596closeloop = CheckForAutomorphisms(CurrCand, NextCand, tv, ti, m, n, NextPart);
6597 … if (!NextCand->do_it && closeloop < tv->tolevel) k = SpineTL->tgtend;
6621closeloop = CheckForAutomorphisms(CurrCand, NextCand, tv, ti, m, n, NextPart);
6622 … if (!NextCand->do_it && closeloop < tv->tolevel) k = SpineTL->tgtend;