Home
last modified time | relevance | path

Searched refs:rounding_mode (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/newlib/libc/include/machine/
Dfenv-softfloat.h104 fesetround(int rounding_mode) in fesetround() argument
106 if (rounding_mode == FE_TONEAREST) in fesetround()
/picolibc-latest/newlib/libc/machine/mips/machine/
Dfenv-fp.h118 fesetround(int rounding_mode) in fesetround() argument
122 if (rounding_mode & ~_ROUND_MASK) in fesetround()
127 fcsr |= rounding_mode; in fesetround()
/picolibc-latest/newlib/libc/machine/m68k/machine/
Dfenv-fp.h199 __declare_fenv_inline(int) fesetround(int rounding_mode) in fesetround() argument
203 if (rounding_mode & ~3) in fesetround()
208 fpcr = (fpcr & ~(3 << 4)) | (rounding_mode << 4); in fesetround()
/picolibc-latest/newlib/libc/machine/powerpc/machine/
Dfenv-fp.h107 fesetround(int rounding_mode) in fesetround() argument
111 if (rounding_mode & ~_ROUND_MASK) in fesetround()
115 __r.__bits.__reg |= rounding_mode; in fesetround()
/picolibc-latest/newlib/libc/machine/spu/include/
Dfenv.h52 int fesetround(int rounding_mode);
/picolibc-latest/newlib/libc/include/
Dfenv.h34 int fesetround(int rounding_mode);