Home | History | Annotate | Download | only in libtommath

Lines Matching full:multiply

1005    /* multiply by two */
1043 Since $10 > 7$ and $5 < 7$. To multiply by a power of two the following function can be used.
1050 This will multiply $a$ by $2^b$ and store the result in ``c''. If the value of $b$ is less than or equal to
1070 To multiply by the polynomial $g(x) = x$ all you have todo is shift the digits of the basis left one place. The
1078 This will multiply $a$ in place by $x^b$ which is equivalent to shifting the digits left $b$ places and inserting zeroes
1192 /* multiply them */
1353 /* multiply a to get c = a^3 */
1460 /* multiply a to get c = a^3R^2 */