Searched +refs:math +refs:possible +refs:signs (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn.tex80 to implement ``bignum'' math. However, the resulting code has proven to be very useful. It has been used by numerous
176 This is to help resolve as many dependencies as possible. In the last pass the symbol LTM\_LAST will be defined.
259 are the pros and cons of LibTomMath by comparing it to the math routines from GnuPG\footnote{GnuPG v1.2.3 versus LibTomMath v0.28}.
280 It may seem odd to compare LibTomMath to GnuPG since the math in GnuPG is only a small portion of the entire application.
284 So it may feel tempting to just rip the math code out of GnuPG (or GnuMP where it was taken from originally) in your
290 on the other side of the coin LibTomMath offers you a totally free (public domain) well structured math library
300 There are three possible return codes a function may return.
786 Comparisons in LibTomMath are always performed in a ``left to right'' fashion. There are three possible return codes
874 This will compare $a$ to the left of $b$. It will first compare the signs of the two mp\_int variables. If they
875 differ it will return immediately based on their signs
[all...]
H A Dtommath.tex183 The most prevalent need for multiple precision arithmetic, often referred to as ``bignum'' math, is within the implementation
238 It is possible to implement algorithms which require large integers with fixed precision algorithms. For example, elliptic
271 package. As a case study the ``LibTomMath''\footnote{Available at \url{http://math.libtomcrypt.com}} package is used
368 provoking. Wherever possible the problems are forward minded, stating problems that will be answered in subsequent
444 processors. Wherever possible, highly efficient algorithms, such as Karatsuba multiplication, sliding window
448 (\textit{API}) has been kept as simple as possible. Often generic place holder routines will make use of specialized
453 Making LibTomMath as efficient as possible is not the only goal of the LibTomMath project. Ideally the library should
495 effect a math error (i.e. invalid input, heap error, etc) can cause a program to stop functioning which is definitely
679 A well implemented application, no matter what its purpose, should trap as many runtime errors as possible and return them
705 temporary mp\_ints, and return as soon as possible
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex30 % Make it possible to create a .fmt file just by loading this file:
722 % We can't do anything about stray @-signs, unfortunately;
729 % might have that installed. Therefore, math mode will still
855 % @math means output in math mode.
856 % We don't use $'s directly in the definition of \math because control
857 % sequences like \math are expanded when the toc file is written. Then,
860 % control sequence to switch into and out of math mode.
862 % This isn't quite enough for @math to work properly in indices, but it
866 \def\math#
[all...]
/macosx-10.10/gnudiff-19/diffutils/config/
H A Dtexinfo.tex61 % It is possible to adapt texinfo.tex for other languages. You can get
839 % @math outputs its argument in math mode.
840 % We don't use $'s directly in the definition of \math because we need
842 % superscripts, special math chars, etc.
844 % @math does not do math typesetting in section titles, index
846 % @math gets a chance to work. This could perhaps be fixed, but for now
847 % at least we can have real math in the main text, where it's needed most.
852 % an actual _ character, as in @math{
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/doc/
H A Dtexinfo.tex59 % It is possible to adapt texinfo.tex for other languages, to some
886 % @math outputs its argument in math mode.
887 % We don't use $'s directly in the definition of \math because we need
889 % superscripts, special math chars, etc.
894 % an actual _ character, as in @math{@var{some_variable} + 1}. So make
895 % _ within @math be active (mathcode "8000), and distinguish by seeing
912 \def\math{%
920 % Some active characters (such as <) are spaced differently in math.
921 % We have to reset their definitions in case the @math wa
[all...]
/macosx-10.10/bc-21/bc/doc/
H A Dtexinfo.tex58 % It is possible to adapt texinfo.tex for other languages. You can get
787 % @math means output in math mode.
788 % We don't use $'s directly in the definition of \math because control
789 % sequences like \math are expanded when the toc file is written. Then,
792 % control sequence to switch into and out of math mode.
794 % This isn't quite enough for @math to work properly in indices, but it
798 \def\math#1{\implicitmath #1\implicitmath}
800 % @bullet and @minus need the same treatment as @math, just above.
816 % This makes it possible t
[all...]
/macosx-10.10/uucp-11/uucp/
H A Dtexinfo.tex58 % It is possible to adapt texinfo.tex for other languages. You can get
826 % @math means output in math mode.
827 % We don't use $'s directly in the definition of \math because control
828 % sequences like \math are expanded when the toc file is written. Then,
831 % control sequence to switch into and out of math mode.
833 % This isn't quite enough for @math to work properly in indices, but it
837 \def\math#1{\implicitmath #1\implicitmath}
839 % @bullet and @minus need the same treatment as @math, just above.
855 % This makes it possible t
[all...]

Completed in 273 milliseconds