Home
last modified time | relevance | path

Searched refs:pow (Results 1 – 25 of 259) sorted by relevance

1234567891011

/plugin/asciidocjs/node_modules/core-js/modules/
D_math-fround.js3 var pow = Math.pow; variable
4 var EPSILON = pow(2, -52);
5 var EPSILON32 = pow(2, -23);
6 var MAX32 = pow(2, 127) * (2 - EPSILON32);
7 var MIN32 = pow(2, -126);
Des6.number.to-fixed.js40 var pow = function (x, n, acc) { function
41 return n === 0 ? acc : n % 2 === 1 ? pow(x, n - 1, acc * x) : pow(x * x, n / 2, acc);
80 e = log(x * pow(2, 69, 1)) - 69;
81 z = e < 0 ? x * pow(2, -e, 1) : x / pow(2, e, 1);
91 multiply(pow(10, j, 1), 0);
D_typed-buffer.js30 var pow = Math.pow; variable
47 var rt = mLen === 23 ? pow(2, -24) - pow(2, -77) : 0;
59 if (value * (c = pow(2, -e)) < 1) {
66 value += rt * pow(2, 1 - eBias);
76 m = (value * c - 1) * pow(2, mLen);
79 m = value * pow(2, eBias - 1) * pow(2, mLen);
110 m = m + pow(2, mLen);
112 } return (s ? -1 : 1) * m * pow(2, e - mLen);
Des6.number.epsilon.js4 $export($export.S, 'Number', { EPSILON: Math.pow(2, -52) });
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_math-fround.js3 var pow = Math.pow; variable
4 var EPSILON = pow(2, -52);
5 var EPSILON32 = pow(2, -23);
6 var MAX32 = pow(2, 127) * (2 - EPSILON32);
7 var MIN32 = pow(2, -126);
Des6.number.to-fixed.js40 var pow = function (x, n, acc) { function
41 return n === 0 ? acc : n % 2 === 1 ? pow(x, n - 1, acc * x) : pow(x * x, n / 2, acc);
80 e = log(x * pow(2, 69, 1)) - 69;
81 z = e < 0 ? x * pow(2, -e, 1) : x / pow(2, e, 1);
91 multiply(pow(10, j, 1), 0);
D_typed-buffer.js30 var pow = Math.pow; variable
47 var rt = mLen === 23 ? pow(2, -24) - pow(2, -77) : 0;
59 if (value * (c = pow(2, -e)) < 1) {
66 value += rt * pow(2, 1 - eBias);
76 m = (value * c - 1) * pow(2, mLen);
79 m = value * pow(2, eBias - 1) * pow(2, mLen);
110 m = m + pow(2, mLen);
112 } return (s ? -1 : 1) * m * pow(2, e - mLen);
Des6.number.epsilon.js4 $export($export.S, 'Number', { EPSILON: Math.pow(2, -52) });
Des6.math.cbrt.js7 return sign(x = +x) * Math.pow(Math.abs(x), 1 / 3);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DLineString.php96 pow(($previousPoint->x() - $point->x()), 2) +
97 pow(($previousPoint->y() - $point->y()), 2)
130 pow(($previousPoint->x() - $point->x()), 2) +
131 pow(($previousPoint->y() - $point->y()), 2)
147 pow(($previousPoint->x() - $point->x()), 2) +
148 pow(($previousPoint->y() - $point->y()), 2) +
149 pow(($previousPoint->z() - $point->z()), 2)
178 pow(cos($lat2) * sin($deltaLon), 2) +
179pow(cos($lat1) * sin($lat2) - sin($lat1) * cos($lat2) * cos($deltaLon), 2)
186 pow($d, 2) +
[all …]
/plugin/asciidocjs/node_modules/get-intrinsic/
DREADME.md23 assert.equal(GetIntrinsic('%Math.pow%'), Math.pow);
24 assert.equal(Math.pow(2, 3), 8);
25 assert.equal(GetIntrinsic('%Math.pow%')(2, 3), 8);
26 delete Math.pow;
27 assert.equal(GetIntrinsic('%Math.pow%')(2, 3), 8);
/plugin/openid/Auth/OpenID/
DBigMath.php62 $long = $this->div($long, pow(2, 8));
105 $n = $this->mul($n, pow(2, 8));
154 $mxrand = $this->pow(256, $nbytes);
223 abstract protected function pow($base, $exponent); function in Auth_OpenID_MathLibrary
248 function pow($base, $exponent) function in Auth_OpenID_BcMathWrapper
338 function pow($base, $exponent) function in Auth_OpenID_GmpMathWrapper
/plugin/fedauth/Auth/OpenID/
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/asciidocjs/node_modules/minimist/test/
Dlong.js14 { pow: 'xixxle', _: [] }, property
19 { pow: 'xixxle', _: [] }, property
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
DInteger.php230 public function pow(BigInteger $x) function in phpseclib3\\Math\\PrimeField\\Integer
255 list($pow) = $p_1->divide($two);
257 $temp = $z->powMod($pow, static::$modulo[$this->instanceID]);
272 while (!$t->powMod($two->pow($i), static::$modulo[$this->instanceID])->equals($one)) {
279 … $b = $c->powMod($two->pow($m->subtract($i)->subtract($one)), static::$modulo[$this->instanceID]);
/plugin/badbehaviour/bad-behavior/
Dfunctions.inc.php50 $mask = pow(2,32) - pow(2, (32 - $mask));
/plugin/statdisplay/pchart/
DPieChart.php250 …$Caption = (round ( $Value * pow ( 10, $Decimals ) * $SplicePercent ) / pow ( 10, $Decimals )) . "…
254 …ption = $iLabels [$Key] . "\r\n" . (round ( $Value * pow ( 10, $Decimals ) * $SplicePercent ) / po…
256 …ption = $iLabels [$Key] . "\r\n" . (round ( $Value * pow ( 10, $Decimals ) * $SplicePercent ) / po…
503 …$Caption = (round ( $rValues [$Key] * pow ( 10, $Decimals ) * $rSplicePercent ) / pow ( 10, $Decim…
507 …ption = $iLabels [$Key] . "\r\n" . (round ( $Value * pow ( 10, $Decimals ) * $SplicePercent ) / po…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dgetid3.lib.php111 $hasINT64 = is_int(pow(2, 31)); // 32-bit int are limited to (2^31)-1
226 …$biasedexponent = pow(2, $exponentbits - 1) - 1 + $normalizedbinary['exponent']; // (127 or 102…
279 $exponent = pow(2, self::Bin2Dec($exponentstring) - 16383);
295 if (($exponent == (pow(2, $exponentbits) - 1)) && ($fraction != 0)) {
298 } elseif (($exponent == (pow(2, $exponentbits) - 1)) && ($fraction == 0)) {
313 …$floatvalue = pow(2, (-1 * (pow(2, $exponentbits - 1) - 2))) * self::DecimalBinary2Float($fraction…
318 …$floatvalue = pow(2, ($exponent - (pow(2, $exponentbits - 1) - 1))) * (1 + self::DecimalBinary2Flo…
343 $intvalue += (ord($byteword[$i]) & 0x7F) * pow(2, ($bytewordlen - 1 - $i) * 7);
345 $intvalue += ord($byteword[$i]) * pow(256, ($bytewordlen - 1 - $i));
458 $decvalue += ((int) substr($binstring, strlen($binstring) - $i - 1, 1)) * pow(2, $i);
[all …]
/plugin/jukebox/id3/
Dgetid3.lib.php146 …$biasedexponent = pow(2, $exponentbits - 1) - 1 + $normalizedbinary['exponent']; // (127 or 102…
187 $exponent = pow(2, getid3_lib::Bin2Dec($exponentstring) - 16383);
205 if (($exponent == (pow(2, $exponentbits) - 1)) && ($fraction != 0)) {
208 } elseif (($exponent == (pow(2, $exponentbits) - 1)) && ($fraction == 0)) {
223 …$floatvalue = pow(2, (-1 * (pow(2, $exponentbits - 1) - 2))) * getid3_lib::DecimalBinary2Float($fr…
228 …$floatvalue = pow(2, ($exponent - (pow(2, $exponentbits - 1) - 1))) * (1 + getid3_lib::DecimalBina…
244 $intvalue += ord($byteword{$i}) * pow(256, ($bytewordlen - 1 - $i));
329 $decvalue += ((int) substr($binstring, strlen($binstring) - $i - 1, 1)) * pow(2, $i);
455 …(substr($rawdata, 0, 1)) + (float) (getid3_lib::BigEndian2Int(substr($rawdata, 1, 1)) / pow(2, 8));
460 …substr($rawdata, 0, 2)) + (float) (getid3_lib::BigEndian2Int(substr($rawdata, 2, 2)) / pow(2, 16));
/plugin/panoview/
H A Dscript.js251 fullSize = this.tileSize * Math.pow(2, this.zoomLevel);
265 fullSize /= Math.pow(2, diff);
312 (this.tileSize * Math.pow(2, this.zoomLevel));
618 'x': Math.floor(before.x * Math.pow(2, direction)),
619 'y': Math.floor(before.y * Math.pow(2, direction))
703 … x = Math.round(Math.pow(Math.pow(this.slideAcceleration, 2) / (1 + Math.pow(slope, 2)), .5));
824 coords.x > (this.tileSize * Math.pow(2, this.zoomLevel) + this.x) ||
825 coords.y > (this.tileSize * Math.pow(2, this.zoomLevel) + this.y));
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DTWKB.php112 $options['precisionFactor'] = pow(10, $options['precision']);
130 $options['zPrecisionFactor'] = pow(10, $options['zPrecision']);
133 $options['mPrecisionFactor'] = pow(10, $options['mPrecision']);
348 'xyFactor' => pow(10, $this->writeOptions['decimalDigitsXY']),
349 'zFactor' => pow(10, $this->writeOptions['decimalDigitsZ']),
350 'mFactor' => pow(10, $this->writeOptions['decimalDigitsM'])
DGeoHash.php171 $precision = pow(10, -max($lap - 1, $lop - 1, 0)) / 2;
188 $chr |= pow(2, $b);
198 $chr |= pow(2, $b);
/plugin/findologicxmlexport/vendor/hoa/file/
DFinder.php316 $number *= pow(1024, 5);
322 $number *= pow(1024, 6);
328 $number *= pow(1024, 7);
334 $number *= pow(1024, 8);
/plugin/asciidocjs/node_modules/core-js/fn/number/
Depsilon.js2 module.exports = Math.pow(2, -52);
/plugin/asciidocjs/node_modules/core-js/library/fn/number/
Depsilon.js2 module.exports = Math.pow(2, -52);

1234567891011