diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-20 07:12:54 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-20 07:12:54 +0100 |
| commit | 1e2beb365f28e5b6816902a7f7c39389df4472e7 (patch) | |
| tree | 449457c23e12834be0ed526afc3f4e333f615a72 /tools/expected_distributions.h | |
| parent | 5c3d850bbe088d075bca8c7b4b5d746ee803798d (diff) | |
| download | nissy-core-1e2beb365f28e5b6816902a7f7c39389df4472e7.tar.gz nissy-core-1e2beb365f28e5b6816902a7f7c39389df4472e7.zip | |
Added known distribution for larger tables
Diffstat (limited to '')
| -rw-r--r-- | tools/expected_distributions.h | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/tools/expected_distributions.h b/tools/expected_distributions.h index 6ca1c90..0780cf8 100644 --- a/tools/expected_distributions.h +++ b/tools/expected_distributions.h | |||
| @@ -93,20 +93,36 @@ uint64_t expected_h48[12][9][21] = { | |||
| 93 | }, | 93 | }, |
| 94 | }, | 94 | }, |
| 95 | [8] = { | 95 | [8] = { |
| 96 | /* Unknown */ | 96 | [2] = { |
| 97 | [2] = {0}, | 97 | [0] = 1051579940, |
| 98 | [1] = 8136021316, | ||
| 99 | [2] = 19024479822, | ||
| 100 | [3] = 18851861220, | ||
| 101 | }, | ||
| 98 | }, | 102 | }, |
| 99 | [9] = { | 103 | [9] = { |
| 100 | /* Unknown */ | 104 | [2] = { |
| 101 | [2] = {0}, | 105 | [0] = 1102038189, |
| 106 | [1] = 9888265242, | ||
| 107 | [2] = 38299375805, | ||
| 108 | [3] = 10904855164, | ||
| 109 | }, | ||
| 102 | }, | 110 | }, |
| 103 | [10] = { | 111 | [10] = { |
| 104 | /* Unknown */ | 112 | [2] = { |
| 105 | [2] = {0}, | 113 | [0] = 1133240039, |
| 114 | [1] = 11196285614, | ||
| 115 | [2] = 64164702961, | ||
| 116 | [3] = 43894840186, | ||
| 117 | }, | ||
| 106 | }, | 118 | }, |
| 107 | [11] = { | 119 | [11] = { |
| 108 | /* Unknown */ | 120 | [2] = { |
| 109 | [2] = {0}, | 121 | [0] = 1150763161, |
| 122 | [1] = 12045845660, | ||
| 123 | [2] = 91163433330, | ||
| 124 | [3] = 136418095449, | ||
| 125 | }, | ||
| 110 | }, | 126 | }, |
| 111 | }; | 127 | }; |
| 112 | 128 | ||
