For VAX
denormal
An IEEE
dirty zero
A VAX
infinity
An IEEE
LSB
The least significant bit. For a positive finite representable number A, A + 1 LSB is the next larger representative number, and A + ½ LSB is exactly halfway between A and the next larger representable number. For a positive representable number A whose fraction field is not all zeros, A – 1 LSB is the next smaller representable number, and A – ½ LSB is exactly halfway between A and the next smaller representable number.
non-finite number
An IEEE infinity, NaN, denormal number, or a VAX dirty zero or reserved operand.
Not-a-Number
An IEEE
representable result
A real number that can be represented exactly as a VAX or IEEE
reserved operand
A VAX
trap shadow
The set of instructions potentially executed after an instruction that signals an arithmetic trap but before the trap is actually taken.
true result
The mathematically correct result of an operation, assuming that the input operand values are exact. The true result is typically rounded to the nearest representable result.