Searched refs:__FCSR (Results 1 - 2 of 2) sorted by relevance

/development/ndk/platforms/android-9/arch-mips/include/
H A Dfenv.h160 fexcept_t __FCSR; local
161 fegetenv(&__FCSR);
162 return (__FCSR & __excepts & FE_ALL_EXCEPT);
/development/ndk/sources/android/libportable/arch-mips/
H A Dfenv.c171 fexcept_t __FCSR; local
172 WRAP(fegetenv)(&__FCSR);
173 return mips_get_except(__FCSR & __excepts & FE_ALL_EXCEPT);

Completed in 47 milliseconds