4.7.6.5 High-Performance IEEE-Format Arithmetic
This model provides arithmetic operations on IEEE finite numbers and notifies applications of all exceptional
This model is implemented by using IEEE
4.7.7 Trapping Modes
There are six exceptions that can be generated by
•Invalid operation
•Division by zero
•Overflow
•Underflow
•Inexact result
•Integer overflow (conversion to integer only)
4.7.7.1VAX Trapping Modes
This section describes the characteristics of the four VAX trapping modes, which are summa- rized in Table
When no trap mode is specified (the default):
•Arithmetic is performed on VAX finite numbers.
•Operations give imprecise traps whenever the following occur:
–an operand is a
–a floating overflow
–a
•Traps are imprecise and it is not always possible to determine which instruction trig- gered a trap or the operands of that instruction.
•An underflow produces a zero result without trapping.
•A conversion to integer that overflows uses the
•The result of any operation that traps is UNPREDICTABLE.
Instruction Descriptions