X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/afd054c1d3545048b48028da994e1cbb86b6940a..397041a943bdba47467a0393d7042c7fc99a5f3d:/tests/mp diff --git a/tests/mp b/tests/mp index ea51574..6fe61e5 100644 --- a/tests/mp +++ b/tests/mp @@ -1,6 +1,6 @@ # Test vectors for MP functions # -# $Id: mp,v 1.11 2002/10/15 00:19:40 mdw Exp $ +# $Id: mp,v 1.12 2002/10/15 19:18:31 mdw Exp $ add { 5 4 9; 5 -4 1; -5 4 -1; -5 -4 -9; @@ -51,6 +51,12 @@ clrbit { -1 1 -3; } +neg { + 0 0; + 15 -15; + -15 15; +} + odd { 1 0 1; 2 1 1;