Lines Matching refs:floating
11 TestFloat is a program for testing that a floating-point implementation
28 of IEC/IEEE floating-point such as the exception flags, porting TestFloat
32 floating-point that conforms to the IEC/IEEE Standard. SoftFloat is not
36 In addition to a program for testing a machine's floating-point, the
194 -- The `slowfloat' module provides the simple floating-point implementation
200 floating-point.
212 The `systfloat' module uses the floating-point operations of the C language
213 to access a machine's floating-point. Unfortunately, some IEC/IEEE
214 floating-point operations are not accessible within ISO/ANSI C. The
241 controlling the system's floating-point, including the rounding mode and
245 system's floating-point exception flags.
302 If the C compiler implements the `long double' floating-point type of C
318 By default, TestFloat tests a machine's floating-point by testing the
319 floating-point operations of the C language. Unfortunately, some IEC/IEEE
320 floating-point operations are not defined within ISO/ANSI C. If a machine
347 precision floating-point; and unless a system does implement both, it does
413 6. If the target machine supports standard floating-point functions that are
415 to use the machine's floating-point directly, create a target-specific
424 If you are serious about using TestFloat for testing floating-point, you