all-fp-exceptions constant
parent
6191072712
commit
95d5697792
|
@ -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