Home
last modified time | relevance | path

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

/haiku/headers/posix/arch/riscv64/
H A Dfenv.h98 int fesetround(int __round);
166 fesetround(int __round) in fesetround() argument
170 if (__round & ~_ROUND_MASK) in fesetround()
175 __fcsr |= __round; in fesetround()
/haiku/headers/posix/arch/x86_64/
H A Dfenv.h153 fesetround(int __round) in fesetround() argument
158 if (__round & ~_ROUND_MASK) in fesetround()
163 __control |= __round; in fesetround()
168 __mxcsr |= __round << _SSE_ROUND_SHIFT; in fesetround()
/haiku/headers/posix/arch/x86/
H A Dfenv.h181 fesetround(int __round) in fesetround() argument
185 if (__round & ~_ROUND_MASK) in fesetround()
190 __control |= __round; in fesetround()
196 __mxcsr |= __round << _SSE_ROUND_SHIFT; in fesetround()
/haiku/headers/posix/arch/sparc64/
H A Dfenv.h173 fesetround(int __round) in fesetround() argument
177 if (__round & ~_ROUND_MASK) in fesetround()
181 __r |= __round << _ROUND_SHIFT; in fesetround()
/haiku/headers/posix/arch/arm64/
H A Dfenv.h145 fesetround(int __round) in fesetround() argument
149 if (__round & ~_ROUND_MASK) in fesetround()
153 __r |= __round << _ROUND_SHIFT; in fesetround()
/haiku/headers/posix/arch/ppc/
H A Dfenv.h172 fesetround(int __round) in fesetround() argument
176 if (__round & ~_ROUND_MASK) in fesetround()
180 __r.__bits.__reg |= __round; in fesetround()
/haiku/src/system/libroot/posix/arch/arm64/
H A Dfenv.c49 extern inline int fesetround(int __round);
/haiku/headers/posix/arch/arm/
H A Dfenv.h137 fesetround(int __round) in fesetround() argument