Searched refs:round_for_format (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dreal.c71 (i.e. IBM 370), are handled during round_for_format, in which we
125 static void round_for_format (const struct real_format *, REAL_VALUE_TYPE *);
2324 round_for_format (const struct real_format *fmt, REAL_VALUE_TYPE *r)
2486 round_for_format (fmt, r);
2488 /* round_for_format de-normalizes denormals. Undo just that part. */
2539 round_for_format (fmt, &r);
3131 in fmt->emin in round_for_format. */
3464 round_for_format (base_fmt, &u);
3470 /* Call round_for_format since we might need to denormalize. */
3471 round_for_format (base_fm
2319 round_for_format (const struct real_format *fmt, REAL_VALUE_TYPE *r) function
[all...]

Completed in 62 milliseconds