Home
last modified time | relevance | path

Searched refs:UNDERFLOW_EXC (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IexMath/
H A DIexMathFpu.cpp112 const int UNDERFLOW_EXC = (1<<4); variable
115 OVERFLOW_EXC | UNDERFLOW_EXC | INEXACT_EXC;
373 mask &= ~FpuControl::UNDERFLOW_EXC; in setFpExceptions()
403 if (!(mask & FpuControl::UNDERFLOW_EXC)) in fpExceptions()
437 if (!(mask & FpuControl::UNDERFLOW_EXC) && (exc & FpuControl::UNDERFLOW_EXC)) in handleExceptionsSetInRegisters()
/dports/graphics/openexr/openexr-3.1.4/src/lib/Iex/
H A DIexMathFpu.cpp85 const int UNDERFLOW_EXC = (1<<4); variable
88 OVERFLOW_EXC | UNDERFLOW_EXC | INEXACT_EXC;
354 mask &= ~FpuControl::UNDERFLOW_EXC; in setFpExceptions()
384 if (!(mask & FpuControl::UNDERFLOW_EXC)) in fpExceptions()
418 if (!(mask & FpuControl::UNDERFLOW_EXC) && (exc & FpuControl::UNDERFLOW_EXC)) in handleExceptionsSetInRegisters()