Home | History | Annotate | Download | only in libtommath

Lines Matching defs:Single

376 \subsection{Single Initialization}
377 A single mp\_int can be initialized with the ``mp\_init'' function.
406 \subsection{Single Free}
642 small constant assignment functions. The first function is used to set a single digit constant while the second sets
643 an ISO C style ``unsigned long'' constant. The reason for both functions is efficiency. Setting a single digit is quick but the
646 \subsection{Single Digit}
648 Setting a single digit can be accomplished with the following function.
683 To set a constant that is the size of an ISO C ``unsigned long'' and larger than a single digit the following function
692 accept a 32-bit input regardless of the size of a single digit. However, since the value may span several digits
754 /* initialize and set a single digit */
921 \subsection{Single Digit}
923 To compare a single digit against an mp\_int the following function has been provided.
1233 considerably less work. For example, a 10000-digit multiplication would take roughly 724,000 single precision
1234 multiplications with Toom-Cook or 100,000,000 single precision multiplications with the standard Comba (a factor
1489 a single final reduction to correct for the normalization and the fast reduction used within the algorithm.
1548 \section{Single Digit Exponentiation}
1729 character it does not recognize (which happens to include th NUL char... imagine that...). A single leading $-$ sign
1816 \section{Single Digit Functions}