Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/arch-mips/
Dfenv.c182 int WRAP(fesetround)(int __round) { in WRAP()
183 __round = mips_change_rounding(__round); in WRAP()
187 _fcsr |= (__round & _FCSR_RMASK ); in WRAP()
/development/ndk/sources/android/libportable/arch-arm/
Dfenv.c78 int WRAP(fesetround)(int __round) { in WRAP()
82 _fpscr |= (__round << _FPSCR_RMODE_SHIFT); in WRAP()
/development/ndk/platforms/android-3/header-patches/include/
Dfenv.h97 int fesetround(int __round);
/development/ndk/platforms/android-3/arch-arm/include/
Dfenv.h122 static __inline int fesetround(int __round) { in fesetround() argument
126 _fpscr |= (__round << _FPSCR_RMODE_SHIFT); in fesetround()
/development/ndk/platforms/android-9/arch-mips/include/
Dfenv.h171 static __inline int fesetround(int __round) { in fesetround() argument
175 _fcsr |= (__round & _FCSR_RMASK ) ; in fesetround()