Home
last modified time | relevance | path

Searched refs:FE_ALL_EXCEPT_PORTABLE (Results 1 – 5 of 5) sorted by relevance

/development/ndk/sources/android/libportable/common/include/
Dfenv_portable.h35 #define FE_ALL_EXCEPT_PORTABLE (FE_DIVBYZERO_PORTABLE | FE_INEXACT_PORTABLE | FE_INVALID_PORTABLE |\ macro
/development/ndk/sources/android/libportable/arch-x86/
Dfenv.c28 int exception = flags & FE_ALL_EXCEPT_PORTABLE; in x86_change_except()
/development/ndk/sources/android/libportable/arch-mips64/
Dfenv.c24 int exception = flags & FE_ALL_EXCEPT_PORTABLE; in mips64_change_except()
/development/ndk/sources/android/libportable/arch-x86_64/
Dfenv.c36 int exception = flag & FE_ALL_EXCEPT_PORTABLE; in x86_64_change_except()
/development/ndk/sources/android/libportable/arch-mips/
Dfenv.c25 int exception = flags & FE_ALL_EXCEPT_PORTABLE; in mips_change_except()