Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/common/include/
Dfenv_portable.h42 #define FE_TOWARDZERO_PORTABLE 0x3 macro
/development/ndk/sources/android/libportable/arch-x86/
Dfenv.c62 case FE_TOWARDZERO_PORTABLE: in x86_change_rounding()
106 flags = FE_TOWARDZERO_PORTABLE; in x86_get_rounding()
/development/ndk/sources/android/libportable/arch-mips64/
Dfenv.c57 case FE_TOWARDZERO_PORTABLE: in mips64_change_rounding()
99 flags = FE_TOWARDZERO_PORTABLE; in mips64_get_rounding()
/development/ndk/sources/android/libportable/arch-x86_64/
Dfenv.c69 case FE_TOWARDZERO_PORTABLE: { in x86_64_change_rounding()
114 flag = FE_TOWARDZERO_PORTABLE; in x86_64_get_rounding()
/development/ndk/sources/android/libportable/arch-mips/
Dfenv.c59 case FE_TOWARDZERO_PORTABLE: in mips_change_rounding()
103 flags = FE_TOWARDZERO_PORTABLE; in mips_get_rounding()