177 static const uint64_t kCachedPowers_F[] = {
223 static const int16_t kCachedPowers_E[] = {
224 -1220, -1193, -1166, -1140, -1113, -1087, -1060, -1034, -1007, -980,
225 -954, -927, -901, -874, -847, -821, -794, -768, -741, -715,
226 -688, -661, -635, -608, -582, -555, -529, -502, -475, -449,
227 -422, -396, -369, -343, -316, -289, -263, -236, -210, -183,
228 -157, -130, -103, -77, -50, -24, 3, 30, 56, 83,
229 109, 136, 162, 189, 216, 242, 269, 295, 322, 348,
230 375, 402, 428, 455, 481, 508, 534, 561, 588, 614,
231 641, 667, 694, 720, 747, 774, 800, 827, 853, 880,
232 907, 933, 960, 986, 1013, 1039, 1066
235 return DiyFp(kCachedPowers_F[index], kCachedPowers_E[index]);