aboutsummaryrefslogtreecommitdiffstats
path: root/libj2_j2i_lsh.3
diff options
context:
space:
mode:
Diffstat (limited to 'libj2_j2i_lsh.3')
-rw-r--r--libj2_j2i_lsh.319
1 files changed, 16 insertions, 3 deletions
diff --git a/libj2_j2i_lsh.3 b/libj2_j2i_lsh.3
index ed67470..ce5885e 100644
--- a/libj2_j2i_lsh.3
+++ b/libj2_j2i_lsh.3
@@ -56,6 +56,20 @@ only predict overflow, and do not perform
any bit-shifting, and therefore does store
it anywhere.
.PP
+For the functions where
+.I a
+is a
+.B uintmax_t
+it is convert to a
+.BR "struct libj2_j2u *" ,
+and for the functions where
+.I a
+is a
+.B intmax_t
+it is convert to a
+.BR "struct libj2_j2i *" ,
+before described operations.
+.PP
The value-returning functions (that is, those
with word
.B overflow
@@ -63,7 +77,6 @@ in their name), detect overflow, that is,
if any discarded bit (any of the
.I b
most significant bits) was set.
-
.PP
The arguments are assumed to be
.RI non- NULL .
@@ -110,5 +123,5 @@ functions were added in version 1.1 of
.SH SEE ALSO
.BR libj2 (7),
.BR libj2_j2i_rsh (3),
-.BR libj2_j2i_lrot (3),
-.BR libj2_j2i_rrot (3)
+.BR libj2_j2u_lrot (3),
+.BR libj2_j2u_rrot (3)