Home
last modified time | relevance | path

Searched defs:excepts (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/cmpintmd/
H A Dx86-fenv.c84 fetestexcept (int excepts) in fetestexcept()
93 feclearexcept (int excepts) in feclearexcept()
117 feraiseexcept (int excepts) in feraiseexcept()
140 fegetexceptflag (fexcept_t *flagp, int excepts) in fegetexceptflag()
149 fesetexceptflag (const fexcept_t *flagp, int excepts) in fesetexceptflag()
176 feenableexcept (int excepts) in feenableexcept()
197 fedisableexcept (int excepts) in fedisableexcept()
260 int excepts = (fetestexcept (FE_ALL_EXCEPT)); in feupdateenv() local
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/src/
H A DitkFloatingPointExceptions_unix_feenableexcept_using_fegetenv.cxx55 itk_feenableexcept (const fexcept_t excepts) in itk_feenableexcept()
70 itk_fedisableexcept (const fexcept_t excepts) in itk_fedisableexcept()
99 itk_feenableexcept (const fexcept_t excepts) in itk_feenableexcept()
117 itk_fedisableexcept (const fexcept_t excepts) in itk_fedisableexcept()
/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
127 feraiseexcept (int excepts) in feraiseexcept()
143 # define fegetexceptflag(flagp, excepts) \ argument
149 # define fesetexceptflag(flagp, excepts) \ argument
162 # define feenableexcept(excepts) \ argument
168 # define fedisableexcept(excepts) \ argument
/dports/audio/faust/faust-2.37.3/architecture/faust/audio/
H A Dfpe.h38 inline int feenableexcept(unsigned int excepts) in feenableexcept()
57 inline int fedisableexcept(unsigned int excepts) in fedisableexcept()
77 inline int feenableexcept(unsigned int excepts) in feenableexcept()
89 inline int fedisableexcept(unsigned int excepts) in fedisableexcept()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/machine/i386/
H A Dfenv.c76 feenableexcept (int excepts) in feenableexcept()
112 fedisableexcept (int excepts) in fedisableexcept()
235 feclearexcept (int excepts) in feclearexcept()
261 feraiseexcept (int excepts) in feraiseexcept()
287 fetestexcept (int excepts) in fetestexcept()
308 fegetexceptflag (fexcept_t *flagp, int excepts) in fegetexceptflag()
330 fesetexceptflag (const fexcept_t *flagp, int excepts) in fesetexceptflag()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/machine/x86_64/
H A Dfenv.c76 feenableexcept (int excepts) in feenableexcept()
112 fedisableexcept (int excepts) in fedisableexcept()
235 feclearexcept (int excepts) in feclearexcept()
261 feraiseexcept (int excepts) in feraiseexcept()
287 fetestexcept (int excepts) in fetestexcept()
308 fegetexceptflag (fexcept_t *flagp, int excepts) in fegetexceptflag()
330 fesetexceptflag (const fexcept_t *flagp, int excepts) in fesetexceptflag()
/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()
48 int fesetexceptflag(const fexcept_t *flagp, int excepts) in fesetexceptflag()
H A Dfegetexcept.c44 int feenableexcept(int excepts) in feenableexcept()
56 int fedisableexcept(int excepts) in fedisableexcept()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/AMD64_ext/
H A Dfloating_asm.c34 fegetexceptflag (fexcept_t *flagp, int excepts) in fegetexceptflag()
50 feclearexcept (int excepts) in feclearexcept()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/utils/FPUtil/aarch64/
H A DFEnvImpl.h72 static inline int enableExcept(int excepts) { in enableExcept()
82 static inline int disableExcept(int excepts) { in disableExcept()
92 static inline int clearExcept(int excepts) { in clearExcept()
100 static inline int testExcept(int excepts) { in testExcept()
107 static inline int setExcept(int excepts) { in setExcept()
115 static inline int raiseExcept(int excepts) { in raiseExcept()
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/utils/FPUtil/x86_64/
H A DFEnv.h59 static inline uint16_t getStatusValueForExcept(int excepts) { in getStatusValueForExcept()
128 static inline int enableExcept(int excepts) { in enableExcept()
155 static inline int disableExcept(int excepts) { in disableExcept()
175 static inline int clearExcept(int excepts) { in clearExcept()
189 static inline int testExcept(int excepts) { in testExcept()
197 static inline int raiseExcept(int excepts) { in raiseExcept()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/src/__support/FPUtil/aarch64/
H A DFEnvImpl.h72 static inline int enableExcept(int excepts) { in enableExcept()
82 static inline int disableExcept(int excepts) { in disableExcept()
99 static inline int clearExcept(int excepts) { in clearExcept()
107 static inline int testExcept(int excepts) { in testExcept()
114 static inline int setExcept(int excepts) { in setExcept()
122 static inline int raiseExcept(int excepts) { in raiseExcept()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/utils/FPUtil/aarch64/
H A DFEnvImpl.h72 static inline int enableExcept(int excepts) { in enableExcept()
82 static inline int disableExcept(int excepts) { in disableExcept()
92 static inline int clearExcept(int excepts) { in clearExcept()
100 static inline int testExcept(int excepts) { in testExcept()
107 static inline int setExcept(int excepts) { in setExcept()
115 static inline int raiseExcept(int excepts) { in raiseExcept()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/utils/FPUtil/x86_64/
H A DFEnv.h59 static inline uint16_t getStatusValueForExcept(int excepts) { in getStatusValueForExcept()
128 static inline int enableExcept(int excepts) { in enableExcept()
155 static inline int disableExcept(int excepts) { in disableExcept()
175 static inline int clearExcept(int excepts) { in clearExcept()
189 static inline int testExcept(int excepts) { in testExcept()
197 static inline int raiseExcept(int excepts) { in raiseExcept()
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/utils/FPUtil/aarch64/
H A DFEnvImpl.h72 static inline int enableExcept(int excepts) { in enableExcept()
82 static inline int disableExcept(int excepts) { in disableExcept()
92 static inline int clearExcept(int excepts) { in clearExcept()
100 static inline int testExcept(int excepts) { in testExcept()
107 static inline int setExcept(int excepts) { in setExcept()
115 static inline int raiseExcept(int excepts) { in raiseExcept()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/test/src/fenv/
H A Dgetenv_and_setenv_test.cpp24 int excepts[] = {FE_DIVBYZERO, FE_INVALID, FE_INEXACT, FE_OVERFLOW, in TEST() local
48 int excepts[] = {FE_DIVBYZERO, FE_INVALID, FE_INEXACT, FE_OVERFLOW, in TEST() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/utils/FPUtil/x86_64/
H A DFEnvImpl.h64 static inline uint16_t getStatusValueForExcept(int excepts) { in getStatusValueForExcept()
143 static inline int enableExcept(int excepts) { in enableExcept()
170 static inline int disableExcept(int excepts) { in disableExcept()
190 static inline int clearExcept(int excepts) { in clearExcept()
202 static inline int testExcept(int excepts) { in testExcept()
211 static inline int setExcept(int excepts) { in setExcept()
225 static inline int raiseExcept(int excepts) { in raiseExcept()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/utils/FPUtil/x86_64/
H A DFEnvImpl.h64 static inline uint16_t getStatusValueForExcept(int excepts) { in getStatusValueForExcept()
143 static inline int enableExcept(int excepts) { in enableExcept()
170 static inline int disableExcept(int excepts) { in disableExcept()
190 static inline int clearExcept(int excepts) { in clearExcept()
202 static inline int testExcept(int excepts) { in testExcept()
211 static inline int setExcept(int excepts) { in setExcept()
225 static inline int raiseExcept(int excepts) { in raiseExcept()
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/utils/FPUtil/x86_64/
H A DFEnvImpl.h64 static inline uint16_t getStatusValueForExcept(int excepts) { in getStatusValueForExcept()
143 static inline int enableExcept(int excepts) { in enableExcept()
170 static inline int disableExcept(int excepts) { in disableExcept()
190 static inline int clearExcept(int excepts) { in clearExcept()
202 static inline int testExcept(int excepts) { in testExcept()
211 static inline int setExcept(int excepts) { in setExcept()
225 static inline int raiseExcept(int excepts) { in raiseExcept()
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/utils/FPUtil/aarch64/
H A DFEnv.h63 static inline int enableExcept(int excepts) { in enableExcept()
73 static inline int disableExcept(int excepts) { in disableExcept()
83 static inline int clearExcept(int excepts) { in clearExcept()
91 static inline int testExcept(int excepts) { in testExcept()
98 static inline int raiseExcept(int excepts) { in raiseExcept()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/utils/FPUtil/aarch64/
H A DFEnv.h63 static inline int enableExcept(int excepts) { in enableExcept()
73 static inline int disableExcept(int excepts) { in disableExcept()
83 static inline int clearExcept(int excepts) { in clearExcept()
91 static inline int testExcept(int excepts) { in testExcept()
98 static inline int raiseExcept(int excepts) { in raiseExcept()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h64 static inline uint16_t getStatusValueForExcept(int excepts) { in getStatusValueForExcept()
143 static inline int enableExcept(int excepts) { in enableExcept()
170 static inline int disableExcept(int excepts) { in disableExcept()
196 static inline int clearExcept(int excepts) { in clearExcept()
208 static inline int testExcept(int excepts) { in testExcept()
217 static inline int setExcept(int excepts) { in setExcept()
231 static inline int raiseExcept(int excepts) { in raiseExcept()
/dports/games/spring/spring_98.0/rts/lib/streflop/
H A DFPUSettings.h151 inline int feraiseexcept(FPU_Exceptions excepts) { in feraiseexcept()
160 inline int feclearexcept(int excepts) { in feclearexcept()
267 inline int feraiseexcept(FPU_Exceptions excepts) { in feraiseexcept()
283 inline int feclearexcept(int excepts) { in feclearexcept()
425 inline int feraiseexcept(FPU_Exceptions excepts) { in feraiseexcept()
432 inline int feclearexcept(int excepts) { in feclearexcept()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/streflop/
H A DFPUSettings.h175 inline int feraiseexcept(FPU_Exceptions excepts) { in feraiseexcept()
184 inline int feclearexcept(int excepts) { in feclearexcept()
291 inline int feraiseexcept(FPU_Exceptions excepts) { in feraiseexcept()
307 inline int feclearexcept(int excepts) { in feclearexcept()
449 inline int feraiseexcept(FPU_Exceptions excepts) { in feraiseexcept()
456 inline int feclearexcept(int excepts) { in feclearexcept()
/dports/math/openlibm/openlibm-0.8.0/amd64/
H A Dfenv.c55 fesetexceptflag(const fexcept_t *flagp, int excepts) in fesetexceptflag()
73 feraiseexcept(int excepts) in feraiseexcept()

12345678910>>...12