Home | History | Annotate | Download | only in libtommath

Lines Matching refs:division

1137 \section{Integer Division and Remainder}
1138 To perform a complete and general integer division with remainder use the following function.
1290 \section{Straight Division}
1304 a decent speedup over straight division. First a $\mu$ value must be precomputed with the following function.
1408 Which calculates $a = R$ for the odd moduli $b$ without using multiplication or division.
1589 \section{Trial Division}
1633 You should always still perform a trial division before a Miller-Rabin test though.
1640 This will perform a trial division followed by $t$ rounds of Miller-Rabin tests on $a$ and store the result in $result$.