X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/f09e814abfcb58c0bb5423589e2940c205106e8d..2b645fb792c62ae0d38fcde4c39e1bd0889b0e06:/tests/mp diff --git a/tests/mp b/tests/mp index a73bc65..1c65693 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.15.2.1 2003/06/10 13:21:10 mdw Exp $ add { 5 4 9; 5 -4 1; -5 4 -1; -5 -4 -9; @@ -18,7 +18,9 @@ mul { } div { - 9 4 2 1; -9 4 -3 3; 9 -4 -3 -3; -9 -4 2 -1; +# 9 4 2 1; -9 4 -3 3; 9 -4 -3 -3; -9 -4 2 -1; + -3 6277101735386680763835789423207666416083908700390324961279 + -1 6277101735386680763835789423207666416083908700390324961276; } bin2c { @@ -26,6 +28,7 @@ bin2c { or 5 3 7; xor 5 3 6; 1111 0 0 -1; + or 45 -7 -3; xor 0x343cd5 -0x6a49c -0x32984f; } @@ -33,6 +36,44 @@ lsr2c { -1 5 -1; 1 5 0; -6 2 -2; + 5 0 5; + -4 0 -4; + 7 2 1; + -7 2 -2; + -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 { + 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; +} + +neg { + 0 0; + 15 -15; + -15 15; } odd {