Home
last modified time | relevance | path

Searched refs:pow (Results 51 – 75 of 212) sorted by relevance

123456789

/plugin/gtime/gtlib/util/
H A DGTBigInteger.php181 public function pow(GTBigInteger $integer) { function in GTBigInteger
/plugin/fedauth/Auth/Yadis/
H A DXRDS.php37 define('SERVICES_YADIS_MAX_PRIORITY', pow(2, 30));
/plugin/openid/Auth/Yadis/
H A DXRDS.php37 define('SERVICES_YADIS_MAX_PRIORITY', pow(2, 30));
/plugin/diagramsnet/lib/plugins/
H A Dvoice.js2330 …ndf1 = Math.pow(r - ntc.names[i][2], 2) + Math.pow(g - ntc.names[i][3], 2) + Math.pow(b - ntc.name…
2331 …ndf2 = Math.pow(h - ntc.names[i][5], 2) + Math.pow(s - ntc.names[i][6], 2) + Math.pow(l - ntc.name…
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js369 pow = Math.pow,
380pow(fx - .5, 2) + pow(fy - .5, 2) > .25 && (fy = math.sqrt(.25 - pow(fx - .5, 2)) * ((fy > .5) * 2…
H A Draphael.core.js142 pow = math.pow,
1212 t13 = pow(t1, 3),
1213 t12 = pow(t1, 2),
1922 … x: pow(t1, 3) * p1x + pow(t1, 2) * 3 * t * c1x + t1 * 3 * t * t * c2x + pow(t, 3) * p2x,
1923 … y: pow(t1, 3) * p1y + pow(t1, 2) * 3 * t * c1y + t1 * 3 * t * t * c2y + pow(t, 3) * p2y
4036 return pow(n, 1.7);
4039 return pow(n, .48);
4045 X = pow(abs(x), 1 / 3) * (x < 0 ? -1 : 1),
4047 Y = pow(abs(y), 1 / 3) * (y < 0 ? -1 : 1),
4064 return pow(2, -10 * n) * math.sin((n - .075) * (2 * PI) / .3) + 1;
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DDiffer.php336 return $itemSize * \pow(\min(\count($from), \count($to)), 2);
/plugin/const/
H A Dclass.evalmath.php604 $stack->push( pow( $op1, $op2 ) );
1032 return pow( $base, $exponent );
/plugin/callflow/
H A Draphael.js539 pow = math.pow,
1598 t13 = pow(t1, 3),
1599 t12 = pow(t1, 2),
2308 … x: pow(t1, 3) * p1x + pow(t1, 2) * 3 * t * c1x + t1 * 3 * t * t * c2x + pow(t, 3) * p2x,
2309 … y: pow(t1, 3) * p1y + pow(t1, 2) * 3 * t * c1y + t1 * 3 * t * t * c2y + pow(t, 3) * p2y
4396 return pow(n, 1.7);
4399 return pow(n, .48);
5775 pow = math.pow,
5825 pow(fx - .5, 2) + pow(fy - .5, 2) > .25 &&
7502 pow = Math.pow,
[all …]
/plugin/advrack/
H A Draphael.js539 pow = math.pow,
1598 t13 = pow(t1, 3),
1599 t12 = pow(t1, 2),
2308 … x: pow(t1, 3) * p1x + pow(t1, 2) * 3 * t * c1x + t1 * 3 * t * t * c2x + pow(t, 3) * p2x,
2309 … y: pow(t1, 3) * p1y + pow(t1, 2) * 3 * t * c1y + t1 * 3 * t * t * c2y + pow(t, 3) * p2y
4396 return pow(n, 1.7);
4399 return pow(n, .48);
5774 pow = math.pow,
5824 pow(fx - .5, 2) + pow(fy - .5, 2) > .25 &&
7508 pow = Math.pow,
[all …]
H A Djquery.qtip.js2172 pow = Math.pow,
2176 smallHyp = Math.sqrt( pow(base, 2) + pow(height, 2) ),
2179 hyp[2] = Math.sqrt( pow(hyp[0], 2) - pow(this.border, 2) );
2180 hyp[3] = Math.sqrt( pow(hyp[1], 2) - pow(this.border, 2) );
/plugin/diagramsnet/lib/js/rough/
H A Drough.js.modified91 return Math.sqrt(Math.pow(e[0] - s[0], 2) + Math.pow(e[1] - s[1], 2));
554 _r4 = Math.sqrt(2 * Math.pow(s, 2)),
580 …return this.seed ? (Math.pow(2, 31) - 1 & (this.seed = Math.imul(48271, this.seed))) / Math.pow(2,…
1153 var n = Math.sqrt(2 * Math.PI * Math.sqrt((Math.pow(t / 2, 2) + Math.pow(e / 2, 2)) / 2)),
1312 var h = Math.pow(t - s, 2) + Math.pow(e - n, 2),
1452 return Math.pow(t[0] - e[0], 2) + Math.pow(t[1] - e[1], 2);
1979 return Math.floor(Math.random() * Math.pow(2, 31));
H A Drough.js.orig1pow(e[0]-s[0],2)+Math.pow(e[1]-s[1],2))}function s(t,e,s,n){const o=e[1]-t[1],a=t[0]-e[0],r=o*t[0]…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.midi.php251 …$timesig_denominator = pow(2, getid3_lib::BigEndian2Int($METAeventData[1])); // $02 -> x/4, $03 ->…
H A Dmodule.audio.ogg.php449 …$info['ogg']['blocksize_small'] = pow(2, getid3_lib::LittleEndian2Int(substr($filedata, $filedat…
450 …$info['ogg']['blocksize_large'] = pow(2, (getid3_lib::LittleEndian2Int(substr($filedata, $filedat…
/plugin/c3chart/assets/
H A Dd3.min.js2pow(10,i);return i>=0?(o>=Ra?10:o>=La?5:o>=qa?2:1)*Math.pow(10,i):-Math.pow(10,-i)/(o>=Ra?10:o>=La…
/plugin/abc2/abc-libraries/abc2svg/
H A Dsnd-1.js399 parm={attack:Math.pow(2,(gen.attackVolEnv?gen.attackVolEnv.amount:-12000)/1200),hold:Math.pow(2,(gen.holdVolEnv?gen.holdVolEnv.amount:-12000)/1200),decay:Math.pow(2,(gen.decayVolEnv?gen.decayVolEnv.amount:-12000)/1200)/3,sustain:gen.sustainVolEnv?(gen.sustainVolEnv.amount/1000):0,buffer:ac.createBuffer(1,sample.length,sampleRate)}
413 for(j=gen.keyRange.lo;j<=gen.keyRange.hi;j++){rates[instr][j]=Math.pow(Math.pow(2,1/12),(j+tune)*scale)
/plugin/openlayersmap/
H A DStaticMap.php
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js681 return Math.pow(n, 1.7);
692 return Math.pow(n, .48);
712 X = Math.pow(Math.abs(x), 1 / 3) * (x < 0 ? -1 : 1),
714 Y = Math.pow(Math.abs(y), 1 / 3) * (y < 0 ? -1 : 1),
761 return Math.pow(2, -10 * n) * Math.sin((n - .075) *
866 pow = math.pow,
5331 pow = math.pow,
5460 t13 = pow(t1, 3),
5461 t12 = pow(t1, 2),
6150 x: pow(t1, 3) * p1x + pow(t1, 2) * 3 * t * c1x + t1 * 3 * t * t * c2x + pow(t, 3) * p2x,
[all …]
/plugin/iphelper/
H A Dscript.js255 tusable = (Math.pow(2, (32-tcidr)))-2;
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Darrays.js142 var largeArray = Array(Math.pow(2, 32) - 1);
403 _.each([6, 8, Math.pow(2, 32), Infinity], function(fromIndex) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php593 public function pow(BCMath $n) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php585 public function pow(GMP $n) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js173 gainCache = Math.pow(scale, -gain);
193 gainCache = Math.pow(scale, -t) * s;
4441 table[i] = Math.pow(2, (i - 200) / 4);
4456 table[i] = Math.pow(i, four_thirds);
/plugin/issuelinks/classes/
H A DIssue.php715 $cl = pow(($c + 0.055) / 1.055, 2.4);

123456789