Home | History | Annotate | Download | only in Softfloat

Lines Matching full:precision

14 support four floating-point formats:  single precision, double precision,

15 extended double precision, and quadruple precision. All operations required
19 precision and quadruple-precision formats is dependent on the C compiler
47 power of 2. Bytes are 8 bits. Support for the extended double-precision
48 and quadruple-precision formats depends on the C compiler implementing
51 precision formats.
212 `FLOAT128' must be defined in order for the extended double-precision and
213 quadruple-precision formats to be enabled in the code. Conversely, either
218 provision for disabling the usual single- and double-precision formats.