Home | History | Annotate | Download | only in libtommath

Lines Matching refs:simple

972 Logical operations are operations that can be performed either with simple shifts or boolean operators such as
1118 Simple integer negation can be performed with the following.
1128 Simple integer absolutes can be performed with the following.
1237 So why not always use Karatsuba or Toom-Cook? The simple answer is that they have so much overhead that they're not
1495 ``Dimminished Radix'' reduction refers to reduction with respect to moduli that are ameniable to simple
1553 This computes $c = a^b$ using a simple binary left-to-right algorithm. It is faster than repeated multiplications by
1623 This is why a simple function has been provided to help out.