Home
last modified time | relevance | path

Searched refs:pow (Results 201 – 212 of 212) sorted by last modified time

123456789

/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js430 …, zoom = Math.pow(1 + this.options.zoomScaleSensitivity, (-1) * delta); // multiplying by neg. 1 s…
/plugin/podcast/
H A Dhelper.php88 return sprintf("%.{$decimals}f", $bytes / pow(1024, $factor)) . @$sz[$factor];
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovieEditorDialog.java440 coeff = Math.pow(10.0, DECIBELS_PER_PIXEL*(MEDIAN-1)/20.0)/maxVolume; in MovieEditorDialog()
/plugin/aceeditor/
H A Dbuild.js1pow(n-e,2)+Math.pow(r-t,2))}function a(e,t){if(e.start.row==e.end.row)var n=2*t.column-e.start.col…
/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/fedauth/Auth/OpenID/
H A DBigMath.php62 $long = $this->div($long, pow(2, 8));
105 $n = $this->mul($n, pow(2, 8));
158 $mxrand = $this->pow(256, $nbytes);
203 function pow($base, $exponent) function in Auth_OpenID_BcMathWrapper
289 function pow($base, $exponent) function in Auth_OpenID_GmpMathWrapper
/plugin/fedauth/Auth/Yadis/
H A DXRDS.php37 define('SERVICES_YADIS_MAX_PRIORITY', pow(2, 30));
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1631 num = Math.round(val*Math.pow(10,dig))/Math.pow(10,dig);
1634 num = Math.round(val*Math.pow(10,dig))/Math.pow(10,dig);
/plugin/processing/
H A Dscript.js5319 addUp += (Math.pow(2, i) * parseInt(binaryString.charAt(7 - i), 10));
5356 absValue *= Math.pow(10, rightDigitsOfDefault);
6115 p.pow = Math.pow;
11193 d = Math.sqrt(Math.pow(x - cx, 2) + Math.pow(cy - y, 2));
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf2925 https?:\/\/([^\/]*\.)?free-sex-movie-pow\.blogspot\.com
/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/highlightjs/highlight/
H A Dhighlight.pack.js1pow:1,printf:1,ptlined:1,radians:1,random:1,reflect:1,refract:1,renderinfo:1,round:1,setcomp:1,set… property in hljs.LANGUAGES.rsl.dM.k.built_in

123456789