FreeCalypso > hg > efr-experiments
comparison src/pow2.tab @ 0:56410792419a
src: original EFR source from ETSI
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 03 Apr 2024 05:31:37 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:56410792419a |
---|---|
1 /*-----------------------------------------------------* | |
2 | Table for routine Pow2(). | | |
3 -----------------------------------------------------*/ | |
4 | |
5 static const Word16 table[33] = | |
6 { | |
7 16384, 16743, 17109, 17484, 17867, 18258, 18658, 19066, 19484, 19911, | |
8 20347, 20792, 21247, 21713, 22188, 22674, 23170, 23678, 24196, 24726, | |
9 25268, 25821, 26386, 26964, 27554, 28158, 28774, 29405, 30048, 30706, | |
10 31379, 32066, 32767 | |
11 }; |