Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/common/include/
Dfenv_portable.h33 #define FE_UNDERFLOW_PORTABLE 0x08 macro
36 FE_OVERFLOW_PORTABLE | FE_UNDERFLOW_PORTABLE)
/development/ndk/sources/android/libportable/arch-x86/
Dfenv.c37 if (exception & FE_UNDERFLOW_PORTABLE) in x86_change_except()
82 flags |= FE_UNDERFLOW_PORTABLE; in x86_get_except()
/development/ndk/sources/android/libportable/arch-mips64/
Dfenv.c33 if (exception & FE_UNDERFLOW_PORTABLE) in mips64_change_except()
76 flags |= FE_UNDERFLOW_PORTABLE; in mips64_get_except()
/development/ndk/sources/android/libportable/arch-x86_64/
Dfenv.c44 if (exception & FE_UNDERFLOW_PORTABLE) in x86_64_change_except()
89 flag |= FE_UNDERFLOW_PORTABLE; in x86_64_get_except()
/development/ndk/sources/android/libportable/arch-mips/
Dfenv.c34 if (exception & FE_UNDERFLOW_PORTABLE) in mips_change_except()
79 flags |= FE_UNDERFLOW_PORTABLE; in mips_get_except()