Searched refs:mant_bits_set (Results 1 – 2 of 2) sorted by relevance
61 static int mant_bits_set (const struct floatformat *, const unsigned char *);305 top_nan = mant_bits_set (hfmt, ufrom); in floatformat_ibm_long_double_is_valid()318 return !mant_bits_set (hfmt, ufrom + 8); in floatformat_ibm_long_double_is_valid()372 return !mant_bits_set (hfmt, ufrom + 8); in floatformat_ibm_long_double_is_valid()402 mant_bits_set (const struct floatformat *fmt, const unsigned char *ufrom) in mant_bits_set() function490 int nan = mant_bits_set (fmt, ufrom); in floatformat_to_double()
1910 * floatformat.c (mant_bits_set): New.