Home
last modified time | relevance | path

Searched refs:fesetround (Results 1 – 19 of 19) sorted by relevance

/development/ndk/sources/android/libportable/arch-x86/
Dfenv.c156 WRAP(fesetround)(int round) in WRAP() argument
158 return REAL(fesetround)(x86_change_rounding(round)); in WRAP()
/development/ndk/platforms/android-L/include/
Dfenv.h46 int fesetround(int);
/development/ndk/platforms/android-3/header-patches/include/
Dfenv.h97 int fesetround(int __round);
/development/ndk/sources/android/libportable/arch-mips64/
Dfenv.c136 int WRAP(fesetround)(int round) { in WRAP() argument
137 return REAL(fesetround)(mips64_change_rounding(round)); in WRAP()
/development/ndk/sources/android/libportable/arch-x86_64/
Dfenv.c156 int WRAP(fesetround)(int round) { in WRAP() argument
157 return REAL(fesetround)(x86_64_change_rounding(round)); in WRAP()
/development/ndk/platforms/android-9/arch-x86/include/
Dfenv.h83 int fesetround(int round);
/development/ndk/sources/android/libportable/arch-arm/
Dfenv.c78 int WRAP(fesetround)(int __round) { in WRAP() argument
/development/ndk/platforms/android-13/arch-x86/symbols/
Dlibm.so.functions.txt84 fesetround
/development/ndk/platforms/android-9/arch-x86/symbols/
Dlibm.so.functions.txt84 fesetround
/development/ndk/platforms/android-18/arch-x86/symbols/
Dlibm.so.functions.txt84 fesetround
/development/ndk/platforms/android-3/arch-arm/include/
Dfenv.h122 static __inline int fesetround(int __round) { in fesetround() function
/development/ndk/platforms/android-L/arch-x86/symbols/
Dlibm.so.functions.txt77 fesetround
/development/ndk/platforms/android-L/arch-arm64/symbols/
Dlibm.so.functions.txt74 fesetround
/development/ndk/platforms/android-L/arch-x86_64/symbols/
Dlibm.so.functions.txt74 fesetround
/development/ndk/platforms/android-9/arch-mips/include/
Dfenv.h171 static __inline int fesetround(int __round) { in fesetround() function
/development/ndk/platforms/android-L/arch-mips64/symbols/
Dlibm.so.functions.txt74 fesetround
/development/ndk/platforms/android-L/arch-mips/symbols/
Dlibm.so.functions.txt81 fesetround
/development/ndk/platforms/android-L/arch-arm/symbols/
Dlibm.so.functions.txt102 fesetround
/development/ndk/sources/android/libportable/arch-mips/
Dfenv.c182 int WRAP(fesetround)(int __round) { in WRAP() argument