Lines Matching defs:HONOR_NANS
5467 HONOR_NANS (machine_mode m)
5473 HONOR_NANS (const_tree t)
5475 return HONOR_NANS (element_mode (t));
5479 HONOR_NANS (const_rtx x)
5481 return HONOR_NANS (GET_MODE (x));
5484 /* Like HONOR_NANs, but true if we honor signaling NaNs (or sNaNs). */
5489 return flag_signaling_nans && HONOR_NANS (m);
5504 /* As for HONOR_NANS, but true if the mode can represent infinity and
5525 /* Like HONOR_NANS, but true if the given mode distinguishes between
5546 /* Like HONOR_NANS, but true if given mode supports sign-dependent rounding,