floatformat.c | 180 const unsigned char *ufrom = (const unsigned char *) from; local 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; local 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 469 const unsigned char *ufrom = (const unsigned char *) from; local [all...] |