blob: c8cde9d4c39927cdbe29d83343f190ee2d19f5df [file] [log] [blame]
Lev Walkinab1d1e12017-10-03 18:43:12 -07001-- Test the REAL (floating point) type.
2T ::= REAL
Lev Walkinc44edc02017-10-04 03:28:38 -07003T ::= REAL (WITH COMPONENTS { mantissa (-16384..16384), base (2), exponent (-10..10)})
4T ::= REAL (WITH COMPONENTS { mantissa (-16777215..16777215), base (2), exponent (-323..292)})
5T ::= REAL (WITH COMPONENTS { mantissa (-9007199254740991..9007199254740991), base (2), exponent (-1074..971)})
6T ::= Real32 Real32 ::= REAL (WITH COMPONENTS { mantissa (-16777215..16777215), base (2), exponent (-323..292)})
7T ::= Real64 Real64 ::= REAL (WITH COMPONENTS { mantissa (-9007199254740991..9007199254740991), base (2), exponent (-1074..971)})