Searched refs:_FPU_MASK_RM (Results 1 – 5 of 5) sorted by relevance
46 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()
39 return fpscr & _FPU_MASK_RM; in get_rounding_mode()
31 if (round & ~_FPU_MASK_RM) in __fesetround()
41 #define _FPU_MASK_RM 0x00c00000 /* rounding mode */ macro
49471 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.49475 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.49476 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.49478 Use _FPU_MASK_RM.