Lines Matching full:cumulative
227 * behaviour when FPCR.AH == 1: they don't update cumulative
239 * say that the FPSCR cumulative exception flags are the logical
1759 /* Cumulative exception trap enable bits */
1763 #define FPSR_IOC (1 << 0) /* Invalid Operation cumulative exception */
1764 #define FPSR_DZC (1 << 1) /* Divide by Zero cumulative exception */
1765 #define FPSR_OFC (1 << 2) /* Overflow cumulative exception */
1766 #define FPSR_UFC (1 << 3) /* Underflow cumulative exception */
1767 #define FPSR_IXC (1 << 4) /* Inexact cumulative exception */
1768 #define FPSR_IDC (1 << 7) /* Input Denormal cumulative exception */
1769 #define FPSR_QC (1 << 27) /* Cumulative saturation bit */
1775 /* Cumulative exception status bits */