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,
524 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
560 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize,
570 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
636 memset (uto, 0, fmt->totalsize / FLOATFORMAT_CHAR_BIT);
645 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1, 1);
658 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
661 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start,
670 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
677 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
683 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
715 put_field (uto, fmt->byteorder, fmt->totalsize,