Home
last modified time | relevance | path

Searched refs:_FPU_RC_MASK (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/sysdeps/loongarch/
Dmath_private.h63 cw &= ~_FPU_RC_MASK; in libc_fesetround_loongarch()
86 cw &= ~_FPU_RC_MASK; in libc_feholdexcept_setround_loongarch()
182 new = (new & ~_FPU_RC_MASK) | round; in libc_feholdexcept_setround_loongarch_ctx()
230 new = (old & ~_FPU_RC_MASK) | round; in libc_feholdsetround_loongarch_ctx()
Dfpu_control.h70 #define _FPU_RC_MASK 0x300 macro
/glibc-2.36/sysdeps/mips/fpu/
Dfenv_private.h60 cw &= ~_FPU_RC_MASK; in libc_fesetround_mips()
83 cw &= ~_FPU_RC_MASK; in libc_feholdexcept_setround_mips()
179 new = (new & ~_FPU_RC_MASK) | round; in libc_feholdexcept_setround_mips_ctx()
225 new = (old & ~_FPU_RC_MASK) | round; in libc_feholdsetround_mips_ctx()
Dfesetround.c27 if ((round & ~_FPU_RC_MASK) != 0) in __fesetround()
35 cw &= ~_FPU_RC_MASK; in __fesetround()
Dfegetround.c30 return cw & _FPU_RC_MASK; in __fegetround()
/glibc-2.36/sysdeps/loongarch/fpu/
Dfesetround.c27 if ((round & ~_FPU_RC_MASK) != 0) in __fesetround()
35 cw &= ~_FPU_RC_MASK; in __fesetround()
Dfegetround.c30 return cw & _FPU_RC_MASK; in __fegetround()
/glibc-2.36/sysdeps/mips/
Dfpu_control.h93 #define _FPU_RC_MASK 0x3 macro
/glibc-2.36/ChangeLog.old/
DChangeLog.ports-mips125 * sysdeps/mips/fpu/fegetround.c (fegetround): Use _FPU_RC_MASK.
126 * sysdeps/mips/fpu/fesetround.c (fesetround): Use _FPU_RC_MASK.
130 * sysdeps/mips/fpu_control.h (_FPU_RC_MASK): New.