Searched refs:_FPU_RC_MASK (Results 1 – 4 of 4) sorted by relevance
27 if ((round & ~_FPU_RC_MASK) != 0) in __fesetround()35 cw &= ~_FPU_RC_MASK; in __fesetround()
30 return cw & _FPU_RC_MASK; in __fegetround()
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()
93 #define _FPU_RC_MASK 0x3 macro
Completed in 5 milliseconds