Home | History | Annotate | Download | only in libiberty

Lines Matching defs:ufrom

202   const unsigned char *ufrom = (const unsigned char *) from;
204 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
206 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize,
298 const unsigned char *ufrom = (const unsigned char *) from;
303 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
305 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
309 top_nan = mant_bits_set (hfmt, ufrom);
322 return !mant_bits_set (hfmt, ufrom + 8);
341 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
365 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
373 if (get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
376 return !mant_bits_set (hfmt, ufrom + 8);
420 /* Return 1 if any bits are explicitly set in the mantissa of UFROM,
423 mant_bits_set (const struct floatformat *fmt, const unsigned char *ufrom)
434 if (get_field (ufrom, fmt->byteorder, fmt->totalsize,
492 const unsigned char *ufrom = (const unsigned char *) from;
503 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
511 int nan = mant_bits_set (fmt, ufrom);
529 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
565 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize,
575 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))