• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1-- Selected test cases to reduce both the archive size and runtime.  For the
2-- large test suite, download the separate mpdecimal-testdata distribution and
3-- replace the testdata_dist directory.
4
5shlx0  shiftleft  0  0  ->  0
6shlx1  shiftleft  0  1  ->  0
7shlx2  shiftleft  0  2  ->  0
8shlx3  shiftleft  0  3  ->  0
9
10shlx190  shiftleft  1  90  ->  1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
11
12shlx200  shiftleft  12  0  ->  12
13shlx201  shiftleft  12  1  ->  120
14shlx209  shiftleft  12  9  ->  12000000000
15
16shlr4800  shiftright  12123456789  0  ->  12123456789
17shlr4801  shiftright  12123456789  1  ->  1212345678
18shlr4802  shiftright  12123456789  2  ->  121234567
19shlr4810  shiftright  12123456789  10  ->  1
20