Home
last modified time | relevance | path

Searched defs:old_excepts (Results 1 – 5 of 5) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/src/
H A DitkFloatingPointExceptions_unix_feenableexcept_using_fegetenv.cxx63 const fexcept_t old_excepts = (fenv & FM_ALL_EXCEPT) << FE_EXCEPT_SHIFT; in itk_feenableexcept() local
78 const fexcept_t old_excepts = (fenv & FM_ALL_EXCEPT) << FE_EXCEPT_SHIFT; in itk_fedisableexcept() local
107 const fexcept_t old_excepts = fenv.__itk_control_word & FE_ALL_EXCEPT; in itk_feenableexcept() local
125 fexcept_t old_excepts = fenv.__itk_control_word & FE_ALL_EXCEPT; in itk_fedisableexcept() local
/dports/audio/faust/faust-2.37.3/architecture/faust/audio/
H A Dfpe.h43 unsigned int old_excepts; in feenableexcept() local
62 unsigned int old_excepts; in fedisableexcept() local
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/cmpintmd/
H A Dx86-fenv.c178 int old_excepts = 0; in feenableexcept() local
199 int old_excepts = 0; in fedisableexcept() local
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Ddebug.cpp103 unsigned int old_excepts; in feenableexcept() local
122 unsigned int old_excepts; in fedisableexcept() local
/dports/science/cdo/cdo-2.0.0/src/
H A Dcdo.cc128 int old_excepts = -1; // previous masks in cdo_feenableexcept() local