Searched refs:rounding_mode (Results 1 – 6 of 6) sorted by relevance
110 fesetround(int rounding_mode) in fesetround() argument112 (void) rounding_mode; in fesetround()
118 fesetround(int rounding_mode) in fesetround() argument122 if (rounding_mode & ~_ROUND_MASK) in fesetround()127 fcsr |= rounding_mode; 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);
38 int fesetround(int rounding_mode);
199 __declare_fenv_inline(int) fesetround(int rounding_mode) in fesetround() argument205 fpcr = (fpcr & ~(3 << 4)) | ((rounding_mode & 3) << 4); in fesetround()