all-fp-exceptions constant
parent
d5206b26ec
commit
6d328be69b
|
@ -18,6 +18,15 @@ UNION: fp-exception
|
||||||
+fp-zero-divide+
|
+fp-zero-divide+
|
||||||
+fp-inexact+ ;
|
+fp-inexact+ ;
|
||||||
|
|
||||||
|
CONSTANT: all-fp-exceptions
|
||||||
|
{
|
||||||
|
+fp-invalid-operation+
|
||||||
|
+fp-overflow+
|
||||||
|
+fp-underflow+
|
||||||
|
+fp-zero-divide+
|
||||||
|
+fp-inexact+
|
||||||
|
}
|
||||||
|
|
||||||
SINGLETONS:
|
SINGLETONS:
|
||||||
+round-nearest+
|
+round-nearest+
|
||||||
+round-down+
|
+round-down+
|
||||||
|
|
Loading…
Reference in New Issue