Lines Matching refs:get_field
60 static unsigned long get_field (const unsigned char *,
182 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
184 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize,
297 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
299 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
335 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
359 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
367 if (get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
412 if (get_field (ufrom, fmt->byteorder, fmt->totalsize,
425 get_field (const unsigned char *data, enum floatformat_byteorders order,
481 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
503 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
539 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize,
549 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))