Ch 51. Floating Point Conversion [ MPE/iX Error Messages Manual Volume III ] MPE/iX 5.0 Documentation
MPE/iX Error Messages Manual Volume III
Chapter 51 Floating Point Conversion
(Subsystem 193)
--------------------------------------------------------------
---------------------------------------------------------------
1 MESSAGE Inexact exception in a floating point conversion.
(HPFPCONVERT WARNING 1)
CAUSE Exact representation is not possible in the
specified IEEE destination format.
ACTION None.
---------------------------------------------------------------
3 MESSAGE Underflow exception in a floating point
conversion. (HPFPCONVERT WARNING 3)
CAUSE Result magnitude is too small for the destination
format.
ACTION Consider other destination formats and/or rounding
mode.
---------------------------------------------------------------
5 MESSAGE Overflow result in a floating point conversion.
(HPFPCONVERT WARNING 5)
CAUSE Result magnitude is too large for the destination
format.
ACTION Consider other destination formats and/or rounding
mode.
---------------------------------------------------------------
8 MESSAGE Invalid operation exception. (HPFPCONVERT
WARNING 8)
CAUSE The input NaN cannot be represented in the
destination format.
ACTION Program around the attempted conversion or correct
the bad data.
---------------------------------------------------------------
101 MESSAGE Invalid source format. (HPFPCONVERT ERROR 101)
CAUSE The source format value is not between 1 and 5.
ACTION Use valid numbers (shortint 1 through 5): 1 =
cm32, 2 = cm64, 3 = nm32, 4 = nm64, 5 = nm128
---------------------------------------------------------------
102 MESSAGE Invalid destination format. (HPFPCONVERT ERROR
102)
CAUSE The destination format value is not between 1 and
5.
ACTION Use valid numbers (shortint 1 through 5): 1 =
cm32, 2 = cm64, 3 = nm32, 4 = nm64, 5 = nm128
---------------------------------------------------------------
104 MESSAGE Invalid rounding mode. (HPFPCONVERT ERROR 104)
CAUSE The rounding mode value is not between 0 and 3.
ACTION Use valid numbers: 0 = round to nearest, 1 = round
toward zero, 2 = round toward + infinity, 3 = round
toward - infinity
---------------------------------------------------------------
105 MESSAGE CM to NM switch error. (HPFPCONVERT ERROR 105)
CAUSE Input parameters are incomplete or invalid.
ACTION Use valid input parameters.
---------------------------------------------------------------
106 MESSAGE CM parameter(s) missing. (HPFPCONVERT ERROR 106)
CAUSE Parameters incomplete or invalid.
ACTION Use all valid required parameters.
---------------------------------------------------------------
MPE/iX 5.0 Documentation