Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/arm/
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()
Dget-rounding-mode.h39 return fpscr & _FPU_MASK_RM; in get_rounding_mode()
Dfesetround.c31 if (round & ~_FPU_MASK_RM) in __fesetround()
Dfpu_control.h41 #define _FPU_MASK_RM 0x00c00000 /* rounding mode */ macro
/glibc-2.36/ChangeLog.old/
DChangeLog.1849471 * 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.