Home | History | Annotate | Download | only in libiberty

Lines Matching refs:ufrom

180   const unsigned char *ufrom = (const unsigned char *) from;
182 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
184 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize,
292 const unsigned char *ufrom = (const unsigned char *) from;
297 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
299 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
303 top_nan = mant_bits_set (hfmt, ufrom);
316 return !mant_bits_set (hfmt, ufrom + 8);
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,
370 return !mant_bits_set (hfmt, ufrom + 8);
398 /* Return 1 if any bits are explicitly set in the mantissa of UFROM,
401 mant_bits_set (const struct floatformat *fmt, const unsigned char *ufrom)
412 if (get_field (ufrom, fmt->byteorder, fmt->totalsize,
470 const unsigned char *ufrom = (const unsigned char *) from;
481 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
489 int nan = mant_bits_set (fmt, ufrom);
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))