Home
last modified time | relevance | path

Searched defs:feraiseexcept (Results 1 – 7 of 7) sorted by relevance

/development/ndk/sources/android/libportable/arch-arm/
Dfenv.c60 int WRAP(feraiseexcept)(int __excepts) { in WRAP() argument
100 WRAP(feraiseexcept)(__fpscr & FE_ALL_EXCEPT); in WRAP() local
/development/ndk/sources/android/libportable/arch-mips/
Dfenv.c157 int WRAP(feraiseexcept)(int __excepts) { in WRAP() argument
205 WRAP(feraiseexcept)(__fcsr & FE_ALL_EXCEPT); in WRAP() local
/development/ndk/sources/android/libportable/arch-x86/
Dfenv.c130 WRAP(feraiseexcept)(int excepts) in WRAP() argument
/development/ndk/sources/android/libportable/arch-mips64/
Dfenv.c116 int WRAP(feraiseexcept)(int flag) { in WRAP() argument
/development/ndk/sources/android/libportable/arch-x86_64/
Dfenv.c141 int WRAP(feraiseexcept)(int flag) { in WRAP() argument
/development/ndk/platforms/android-3/arch-arm/include/
Dfenv.h104 static __inline int feraiseexcept(int __excepts) { in feraiseexcept() function
/development/ndk/platforms/android-9/arch-mips/include/
Dfenv.h148 static __inline int feraiseexcept(int __excepts) { in feraiseexcept() function