ULP Conditions for Standard Formats #
FIX, positive-precision FLX, and positive-precision FLT do not flush the selected ULP to zero. These witnesses make the generic ULP representability theorem available for each standard family.
@[reducible, inline]
Fixed-point exponent selection preserves ULP representability.
Instances For
@[reducible, inline]
abbrev
TorchLean.Floats.flxNotFlushToZero
(prec : ℤ)
(hprec : 0 < prec)
:
NeuralExpNotFlushToZero (FLXExp prec)
Positive-precision unbounded floats preserve ULP representability.
Instances For
@[reducible, inline]
abbrev
TorchLean.Floats.fltNotFlushToZero
(emin prec : ℤ)
(hprec : 0 < prec)
:
NeuralExpNotFlushToZero (FLTExp emin prec)
Positive-precision lower-bounded floats preserve ULP representability.