Searched +refs:math +refs:standard +refs:units +refs:systems (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex183 The most prevalent need for multiple precision arithmetic, often referred to as ``bignum'' math, is within the implementation
205 language\footnote{As per the ISO C standard. However, each compiler vendor is allowed to augment the precision as they
220 The basic IEEE \cite{IEEE} standard floating point type is made up of an integer mantissa $q$, an exponent $e$ and a sign bit $s$.
271 package. As a case study the ``LibTomMath''\footnote{Available at \url{http://math.libtomcrypt.com}} package is used
356 baseline squaring (section \ref{sec:basesquare}) requires $O({{n^2 + n}\over 2})$ work. In standard big-Oh notation these
434 The library has been successfully tested under numerous operating systems including Unix\footnote{All of these
495 effect a math error (i.e. invalid input, heap error, etc) can cause a program to stop functioning which is definitely
588 The mp\_int structure is the ISO C based manifestation of what represents a multiple precision integer. The ISO C standard does not provide for
866 a standard C library function. In this case the free() function. Since free() only deallocates the memory the pointer
917 akin to how the \textit{realloc} function from the standard
[all...]

Completed in 203 milliseconds