Home
last modified time | relevance | path

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

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_view.c643 int targetmax; in UpdateLightLevel() local
657 targetmax=basemaxshade-numlights; in UpdateLightLevel()
658 if (targetmax<baseminshade) in UpdateLightLevel()
659 targetmax=baseminshade; in UpdateLightLevel()
660 if (targetmin>targetmax) in UpdateLightLevel()
661 targetmin=targetmax; in UpdateLightLevel()
668 if (maxshade>targetmax) in UpdateLightLevel()
670 else if (maxshade<targetmax) in UpdateLightLevel()
/dports/www/moodle310/moodle/lib/db/
H A Dupgradelib.php472 * @param float $targetmax
475 function upgrade_standardise_score($rawgrade, $sourcemin, $sourcemax, $targetmin, $targetmax) { argument
480 if ($sourcemax == $sourcemin or $targetmin == $targetmax) {
482 return $targetmax;
486 $diff = $targetmax - $targetmin;
/dports/www/moodle39/moodle/lib/db/
H A Dupgradelib.php472 * @param float $targetmax
475 function upgrade_standardise_score($rawgrade, $sourcemin, $sourcemax, $targetmin, $targetmax) { argument
480 if ($sourcemax == $sourcemin or $targetmin == $targetmax) {
482 return $targetmax;
486 $diff = $targetmax - $targetmin;
/dports/www/moodle311/moodle/lib/db/
H A Dupgradelib.php472 * @param float $targetmax
475 function upgrade_standardise_score($rawgrade, $sourcemin, $sourcemax, $targetmin, $targetmax) { argument
480 if ($sourcemax == $sourcemin or $targetmin == $targetmax) {
482 return $targetmax;
486 $diff = $targetmax - $targetmin;