Lines Matching refs:squaring
1150 \chapter{Multiplication and Squaring}
1216 \section{Squaring}
1217 Since squaring can be performed faster than multiplication it is performed it's own function instead of just using
1225 Will square $a$ and store it in $b$. Like the case of multiplication there are four different squaring
1226 algorithms all which can be called from mp\_sqr(). It is ideal to use mp\_sqr over mp\_mul when squaring terms because
1271 good Karatsuba squaring and multiplication points. Then it proceeds to find Toom-Cook points. Note that the Toom-Cook
1341 printf("Error squaring. \%s",
1448 printf("Error squaring. \%s",