X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/4f29a7323a664994f633a7bcd5a1afc2914156fa..81578196d5732e443c75768ba9118c581c407cc7:/tests/mp diff --git a/tests/mp b/tests/mp index 98399a2..767bd0d 100644 --- a/tests/mp +++ b/tests/mp @@ -1,6 +1,6 @@ # Test vectors for MP functions # -# $Id: mp,v 1.14 2002/10/19 18:55:08 mdw Exp $ +# $Id: mp,v 1.15 2003/05/16 09:09:24 mdw Exp $ add { 5 4 9; 5 -4 1; -5 4 -1; -5 -4 -9; @@ -34,9 +34,22 @@ lsr2c { -1 5 -1; 1 5 0; -6 2 -2; + 5 0 5; + -4 0 -4; 7 2 1; -7 2 -2; - -7 -2 0; + -7 20 -1; +} + +lsl2c { + -1 5 -32; + 5 0 5; + -4 0 -4; + 7 2 28; + -7 2 -28; + 0xc0000000 1 0x180000000; + -0xc0000000 1 -0x180000000; + -1 32 -0x100000000; } setbit {