Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php583 $x_max = count($x->value) - 1;
588 $quotient_value = self::array_repeat(0, $x_max - $y_max + 1);
605 $temp_value = array_merge(self::array_repeat(0, $x_max - $y_max), $y_value);
609 ++$quotient_value[$x_max - $y_max];
611 $x_max = count($x->value) - 1;
614 for ($i = $x_max; $i >= $y_max + 1; --$i) {
667 $x_max = count($x_value) - 1;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php43 public function CoonsPatchMesh($x, $y, $w, $h, $patch_array = [], $x_min = 0, $x_max = 1, $y_min = 0, $y_max = 1, $colspace = 'RGB', $return = false) argument
65 $patch_array[$i]['points'][$j] = (($patch_array[$i]['points'][$j] - $x_min) / ($x_max - $x_min)) * $bpcd;