Home
last modified time | relevance | path

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

/freebsd-head/lib/msun/x86/
HDfenv.h217 fesetround(int __round) in fesetround() argument
222 if (__round & ~_ROUND_MASK) in fesetround()
227 __control |= __round; in fesetround()
233 __mxcsr |= __round << _SSE_ROUND_SHIFT; in fesetround()
306 fesetround(int __round) in fesetround() argument
311 if (__round & ~_ROUND_MASK) in fesetround()
316 __control |= __round; in fesetround()
321 __mxcsr |= __round << _SSE_ROUND_SHIFT; in fesetround()
/freebsd-head/contrib/llvm-project/libcxx/src/
HDbarrier.cpp35 for (int __round = 0;; ++__round) { in __arrive() local
44 if (__state_[__current].__tickets[__round].__phase.compare_exchange_strong( in __arrive()
47 } else if (__state_[__current].__tickets[__round].__phase.compare_exchange_strong( in __arrive()
51 if (__state_[__current].__tickets[__round].__phase.compare_exchange_strong( in __arrive()
/freebsd-head/lib/msun/arm/
HDfenv.c79 extern inline int fesetround(int __round);
98 int __softfp_fesetround(int __round);
113 int __vfp_fesetround(int __round);
220 int fesetround(int __round) in fesetround() argument
224 __vfp_fesetround(__softfp_round_to_vfp(__round)); in fesetround()
225 __softfp_fesetround(__round); in fesetround()
HDfenv.h95 int fesetround(int __round);
174 fesetround(int __round) in fesetround() argument
180 __fpsr |= __round; in fesetround()
/freebsd-head/lib/msun/riscv/
HDfenv.h143 fesetround(int __round) in fesetround() argument
147 if (__round & ~_ROUND_MASK) in fesetround()
152 __fcsr |= __round; in fesetround()
HDfenv.c46 extern inline int fesetround(int __round);
/freebsd-head/lib/msun/aarch64/
HDfenv.h146 fesetround(int __round) in fesetround() argument
150 if (__round & ~_ROUND_MASK) in fesetround()
154 __r |= __round << _ROUND_SHIFT; in fesetround()
HDfenv.c47 extern inline int fesetround(int __round);
/freebsd-head/lib/msun/src/
HDfenv-softfloat.h108 fesetround(int __round) in fesetround() argument
111 __softfloat_float_rounding_mode = __round; in fesetround()
/freebsd-head/lib/msun/powerpc/
HDfenv.h206 fesetround(int __round) in fesetround() argument
210 if (__round & ~_ROUND_MASK) in fesetround()
214 __r.__bits.__reg |= __round; in fesetround()
HDfenv.c54 extern inline int fesetround(int __round);
/freebsd-head/lib/msun/amd64/
HDfenv.c82 extern inline int fesetround(int __round);
/freebsd-head/lib/msun/i387/
HDfenv.c127 extern inline int fesetround(int __round);