Home
last modified time | relevance | path

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

/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1353.c150 int antgr; /* The two integers of ranking. */ local
539 antgr = ++j;
540 groups[antgr-1] = n - k;
546 if (antgr > 1)
547 antrem = (int)(0.75*groups[1]/(antgr-1));
558 ranking->antgr = antgr;
H A Ds1950.c232 int antgr = ranking->antgr; local
299 if (count < antgr)
H A Ds1354.c230 int antgr = ranking->antgr; local
289 if (count < antgr)
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/include/
H A DsislP.h353 int antgr; member