Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/common/include/
Dfenv_portable.h32 #define FE_OVERFLOW_PORTABLE 0x04 macro
36 FE_OVERFLOW_PORTABLE | FE_UNDERFLOW_PORTABLE)
/development/ndk/sources/android/libportable/arch-x86/
Dfenv.c35 if (exception & FE_OVERFLOW_PORTABLE) in x86_change_except()
80 flags |= FE_OVERFLOW_PORTABLE; in x86_get_except()
/development/ndk/sources/android/libportable/arch-mips64/
Dfenv.c31 if (exception & FE_OVERFLOW_PORTABLE) in mips64_change_except()
74 flags |= FE_OVERFLOW_PORTABLE; in mips64_get_except()
/development/ndk/sources/android/libportable/arch-x86_64/
Dfenv.c42 if (exception & FE_OVERFLOW_PORTABLE) in x86_64_change_except()
87 flag |= FE_OVERFLOW_PORTABLE; in x86_64_get_except()
/development/ndk/sources/android/libportable/arch-mips/
Dfenv.c32 if (exception & FE_OVERFLOW_PORTABLE) in mips_change_except()
77 flags |= FE_OVERFLOW_PORTABLE; in mips_get_except()