Home
last modified time | relevance | path

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

/development/ndk/platforms/android-9/arch-mips/include/
Dfenv.h89 #define _FCSR_CAUSE_SHIFT 10 macro
125 __fcsr &= ~(__excepts | (__excepts << _FCSR_CAUSE_SHIFT)); in feclearexcept()
154 __fcsr |= __excepts | (__excepts << _FCSR_CAUSE_SHIFT); in feraiseexcept()
/development/ndk/sources/android/libportable/arch-mips/
Dfenv.c131 __fcsr &= ~(__excepts | (__excepts << _FCSR_CAUSE_SHIFT)); in WRAP()
164 __fcsr |= __excepts | (__excepts << _FCSR_CAUSE_SHIFT); in WRAP()