Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dbarrier.cpp33 for (int __round = 0;; ++__round) { in __arrive() local
42 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()
/freebsd/lib/msun/x86/
H A Dfenv.h260 __fesetround_int(int __round) in __fesetround_int() argument
265 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() argument
386 if (__round & ~_ROUND_MASK) in __fesetround_int()
391 __control |= __round; in __fesetround_int()
396 __mxcsr |= __round << _SSE_ROUND_SHIFT; in __fesetround_int()
/freebsd/lib/msun/arm/
H A Dfenv.c175 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);
H A Dfenv.h101 int fesetround(int __round);
231 __fesetround_int(int __round) in __fesetround_int() argument
237 __fpsr |= __round; in __fesetround_int()
/freebsd/lib/msun/riscv/
H A Dfenv.h187 __fesetround_int(int __round) in __fesetround_int() argument
191 if (__round & ~_ROUND_MASK) in __fesetround_int()
196 __fcsr |= __round; in __fesetround_int()
/freebsd/lib/msun/src/
H A Dfenv-softfloat.h110 fesetround(int __round) in fesetround() argument
113 __softfloat_float_rounding_mode = __round; in fesetround()
/freebsd/lib/msun/aarch64/
H A Dfenv.h196 __fesetround_int(int __round) in __fesetround_int() argument
200 if (__round & ~_ROUND_MASK) in __fesetround_int()
204 __r |= __round << _ROUND_SHIFT; in __fesetround_int()
/freebsd/lib/msun/powerpc/
H A Dfenv.h226 __fesetround_int(int __round) in __fesetround_int() argument
230 if (__round & ~_ROUND_MASK) in __fesetround_int()
234 __r.__bits.__reg |= __round; in __fesetround_int()