Lines Matching refs:program
126 ``libtommath.dll.a'' can be used to link LibTomMath dynamically to any Windows program using Cygwin.
135 This will build the library, ``test'' and ``mtest/mtest''. The ``test'' program will accept test vectors and verify the
144 mtest. For example, if your PRNG program is called ``myprng'' simply invoke
151 that is being performed. The numbers represent how many times the test was invoked. If an error is detected the program
732 This should output the following if the program succeeds.
779 If this program succeeds it shall output.
856 If this program\footnote{This function uses the mp\_neg() function which is discussed in section \ref{sec:NEG}.} completes
914 If this program\footnote{This function uses the mp\_neg() function which is discussed in section \ref{sec:NEG}.} completes
964 If this program functions properly it will print out the following.
1036 If this program is successful it will print out the following text.
1210 If this program succeeds it shall output the following.
1245 A demo program in the ``etc/'' directory of the project called ``tune.c'' can be used to find the cutoff points. This
1259 \hline tune86 & Builds x86 (pentium and up) program for COFF \\
1260 \hline tune86c & Builds x86 program for Cygwin \\
1261 \hline tune86l & Builds x86 program for Linux (ELF format) \\
1270 When the program is running it will output a series of measurements for different cutoff points. It will first find
1373 This program will calculate $a^3 \mbox{ mod }b$ if all the functions succeed.