Searched refs:_FPU_RC_MASK (Results 1 – 9 of 9) sorted by relevance
63 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()
70 #define _FPU_RC_MASK 0x300 macro
60 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()
27 if ((round & ~_FPU_RC_MASK) != 0) in __fesetround()35 cw &= ~_FPU_RC_MASK; in __fesetround()
30 return cw & _FPU_RC_MASK; in __fegetround()
93 #define _FPU_RC_MASK 0x3 macro
125 * 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.