Home
last modified time | relevance | path

Searched refs:pow (Results 76 – 100 of 212) sorted by relevance

123456789

/plugin/datatables/assets/datatables.net-plugins/features/searchPane/
H A DdataTables.searchPane.min.js
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php543 return $method($value * pow(10, $precision)) / pow(10, $precision);
/plugin/diagramsnet/lib/shapes/
H A DmxElectrical.js1572 numInputs = Math.pow(2, selectorPins);
1577 numOutputs = Math.pow(2, selectorPins);
1654 numInputs = Math.pow(2, selectorPins);
1659 numOutputs = Math.pow(2, selectorPins);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D23.23.js.map1 …}|U[0-9A-Fa-f]{8})/,\n terraformFunctions: /(abs|ceil|floor|log|max|min|pow|signum|chomp|format…
H A D37.37.js.map1 …se',\n 'override',\n 'package',\n 'packed',\n 'pow',\n 'private…
H A D46.46.js.map1 … 'object',\n 'oct',\n 'open',\n 'ord',\n 'pow',\n 'print',…
/plugin/combo/ComboStrap/
H A DColorRgb.php695 return $pigmentRatio <= 0.03928 ? $pigmentRatio / 12.92 : pow(($pigmentRatio + 0.055) / 1.055, 2.4);
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js2pow(2,32);function pad0r(v,d){if(v>p2_32||v<-p2_32)return pad0r1(v,d);var i=Math.round(v);return p…
3pow(2,32)+__readUInt32LE(blob,offset)/1e7-11644473600)*1e3)}var fs;function readFileSync(filename,…
4 …dwHighDateTime=blob.read_shift(4);return new Date((dwHighDateTime/1e7*Math.pow(2,32)+dwLowDateTime…
H A Dxlsx.js100 var p2_32 = Math.pow(2,32);
345 return write_num(type, sfmt, val * Math.pow(10,2*mul)) + fill("%",mul);
359 o = (val/Math.pow(10,ee)).toPrecision(idx+1+(period+ee)%period);
445 ff = frac(aval, Math.pow(10,ri)-1, false);
457 ff = frac(aval, Math.pow(10,ri)-1, true);
488 return write_num(type, sfmt, val * Math.pow(10,2*mul)) + fill("%",mul);
497 o = (val/Math.pow(10,ee)).toPrecision(idx+1+(period+ee)%period);
554 ff = frac(aval, Math.pow(10,ri)-1, false);
566 ff = frac(aval, Math.pow(10,ri)-1, true);
1528 else { m = m + Math.pow(2, ml); e = e - eBias; }
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js1pow(n,1/3):7.787037*n+4/29}function yn(n){return Math.round(255*(.00304>=n?12.92*n:1.055*Math.pow(…
2pow(i(t),u);return[e*Math.sin(u*n),o-e*Math.cos(u*n)]}var r=Math.cos(n),i=function(n){return Math.…
3pow(2,o)),u(d=e,r),t=ao.select(t),C>0&&(t=t.transition().duration(C)),t.call(n.event)}function a()…
5 …n-Math.floor(-n)}};ao.scale.pow=function(){return iu(ao.scale.linear(),1,[0,1])},ao.scale.sqrt=fun… function
/plugin/godiag/
H A Dsyntax.php394 if ( sqrt( pow( $xx, 2 ) + pow( $yy, 2 ) ) < $cr ) $filled += 4;
/plugin/stlviewer/stlviewer/
H A DOrbitControls.js306 return Math.pow( 0.95, scope.zoomSpeed );
/plugin/statdisplay/pchart/
H A DpChart.php376 $Value = round ( $Value * pow ( 10, $Decimals ) ) / pow ( 10, $Decimals );
676 $Value = round ( $Value * pow ( 10, $Decimals ) ) / pow ( 10, $Decimals );
740 $Value = round ( $Value * pow ( 10, $Decimals ) ) / pow ( 10, $Decimals );
/plugin/statistics/inc/pchart/
H A DpChart.php381 $Value = round($Value * pow(10, $Decimals)) / pow(10, $Decimals);
712 $Value = round($Value * pow(10, $Decimals)) / pow(10, $Decimals);
784 $Value = round($Value * pow(10, $Decimals)) / pow(10, $Decimals);
/plugin/abc2/abc-libraries/abc2svg/
H A Dpage-1.js233 function strftime(sFormat,date){if(!(date instanceof Date))date=new Date();var nDay=date.getDay(),nDate=date.getDate(),nMonth=date.getMonth(),nYear=date.getFullYear(),nHour=date.getHours(),aDays=['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'],aMonths=['January','February','March','April','May','June','July','August','September','October','November','December'],aDayCount=[0,31,59,90,120,151,181,212,243,273,304,334],isLeapYear=function(){return(nYear%4===0&&nYear%100!==0)||nYear%400===0},getThursday=function(){var target=new Date(date);target.setDate(nDate-((nDay+6)%7)+3);return target},zeroPad=function(nNum,nPad){return((Math.pow(10,nPad)+nNum)+'').slice(1)};return sFormat.replace(/%[a-z]/gi,function(sMatch){return(({'%a':aDays[nDay].slice(0,3),'%A':aDays[nDay],'%b':aMonths[nMonth].slice(0,3),'%B':aMonths[nMonth],'%c':date.toUTCString(),'%C':Math.floor(nYear/100),'%d':zeroPad(nDate,2),'%e':nDate,'%F':date.toISOString().slice(0,10),'%G':getThursday().getFullYear(),'%g':(getThursday().getFullYear()+'').slice(2),'%H':zeroPad(nHour,2),'%I':zeroPad((nHour+11)%12+1,2),'%j':zeroPad(aDayCount[nMonth]+nDate+((nMonth>1&&isLeapYear())?1:0),3),'%k':nHour,'%l':(nHour+11)%12+1,'%m':zeroPad(nMonth+1,2),'%n':nMonth+1,'%M':zeroPad(date.getMinutes(),2),'%p':(nHour<12)?'AM':'PM','%P':(nHour<12)?'am':'pm','%s':Math.round(date.getTime()/1000),'%S':zeroPad(date.getSeconds(),2),'%u':nDay||7,'%V':(function(){var target=getThursday(),n1stThu=target.valueOf();target.setMonth(0,1);var nJan1=target.getDay();if(nJan1!==4)target.setMonth(0,1+((4-nJan1)+7)%7);return zeroPad(1+Math.ceil((n1stThu-target)/604800000),2)})(),'%w':nDay,'%x':date.toLocaleDateString(),'%X':date.toLocaleTimeString(),'%y':(nYear+'').slice(2),'%Y':nYear,'%z':date.toTimeString().replace(/.+GMT([+-]\d+).+/,'$1'),'%Z':date.toTimeString().replace(/.+\((.+?)\)$/,'$1')}[sMatch]||'')+'')||sMatch})}
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v2.php2044 if (($number > (0 - pow(2, $maxbits - 1))) && ($number <= pow(2, $maxbits - 1))) {
2048 if (($number >= 0) && ($number <= pow(2, $maxbits))) {
H A Dmodule.graphic.bmp.php301 $PaletteEntries = pow(2, $thisfile_bmp_header_raw['bits_per_pixel']);
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1pow(10,i);return i>=0?(a>=w?10:a>=E?5:a>=T?2:1)*Math.pow(10,i):-Math.pow(10,-i)/(a>=w?10:a>=E?5:a>…
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6pow(10,i);return i>=0?(a>=w?10:a>=E?5:a>=T?2:1)*Math.pow(10,i):-Math.pow(10,-i)/(a>=w?10:a>=E?5:a>…
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8pow(10,t||0),r,f;return(n*=u,r=n>0|-(n<0),n%1==.5*r)?(f=Math.floor(n),(f+(i===4?r>0:f%2*r))/u):Mat… method in System.Decimal
/plugin/flowcharts/
H A Dmermaid.min.js1pow(10,i);return i>=0?(a>=k?10:a>=E?5:a>=A?2:1)*Math.pow(10,i):-Math.pow(10,-i)/(a>=k?10:a>=E?5:a>…
24 … j(t,e,n){var r=""+Math.abs(t),i=e-r.length;return(0<=t?n?"+":"":"-")+Math.pow(10,Math.max(0,i)).t…
/plugin/amcharts/assets/amcharts/
H A Damcharts.js18 …){if(0>b)return a;var c=Math.pow(10,b);return Math.round(a*c)/c};d.toFixed=function(a,b){var c=Str…
30 …*d);g<Math.abs(e)?(g=e,a=f/4):a=f/(2*Math.PI)*Math.asin(e/g);return g*Math.pow(2,-10*b)*Math.sin(2…
62 …ed(c,y))==c){!0===h&&(0===c&&(c=this.minReal),u>this.logGridLimit&&(c=Math.pow(10,g)));t=this.form…
64 …his.minCalc,A=d.roundTo(A,this.maxDecCount+1),u>this.logGridLimit&&(A=Math.pow(10,g+p)),t=10,A=(A-…
79 …is.max;c=this.max-this.min;e=0===c?Math.pow(10,Math.floor(Math.log(Math.abs(this.max))*Math.LOG10E…
80 ….max-this.min;e=Math.pow(10,Math.floor(Math.log(Math.abs(c))*Math.LOG10E))/10;this.step=Math.ceil(…
82pow(10,Math.floor(Math.log(Math.abs(a))*Math.LOG10E)),this.max=Math.pow(10,Math.ceil(Math.log(Math…
84 …th.log(d)*Math.LOG10E-Math.log(e)*Math.LOG10E,f=Math.pow(10,d*a+Math.log(e)*Math.LOG10E),g=Math.po…
86 …d,d=this.rotate,f=this.min,g=this.minReal;return!0===this.logarithmic?Math.pow(10,(d?!0===e?(b-a)/…
291 …s(p);p=90*Math.PI/180-Math.asin(q/(q*p/Math.abs(q*p)*Math.sqrt(Math.pow(q,2)+Math.pow(p,2))));q=Ma…
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dflac.js384 const TWO_PWR_32_DBL = Math.pow(2, 32);
/plugin/tagging/
H A Dhelper.php205 $tresholds[$i] = pow($max - $min + 1, $i / $levels) + $min - 1;
/plugin/diagramsnet/lib/js/
H A Dorgchart.min.js8pow(10,t||0),r,f;return(n*=u,r=n>0|-(n<0),n%1==.5*r)?(f=Math.floor(n),(f+(i===4?r>0:f%2*r))/u):Mat… function

123456789