Home
last modified time | relevance | path

Searched refs:pow (Results 26 – 50 of 212) sorted by relevance

123456789

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php943 while (pow(($x1 - $x0), 2) + pow(($y1 - $y0), 2) >= pow($r, 2)) {
1155 $sx=sqrt(pow($vv[0],2)+pow($vv[2],2));
1157 $sy=sqrt(pow($vv[1],2)+pow($vv[3],2));
4236 $bounds[$i][] = (pow((1 - $t), 3) * $P0[$i] + 3 * pow((1 - $t), 2) * $t * $P1[$i] + 3 * (1 - $t) * pow(
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.lpac.php60 …$info['lpac']['block_length'] = pow(2, (($flags['parameters'] & 0x07000000) …
H A Dmodule.graphic.gif.php85 …$info['gif']['header']['global_color_size'] = pow(2, ($info['gif']['header']['raw']['flags'] & 0x0…
H A Dmodule.audio.monkey.php126 …$thisfile_monkeysaudio['peak_ratio'] = $thisfile_monkeysaudio['peak_level'] / pow(2, $this…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js454 if (a / Math.pow(2, bits - 1) | 0) {
455 a = (Math.pow(2, bits) - a) * -1;
495 if (a / Math.pow(2, bits - 1) | 0) {
496 a = (Math.pow(2, bits) - a) * -1;
526 a %= Math.pow(2, bits);
537 a = (Math.pow(2, bits) - a) * -1;
568 a %= Math.pow(2, bits);
579 a = (Math.pow(2, bits) - a) * -1;
1135 out += low * Math.pow(2, exp - 52);
1173 out = low * Math.pow(2, exp - 31);
[all …]
/plugin/podcast/
H A Dhelper.php88 return sprintf("%.{$decimals}f", $bytes / pow(1024, $factor)) . @$sz[$factor];
/plugin/directorylist/syntax/
H A Ddirectorylist.php205 $return = round(pow(1024, $base - floor($base)), $precision) .' '. $suffixes[floor($base)];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php753 public function pow(BigInteger $n) function in phpseclib3\\Math\\BigInteger
755 return new static($this->value->pow($n->value));
/plugin/data-au/syntax/
H A Dcloud.php200 $tresholds[$i] = pow($max - $min + 1, $i / $levels) + $min - 1;
/plugin/authgoogle2fa/
H A DGoogleAuthenticator.php65 $modulo = pow(10, $this->_codeLength);
/plugin/authg2fa/
H A DGoogleAuthenticator.php65 $modulo = pow(10, $this->_codeLength);
/plugin/data/syntax/
H A Dcloud.php
/plugin/projects/pchart/pchart/
H A Dpchart.php544 $Value = round($Value * pow(10,$Decimals)) / pow(10,$Decimals);
737 $Value = round($Value * pow(10,$Decimals)) / pow(10,$Decimals);
846 $Value = round($Value * pow(10,$Decimals)) / pow(10,$Decimals);
2395 $Caption = (round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Decimals))."%";
2399 …$Caption = $iLabels[$Key]."\r\n".(round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Deci…
2401 …$Caption = $iLabels[$Key]."\r\n".(round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Deci…
2523 $Caption = (round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Decimals))."%";
2527 …$Caption = $iLabels[$Key]."\r\n".(round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Deci…
2529 …$Caption = $iLabels[$Key]."\r\n".(round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Deci…
2649 … $Caption = (round($rValues[$Key] * pow(10,$Decimals) * $rSplicePercent)/pow(10,$Decimals))."%";
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php544 $Value = round($Value * pow(10,$Decimals)) / pow(10,$Decimals);
737 $Value = round($Value * pow(10,$Decimals)) / pow(10,$Decimals);
846 $Value = round($Value * pow(10,$Decimals)) / pow(10,$Decimals);
2420 $Caption = (round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Decimals))."%";
2424 …$Caption = $iLabels[$Key]."\r\n".(round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Deci…
2426 …$Caption = $iLabels[$Key]."\r\n".(round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Deci…
2548 $Caption = (round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Decimals))."%";
2552 …$Caption = $iLabels[$Key]."\r\n".(round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Deci…
2554 …$Caption = $iLabels[$Key]."\r\n".(round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Deci…
2674 … $Caption = (round($rValues[$Key] * pow(10,$Decimals) * $rSplicePercent)/pow(10,$Decimals))."%";
[all …]
/plugin/twofactor/
H A DGoogleAuthenticator.php92 $modulo = pow(10, $this->_codeLength);
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js13 pow = math.pow,
63 pow(fx - .5, 2) + pow(fy - .5, 2) > .25 &&
64 (fy = math.sqrt(.25 - pow(fx - .5, 2)) * dir + .5) &&
669 return ("0000" + (Math.random()*Math.pow(36,5) << 0).toString(36)).slice(-5);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php82 $x = $x2->pow($exp);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP32.php335 public function pow(PHP32 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
H A DPHP64.php339 public function pow(PHP64 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
H A DEngine.php1035 while ($g->pow($n)->compare($this) < 0) {
1040 if ($g->pow($n)->equals($this) > 0) {
1054 $guess = $g->pow($n);
/plugin/photogallery/phpThumb/
H A Dphpthumb.bmp.php352 $PaletteEntries = pow(2, $thisfile_bmp_header_raw['bits_per_pixel']);
817 $intvalue += ord($byteword[$i]) * pow(256, $bytewordlen - 1 - $i);
850 $decvalue += ((int) $binstring[ strlen($binstring) - $i - 1 ]) * pow(2, $i);
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php225 $delay = rand(0, pow(2, ($i+1)) - 1) * 5000; // Exponential backoff
/plugin/blogtng/helper/
H A Dtags.php288 $tresholds[$i] = pow($max - $min + 1, $i/$levels) + $min;
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js100 var min = Math.pow(2, 31);
101 var max = Math.pow(2, 62);
/plugin/diagramsnet/lib/js/rough/
H A Drough.min.js20 …f)*k+f})}}function h(b){var a=b[0];b=b[1];return Math.sqrt(Math.pow(a[0]-b[0],2)+Math.pow(a[1]-b[1…
36 ….curveStepCount/Math.sqrt(200)*Math.sqrt(2*Math.PI*Math.sqrt((Math.pow(b/2,2)+Math.pow(a/2,2))/2))…
40 …,f,!0,!0);return d.concat(k)}function fa(b,a,e,c,f,k,d){var g=Math.pow(b-e,2)+Math.pow(a-c,2),n=Ma…
46 …),c+u(m[l],g),h[0],h[1]]});return k}function Q(b,a){return Math.pow(b[0]-a[0],2)+Math.pow(b[1]-a[1…
57 …)/(m[0]-k[0]));for(m=0;m<f;m++){var l=2*m*e,r=2*(m+1)*e,t=Math.sqrt(2*Math.pow(e,2)),l=[k[0]+l*Mat…
58 …next",value:function(){return this.seed?(Math.pow(2,31)-1&(this.seed=Math.imul(48271,this.seed)))/…
72 …}}}],[{key:"newSeed",value:function(){return Math.floor(Math.random()*Math.pow(2,31))}}]);return b…

123456789