Lines Matching defs:precision

27 /* Don't count the gap in the m68k extended precision format.  */
171 int precision;
199 precision = F_PRECISION;
207 precision = D_PRECISION;
215 precision = X_PRECISION;
221 precision = P_PRECISION;
231 = generic_floating_point_number.low + precision - 1 + GUARD;
239 gen_to_words (words, precision, exponent_bits);
251 gen_to_words (LITTLENUM_TYPE *words, int precision, long exponent_bits)
264 words_end = words + precision;
266 if (precision == X_PRECISION)
267 /* On the m68k the extended precision format has a gap of 16 bits
287 if (TC_LARGEST_EXPONENT_IS_NORMAL (precision))
289 if (precision == F_PRECISION)
294 else if (precision == X_PRECISION)
326 if (TC_LARGEST_EXPONENT_IS_NORMAL (precision))
330 if (precision == F_PRECISION)
335 else if (precision == X_PRECISION)
367 if (TC_LARGEST_EXPONENT_IS_NORMAL (precision))
371 if (precision == F_PRECISION)
376 else if (precision == X_PRECISION)
455 LITTLENUM_NUMBER_OF_BITS * precision - (exponent_bits + 1 + num_bits);
457 if (precision == X_PRECISION && exponent_bits == 15)
459 /* On the i386 a denormalized extended precision float is
473 > precision * LITTLENUM_NUMBER_OF_BITS)
480 if (precision == X_PRECISION && exponent_bits == 15)
493 if (precision == X_PRECISION && exponent_bits == 15)
531 || (prec_bits != (precision * LITTLENUM_NUMBER_OF_BITS
534 /* An extended precision float with only the integer
537 && !(precision == X_PRECISION
538 && prec_bits == (precision * LITTLENUM_NUMBER_OF_BITS
566 /* Set the integer bit in the extended precision format.
569 if (precision == X_PRECISION)
583 || (! TC_LARGEST_EXPONENT_IS_NORMAL (precision)
604 if (exponent_bits == 15 && precision == X_PRECISION)
642 if (precision == X_PRECISION && exponent_bits == 15)
644 /* Extended precision numbers have an explicit integer bit
754 between the exponent and mantissa. Hence the precision is