forked from Github_Repos/cvw
20 lines
682 B
Bash
Executable File
20 lines
682 B
Bash
Executable File
#!/bin/sh
|
|
cat iter64_signed.out | grep "0 1$"
|
|
cat iter64_signed.out | grep "1 0$"
|
|
cat iter64_signed.out | grep "0 0$"
|
|
cat iter64_unsigned.out | grep "0 1$"
|
|
cat iter64_unsigned.out | grep "1 0$"
|
|
cat iter64_unsigned.out | grep "0 0$"
|
|
cat iter32_signed.out | grep "0 1$"
|
|
cat iter32_signed.out | grep "1 0$"
|
|
cat iter32_signed.out | grep "0 0$"
|
|
cat iter32_unsigned.out | grep "0 1$"
|
|
cat iter32_unsigned.out | grep "1 0$"
|
|
cat iter32_unsigned.out | grep "0 0$"
|
|
cat iter128_signed.out | grep "0 1$"
|
|
cat iter128_signed.out | grep "1 0$"
|
|
cat iter128_signed.out | grep "0 0$"
|
|
cat iter128_unsigned.out | grep "0 1$"
|
|
cat iter128_unsigned.out | grep "1 0$"
|
|
cat iter128_unsigned.out | grep "0 0$"
|