Home
last modified time | relevance | path

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

/sysdeps/mips/fpu/
A Dfesetround.c27 if ((round & ~_FPU_RC_MASK) != 0) in __fesetround()
35 cw &= ~_FPU_RC_MASK; in __fesetround()
A Dfegetround.c30 return cw & _FPU_RC_MASK; in __fegetround()
A 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()
/sysdeps/mips/
A Dfpu_control.h93 #define _FPU_RC_MASK 0x3 macro

Completed in 6 milliseconds