Lines Matching refs:get_field
60 static unsigned long get_field (const unsigned char *,
182 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid()
184 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid()
297 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
299 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
335 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
359 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
367 if (get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
411 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, in mant_bits_set()
424 get_field (const unsigned char *data, enum floatformat_byteorders order, in get_field() function
480 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double()
502 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()
538 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double()
548 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()