Home
last modified time | relevance | path

Searched refs:__status_word (Results 1 – 15 of 15) sorted by relevance

/glibc-2.36/sysdeps/hppa/fpu/
Dfesetenv.c36 temp.env.__status_word &= ~(FE_ALL_EXCEPT in __fesetenv()
40 temp.env.__status_word = 0; in __fesetenv()
42 temp.env.__status_word |= FE_ALL_EXCEPT; in __fesetenv()
44 temp.env.__status_word |= (envp->__status_word in __fesetenv()
Dfeupdateenv.c36 temp.__status_word |= s.sw[0] & (FE_ALL_EXCEPT << 27); in __feupdateenv()
41 temp.__status_word = s.sw[0] & (FE_ALL_EXCEPT << 27); in __feupdateenv()
45 temp.__status_word = (s.sw[0] & (FE_ALL_EXCEPT << 27)) | FE_ALL_EXCEPT; in __feupdateenv()
Dfeholdexcpt.c38 clear.env.__status_word &= ~FE_ALL_EXCEPT; in __feholdexcept()
40 clear.env.__status_word &= ~(FE_ALL_EXCEPT << 27); in __feholdexcept()
/glibc-2.36/sysdeps/i386/fpu/
Dfesetenv.c51 temp.__status_word &= ~FE_ALL_EXCEPT_X86; in __fesetenv()
59 temp.__status_word &= ~FE_ALL_EXCEPT_X86; in __fesetenv()
70 temp.__status_word &= ~FE_ALL_EXCEPT_X86; in __fesetenv()
71 temp.__status_word |= envp->__status_word & FE_ALL_EXCEPT_X86; in __fesetenv()
Dfraiseexcpt.c60 temp.__status_word |= FE_OVERFLOW; in __feraiseexcept()
81 temp.__status_word |= FE_UNDERFLOW; in __feraiseexcept()
102 temp.__status_word |= FE_INEXACT; in __feraiseexcept()
Dfsetexcptflg.c34 temp.__status_word &= ~(excepts & FE_ALL_EXCEPT); in __fesetexceptflag()
35 temp.__status_word |= *flagp & excepts & FE_ALL_EXCEPT; in __fesetexceptflag()
Dfesetexcept.c27 temp.__status_word |= excepts & FE_ALL_EXCEPT; in fesetexcept()
Dfclrexcpt.c37 temp.__status_word &= excepts ^ FE_ALL_EXCEPT; in __feclearexcept()
/glibc-2.36/sysdeps/x86_64/fpu/
Dfesetenv.c46 temp.__status_word &= ~FE_ALL_EXCEPT_X86; in __fesetenv()
68 temp.__status_word &= ~FE_ALL_EXCEPT_X86; in __fesetenv()
96 temp.__status_word &= ~FE_ALL_EXCEPT_X86; in __fesetenv()
97 temp.__status_word |= envp->__status_word & FE_ALL_EXCEPT_X86; in __fesetenv()
Dfraiseexcpt.c63 temp.__status_word |= FE_OVERFLOW; in __feraiseexcept()
85 temp.__status_word |= FE_UNDERFLOW; in __feraiseexcept()
107 temp.__status_word |= FE_INEXACT; in __feraiseexcept()
Dfsetexcptflg.c35 temp.__status_word &= ~(excepts & FE_ALL_EXCEPT); in fesetexceptflag()
36 temp.__status_word |= *flagp & excepts & FE_ALL_EXCEPT; in fesetexceptflag()
Dfclrexcpt.c35 temp.__status_word &= excepts ^ FE_ALL_EXCEPT; in feclearexcept()
/glibc-2.36/sysdeps/x86/fpu/
Dtest-fenv-x87.c78 temp.__status_word = (temp.__status_word & ~mask) | bits; in set_x87_sw_bits()
/glibc-2.36/sysdeps/hppa/fpu/bits/
Dfenv.h80 unsigned int __status_word; member
/glibc-2.36/sysdeps/x86/fpu/bits/
Dfenv.h79 unsigned short int __status_word; member