Home
last modified time | relevance | path

Searched refs:excepts (Results 1 – 2 of 2) sorted by relevance

/bionic/libm/amd64/
Dfenv.c45 fesetexceptflag(const fexcept_t *flagp, int excepts) in fesetexceptflag() argument
50 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() argument
65 fexcept_t ex = excepts; in feraiseexcept()
67 fesetexceptflag(&ex, excepts); in feraiseexcept()
/bionic/libm/i387/
Dfenv.c87 fesetexceptflag(const fexcept_t *flagp, int excepts) in fesetexceptflag() argument
93 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() argument
110 fexcept_t ex = excepts; in feraiseexcept()
112 fesetexceptflag(&ex, excepts); in feraiseexcept()