Lines Matching refs:precision
170 int precision; in atof_ieee() local
198 precision = F_PRECISION; in atof_ieee()
206 precision = D_PRECISION; in atof_ieee()
214 precision = X_PRECISION; in atof_ieee()
220 precision = P_PRECISION; in atof_ieee()
230 = generic_floating_point_number.low + precision - 1 + GUARD; in atof_ieee()
238 gen_to_words (words, precision, exponent_bits); in atof_ieee()
250 gen_to_words (LITTLENUM_TYPE *words, int precision, long exponent_bits) in gen_to_words() argument
263 words_end = words + precision; in gen_to_words()
265 if (precision == X_PRECISION) in gen_to_words()
286 if (TC_LARGEST_EXPONENT_IS_NORMAL (precision)) in gen_to_words()
288 if (precision == F_PRECISION) in gen_to_words()
293 else if (precision == X_PRECISION) in gen_to_words()
325 if (TC_LARGEST_EXPONENT_IS_NORMAL (precision)) in gen_to_words()
329 if (precision == F_PRECISION) in gen_to_words()
334 else if (precision == X_PRECISION) in gen_to_words()
366 if (TC_LARGEST_EXPONENT_IS_NORMAL (precision)) in gen_to_words()
370 if (precision == F_PRECISION) in gen_to_words()
375 else if (precision == X_PRECISION) in gen_to_words()
454 LITTLENUM_NUMBER_OF_BITS * precision - (exponent_bits + 1 + num_bits); in gen_to_words()
456 if (precision == X_PRECISION && exponent_bits == 15) in gen_to_words()
472 > precision * LITTLENUM_NUMBER_OF_BITS) in gen_to_words()
479 if (precision == X_PRECISION && exponent_bits == 15) in gen_to_words()
492 if (precision == X_PRECISION && exponent_bits == 15) in gen_to_words()
530 || (prec_bits != (precision * LITTLENUM_NUMBER_OF_BITS in gen_to_words()
536 && !(precision == X_PRECISION in gen_to_words()
537 && prec_bits == (precision * LITTLENUM_NUMBER_OF_BITS in gen_to_words()
568 if (precision == X_PRECISION) in gen_to_words()
582 || (! TC_LARGEST_EXPONENT_IS_NORMAL (precision) in gen_to_words()
603 if (exponent_bits == 15 && precision == X_PRECISION) in gen_to_words()
641 if (precision == X_PRECISION && exponent_bits == 15) in gen_to_words()