Home
last modified time | relevance | path

Searched refs:foundmax (Results 1 – 6 of 6) sorted by relevance

/dports/science/teem/teem-1.11.0-src/src/elf/
H A DglyphElf.c330 char foundmax=0; in elfColorGlyphMaxima() local
336 while (!foundmax) { in elfColorGlyphMaxima()
384 foundmax=1; in elfColorGlyphMaxima()
388 foundmax=1; in elfColorGlyphMaxima()
/dports/www/moodle310/moodle/lib/grade/
H A Dgrade_category.php1777 $originalindex = $founditemid = $foundmax = null;
1785 $foundmax = $items[$founditemid]->grademax;
1813 if ($foundmax < $items[$possibleitemid]->grademax) {
1815 $foundmax = $items[$possibleitemid]->grademax;
/dports/www/moodle311/moodle/lib/grade/
H A Dgrade_category.php1777 $originalindex = $founditemid = $foundmax = null;
1785 $foundmax = $items[$founditemid]->grademax;
1813 if ($foundmax < $items[$possibleitemid]->grademax) {
1815 $foundmax = $items[$possibleitemid]->grademax;
/dports/www/moodle39/moodle/lib/grade/
H A Dgrade_category.php1777 $originalindex = $founditemid = $foundmax = null;
1785 $foundmax = $items[$founditemid]->grademax;
1813 if ($foundmax < $items[$possibleitemid]->grademax) {
1815 $foundmax = $items[$possibleitemid]->grademax;
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dbridges.c1881 goto foundmax; in new_game_desc()
1888 goto foundmax; in new_game_desc()
1892 goto foundmax; in new_game_desc()
1897 foundmax: in new_game_desc()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c7336 SCIP_Bool foundmax; in propagateCons() local
7427 foundmax = FALSE; in propagateCons()
7454 foundmax = TRUE; in propagateCons()
7457 foundmax = FALSE; in propagateCons()
7474 if( !foundmax ) in propagateCons()
7476 foundmax = TRUE; in propagateCons()