all-fp-exceptions constant

Joe Groff 2009-09-12 18:13:25 -05:00
parent 6191072712
commit 95d5697792
1 changed files with 9 additions and 0 deletions

View File

@ -18,6 +18,15 @@ UNION: fp-exception
+fp-zero-divide+
+fp-inexact+ ;
CONSTANT: all-fp-exceptions
{
+fp-invalid-operation+
+fp-overflow+
+fp-underflow+
+fp-zero-divide+
+fp-inexact+
}
SINGLETONS:
+round-nearest+
+round-down+