Searched defs:__flagp (Results 1 - 13 of 13) sorted by relevance

/bionic/libm/alpha/
H A Dfenv.h87 fegetexceptflag(fexcept_t *__flagp, int __excepts) argument
94 *__flagp = (__r.__bits >> _FPUSW_SHIFT) & __excepts;
99 fesetexceptflag(const fexcept_t *__flagp, int __excepts) argument
104 __xflag = (fenv_t)*__flagp << _FPUSW_SHIFT;
/bionic/libm/include/alpha/
H A Dfenv.h87 fegetexceptflag(fexcept_t *__flagp, int __excepts) argument
94 *__flagp = (__r.__bits >> _FPUSW_SHIFT) & __excepts;
99 fesetexceptflag(const fexcept_t *__flagp, int __excepts) argument
104 __xflag = (fenv_t)*__flagp << _FPUSW_SHIFT;
/bionic/libm/amd64/
H A Dfenv.h108 fegetexceptflag(fexcept_t *__flagp, int __excepts) argument
114 *__flagp = (__mxcsr | __status) & __excepts;
118 int fesetexceptflag(const fexcept_t *__flagp, int __excepts);
/bionic/libm/arm/
H A Dfenv.h83 fegetexceptflag(fexcept_t *__flagp, int __excepts) argument
88 *__flagp = __fpsr & __excepts;
93 fesetexceptflag(const fexcept_t *__flagp, int __excepts) argument
99 __fpsr |= *__flagp & __excepts;
/bionic/libm/ia64/
H A Dfenv.h78 fegetexceptflag(fexcept_t *__flagp, int __excepts) argument
83 *__flagp = (fexcept_t)(__fpsr >> _FPUSW_SHIFT) & __excepts;
88 fesetexceptflag(const fexcept_t *__flagp, int __excepts) argument
94 __fpsr |= (fenv_t)(__excepts & *__flagp) << _FPUSW_SHIFT;
/bionic/libm/include/amd64/
H A Dfenv.h108 fegetexceptflag(fexcept_t *__flagp, int __excepts) argument
114 *__flagp = (__mxcsr | __status) & __excepts;
118 int fesetexceptflag(const fexcept_t *__flagp, int __excepts);
/bionic/libm/include/arm/
H A Dfenv.h83 fegetexceptflag(fexcept_t *__flagp, int __excepts) argument
88 *__flagp = __fpsr & __excepts;
93 fesetexceptflag(const fexcept_t *__flagp, int __excepts) argument
99 __fpsr |= *__flagp & __excepts;
/bionic/libm/include/ia64/
H A Dfenv.h78 fegetexceptflag(fexcept_t *__flagp, int __excepts) argument
83 *__flagp = (fexcept_t)(__fpsr >> _FPUSW_SHIFT) & __excepts;
88 fesetexceptflag(const fexcept_t *__flagp, int __excepts) argument
94 __fpsr |= (fenv_t)(__excepts & *__flagp) << _FPUSW_SHIFT;
/bionic/libm/include/powerpc/
H A Dfenv.h110 fegetexceptflag(fexcept_t *__flagp, int __excepts) argument
115 *__flagp = __r.__bits.__reg & __excepts;
120 fesetexceptflag(const fexcept_t *__flagp, int __excepts) argument
128 __r.__bits.__reg |= *__flagp & __excepts;
/bionic/libm/include/sparc64/
H A Dfenv.h85 fegetexceptflag(fexcept_t *__flagp, int __excepts) argument
90 *__flagp = __r & __excepts;
95 fesetexceptflag(const fexcept_t *__flagp, int __excepts) argument
101 __r |= *__flagp & __excepts;
/bionic/libm/powerpc/
H A Dfenv.h110 fegetexceptflag(fexcept_t *__flagp, int __excepts) argument
115 *__flagp = __r.__bits.__reg & __excepts;
120 fesetexceptflag(const fexcept_t *__flagp, int __excepts) argument
128 __r.__bits.__reg |= *__flagp & __excepts;
/bionic/libm/sh/
H A Dfenv.h94 fegetexceptflag(fexcept_t *__flagp, int __excepts) argument
99 *__flagp = _GET_FPUE_FLAG(__fpscr) & __excepts;
105 fesetexceptflag(const fexcept_t *__flagp, int __excepts) argument
111 __fpscr |= ~_FPUE_FLAG(*__flagp & __excepts);
/bionic/libm/sparc64/
H A Dfenv.h85 fegetexceptflag(fexcept_t *__flagp, int __excepts) argument
90 *__flagp = __r & __excepts;
95 fesetexceptflag(const fexcept_t *__flagp, int __excepts) argument
101 __r |= *__flagp & __excepts;

Completed in 84 milliseconds