Home
last modified time | relevance | path

Searched refs:fpc_new (Results 1 – 2 of 2) sorted by relevance

/sysdeps/s390/fpu/
A Dfsetexcptflg.c26 fexcept_t fpc, fpc_new; in fesetexceptflag() local
33 fpc_new = fpc & ~((excepts & FE_ALL_EXCEPT) << FPC_FLAGS_SHIFT); in fesetexceptflag()
38 fpc_new &= ~((excepts & FE_ALL_EXCEPT) << FPC_DXC_SHIFT); in fesetexceptflag()
41 fpc_new |= (*flagp & excepts & FE_ALL_EXCEPT) << FPC_FLAGS_SHIFT; in fesetexceptflag()
45 _FPU_SETCW (fpc_new); in fesetexceptflag()
A Dfenv_private.h29 fpu_control_t fpc, fpc_new; in libc_feholdexcept_s390() local
40 if (fpc_new != fpc) in libc_feholdexcept_s390()
41 _FPU_SETCW (fpc_new); in libc_feholdexcept_s390()
61 fpu_control_t fpc, fpc_new; in libc_feholdexcept_setround_s390() local
73 fpc_new |= (r & FPC_RM_MASK); in libc_feholdexcept_setround_s390()
76 if (fpc_new != fpc) in libc_feholdexcept_setround_s390()
77 _FPU_SETCW (fpc_new); in libc_feholdexcept_setround_s390()
135 fpu_control_t fpc_new = envp->__fpc; in libc_feupdateenv_test_s390() local
136 fpc_new |= excepts << FPC_FLAGS_SHIFT; in libc_feupdateenv_test_s390()
139 if (fpc_new != fpc_old) in libc_feupdateenv_test_s390()
[all …]

Completed in 4 milliseconds