Lines Matching full:precision
147 * Single-precision
175 * Operations on packed single-precision numbers
184 * Unpack a single-precision float. Note that this returns the magnitude
185 * of the single-precision float mantissa with the 1. if necessary,
203 * Re-pack a single-precision float. This assumes that the float is
252 * Double-precision
284 * Operations on packed single-precision numbers
293 * Unpack a double-precision float. Note that this returns the magnitude
294 * of the double-precision float mantissa with the 1. if necessary,
312 * Re-pack a double-precision float. This assumes that the float is
363 * OP_SD - the instruction exceptionally writes to a single precision result.
364 * OP_DD - the instruction exceptionally writes to a double precision result.
365 * OP_SM - the instruction exceptionally reads from a single precision operand.