Lines Matching refs:SoftFloat

20 the SoftFloat software implementation of floating-point.  (Information
21 about SoftFloat can be found at the SoftFloat Web page, `http://
22 HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/SoftFloat.html'.) The version that
23 tests SoftFloat is expected to be of interest only to people compiling the
24 SoftFloat sources. However, because the two versions share much in common,
159 TestFloat compares a machine's floating-point against the SoftFloat software
160 implementation of floating-point, also written by me. SoftFloat is built
162 If SoftFloat is wanted for some other reason (to compile a new version
164 `http://HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/SoftFloat.html'.
166 For testing SoftFloat itself, the TestFloat package includes a program that
167 compares SoftFloat's floating-point against _another_ software floating-
169 slower than SoftFloat, and is completely independent of SoftFloat. Although
171 chance that it would mimic any of SoftFloat's bugs is remote. Consequently,
174 SoftFloat should only be necessary when compiling a new TestFloat executable
175 or when compiling SoftFloat for some other reason.
214 The version of TestFloat for testing SoftFloat is called `testsoftfloat'.
247 functions as SoftFloat.
405 label stands for ``software'' (or ``SoftFloat''), while `syst' stands for
551 <inputs> true: <simple-software-result> soft: <SoftFloat-result>
555 the SoftFloat (`soft') result.
616 implementation (SoftFloat) generates the proper NaN results for the system
660 The `testsoftfloat' program does not have this option. All SoftFloat
705 (SoftFloat) generates the proper NaN results for the system being tested.