Lines Matching refs:precision

29 /* Don't count the gap in the m68k extended precision format.  */
173 int precision;
201 precision = F_PRECISION;
209 precision = D_PRECISION;
217 precision = X_PRECISION;
224 precision = P_PRECISION;
234 = generic_floating_point_number.low + precision - 1 + GUARD;
242 gen_to_words (words, precision, exponent_bits);
254 gen_to_words (LITTLENUM_TYPE *words, int precision, long exponent_bits)
267 words_end = words + precision;
269 if (precision == X_PRECISION)
270 /* On the m68k the extended precision format has a gap of 16 bits
290 if (TC_LARGEST_EXPONENT_IS_NORMAL (precision))
292 if (precision == F_PRECISION)
297 else if (precision == X_PRECISION)
329 if (TC_LARGEST_EXPONENT_IS_NORMAL (precision))
333 if (precision == F_PRECISION)
338 else if (precision == X_PRECISION)
370 if (TC_LARGEST_EXPONENT_IS_NORMAL (precision))
374 if (precision == F_PRECISION)
379 else if (precision == X_PRECISION)
459 LITTLENUM_NUMBER_OF_BITS * precision - (exponent_bits + 1 + num_bits);
461 if (precision == X_PRECISION && exponent_bits == 15)
463 /* On the i386 a denormalized extended precision float is
477 > precision * LITTLENUM_NUMBER_OF_BITS)
484 if (precision == X_PRECISION && exponent_bits == 15)
497 if (precision == X_PRECISION && exponent_bits == 15)
535 || (prec_bits != (precision * LITTLENUM_NUMBER_OF_BITS
538 /* An extended precision float with only the integer
541 && !(precision == X_PRECISION
542 && prec_bits == (precision * LITTLENUM_NUMBER_OF_BITS
570 /* Set the integer bit in the extended precision format.
573 if (precision == X_PRECISION)
587 || (! TC_LARGEST_EXPONENT_IS_NORMAL (precision)
608 if (exponent_bits == 15 && precision == X_PRECISION)
646 if (precision == X_PRECISION && exponent_bits == 15)
648 /* Extended precision numbers have an explicit integer bit