Searched refs:__round (Results 1 – 8 of 8) sorted by relevance
33 for (int __round = 0;; ++__round) { in __arrive() local42 if (__state_[__current].__tickets[__round].__phase.compare_exchange_strong( in __arrive()45 } else if (__state_[__current].__tickets[__round].__phase.compare_exchange_strong( in __arrive()49 if (__state_[__current].__tickets[__round].__phase.compare_exchange_strong( in __arrive()
260 __fesetround_int(int __round) in __fesetround_int() argument265 if (__round & ~_ROUND_MASK) in __fesetround_int()270 __control |= __round; in __fesetround_int()276 __mxcsr |= __round << _SSE_ROUND_SHIFT; in __fesetround_int()381 __fesetround_int(int __round) in __fesetround_int() argument386 if (__round & ~_ROUND_MASK) in __fesetround_int()391 __control |= __round; in __fesetround_int()396 __mxcsr |= __round << _SSE_ROUND_SHIFT; in __fesetround_int()
175 int __softfp_fesetround(int __round);192 int __vfp_fesetround(int __round);308 (fesetround)(int __round)312 __vfp_fesetround(__softfp_round_to_vfp(__round));313 __softfp_fesetround(__round);
101 int fesetround(int __round);231 __fesetround_int(int __round) in __fesetround_int() argument237 __fpsr |= __round; in __fesetround_int()
187 __fesetround_int(int __round) in __fesetround_int() argument191 if (__round & ~_ROUND_MASK) in __fesetround_int()196 __fcsr |= __round; in __fesetround_int()
110 fesetround(int __round) in fesetround() argument113 __softfloat_float_rounding_mode = __round; in fesetround()
196 __fesetround_int(int __round) in __fesetround_int() argument200 if (__round & ~_ROUND_MASK) in __fesetround_int()204 __r |= __round << _ROUND_SHIFT; in __fesetround_int()
226 __fesetround_int(int __round) in __fesetround_int() argument230 if (__round & ~_ROUND_MASK) in __fesetround_int()234 __r.__bits.__reg |= __round; in __fesetround_int()