Searched refs:excepts (Results 1 – 2 of 2) sorted by relevance
45 fesetexceptflag(const fexcept_t *flagp, int excepts) in fesetexceptflag() argument50 env.__x87.__status &= ~excepts; in fesetexceptflag()51 env.__x87.__status |= *flagp & excepts; in fesetexceptflag()55 env.__mxcsr &= ~excepts; in fesetexceptflag()56 env.__mxcsr |= *flagp & excepts; in fesetexceptflag()63 feraiseexcept(int excepts) in feraiseexcept() argument65 fexcept_t ex = excepts; in feraiseexcept()67 fesetexceptflag(&ex, excepts); in feraiseexcept()
87 fesetexceptflag(const fexcept_t *flagp, int excepts) in fesetexceptflag() argument93 env.__status &= ~excepts; in fesetexceptflag()94 env.__status |= *flagp & excepts; in fesetexceptflag()99 mxcsr &= ~excepts; in fesetexceptflag()100 mxcsr |= *flagp & excepts; in fesetexceptflag()108 feraiseexcept(int excepts) in feraiseexcept() argument110 fexcept_t ex = excepts; in feraiseexcept()112 fesetexceptflag(&ex, excepts); in feraiseexcept()