Home | History | Annotate | Download | only in libtommath

Lines Matching refs:Default

120 and static then install (by default) into /usr/lib as well as install the header files in /usr/include.  The shared 
159 ``tommath\_superclass.h''. By default, the symbol ``LTM\_ALL'' shall be defined which simply
346 Where ``mp\_digit'' is a data type that represents individual digits of the integer. By default, an mp\_digit is the
385 represents the default integer which is zero. If the functions returns MP\_OKAY then the mp\_int is ready to be used
515 default number of digits. By default, all initializers allocate \textbf{MP\_PREC} digits. This function lets
1238 actually faster than Comba until you hit distinct ``cutoff'' points. For Karatsuba with the default configuration,
1395 Montgomery reduction is faster than Barrett reduction for moduli smaller than the ``comba'' limit. With the default
1400 where $R = \beta^n$, $n$ is the n number of digits in $m$ and $\beta$ is radix used (default is $2^{28}$).
1497 form $\beta^k - p$ for some $k \ge 0$ and $0 < p < \beta$ where $\beta$ is the radix (default to $2^{28}$).
1594 This will attempt to evenly divide $a$ by a list of primes\footnote{Default is the first 256 primes.} and store the
1597 the default is to set it to zero first.}.
1642 $1 \le t < PRIME\_SIZE$ where $PRIME\_SIZE$ is the number of primes in the prime number table (by default this is $256$).