Searched refs:__excepts (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/arch/mips/include/
H A Dfenv.h95 feclearexcept(int __excepts) argument
99 __excepts &= FE_ALL_EXCEPT;
101 __fpsr &= ~(__excepts | (__excepts << _ENABLE_SHIFT));
107 fegetexceptflag(fexcept_t *__flagp, int __excepts) argument
112 *__flagp = __fpsr & __excepts;
117 fesetexceptflag(const fexcept_t *__flagp, int __excepts) argument
122 __fpsr &= ~__excepts;
123 __fpsr |= *__flagp & __excepts;
129 feraiseexcept(int __excepts) argument
138 fetestexcept(int __excepts) argument
216 feenableexcept(int __excepts) argument
229 fedisableexcept(int __excepts) argument
[all...]
/netbsd-current/lib/libm/arch/ia64/
H A Dfenv.c62 extern inline int feclearexcept(int __excepts);
63 extern inline int fegetexceptflag(fexcept_t *__flagp, int __excepts);
64 extern inline int fesetexceptflag(const fexcept_t *__flagp, int __excepts);
65 extern inline int feraiseexcept(int __excepts);
66 extern inline int fetestexcept(int __excepts);
72 extern inline int feenableexcept(int __excepts);
73 extern inline int fedisableexcept(int __excepts);
/netbsd-current/lib/libm/arch/mips/
H A Dfenv.c65 extern inline int feclearexcept(int __excepts);
66 extern inline int fegetexceptflag(fexcept_t *__flagp, int __excepts);
67 extern inline int fesetexceptflag(const fexcept_t *__flagp, int __excepts);
68 extern inline int feraiseexcept(int __excepts);
69 extern inline int fetestexcept(int __excepts);
76 extern inline int feenableexcept(int __excepts);
77 extern inline int fedisableexcept(int __excepts);
/netbsd-current/lib/libm/arch/powerpc/
H A Dfenv.c61 extern inline int feclearexcept(int __excepts);
62 extern inline int fegetexceptflag(fexcept_t *__flagp, int __excepts);
63 extern inline int fesetexceptflag(const fexcept_t *__flagp, int __excepts);
64 extern inline int feraiseexcept(int __excepts);
65 extern inline int fetestexcept(int __excepts);
72 extern inline int feenableexcept(int __excepts);
73 extern inline int fedisableexcept(int __excepts);
/netbsd-current/lib/libm/arch/m68k/
H A Dfenv.c61 extern inline int feclearexcept(int __excepts);
62 extern inline int fegetexceptflag(fexcept_t *__flagp, int __excepts);
63 extern inline int fesetexceptflag(const fexcept_t *__flagp, int __excepts);
64 extern inline int feraiseexcept(int __excepts);
65 extern inline int fetestexcept(int __excepts);
73 extern inline int feenableexcept(int __excepts);
74 extern inline int fedisableexcept(int __excepts);
/netbsd-current/sys/arch/sh3/include/
H A Dfenv.h81 feclearexcept(int __excepts) argument
85 __excepts &= FE_ALL_EXCEPT;
88 __fpscr &= ~__excepts;
95 fegetexceptflag(fexcept_t *__flagp, int __excepts) argument
101 *__flagp = __fpscr & __excepts & FE_ALL_EXCEPT;
107 fesetexceptflag(const fexcept_t *__flagp, int __excepts) argument
113 __fpscr &= ~(__excepts & FE_ALL_EXCEPT);
114 __fpscr |= *__flagp & __excepts & FE_ALL_EXCEPT;
137 feraiseexcept(int __excepts) argument
141 if (__excepts
166 fetestexcept(int __excepts) argument
[all...]
/netbsd-current/sys/arch/alpha/include/
H A Dfenv.h81 feclearexcept(int __excepts) argument
87 __r.__bits &= ~((fenv_t)__excepts << _FPUSW_SHIFT);
94 fegetexceptflag(fexcept_t *__flagp, int __excepts) argument
101 *__flagp = (__r.__bits >> _FPUSW_SHIFT) & __excepts;
106 fesetexceptflag(const fexcept_t *__flagp, int __excepts) argument
112 __xexcepts = (fenv_t)__excepts << _FPUSW_SHIFT;
123 feraiseexcept(int __excepts) argument
132 fexcept_t __ex = __excepts;
133 fesetexceptflag(&__ex, __excepts);
138 fetestexcept(int __excepts) argument
[all...]
/netbsd-current/sys/arch/ia64/include/
H A Dfenv.h76 feclearexcept(int __excepts) argument
81 __fpsr &= ~((fenv_t)__excepts << _FPUSW_SHIFT);
87 fegetexceptflag(fexcept_t *__flagp, int __excepts) argument
92 *__flagp = (fexcept_t)(__fpsr >> _FPUSW_SHIFT) & __excepts;
97 fesetexceptflag(const fexcept_t *__flagp, int __excepts) argument
102 __fpsr &= ~((fenv_t)__excepts << _FPUSW_SHIFT);
103 __fpsr |= (fenv_t)(__excepts & *__flagp) << _FPUSW_SHIFT;
116 feraiseexcept(int __excepts) argument
127 if (__excepts & FE_INVALID) {
131 if (__excepts
151 fetestexcept(int __excepts) argument
[all...]
/netbsd-current/lib/libm/arch/sh3/
H A Dfenv.c60 extern inline int feclearexcept(int __excepts);
61 extern inline int fegetexceptflag(fexcept_t *__flagp, int __excepts);
62 extern inline int fesetexceptflag(const fexcept_t *__flagp, int __excepts);
63 extern inline int feraiseexcept(int __excepts);
64 extern inline int fetestexcept(int __excepts);
/netbsd-current/sys/arch/powerpc/include/
H A Dfenv.h152 feclearexcept(int __excepts) argument
156 if (__excepts & FE_INVALID)
157 __excepts |= FE_ALL_INVALID;
159 __r.__bits.__reg &= ~__excepts;
165 fegetexceptflag(fexcept_t *__flagp, int __excepts) argument
170 *__flagp = __r.__bits.__reg & __excepts;
175 fesetexceptflag(const fexcept_t *__flagp, int __excepts) argument
179 if (__excepts & FE_INVALID)
180 __excepts |= FE_ALL_INVALID;
182 __r.__bits.__reg &= ~__excepts;
189 feraiseexcept(int __excepts) argument
202 fetestexcept(int __excepts) argument
[all...]
/netbsd-current/sys/arch/m68k/include/
H A Dfenv.h117 feclearexcept(int __excepts) argument
121 __excepts &= FE_ALL_EXCEPT;
124 __fpsr &= ~__excepts;
131 fegetexceptflag(fexcept_t *__flagp, int __excepts) argument
137 *__flagp = __fpsr & __excepts & FE_ALL_EXCEPT;
143 fesetexceptflag(const fexcept_t *__flagp, int __excepts) argument
149 __fpsr &= ~(__excepts & FE_ALL_EXCEPT);
150 __fpsr |= *__flagp & __excepts & FE_ALL_EXCEPT;
158 feraiseexcept(int __excepts) argument
160 if (__excepts
179 fetestexcept(int __excepts) argument
[all...]

Completed in 125 milliseconds