Lines Matching refs:totalsize
204 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
206 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize,
303 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
305 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
341 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
365 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
373 if (get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
434 if (get_field (ufrom, fmt->byteorder, fmt->totalsize,
503 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
529 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
565 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize,
575 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
641 memset (uto, 0, fmt->totalsize / FLOATFORMAT_CHAR_BIT);
650 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1, 1);
663 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
666 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start,
675 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
682 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
688 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
720 put_field (uto, fmt->byteorder, fmt->totalsize,