HomeSort by: relevance | last modified time | path
    Searched defs:mant_bits_set (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
floatformat.c 60 static int mant_bits_set (const struct floatformat *, const unsigned char *);
304 top_nan = mant_bits_set (hfmt, ufrom);
317 return !mant_bits_set (hfmt, ufrom + 8);
371 return !mant_bits_set (hfmt, ufrom + 8);
418 mant_bits_set (const struct floatformat *fmt, const unsigned char *ufrom) function
506 int nan = mant_bits_set (fmt, ufrom);
  /src/external/gpl3/binutils.old/dist/libiberty/
floatformat.c 60 static int mant_bits_set (const struct floatformat *, const unsigned char *);
304 top_nan = mant_bits_set (hfmt, ufrom);
317 return !mant_bits_set (hfmt, ufrom + 8);
371 return !mant_bits_set (hfmt, ufrom + 8);
418 mant_bits_set (const struct floatformat *fmt, const unsigned char *ufrom) function
506 int nan = mant_bits_set (fmt, ufrom);
  /src/external/gpl3/gcc/dist/libiberty/
floatformat.c 65 static int mant_bits_set (const struct floatformat *, const unsigned char *);
309 top_nan = mant_bits_set (hfmt, ufrom);
322 return !mant_bits_set (hfmt, ufrom + 8);
376 return !mant_bits_set (hfmt, ufrom + 8);
423 mant_bits_set (const struct floatformat *fmt, const unsigned char *ufrom) function
511 int nan = mant_bits_set (fmt, ufrom);
  /src/external/gpl3/gcc.old/dist/libiberty/
floatformat.c 65 static int mant_bits_set (const struct floatformat *, const unsigned char *);
309 top_nan = mant_bits_set (hfmt, ufrom);
322 return !mant_bits_set (hfmt, ufrom + 8);
376 return !mant_bits_set (hfmt, ufrom + 8);
423 mant_bits_set (const struct floatformat *fmt, const unsigned char *ufrom) function
511 int nan = mant_bits_set (fmt, ufrom);
  /src/external/gpl3/gdb.old/dist/libiberty/
floatformat.c 60 static int mant_bits_set (const struct floatformat *, const unsigned char *);
304 top_nan = mant_bits_set (hfmt, ufrom);
317 return !mant_bits_set (hfmt, ufrom + 8);
371 return !mant_bits_set (hfmt, ufrom + 8);
418 mant_bits_set (const struct floatformat *fmt, const unsigned char *ufrom) function
506 int nan = mant_bits_set (fmt, ufrom);
  /src/external/gpl3/gdb/dist/libiberty/
floatformat.c 60 static int mant_bits_set (const struct floatformat *, const unsigned char *);
304 top_nan = mant_bits_set (hfmt, ufrom);
317 return !mant_bits_set (hfmt, ufrom + 8);
371 return !mant_bits_set (hfmt, ufrom + 8);
418 mant_bits_set (const struct floatformat *fmt, const unsigned char *ufrom) function
506 int nan = mant_bits_set (fmt, ufrom);

Completed in 18 milliseconds