Searched refs:_FPU_MASK_RM (Results 1 – 4 of 4) 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
Completed in 8 milliseconds