Searched +refs:math +refs:equal +refs:int (Results 1 - 11 of 11) 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
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
327 char *mp_error_to_string(int code);
341 int used, alloc, sign;
381 int mp_init (mp_int * a);
389 int main(void)
392 int resul
[all...]
H A Dtommath.tex183 The most prevalent need for multiple precision arithmetic, often referred to as ``bignum'' math, is within the implementation
271 package. As a case study the ``LibTomMath''\footnote{Available at \url{http://math.libtomcrypt.com}} package is used
495 effect a math error (i.e. invalid input, heap error, etc) can cause a program to stop functioning which is definitely
600 \hspace{3mm}int used, alloc, sign;\\
641 \item The value of \textbf{used} may not exceed \textbf{alloc} and must be greater than or equal to zero.
687 \textbf{int} data type with one of the following values (fig \ref{fig:errcodes}).
709 int err;
768 used to dictate the minimum precision of newly initialized mp\_int integers. Ideally, it is at least equal to the smallest
1349 algorithm where the check in mp\_copy that determines if the source and destination are equal proves useful. This allows,
1590 comparison code. When the signs are equal th
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-lang.el38 (setq math-expr-opers (or (get lang 'math-oper-table) math-standard-opers)
39 math-expr-function-mapping (get lang 'math-function-table)
40 math-expr-special-function-mapping (get lang 'math-special-function-table)
41 math-expr-variable-mapping (get lang 'math-variable-table)
42 calc-language-input-filter (get lang 'math
[all...]
H A Dcalc-bin.el136 (if (equal n "")
143 (if (> (math-abs n) 100)
146 (list n (math-power-of-2 (math-abs n)))
191 (math-compute-max-digits (math-abs calc-word-size)
197 (defvar math-power-of-2-cache (list 1 2 4 8 16 32 64 128 256 512 1024))
198 (defvar math-big-power-of-2-cache nil)
199 (defun math-power-of-2 (n) ; [I I] [Public]
201 (or (nth n math
[all...]
H A Dcalc.el48 ;; of the prefixes "math", "Math", or "calc", with the exceptions of
88 ;; Get math-read-big-expr to read sums, products, etc.
89 ;; Change calc-grab-region to use math-read-big-expr.
97 ;; Test accuracy of advanced math functions over whole complex plane.
99 ;; Extend advanced math functions to handle error forms and intervals.
100 ;; Provide a better implementation for math-sin-cos-raw.
101 ;; Provide a better implementation for math-hypot.
102 ;; Provide a better implementation for math-make-frac.
142 ;; Note: Probably a good idea to call math-simplify-extended before
602 math Us
[all...]
/macosx-10.10/emacs-93/emacs/etc/
H A Dcalccard.tex147 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
175 % we won't be using math mode much, so redefine some of the characters
451 \key{net present value, int.\ rate of return}{b N\, b I}
569 \key{let variable equal a value in formula}{s l {\it x\/}={\it val}}
571 \iline{Common decls: \kbd{pos}, \kbd{int}, \kbd{real},
651 \key{equal to, less than, member of}{a =\, a <\, a \{}
/macosx-10.10/gnudiff-19/diffutils/config/
H A Dtexinfo.tex551 % the TeXbook.) Thus, space below is not quite equal to space
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.tex580 % the TeXbook.) Thus, space below is not quite equal to space
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/bash-94.1.2/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex411 % the TeXbook.) Thus, space below is not quite equal to space
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#1{\implicitmath #1\implicitmath}
868 % @bullet and @minus need the same treatment as @math, jus
[all...]
/macosx-10.10/bc-21/bc/doc/
H A Dtexinfo.tex537 % the TeXbook.) Thus, space below is not quite equal to space
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.
1032 % We don't need math fo
[all...]
/macosx-10.10/uucp-11/uucp/
H A Dtexinfo.tex538 % the TeXbook.) Thus, space below is not quite equal to space
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.
1072 % We don't need math fo
[all...]

Completed in 378 milliseconds