Lines Matching defs:ufrom
197 const unsigned char *ufrom = (const unsigned char *) from;
199 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
201 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize,
293 const unsigned char *ufrom = (const unsigned char *) from;
298 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
300 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
304 top_nan = mant_bits_set (hfmt, ufrom);
317 return !mant_bits_set (hfmt, ufrom + 8);
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,
371 return !mant_bits_set (hfmt, ufrom + 8);
415 /* Return 1 if any bits are explicitly set in the mantissa of UFROM,
418 mant_bits_set (const struct floatformat *fmt, const unsigned char *ufrom)
429 if (get_field (ufrom, fmt->byteorder, fmt->totalsize,
487 const unsigned char *ufrom = (const unsigned char *) from;
498 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
506 int nan = mant_bits_set (fmt, ufrom);
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))