aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat/s-explllu.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/libgnat/s-explllu.ads')
-rw-r--r--gcc/ada/libgnat/s-explllu.ads12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/ada/libgnat/s-explllu.ads b/gcc/ada/libgnat/s-explllu.ads
index a0b5d47..88aa9af 100644
--- a/gcc/ada/libgnat/s-explllu.ads
+++ b/gcc/ada/libgnat/s-explllu.ads
@@ -34,24 +34,12 @@
-- The result is always full width, the caller must do a masking operation if
-- the modulus is less than 2 ** Long_Long_Long_Unsigned'Size.
--- Preconditions in this unit are meant for analysis only, not for run-time
--- checking, so that the expected exceptions are raised. This is enforced
--- by setting the corresponding assertion policy to Ignore. Postconditions
--- and contract cases should not be executed at runtime as well, in order
--- not to slow down the execution of these functions.
-
-pragma Assertion_Policy (Pre => Ignore,
- Post => Ignore,
- Contract_Cases => Ignore,
- Ghost => Ignore);
-
with System.Exponu;
with System.Unsigned_Types;
package System.Exp_LLLU
with SPARK_Mode
is
-
subtype Long_Long_Long_Unsigned is Unsigned_Types.Long_Long_Long_Unsigned;
function Exp_Long_Long_Long_Unsigned is