Lines Matching defs:flagp
189 * the argument excepts in the object pointed to by the argument flagp.
192 fegetexceptflag(fexcept_t *flagp, int excepts)
198 _DIAGASSERT(flagp != NULL);
209 *flagp = (mxcsr | status) & ex;
242 * `excepts' to the states stored in the object pointed to by `flagp'. It does
246 fesetexceptflag(const fexcept_t *flagp, int excepts)
252 _DIAGASSERT(flagp != NULL);
259 env.x87.status |= *flagp & ex;
265 mxcsr |= *flagp & ex;
355 _DIAGASSERT(flagp != NULL);