Home
last modified time | relevance | path

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

/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcGenSolution.cpp170 bool maskMatches(const int *starts, char **masks, const char *checkC) in maskMatches() function
423 if (doMask && !maskMatches(maskStarts, masks, name)) { in doSolutionParam()
470 if (doMask && !maskMatches(maskStarts, masks, name)) { in doSolutionParam()
H A DCbcSolver.cpp828 static bool maskMatches(const int *starts, char **masks,
10106 if (maskMatches(maskStarts, masks, columnNames[i])) in CbcMain1()
10124 if (maskMatches(maskStarts, masks, rowNames[i])) in CbcMain1()
10230 if (doMask && !maskMatches(maskStarts, masks, rowNames[iRow])) in CbcMain1()
10276 if (doMask && !maskMatches(maskStarts, masks, columnNames[iColumn])) in CbcMain1()
12258 static bool maskMatches(const int *starts, char **masks, in maskMatches() function
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_search.c661 static bool maskMatches(int perm, int mask, bool only) { in maskMatches() function
778 if (maskMatches (perm, mask, only)) {
813 if (maskMatches (s->perm, mask, only)) {
832 if (maskMatches (s->perm, 1, false)) {
868 if (maskMatches (s->perm, mask, only)) {
990 if (!all && maskMatches (map->perm, mask, only)) {
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSolver.cpp97 static bool maskMatches(const int *starts, char **masks,
2662 if (maskMatches(maskStarts, masks, columnNames[i]))
2680 if (maskMatches(maskStarts, masks, rowNames[i]))
2785 if (doMask && !maskMatches(maskStarts, masks, rowNames[iRow]))
2819 if (doMask && !maskMatches(maskStarts, masks, columnNames[iColumn]))
4423 static bool maskMatches(const int *starts, char **masks, function