Home | History | Annotate | Download | only in sparc

Lines Matching defs:ex

67 	int ex;
71 ex = excepts & FE_ALL_EXCEPT;
74 r &= ~ex;
90 int ex;
95 ex = excepts & FE_ALL_EXCEPT;
98 *flagp = r & ex;
114 int ex;
119 ex = excepts & FE_ALL_EXCEPT;
122 r &= ~ex;
123 r |= *flagp & ex;
141 int ex;
145 ex = excepts & FE_ALL_EXCEPT;
153 if (ex & FE_INVALID) {
157 if (ex & FE_DIVBYZERO) {
161 if (ex & FE_OVERFLOW) {
165 if (ex & FE_UNDERFLOW) {
169 if (ex & FE_INEXACT) {