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

/freebsd-10.2-release/lib/msun/mips/
H A Dfenv.c48 extern inline int fesetround(int __round);
H A Dfenv.h139 fesetround(int __round) argument
/freebsd-10.2-release/lib/msun/powerpc/
H A Dfenv.c44 extern inline int fesetround(int __round);
H A Dfenv.h174 fesetround(int __round) argument
178 if (__round & ~_ROUND_MASK)
182 __r.__bits.__reg |= __round;
/freebsd-10.2-release/lib/msun/sparc64/
H A Dfenv.c49 extern inline int fesetround(int __round);
H A Dfenv.h169 fesetround(int __round) argument
173 if (__round & ~_ROUND_MASK)
177 __r |= __round << _ROUND_SHIFT;
/freebsd-10.2-release/lib/msun/arm/
H A Dfenv.c83 extern inline int fesetround(int __round);
102 int __softfp_fesetround(int __round);
117 int __vfp_fesetround(int __round);
224 int fesetround(int __round) argument
228 __vfp_fesetround(__softfp_round_to_vfp(__round));
229 __softfp_fesetround(__round);
H A Dfenv.h95 int fesetround(int __round);
174 fesetround(int __round) argument
180 __fpsr |= __round;
/freebsd-10.2-release/lib/msun/ia64/
H A Dfenv.c46 extern inline int fesetround(int __round);
H A Dfenv.h165 fesetround(int __round) argument
169 if (__round & ~_ROUND_MASK)
173 __fpsr |= __round;
/freebsd-10.2-release/lib/msun/src/
H A Dfenv-softfloat.h108 fesetround(int __round) argument
111 __softfloat_float_rounding_mode = __round;
/freebsd-10.2-release/lib/msun/x86/
H A Dfenv.h224 fesetround(int __round) argument
229 if (__round & ~_ROUND_MASK)
234 __control |= __round;
240 __mxcsr |= __round << _SSE_ROUND_SHIFT;
313 fesetround(int __round) argument
318 if (__round & ~_ROUND_MASK)
323 __control |= __round;
328 __mxcsr |= __round << _SSE_ROUND_SHIFT;
/freebsd-10.2-release/lib/msun/amd64/
H A Dfenv.c83 extern inline int fesetround(int __round);
/freebsd-10.2-release/lib/msun/i387/
H A Dfenv.c128 extern inline int fesetround(int __round);

Completed in 162 milliseconds