Home
last modified time | relevance | path

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

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