Home
last modified time | relevance | path

Searched refs:excepts (Results 1 – 25 of 653) sorted by relevance

12345678910>>...27

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/cmpintmd/
H A Dx86-fenv.c84 fetestexcept (int excepts) in fetestexcept() argument
86 excepts &= FE_ALL_EXCEPT; in fetestexcept()
93 feclearexcept (int excepts) in feclearexcept() argument
95 if (excepts &~ FE_ALL_EXCEPT) in feclearexcept()
117 feraiseexcept (int excepts) in feraiseexcept() argument
119 if (excepts &~ FE_ALL_EXCEPT) in feraiseexcept()
142 if (excepts &~ FE_ALL_EXCEPT) in fegetexceptflag()
176 feenableexcept (int excepts) in feenableexcept() argument
179 if (excepts &~ FE_ALL_EXCEPT) in feenableexcept()
197 fedisableexcept (int excepts) in fedisableexcept() argument
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/machine/i386/
H A Dfenv.c76 feenableexcept (int excepts) in feenableexcept() argument
81 if (excepts & ~FE_ALL_EXCEPT) in feenableexcept()
90 cw = old_cw & ~excepts; in feenableexcept()
112 fedisableexcept (int excepts) in fedisableexcept() argument
117 if (excepts & ~FE_ALL_EXCEPT) in fedisableexcept()
126 cw = old_cw | excepts; in fedisableexcept()
235 feclearexcept (int excepts) in feclearexcept() argument
247 fenv._sse_mxcsr &= ~excepts; in feclearexcept()
261 feraiseexcept (int excepts) in feraiseexcept() argument
287 fetestexcept (int excepts) in fetestexcept() argument
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/machine/x86_64/
H A Dfenv.c76 feenableexcept (int excepts) in feenableexcept() argument
81 if (excepts & ~FE_ALL_EXCEPT) in feenableexcept()
90 cw = old_cw & ~excepts; in feenableexcept()
112 fedisableexcept (int excepts) in fedisableexcept() argument
117 if (excepts & ~FE_ALL_EXCEPT) in fedisableexcept()
126 cw = old_cw | excepts; in fedisableexcept()
235 feclearexcept (int excepts) in feclearexcept() argument
247 fenv._sse_mxcsr &= ~excepts; in feclearexcept()
261 feraiseexcept (int excepts) in feraiseexcept() argument
287 fetestexcept (int excepts) in fetestexcept() argument
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/test/src/fenv/
H A Dfeenableexcept_test.cpp37 for (int e : excepts) { in TEST()
43 for (int e1 : excepts) { in TEST()
44 for (int e2 : excepts) { in TEST()
51 for (int e1 : excepts) { in TEST()
52 for (int e2 : excepts) { in TEST()
53 for (int e3 : excepts) { in TEST()
61 for (int e1 : excepts) { in TEST()
62 for (int e2 : excepts) { in TEST()
63 for (int e3 : excepts) { in TEST()
73 for (int e1 : excepts) { in TEST()
[all …]
H A Dfeclearexcept_test.cpp23 for (uint16_t e : excepts) in TEST()
27 for (uint16_t e : excepts) { in TEST()
36 for (uint16_t e1 : excepts) { in TEST()
37 for (uint16_t e2 : excepts) { in TEST()
45 for (uint16_t e1 : excepts) { in TEST()
46 for (uint16_t e2 : excepts) { in TEST()
47 for (uint16_t e3 : excepts) { in TEST()
56 for (uint16_t e1 : excepts) { in TEST()
57 for (uint16_t e2 : excepts) { in TEST()
69 for (uint16_t e1 : excepts) { in TEST()
[all …]
H A Dexception_status_test.cpp31 for (int e : excepts) { in TEST()
43 for (int e1 : excepts) { in TEST()
44 for (int e2 : excepts) { in TEST()
58 for (int e1 : excepts) { in TEST()
59 for (int e2 : excepts) { in TEST()
60 for (int e3 : excepts) { in TEST()
75 for (int e1 : excepts) { in TEST()
76 for (int e2 : excepts) { in TEST()
77 for (int e3 : excepts) { in TEST()
94 for (int e1 : excepts) { in TEST()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgfortran/config/
H A Dfpu-387.h115 int excepts = 0; in set_fpu() local
128 cw &= ~excepts; in set_fpu()
140 cw_sse &= ~(excepts << 7); in set_fpu()
153 int excepts; in get_fpu_except_flags() local
157 excepts = cw; in get_fpu_except_flags()
164 excepts |= cw_sse; in get_fpu_except_flags()
167 excepts &= _FPU_EX_ALL; in get_fpu_except_flags()
169 if (excepts & _FPU_MASK_IM) result |= GFC_FPE_INVALID; in get_fpu_except_flags()
170 if (excepts & _FPU_MASK_DM) result |= GFC_FPE_DENORMAL; in get_fpu_except_flags()
171 if (excepts & _FPU_MASK_ZM) result |= GFC_FPE_ZERO; in get_fpu_except_flags()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/test/src/fenv/
H A Dfeclearexcept_test.cpp23 for (uint16_t e : excepts) in TEST()
27 for (uint16_t e : excepts) { in TEST()
36 for (uint16_t e1 : excepts) { in TEST()
37 for (uint16_t e2 : excepts) { in TEST()
45 for (uint16_t e1 : excepts) { in TEST()
46 for (uint16_t e2 : excepts) { in TEST()
47 for (uint16_t e3 : excepts) { in TEST()
56 for (uint16_t e1 : excepts) { in TEST()
57 for (uint16_t e2 : excepts) { in TEST()
69 for (uint16_t e1 : excepts) { in TEST()
[all …]
H A Dexception_status_test.cpp31 for (int e : excepts) { in TEST()
43 for (int e1 : excepts) { in TEST()
44 for (int e2 : excepts) { in TEST()
58 for (int e1 : excepts) { in TEST()
59 for (int e2 : excepts) { in TEST()
60 for (int e3 : excepts) { in TEST()
75 for (int e1 : excepts) { in TEST()
76 for (int e2 : excepts) { in TEST()
77 for (int e3 : excepts) { in TEST()
94 for (int e1 : excepts) { in TEST()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/test/src/fenv/
H A Dfeclearexcept_test.cpp23 for (uint16_t e : excepts) in TEST()
27 for (uint16_t e : excepts) { in TEST()
36 for (uint16_t e1 : excepts) { in TEST()
37 for (uint16_t e2 : excepts) { in TEST()
45 for (uint16_t e1 : excepts) { in TEST()
46 for (uint16_t e2 : excepts) { in TEST()
47 for (uint16_t e3 : excepts) { in TEST()
56 for (uint16_t e1 : excepts) { in TEST()
57 for (uint16_t e2 : excepts) { in TEST()
69 for (uint16_t e1 : excepts) { in TEST()
[all …]
H A Dexception_status_test.cpp31 for (int e : excepts) { in TEST()
43 for (int e1 : excepts) { in TEST()
44 for (int e2 : excepts) { in TEST()
58 for (int e1 : excepts) { in TEST()
59 for (int e2 : excepts) { in TEST()
60 for (int e3 : excepts) { in TEST()
75 for (int e1 : excepts) { in TEST()
76 for (int e2 : excepts) { in TEST()
77 for (int e3 : excepts) { in TEST()
94 for (int e1 : excepts) { in TEST()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/test/src/fenv/
H A Dfeclearexcept_test.cpp23 for (uint16_t e : excepts) in TEST()
27 for (uint16_t e : excepts) { in TEST()
36 for (uint16_t e1 : excepts) { in TEST()
37 for (uint16_t e2 : excepts) { in TEST()
45 for (uint16_t e1 : excepts) { in TEST()
46 for (uint16_t e2 : excepts) { in TEST()
47 for (uint16_t e3 : excepts) { in TEST()
56 for (uint16_t e1 : excepts) { in TEST()
57 for (uint16_t e2 : excepts) { in TEST()
69 for (uint16_t e1 : excepts) { in TEST()
[all …]
H A Dexception_status_test.cpp31 for (int e : excepts) { in TEST()
43 for (int e1 : excepts) { in TEST()
44 for (int e2 : excepts) { in TEST()
58 for (int e1 : excepts) { in TEST()
59 for (int e2 : excepts) { in TEST()
60 for (int e3 : excepts) { in TEST()
75 for (int e1 : excepts) { in TEST()
76 for (int e2 : excepts) { in TEST()
77 for (int e3 : excepts) { in TEST()
94 for (int e1 : excepts) { in TEST()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/test/src/fenv/
H A Dexception_status_test.cpp27 for (int e : excepts) { in TEST()
39 for (int e1 : excepts) { in TEST()
40 for (int e2 : excepts) { in TEST()
54 for (int e1 : excepts) { in TEST()
55 for (int e2 : excepts) { in TEST()
56 for (int e3 : excepts) { in TEST()
71 for (int e1 : excepts) { in TEST()
72 for (int e2 : excepts) { in TEST()
73 for (int e3 : excepts) { in TEST()
90 for (int e1 : excepts) { in TEST()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/test/src/fenv/
H A Dexception_status_test.cpp27 for (int e : excepts) { in TEST()
39 for (int e1 : excepts) { in TEST()
40 for (int e2 : excepts) { in TEST()
54 for (int e1 : excepts) { in TEST()
55 for (int e2 : excepts) { in TEST()
56 for (int e3 : excepts) { in TEST()
71 for (int e1 : excepts) { in TEST()
72 for (int e2 : excepts) { in TEST()
73 for (int e3 : excepts) { in TEST()
90 for (int e1 : excepts) { in TEST()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/misc/
H A Dfesetexceptflag.c21 int fesetexceptflag (const fexcept_t * flagp, int excepts) in fesetexceptflag() argument
25 excepts &= FE_ALL_EXCEPT; in fesetexceptflag()
29 _env.__cw &= ~excepts; in fesetexceptflag()
30 _env.__cw |= (*flagp & excepts); in fesetexceptflag()
36 fpcr &= ~excepts; in fesetexceptflag()
37 fpcr |= (*flagp & excepts); in fesetexceptflag()
41 _env.__status_word &= ~excepts; in fesetexceptflag()
42 _env.__status_word |= (*flagp & excepts); in fesetexceptflag()
49 sse_cw &= ~(excepts << 7); in fesetexceptflag()
50 sse_cw |= ((*flagp & excepts) << 7); in fesetexceptflag()
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/misc/
H A Dfesetexceptflag.c21 int fesetexceptflag (const fexcept_t * flagp, int excepts) in fesetexceptflag() argument
25 excepts &= FE_ALL_EXCEPT; in fesetexceptflag()
29 _env.__cw &= ~excepts; in fesetexceptflag()
30 _env.__cw |= (*flagp & excepts); in fesetexceptflag()
36 fpcr &= ~excepts; in fesetexceptflag()
37 fpcr |= (*flagp & excepts); in fesetexceptflag()
41 _env.__status_word &= ~excepts; in fesetexceptflag()
42 _env.__status_word |= (*flagp & excepts); in fesetexceptflag()
49 sse_cw &= ~(excepts << 7); in fesetexceptflag()
50 sse_cw |= ((*flagp & excepts) << 7); in fesetexceptflag()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dfloenv.h115 # define fetestexcept(excepts) ((excepts) & (fpgetsticky ())) argument
120 # define feclearexcept(excepts) \ argument
121 ((fpsetsticky ((fpgetsticky ()) &~ (FE_ALL_EXCEPT & (excepts)))), 0)
127 feraiseexcept (int excepts) in feraiseexcept() argument
129 (void) fpsetsticky ((fpgetsticky ()) | (FE_ALL_EXCEPT & (excepts))); in feraiseexcept()
143 # define fegetexceptflag(flagp, excepts) \ argument
149 # define fesetexceptflag(flagp, excepts) \ argument
162 # define feenableexcept(excepts) \ argument
163 (fpsetmask ((fpgetmask ()) | (FE_ALL_EXCEPT & (excepts))))
168 # define fedisableexcept(excepts) \ argument
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/IntelRDFPMathLib20U1/LIBRARY/src/
H A Dbid_feraiseexcept.c34 void bid_feraiseexcept( int excepts _EXC_FLAGS_PARAM ) in bid_feraiseexcept()
37 excepts &= DEC_FE_ALL_EXCEPT; in bid_feraiseexcept()
39 if( excepts & DEC_FE_INVALID ) { /* Invalid operation */ in bid_feraiseexcept()
42 if (excepts & DEC_FE_DIVBYZERO) { /* Division-by-zero */ in bid_feraiseexcept()
45 if( excepts & DEC_FE_UNNORMAL ) { /* Denormal operand (IA-specific) */ in bid_feraiseexcept()
48 if (excepts & DEC_FE_OVERFLOW) { /* Overflow */ in bid_feraiseexcept()
51 if (excepts & DEC_FE_UNDERFLOW) { /* Underflow */ in bid_feraiseexcept()
54 if (excepts & DEC_FE_INEXACT) { /* Separate Inexact */ in bid_feraiseexcept()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/utils/FPUtil/aarch64/
H A DFEnvImpl.h48 return (excepts & FE_INVALID ? Invalid : 0) | in getStatusValueForExcept()
49 (excepts & FE_DIVBYZERO ? DivByZero : 0) | in getStatusValueForExcept()
50 (excepts & FE_OVERFLOW ? Overflow : 0) | in getStatusValueForExcept()
51 (excepts & FE_UNDERFLOW ? Underflow : 0) | in getStatusValueForExcept()
52 (excepts & FE_INEXACT ? Inexact : 0); in getStatusValueForExcept()
72 static inline int enableExcept(int excepts) { in enableExcept() argument
82 static inline int disableExcept(int excepts) { in disableExcept() argument
92 static inline int clearExcept(int excepts) { in clearExcept() argument
100 static inline int testExcept(int excepts) { in testExcept() argument
107 static inline int setExcept(int excepts) { in setExcept() argument
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/utils/FPUtil/aarch64/
H A DFEnvImpl.h48 return (excepts & FE_INVALID ? Invalid : 0) | in getStatusValueForExcept()
49 (excepts & FE_DIVBYZERO ? DivByZero : 0) | in getStatusValueForExcept()
50 (excepts & FE_OVERFLOW ? Overflow : 0) | in getStatusValueForExcept()
51 (excepts & FE_UNDERFLOW ? Underflow : 0) | in getStatusValueForExcept()
52 (excepts & FE_INEXACT ? Inexact : 0); in getStatusValueForExcept()
72 static inline int enableExcept(int excepts) { in enableExcept() argument
82 static inline int disableExcept(int excepts) { in disableExcept() argument
92 static inline int clearExcept(int excepts) { in clearExcept() argument
100 static inline int testExcept(int excepts) { in testExcept() argument
107 static inline int setExcept(int excepts) { in setExcept() argument
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/utils/FPUtil/aarch64/
H A DFEnvImpl.h48 return (excepts & FE_INVALID ? Invalid : 0) | in getStatusValueForExcept()
49 (excepts & FE_DIVBYZERO ? DivByZero : 0) | in getStatusValueForExcept()
50 (excepts & FE_OVERFLOW ? Overflow : 0) | in getStatusValueForExcept()
51 (excepts & FE_UNDERFLOW ? Underflow : 0) | in getStatusValueForExcept()
52 (excepts & FE_INEXACT ? Inexact : 0); in getStatusValueForExcept()
72 static inline int enableExcept(int excepts) { in enableExcept() argument
82 static inline int disableExcept(int excepts) { in disableExcept() argument
92 static inline int clearExcept(int excepts) { in clearExcept() argument
100 static inline int testExcept(int excepts) { in testExcept() argument
107 static inline int setExcept(int excepts) { in setExcept() argument
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/machine/xtensa/
H A Dfegetexceptflag.c35 int fegetexceptflag(fexcept_t *flagp, int excepts) in fegetexceptflag() argument
38 if (excepts & ~FE_ALL_EXCEPT) in fegetexceptflag()
42 excepts &= fsr; in fegetexceptflag()
43 *flagp = excepts; in fegetexceptflag()
48 int fesetexceptflag(const fexcept_t *flagp, int excepts) in fesetexceptflag() argument
50 if (excepts & ~FE_ALL_EXCEPT) in fesetexceptflag()
57 fsr &= ~(excepts << _FE_EXCEPTION_FLAGS_OFFSET); in fesetexceptflag()
58 fsr |= ((*flagp & excepts) << _FE_EXCEPTION_FLAGS_OFFSET); in fesetexceptflag()
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/utils/FPUtil/aarch64/
H A DFEnv.h39 return (excepts & FE_INVALID ? Invalid : 0) | in getStatusValueForExcept()
40 (excepts & FE_DIVBYZERO ? DivByZero : 0) | in getStatusValueForExcept()
41 (excepts & FE_OVERFLOW ? Overflow : 0) | in getStatusValueForExcept()
42 (excepts & FE_UNDERFLOW ? Underflow : 0) | in getStatusValueForExcept()
43 (excepts & FE_INEXACT ? Inexact : 0); in getStatusValueForExcept()
63 static inline int enableExcept(int excepts) { in enableExcept() argument
73 static inline int disableExcept(int excepts) { in disableExcept() argument
83 static inline int clearExcept(int excepts) { in clearExcept() argument
91 static inline int testExcept(int excepts) { in testExcept() argument
92 uint32_t toTest = FEnv::getStatusValueForExcept(excepts); in testExcept()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/utils/FPUtil/aarch64/
H A DFEnv.h39 return (excepts & FE_INVALID ? Invalid : 0) | in getStatusValueForExcept()
40 (excepts & FE_DIVBYZERO ? DivByZero : 0) | in getStatusValueForExcept()
41 (excepts & FE_OVERFLOW ? Overflow : 0) | in getStatusValueForExcept()
42 (excepts & FE_UNDERFLOW ? Underflow : 0) | in getStatusValueForExcept()
43 (excepts & FE_INEXACT ? Inexact : 0); in getStatusValueForExcept()
63 static inline int enableExcept(int excepts) { in enableExcept() argument
73 static inline int disableExcept(int excepts) { in disableExcept() argument
83 static inline int clearExcept(int excepts) { in clearExcept() argument
91 static inline int testExcept(int excepts) { in testExcept() argument
92 uint32_t toTest = FEnv::getStatusValueForExcept(excepts); in testExcept()
[all …]

12345678910>>...27