aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-10-24 07:08:34 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-10-24 07:08:34 +0000
commit3841ef753439cdf3bfcb37e54d39174cb0426f69 (patch)
treea147dde9fff339cfc293921daaa6aa0450199712 /tests
parentcca983ebbb70600ab53753b862d4657332329722 (diff)
use smaller values for shifting ("<<123" is likely to produce very big results!)
svn path=/trunk/externals/iem/iemmatrix/; revision=3762
Diffstat (limited to 'tests')
-rw-r--r--tests/mtx_bitleft/08_function.pd2
-rw-r--r--tests/mtx_bitleft/09_function.pd2
-rw-r--r--tests/mtx_bitright/08_function.pd2
-rw-r--r--tests/mtx_bitright/09_function.pd2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/mtx_bitleft/08_function.pd b/tests/mtx_bitleft/08_function.pd
index a8f5316..d205dc7 100644
--- a/tests/mtx_bitleft/08_function.pd
+++ b/tests/mtx_bitleft/08_function.pd
@@ -22,7 +22,7 @@
#X obj 185 156 t f f;
#X obj 122 221 mtx_bitleft 0;
#X msg 122 132 4 3 7 6;
-#X msg 185 133 123;
+#X msg 185 133 3.6;
#X connect 0 0 13 0;
#X connect 2 0 3 0;
#X connect 3 0 8 0;
diff --git a/tests/mtx_bitleft/09_function.pd b/tests/mtx_bitleft/09_function.pd
index d211fb1..2f7f2d9 100644
--- a/tests/mtx_bitleft/09_function.pd
+++ b/tests/mtx_bitleft/09_function.pd
@@ -23,7 +23,7 @@
#X msg 186 200 matrix 1 2 \$1 \$2;
#X obj 252 228 unpack 0 0;
#X msg 122 132 10 9 -1 3;
-#X msg 185 133 7 34;
+#X msg 185 133 7 3.4;
#X connect 0 0 13 0;
#X connect 2 0 3 0;
#X connect 3 0 8 0;
diff --git a/tests/mtx_bitright/08_function.pd b/tests/mtx_bitright/08_function.pd
index 7db1a64..8db1b1f 100644
--- a/tests/mtx_bitright/08_function.pd
+++ b/tests/mtx_bitright/08_function.pd
@@ -22,7 +22,7 @@
#X obj 185 156 t f f;
#X obj 122 221 mtx_bitright 0;
#X msg 122 132 4 3 7 6;
-#X msg 185 133 123;
+#X msg 185 133 3.6;
#X connect 0 0 13 0;
#X connect 2 0 3 0;
#X connect 3 0 8 0;
diff --git a/tests/mtx_bitright/09_function.pd b/tests/mtx_bitright/09_function.pd
index 1c788a9..1bc6406 100644
--- a/tests/mtx_bitright/09_function.pd
+++ b/tests/mtx_bitright/09_function.pd
@@ -23,7 +23,7 @@
#X msg 186 200 matrix 1 2 \$1 \$2;
#X obj 252 228 unpack 0 0;
#X msg 122 132 10 9 -1 3;
-#X msg 185 133 7 34;
+#X msg 185 133 7 4.3;
#X connect 0 0 13 0;
#X connect 2 0 3 0;
#X connect 3 0 8 0;