Searched refs:mant_bits_set (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | floatformat.c | 60 static int mant_bits_set (const struct floatformat *, const unsigned char *); 304 top_nan = mant_bits_set (hfmt, ufrom); in floatformat_ibm_long_double_is_valid() 317 return !mant_bits_set (hfmt, ufrom + 8); in floatformat_ibm_long_double_is_valid() 371 return !mant_bits_set (hfmt, ufrom + 8); in floatformat_ibm_long_double_is_valid() 418 mant_bits_set (const struct floatformat *fmt, const unsigned char *ufrom) in mant_bits_set() function 506 int nan = mant_bits_set (fmt, ufrom); in floatformat_to_double()
|
H A D | ChangeLog | 3861 * floatformat.c (mant_bits_set): New.
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | floatformat.c | 65 static int mant_bits_set (const struct floatformat *, const unsigned char *); 309 top_nan = mant_bits_set (hfmt, ufrom); in floatformat_ibm_long_double_is_valid() 322 return !mant_bits_set (hfmt, ufrom + 8); in floatformat_ibm_long_double_is_valid() 376 return !mant_bits_set (hfmt, ufrom + 8); in floatformat_ibm_long_double_is_valid() 423 mant_bits_set (const struct floatformat *fmt, const unsigned char *ufrom) in mant_bits_set() function 511 int nan = mant_bits_set (fmt, ufrom); in floatformat_to_double()
|
H A D | ChangeLog | 3370 * floatformat.c (mant_bits_set): New.
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | floatformat.c | 60 static int mant_bits_set (const struct floatformat *, const unsigned char *); 304 top_nan = mant_bits_set (hfmt, ufrom); in floatformat_ibm_long_double_is_valid() 317 return !mant_bits_set (hfmt, ufrom + 8); in floatformat_ibm_long_double_is_valid() 371 return !mant_bits_set (hfmt, ufrom + 8); in floatformat_ibm_long_double_is_valid() 418 mant_bits_set (const struct floatformat *fmt, const unsigned char *ufrom) in mant_bits_set() function 506 int nan = mant_bits_set (fmt, ufrom); in floatformat_to_double()
|
H A D | ChangeLog | 3451 * floatformat.c (mant_bits_set): New.
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | floatformat.c | 65 static int mant_bits_set (const struct floatformat *, const unsigned char *); 309 top_nan = mant_bits_set (hfmt, ufrom); in floatformat_ibm_long_double_is_valid() 322 return !mant_bits_set (hfmt, ufrom + 8); in floatformat_ibm_long_double_is_valid() 376 return !mant_bits_set (hfmt, ufrom + 8); in floatformat_ibm_long_double_is_valid() 406 mant_bits_set (const struct floatformat *fmt, const unsigned char *ufrom) in mant_bits_set() function 494 int nan = mant_bits_set (fmt, ufrom); in floatformat_to_double()
|