HomeSort by: relevance | last modified time | path
    Searched defs:__xexcepts (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/alpha/include/
fenv.h 110 fenv_t __xflag, __xexcepts; local in function:fesetexceptflag
113 __xexcepts = (fenv_t)__excepts << _FPUSW_SHIFT;
116 __r.__bits &= ~__xexcepts;
117 __r.__bits |= __xflag & __xexcepts;
fenv.h 110 fenv_t __xflag, __xexcepts; local in function:fesetexceptflag
113 __xexcepts = (fenv_t)__excepts << _FPUSW_SHIFT;
116 __r.__bits &= ~__xexcepts;
117 __r.__bits |= __xflag & __xexcepts;
fenv.h 110 fenv_t __xflag, __xexcepts; local in function:fesetexceptflag
113 __xexcepts = (fenv_t)__excepts << _FPUSW_SHIFT;
116 __r.__bits &= ~__xexcepts;
117 __r.__bits |= __xflag & __xexcepts;

Completed in 32 milliseconds