Home
last modified time | relevance | path

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

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/qm-dsp/tests/
H A DTestResampler.cpp154 measureSinFreq(const vector<double> &v, int rate, int countCycles) in measureSinFreq() argument
170 if (nPeaks == countCycles) break; in measureSinFreq()
/dports/math/singular/Singular-Release-4-2-1/kernel/combinatorics/
H A Dhdegree.cc1587 static std::vector<int> countCycles(const intvec* _G, int v, std::vector<int> path, std::vector<BOO… in countCycles() function
1603 cache = countCycles(G, w, path, visited, cyclic, cache); in countCycles()
1633 cache = countCycles(G, path[i], path, visited, cyclic, cache); in countCycles()
1667 cache = countCycles(G, v, path, visited, cyclic, cache); in graphGrowth()
2076 cache = countCycles(G, v, path, visited, cyclic, cache); in isAcyclic()