Lines Matching refs:SoftFloat
4 SoftFloat Release 2a General Documentation
13 SoftFloat is a software implementation of floating-point that conforms to
20 implemented by SoftFloat. It does not attempt to define or explain the
28 SoftFloat is written in C and is designed to work with other C code. The
29 SoftFloat header files assume an ISO/ANSI-style C compiler. No attempt
36 largest integer format supported by the C compiler is 32 bits, SoftFloat is
68 SoftFloat was written by John R. Hauser. This work was made possible in
112 SoftFloat implements the following arithmetic operations:
181 exception, the SoftFloat function `float_raise' should be used (see below).
183 In the terminology of the IEC/IEEE Standard, SoftFloat can detect tininess
189 with some systems. Like most systems, SoftFloat always detects loss of
265 For each format, SoftFloat implements the remainder function according to
280 functions can take considerably longer to execute than the other SoftFloat
282 flaw in the SoftFloat implementation.
287 For each format, SoftFloat implements the round-to-integer function
325 exception on quiet NaNs. For completeness, SoftFloat provides the following
355 SoftFloat provides a function for raising floating-point exceptions:
370 SoftFloat and the latest release can be found at the Web page `http://
371 HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/SoftFloat.html'.