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

  /src/external/gpl3/gcc/dist/gcc/
real.cc 113 static void round_for_format (const struct real_format *, REAL_VALUE_TYPE *);
117 meaningful after a call to round_for_format. */
2703 round_for_format (const struct real_format *fmt, REAL_VALUE_TYPE *r)
2838 round_for_format (fmt, r);
2846 /* round_for_format de-normalizes denormals. Undo just that part. */
2893 round_for_format (fmt, &r);
3551 in fmt->emin in round_for_format. */
3905 round_for_format (base_fmt, &u);
3911 /* Call round_for_format since we might need to denormalize. */
3912 round_for_format (base_fmt, &v)
2698 round_for_format (const struct real_format *fmt, REAL_VALUE_TYPE *r) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
real.cc 113 static void round_for_format (const struct real_format *, REAL_VALUE_TYPE *);
2649 round_for_format (const struct real_format *fmt, REAL_VALUE_TYPE *r)
2784 round_for_format (fmt, r);
2792 /* round_for_format de-normalizes denormals. Undo just that part. */
2839 round_for_format (fmt, &r);
3500 in fmt->emin in round_for_format. */
3854 round_for_format (base_fmt, &u);
3860 /* Call round_for_format since we might need to denormalize. */
3861 round_for_format (base_fmt, &v);
2644 round_for_format (const struct real_format *fmt, REAL_VALUE_TYPE *r) function

Completed in 19 milliseconds