search for: preservesign

Displaying 4 results from an estimated 4 matches for "preservesign".

2020 Jan 27
11
Floating point semantic modes
...issed anything. Here's what I've got. ====================== FP semantic modes ====================== except_behavior { ignore, strict, may_trap } fenv_access { on, off } rounding_mode { dynamic, tonearest, downward, upward, towardzero } contract { on, off, fast } denormal_fp_math { IEEE, PreserveSign, PositiveZero } denormal_fp32_math { IEEE, PreserveSign, PositiveZero } support_math_errno { on, off } no_honor_nans { on, off } no_honor_infinities { on, off } no_signed_zeros { on, off } allow_reciprocal { on, off } allow_approximate_fns { on, off } allow_reassociation { on, off } --------------...
2020 Jan 29
2
Floating point semantic modes
...r I’ve missed anything. Here’s what I’ve got. ====================== FP semantic modes ====================== except_behavior { ignore, strict, may_trap } fenv_access { on, off } rounding_mode { dynamic, tonearest, downward, upward, towardzero } contract { on, off, fast } denormal_fp_math { IEEE, PreserveSign, PositiveZero } denormal_fp32_math { IEEE, PreserveSign, PositiveZero } support_math_errno { on, off } no_honor_nans { on, off } no_honor_infinities { on, off } no_signed_zeros { on, off } allow_reciprocal { on, off } allow_approximate_fns { on, off } allow_reassociation { on, off } --------------...
2020 Jan 28
3
Floating point semantic modes
...==================== > > FP semantic modes > > ====================== > > except_behavior { ignore, strict, may_trap } fenv_access { on, off } > > rounding_mode { dynamic, tonearest, downward, upward, towardzero } > > contract { on, off, fast } denormal_fp_math { IEEE, PreserveSign, > > PositiveZero } denormal_fp32_math { IEEE, PreserveSign, PositiveZero } > > support_math_errno { on, off } > > note that math errno handling can be > > 1) errno is set, > 2) errno may be set and > 3) errno is guaranteed to be untouched > > iso c math_errha...
2020 Jan 29
3
Floating point semantic modes
...l wont bounce. > ====================== > FP semantic modes > ====================== > except_behavior { ignore, strict, may_trap } fenv_access { on, off } > rounding_mode { dynamic, tonearest, downward, upward, towardzero } > contract { on, off, fast } denormal_fp_math { IEEE, PreserveSign, > PositiveZero } denormal_fp32_math { IEEE, PreserveSign, PositiveZero } > support_math_errno { on, off } note that math errno handling can be 1) errno is set, 2) errno may be set and 3) errno is guaranteed to be untouched iso c math_errhandling can select between 1 and 2, (user can or...