Searched refs:__round (Results 1 – 8 of 8) sorted by relevance
98 int fesetround(int __round);166 fesetround(int __round) in fesetround() argument170 if (__round & ~_ROUND_MASK) in fesetround()175 __fcsr |= __round; in fesetround()
153 fesetround(int __round) in fesetround() argument158 if (__round & ~_ROUND_MASK) in fesetround()163 __control |= __round; in fesetround()168 __mxcsr |= __round << _SSE_ROUND_SHIFT; in fesetround()
181 fesetround(int __round) in fesetround() argument185 if (__round & ~_ROUND_MASK) in fesetround()190 __control |= __round; in fesetround()196 __mxcsr |= __round << _SSE_ROUND_SHIFT; in fesetround()
173 fesetround(int __round) in fesetround() argument177 if (__round & ~_ROUND_MASK) in fesetround()181 __r |= __round << _ROUND_SHIFT; in fesetround()
145 fesetround(int __round) in fesetround() argument149 if (__round & ~_ROUND_MASK) in fesetround()153 __r |= __round << _ROUND_SHIFT; in fesetround()
172 fesetround(int __round) in fesetround() argument176 if (__round & ~_ROUND_MASK) in fesetround()180 __r.__bits.__reg |= __round; in fesetround()
49 extern inline int fesetround(int __round);
137 fesetround(int __round) in fesetround() argument