Home
last modified time | relevance | path

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

/dports/math/nauty/nauty27r3/
H A Dtraces.c802 #define CYLGTH WorkArray3 macro
8198 CYLGTH[CyInd++] = counts; in grouporderplus()
8228 if (w == CYLGTH[i1]) { in grouporderplus()
8242 … SETPAIRSAUTANDTREE(CYCLES[w+k], CYCLES[((j-w+(w>j)*CYLGTH[i1]) % CYLGTH[i1]) + k]) in grouporderplus()
8251 j=CYLGTH[i1]-1; in grouporderplus()
8262 k += CYLGTH[i1]; in grouporderplus()
8266 if (CYLGTH[i1] > 0) { in grouporderplus()
8272 if (CYLGTH[j0] == CYLGTH[i1]) { in grouporderplus()
8274 CYLGTH[j0] = -CYLGTH[j0]; in grouporderplus()
8300 k += abs(CYLGTH[i1]); in grouporderplus()
[all …]
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dtraces.c802 #define CYLGTH WorkArray3
8198 CYLGTH[CyInd++] = counts;
8228 if (w == CYLGTH[i1]) {
8242 … SETPAIRSAUTANDTREE(CYCLES[w+k], CYCLES[((j-w+(w>j)*CYLGTH[i1]) % CYLGTH[i1]) + k])
8251 j=CYLGTH[i1]-1;
8262 k += CYLGTH[i1];
8266 if (CYLGTH[i1] > 0) {
8272 if (CYLGTH[j0] == CYLGTH[i1]) {
8274 CYLGTH[j0] = -CYLGTH[j0];
8300 k += abs(CYLGTH[i1]);
[all …]