Searched refs:rounding_mode (Results 1 – 6 of 6) sorted by relevance
104 fesetround(int rounding_mode) in fesetround() argument106 if (rounding_mode == FE_TONEAREST) in fesetround()
118 fesetround(int rounding_mode) in fesetround() argument122 if (rounding_mode & ~_ROUND_MASK) in fesetround()127 fcsr |= rounding_mode; in fesetround()
199 __declare_fenv_inline(int) fesetround(int rounding_mode) in fesetround() argument203 if (rounding_mode & ~3) in fesetround()208 fpcr = (fpcr & ~(3 << 4)) | (rounding_mode << 4); in fesetround()
107 fesetround(int rounding_mode) in fesetround() argument111 if (rounding_mode & ~_ROUND_MASK) in fesetround()115 __r.__bits.__reg |= rounding_mode; in fesetround()
52 int fesetround(int rounding_mode);
34 int fesetround(int rounding_mode);