Lines Matching defs:Common
119 This requires the ``libtool'' package (common on most Linux/BSD systems). It will build LibTomMath as both shared
514 Another less common initializer is mp\_init\_size() which allows the user to initialize an mp\_int with a given
641 Setting mp\_ints to small constants is a relatively common operation. To accomodate these instances there are two
1785 \section{Greatest Common Divisor}
1790 This will compute the greatest common divisor of $a$ and $b$ and store it in $c$.
1792 \section{Least Common Multiple}
1797 This will compute the least common multiple of $a$ and $b$ and store it in $c$.