Lines Matching refs:precision

59   unsigned int precision;	/* size in bits, equiv to TYPE_PRECISION */
275 validate_field (m, precision);
311 m->precision = 0;
357 if (m->component->precision != (unsigned int)-1)
358 m->precision = 2 * m->component->precision;
366 if (m->component->precision != (unsigned int)-1)
367 m->precision = m->ncomponents * m->component->precision;
421 if (m->precision == 1)
492 if (cl == MODE_INT && m->precision == 1)
528 unsigned int precision, unsigned int bytesize,
533 m->precision = precision;
542 unsigned int precision, unsigned int bytesize,
548 m->precision = precision;
559 unsigned int precision, unsigned int bytesize,
565 m->precision = precision;
595 unsigned int precision,
612 m->precision = precision;
677 major sort by precision, minor sort by component precision.
683 If the precision is not set, sort by the bytesize. A mode with
684 precision set gets sorted before a mode without precision set, if
686 the precision must always be smaller than the bytesize * BITS_PER_UNIT.
688 precision shows up as (unsigned int)-1, i.e. UINT_MAX. */
700 if (m->precision > n->precision)
702 else if (m->precision < n->precision)
718 if (m->component->precision > n->component->precision)
720 else if (m->component->precision < n->component->precision)
843 if (first && first->precision == 1)
941 if (m->precision != (unsigned int)-1)
942 tagged_printf ("%u", m->precision, m->name);
1004 if (m->precision != (unsigned int) -1)
1006 if (m2->precision != 2 * m->precision)
1011 if (m2->precision != (unsigned int) -1)
1042 if (m->precision != (unsigned int)-1)
1043 tagged_printf ("MODE_MASK (%u)", m->precision, m->name);
1094 ? (modes[c]->precision != 1