Home
last modified time | relevance | path

Searched refs:quotient (Results 1 – 13 of 13) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
DPHP.php541 $quotient = new static();
543 $quotient->value = $q;
545 $quotient->is_negative = $this->is_negative != $y->is_negative;
546 return [$this->normalize($quotient), $this->normalize($remainder)];
586 $quotient = new static();
587 $quotient_value = &$quotient->value;
673 $quotient->is_negative = $x_sign != $y_sign;
681 return [$this->normalize($quotient), $this->normalize($x)];
DGMP.php221 $quotient = new self();
224 list($quotient->value, $remainder->value) = gmp_div_qr($this->value, $y->value);
230 return [$this->normalize($quotient), $this->normalize($remainder)];
DBCMath.php222 $quotient = new self();
225 $quotient->value = bcdiv($this->value, $y->value, 0);
232 return [$this->normalize($quotient), $this->normalize($remainder)];
/plugin/jukebox/id3/
Dgetid3.lib.php297 $quotient = ($number / ($maskbyte + 1));
298 $intstring = chr(ceil(($quotient - floor($quotient)) * $maskbyte)).$intstring;
299 $number = floor($quotient);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dgetid3.lib.php417 $quotient = ($number / ($maskbyte + 1));
418 $intstring = chr(ceil(($quotient - floor($quotient)) * $maskbyte)).$intstring;
419 $number = floor($quotient);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
Ddemo.mp3header.php458 $quotient = ($number / ($maskbyte + 1));
459 $intstring = chr(ceil(($quotient - floor($quotient)) * $maskbyte)).$intstring;
460 $number = floor($quotient);
/plugin/codemirror/dist/modes/
Dscheme.min.js.map1 …utput-port? pair? peek-char port? positive? procedure? quasiquote quote quotient rational? rationa…
/plugin/diagramsnet/lib/math/extensions/MathML/
Dcontent-mathml.js19 …mfenced");a.appendToken(n,"mn","-1");o.appendChild(n);k.appendChild(o)},quotient:function(h,l,g,k,… method
/plugin/codemirror/dist/keymaps/
Dvim.min.js.map1quotient","curPosFinal","idx","lastSelectionCurEnd","selectedArea","getSelectedAreaRange","selecte…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js15518 var quotient = GF256_INVMAP[modulus[i++]];
15519 if (quotient >= 0) {
15521 modulus[i+j] ^= GF256_MAP[(quotient + genpoly[j]) % 255];
Dpdfmake.min.js.map1quotient","augumenteccs","nblocks","subsizes","subsize","subsize0","pivot","eccs","nitemsperblock"…
/plugin/sequencediagram/bower_components/lodash/doc/
DREADME.md6442 *(number)*: Returns the quotient.
/plugin/datatables/assets/pdfmake/
Dpdfmake.js71585 var quotient = GF256_INVMAP[modulus[i++]];
71586 if (quotient >= 0) {
71588 modulus[i + j] ^= GF256_MAP[(quotient + genpoly[j]) % 255];