X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/dd22938ef0d9b0131dad9171a8a95866ceec9607..09d00c6bc88fe624f00ef13b0930b8cc0b6300c1:/tests/mp diff --git a/tests/mp b/tests/mp index a73bc65..ea51574 100644 --- a/tests/mp +++ b/tests/mp @@ -1,6 +1,6 @@ # Test vectors for MP functions # -# $Id: mp,v 1.10 2002/10/06 22:52:50 mdw Exp $ +# $Id: mp,v 1.11 2002/10/15 00:19:40 mdw Exp $ add { 5 4 9; 5 -4 1; -5 4 -1; -5 -4 -9; @@ -35,6 +35,22 @@ lsr2c { -6 2 -2; } +setbit { + 0 40 0x10000000000; + 0x87348 40 0x10000087348; + 5 1 7; + 7 1 7; + -3 1 -1; +} + +clrbit { + 0x10000000000 40 0; + 0x87348 40 0x87348; + 5 1 5; + 7 1 5; + -1 1 -3; +} + odd { 1 0 1; 2 1 1;