HomeSort by relevance Sort by last modified time
    Searched refs:__xexcepts (Results 1 - 2 of 2) sorted by null

  /bionic/libm/alpha/
fenv.h 102 fenv_t __xflag, __xexcepts; local
105 __xexcepts = (fenv_t)__excepts << _FPUSW_SHIFT;
108 __r.__bits &= ~__xexcepts;
109 __r.__bits |= __xflag & __xexcepts;
  /bionic/libm/include/alpha/
fenv.h 102 fenv_t __xflag, __xexcepts; local
105 __xexcepts = (fenv_t)__excepts << _FPUSW_SHIFT;
108 __r.__bits &= ~__xexcepts;
109 __r.__bits |= __xflag & __xexcepts;

Completed in 28 milliseconds