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

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

Completed in 76 milliseconds