Searched refs:quotient (Results 1 – 13 of 13) sorted by relevance
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
D | PHP.php | 541 $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)];
|
D | GMP.php | 221 $quotient = new self(); 224 list($quotient->value, $remainder->value) = gmp_div_qr($this->value, $y->value); 230 return [$this->normalize($quotient), $this->normalize($remainder)];
|
D | BCMath.php | 222 $quotient = new self(); 225 $quotient->value = bcdiv($this->value, $y->value, 0); 232 return [$this->normalize($quotient), $this->normalize($remainder)];
|
/plugin/jukebox/id3/ |
D | getid3.lib.php | 297 $quotient = ($number / ($maskbyte + 1)); 298 $intstring = chr(ceil(($quotient - floor($quotient)) * $maskbyte)).$intstring; 299 $number = floor($quotient);
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
D | getid3.lib.php | 417 $quotient = ($number / ($maskbyte + 1)); 418 $intstring = chr(ceil(($quotient - floor($quotient)) * $maskbyte)).$intstring; 419 $number = floor($quotient);
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
D | demo.mp3header.php | 458 $quotient = ($number / ($maskbyte + 1)); 459 $intstring = chr(ceil(($quotient - floor($quotient)) * $maskbyte)).$intstring; 460 $number = floor($quotient);
|
/plugin/codemirror/dist/modes/ |
D | scheme.min.js.map | 1 …utput-port? pair? peek-char port? positive? procedure? quasiquote quote quotient rational? rationa…
|
/plugin/diagramsnet/lib/math/extensions/MathML/ |
D | content-mathml.js | 19 …mfenced");a.appendToken(n,"mn","-1");o.appendChild(n);k.appendChild(o)},quotient:function(h,l,g,k,… method
|
/plugin/codemirror/dist/keymaps/ |
D | vim.min.js.map | 1 …quotient","curPosFinal","idx","lastSelectionCurEnd","selectedArea","getSelectedAreaRange","selecte…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
D | pdfmake.js | 15518 var quotient = GF256_INVMAP[modulus[i++]]; 15519 if (quotient >= 0) { 15521 modulus[i+j] ^= GF256_MAP[(quotient + genpoly[j]) % 255];
|
D | pdfmake.min.js.map | 1 …quotient","augumenteccs","nblocks","subsizes","subsize","subsize0","pivot","eccs","nitemsperblock"…
|
/plugin/sequencediagram/bower_components/lodash/doc/ |
D | README.md | 6442 *(number)*: Returns the quotient.
|
/plugin/datatables/assets/pdfmake/ |
D | pdfmake.js | 71585 var quotient = GF256_INVMAP[modulus[i++]]; 71586 if (quotient >= 0) { 71588 modulus[i + j] ^= GF256_MAP[(quotient + genpoly[j]) % 255];
|