Lines Matching defs:flagp
168 * the argument excepts in the object pointed to by the argument flagp.
171 fegetexceptflag(fexcept_t *flagp, int excepts)
177 _DIAGASSERT(flagp != NULL);
188 /* Store the results in flagp */
189 *flagp = (x87_status | mxcsr) & ex;
222 * `excepts' to the states stored in the object pointed to by `flagp'. It does
226 fesetexceptflag(const fexcept_t *flagp, int excepts)
231 _DIAGASSERT(flagp != NULL);
240 fenv.x87.status |= *flagp & ex;
247 fenv.mxcsr |= *flagp & ex;