Home | History | Annotate | Download | only in libiberty

Lines Matching refs:totalsize

199   exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
201 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize,
298 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
300 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
336 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
360 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
368 if (get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
429 if (get_field (ufrom, fmt->byteorder, fmt->totalsize,
498 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
520 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
556 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize,
566 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
632 memset (uto, 0, fmt->totalsize / FLOATFORMAT_CHAR_BIT);
641 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1, 1);
654 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
657 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start,
666 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
673 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
679 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
711 put_field (uto, fmt->byteorder, fmt->totalsize,