blob: d6ed4b7f8ab3ec02a649183a5d3ee2063438a397 [file] [log] [blame]
Lev Walkinab1d1e12017-10-03 18:43:12 -07001-- Test the REAL (floating point) type.
2T ::= REAL
Lev Walkinb5450702017-10-04 02:52:57 -07003T ::= REAL (WITH COMPONENTS { mantissa (-16777215..16777215), base (2), exponent (-126..126)})
4T ::= REAL (WITH COMPONENTS { mantissa (-9007199254740991..9007199254740991), base (2), exponent (-1022..1023)})
5T ::= Real32 Real32 ::= REAL (WITH COMPONENTS { mantissa (-16777215..16777215), base (2), exponent (-126..126)})
6T ::= Real64 Real64 ::= REAL (WITH COMPONENTS { mantissa (-9007199254740991..9007199254740991), base (2), exponent (-1022..1023)})