HomeSort by relevance Sort by last modified time
    Searched defs:feraiseexcept (Results 1 - 5 of 5) sorted by null

  /bionic/libc/include/bits/
fenv_inlines_arm.h 82 __BIONIC_FENV_INLINE int feraiseexcept(int __excepts) { function
122 feraiseexcept(__fpscr & FE_ALL_EXCEPT);
fenv_inlines_mips.h 93 __BIONIC_FENV_INLINE int feraiseexcept(int __excepts) { function
138 feraiseexcept(__fcsr & FE_ALL_EXCEPT);
  /bionic/libm/amd64/
fenv.c 132 * The feraiseexcept() function raises the supported floating-point exceptions
142 feraiseexcept(int excepts) function
362 feraiseexcept(status | mxcsr);
  /bionic/libm/arm64/
fenv.c 101 int feraiseexcept(int excepts) { function
  /bionic/libm/i387/
fenv.c 164 feraiseexcept(int excepts) function
228 feraiseexcept((mxcsr | status) & FE_ALL_EXCEPT);

Completed in 253 milliseconds