Lines Matching refs:totalsize

188   exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,  in floatformat_i387_ext_is_valid()
190 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid()
303 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
305 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
341 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
365 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
373 if (get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
417 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, in mant_bits_set()
486 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double()
512 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()
548 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double()
558 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()
623 memset (uto, 0, fmt->totalsize / FLOATFORMAT_CHAR_BIT); in floatformat_from_double()
632 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1, 1); in floatformat_from_double()
645 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
648 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start, in floatformat_from_double()
657 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
664 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
670 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
702 put_field (uto, fmt->byteorder, fmt->totalsize, in floatformat_from_double()