OpenWareLaboratory
FastPowTable.h File Reference

Go to the source code of this file.

Variables

const uint32_t fast_pow_precision = 6
 
const uint32_t fast_pow_table [64]
 
const uint32_t fast_pow_table_size = 64
 

Variable Documentation

◆ fast_pow_precision

const uint32_t fast_pow_precision = 6

Definition at line 2 of file FastPowTable.h.

◆ fast_pow_table

const uint32_t fast_pow_table[64]
Initial value:
= {
45549, 137391, 230233, 324086, 418961, 514869, 611822, 709830, 808906, 909060, 1010305, 1112653, 1216114, 1320703, 1426431, 1533309, 1641352, 1750571, 1860979, 1972590, 2085416, 2199471, 2314767, 2431320, 2549141, 2668245, 2788646, 2910359, 3033396, 3157774, 3283506, 3410607, 3539092, 3668976, 3800274, 3933002, 4067176, 4202811, 4339922, 4478527, 4618641, 4760280, 4903462, 5048204, 5194521, 5342431, 5491953, 5643102, 5795897, 5950356, 6106498, 6264339, 6423899, 6585197, 6748251, 6913080, 7079705, 7248144, 7418417, 7590544, 7764545, 7940442, 8118253, 8298001, }

Definition at line 4 of file FastPowTable.h.

◆ fast_pow_table_size

const uint32_t fast_pow_table_size = 64

Definition at line 3 of file FastPowTable.h.