Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/msun/x86/
Dfenv.h219 fesetround(int __round) in fesetround() argument
224 if (__round & ~_ROUND_MASK) in fesetround()
229 __control |= __round; in fesetround()
235 __mxcsr |= __round << _SSE_ROUND_SHIFT; in fesetround()
308 fesetround(int __round) in fesetround() argument
313 if (__round & ~_ROUND_MASK) in fesetround()
318 __control |= __round; in fesetround()
323 __mxcsr |= __round << _SSE_ROUND_SHIFT; in fesetround()
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
Dbarrier.cpp46 for(int __round = 0;; ++__round) { in __arrive() local
57 …if(__state[__current].__tickets[__round].__phase.compare_exchange_strong(expect, __full_step, memo… in __arrive()
60 …else if(__state[__current].__tickets[__round].__phase.compare_exchange_strong(expect, __half_step,… in __arrive()
66 …if(__state[__current].__tickets[__round].__phase.compare_exchange_strong(expect, __full_step, memo… in __arrive()
/freebsd-12-stable/lib/msun/arm/
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) in fesetround() argument
230 __vfp_fesetround(__softfp_round_to_vfp(__round)); in fesetround()
231 __softfp_fesetround(__round); in fesetround()
Dfenv.h97 int fesetround(int __round);
176 fesetround(int __round) in fesetround() argument
182 __fpsr |= __round; in fesetround()
/freebsd-12-stable/lib/msun/riscv/
Dfenv.h96 int fesetround(int __round);
164 fesetround(int __round) in fesetround() argument
168 if (__round & ~_ROUND_MASK) in fesetround()
173 __fcsr |= __round; in fesetround()
Dfenv.c56 extern inline int fesetround(int __round);
/freebsd-12-stable/lib/msun/mips/
Dfenv.h95 int fesetround(int __round);
175 fesetround(int __round) in fesetround() argument
179 if (__round & ~_ROUND_MASK) in fesetround()
184 fcsr |= __round; in fesetround()
Dfenv.c61 extern inline int fesetround(int __round);
/freebsd-12-stable/lib/msun/sparc64/
Dfenv.h171 fesetround(int __round) in fesetround() argument
175 if (__round & ~_ROUND_MASK) in fesetround()
179 __r |= __round << _ROUND_SHIFT; in fesetround()
Dfenv.c51 extern inline int fesetround(int __round);
/freebsd-12-stable/lib/msun/aarch64/
Dfenv.h143 fesetround(int __round) in fesetround() argument
147 if (__round & ~_ROUND_MASK) in fesetround()
151 __r |= __round << _ROUND_SHIFT; in fesetround()
Dfenv.c49 extern inline int fesetround(int __round);
/freebsd-12-stable/lib/msun/src/
Dfenv-softfloat.h110 fesetround(int __round) in fesetround() argument
113 __softfloat_float_rounding_mode = __round; in fesetround()
/freebsd-12-stable/lib/msun/powerpc/
Dfenv.h191 fesetround(int __round) in fesetround() argument
195 if (__round & ~_ROUND_MASK) in fesetround()
199 __r.__bits.__reg |= __round; in fesetround()
Dfenv.c46 extern inline int fesetround(int __round);
/freebsd-12-stable/lib/msun/amd64/
Dfenv.c85 extern inline int fesetround(int __round);
/freebsd-12-stable/lib/msun/i387/
Dfenv.c130 extern inline int fesetround(int __round);