Lines Matching refs:SoftFloat
3 SoftFloat Release 2a General Documentation
12 SoftFloat is a software implementation of floating-point that conforms to
19 implemented by SoftFloat. It does not attempt to define or explain the
27 SoftFloat is written in C and is designed to work with other C code. The
28 SoftFloat header files assume an ISO/ANSI-style C compiler. No attempt
35 largest integer format supported by the C compiler is 32 bits, SoftFloat is
67 SoftFloat was written by John R. Hauser. This work was made possible in
111 SoftFloat implements the following arithmetic operations:
180 exception, the SoftFloat function `float_raise' should be used (see below).
182 In the terminology of the IEC/IEEE Standard, SoftFloat can detect tininess
188 with some systems. Like most systems, SoftFloat always detects loss of
264 For each format, SoftFloat implements the remainder function according to
279 functions can take considerably longer to execute than the other SoftFloat
281 flaw in the SoftFloat implementation.
286 For each format, SoftFloat implements the round-to-integer function
324 exception on quiet NaNs. For completeness, SoftFloat provides the following
354 SoftFloat provides a function for raising floating-point exceptions:
369 SoftFloat and the latest release can be found at the Web page `http://
370 HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/SoftFloat.html'.