Home | History | Annotate | Download | only in libiberty

Lines Matching refs:totalsize

182   exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
184 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize,
297 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
299 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
335 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
359 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
367 if (get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
412 if (get_field (ufrom, fmt->byteorder, fmt->totalsize,
481 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
503 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
539 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize,
549 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
615 memset (uto, 0, fmt->totalsize / FLOATFORMAT_CHAR_BIT);
624 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1, 1);
637 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
640 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start,
649 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
656 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
662 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
694 put_field (uto, fmt->byteorder, fmt->totalsize,