Searched refs:m_length (Results 1 – 5 of 5) sorted by relevance
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/ |
| D | EvalBarrett.php | 62 $m_length = strlen($m); 64 if ($m_length < 5) { 71 $lhs = '1' . str_repeat('0', $m_length + ($m_length >> 1)); 75 $cutoff = $m_length + ($m_length >> 1); 88 $temp = substr($n, 0, ' . (-$m_length + 1) . '); 90 $temp = substr($temp, 0, ' . (-($m_length >> 1) - 1) . '); 96 $temp = \'1' . str_repeat('0', $m_length + 1) . '\';
|
| D | Barrett.php | 73 $m_length = strlen($m); 75 if (strlen($n) > 2 * $m_length) { 80 if ($m_length < 5) { 89 $lhs = '1' . str_repeat('0', $m_length + ($m_length >> 1)); 101 $cutoff = $m_length + ($m_length >> 1); 113 $temp = substr($n, 0, -$m_length + 1); 119 $temp = substr($temp, 0, -($m_length >> 1) - 1); 132 $temp = '1' . str_repeat('0', $m_length + 1);
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
| D | Barrett.php | 60 $m_length = count($m); 63 if (count($n) > 2 * $m_length) { 73 if ($m_length < 5) { 84 $lhs_value = self::array_repeat(0, $m_length + ($m_length >> 1)); 101 $cutoff = $m_length + ($m_length >> 1); 113 $temp = array_slice($n[self::VALUE], $m_length - 1); 119 $temp = array_slice($temp[self::VALUE], ($m_length >> 1) + 1);
|
| D | EvalBarrett.php | 63 $m_length = count($m->value); 65 if ($m_length < 5) { 84 $lhs_value = self::array_repeat(0, $m_length + ($m_length >> 1)); 93 $lhs_value = self::array_repeat(0, 2 * $m_length);
|
| /plugin/diagramsnet/lib/js/orgchart/ |
| D | bridge.collections.min.js | 1 …m_length:0,_version:0,config:{alias:["getCount","System$Collections$ICollection$getCount","clone",… property
|