Home
last modified time | relevance | path

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

/sysdeps/arm/
A Dfenv_private.h46 if (__glibc_unlikely ((fpscr & _FPU_MASK_RM) != round)) in libc_fesetround_vfp()
47 _FPU_SETCW ((fpscr & ~_FPU_MASK_RM) | round); in libc_fesetround_vfp()
60 fpscr &= ~(_FPU_MASK_EXCEPT | _FPU_MASK_RM); in libc_feholdexcept_setround_vfp()
73 if (__glibc_unlikely ((fpscr & _FPU_MASK_RM) != round)) in libc_feholdsetround_vfp()
74 _FPU_SETCW ((fpscr & ~_FPU_MASK_RM) | round); in libc_feholdsetround_vfp()
85 round = (envp->__cw ^ fpscr) & _FPU_MASK_RM; in libc_feresetround_vfp()
153 round = (fpscr ^ r) & _FPU_MASK_RM; in libc_feholdsetround_vfp_ctx()
172 fpscr = (fpscr & ~_FPU_MASK_RM) | (ctx->env.__cw & _FPU_MASK_RM); in libc_feresetround_vfp_ctx()
A Dget-rounding-mode.h39 return fpscr & _FPU_MASK_RM; in get_rounding_mode()
A Dfesetround.c31 if (round & ~_FPU_MASK_RM) in __fesetround()
A Dfpu_control.h41 #define _FPU_MASK_RM 0x00c00000 /* rounding mode */ macro

Completed in 8 milliseconds