Searched refs:__round (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dbarrier.cpp52 for(int __round = 0;; ++__round) {
63 if(__state[__current].__tickets[__round].__phase.compare_exchange_strong(expect, __full_step, memory_order_acq_rel))
64 break; // I'm 1 in 1, go to next __round
66 else if(__state[__current].__tickets[__round].__phase.compare_exchange_strong(expect, __half_step, memory_order_acq_rel))
72 if(__state[__current].__tickets[__round].__phase.compare_exchange_strong(expect, __full_step, memory_order_acq_rel))
73 break; // I'm 2 in 2, go to next __round
/freebsd-13-stable/lib/msun/aarch64/
H A Dfenv.c49 extern inline int fesetround(int __round);
H A Dfenv.h143 fesetround(int __round) argument
147 if (__round & ~_ROUND_MASK)
151 __r |= __round << _ROUND_SHIFT;
/freebsd-13-stable/lib/msun/powerpc/
H A Dfenv.c46 extern inline int fesetround(int __round);
H A Dfenv.h191 fesetround(int __round) argument
195 if (__round & ~_ROUND_MASK)
199 __r.__bits.__reg |= __round;
/freebsd-13-stable/lib/msun/arm/
H A Dfenv.c85 extern inline int fesetround(int __round);
104 int __softfp_fesetround(int __round);
119 int __vfp_fesetround(int __round);
226 int fesetround(int __round) argument
230 __vfp_fesetround(__softfp_round_to_vfp(__round));
231 __softfp_fesetround(__round);
H A Dfenv.h97 int fesetround(int __round);
176 fesetround(int __round) argument
182 __fpsr |= __round;
/freebsd-13-stable/lib/msun/riscv/
H A Dfenv.h96 int fesetround(int __round);
164 fesetround(int __round) argument
168 if (__round & ~_ROUND_MASK)
173 __fcsr |= __round;
H A Dfenv.c56 extern inline int fesetround(int __round);
/freebsd-13-stable/lib/msun/src/
H A Dfenv-softfloat.h110 fesetround(int __round) argument
113 __softfloat_float_rounding_mode = __round;
/freebsd-13-stable/lib/msun/x86/
H A Dfenv.h219 fesetround(int __round) argument
224 if (__round & ~_ROUND_MASK)
229 __control |= __round;
235 __mxcsr |= __round << _SSE_ROUND_SHIFT;
308 fesetround(int __round) argument
313 if (__round & ~_ROUND_MASK)
318 __control |= __round;
323 __mxcsr |= __round << _SSE_ROUND_SHIFT;
/freebsd-13-stable/lib/msun/mips/
H A Dfenv.c61 extern inline int fesetround(int __round);
H A Dfenv.h95 int fesetround(int __round);
175 fesetround(int __round) argument
179 if (__round & ~_ROUND_MASK)
184 fcsr |= __round;
/freebsd-13-stable/lib/msun/amd64/
H A Dfenv.c85 extern inline int fesetround(int __round);
/freebsd-13-stable/lib/msun/i387/
H A Dfenv.c130 extern inline int fesetround(int __round);

Completed in 77 milliseconds