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

/freebsd-9.3-release/lib/msun/amd64/
H A Dfenv.h152 fesetround(int __round) argument
157 if (__round & ~_ROUND_MASK)
162 __control |= __round;
167 __mxcsr |= __round << _SSE_ROUND_SHIFT;
/freebsd-9.3-release/lib/msun/i387/
H A Dfenv.h182 fesetround(int __round) argument
187 if (__round & ~_ROUND_MASK)
192 __control |= __round;
198 __mxcsr |= __round << _SSE_ROUND_SHIFT;
/freebsd-9.3-release/lib/msun/ia64/
H A Dfenv.h161 fesetround(int __round) argument
165 if (__round & ~_ROUND_MASK)
169 __fpsr |= __round;
/freebsd-9.3-release/lib/msun/sparc64/
H A Dfenv.h165 fesetround(int __round) argument
169 if (__round & ~_ROUND_MASK)
173 __r |= __round << _ROUND_SHIFT;
/freebsd-9.3-release/lib/msun/powerpc/
H A Dfenv.h170 fesetround(int __round) argument
174 if (__round & ~_ROUND_MASK)
178 __r.__bits.__reg |= __round;
/freebsd-9.3-release/lib/msun/arm/
H A Dfenv.h135 fesetround(int __round) argument
/freebsd-9.3-release/lib/msun/mips/
H A Dfenv.h135 fesetround(int __round) argument

Completed in 102 milliseconds