13 static bool once =
false;
25 for (
unsigned int i = 1;
i <= 1023; ++
i) {
26 unsigned int m = (
i << 13),
e = 0;
27 while (!(
m & 0x00800000)) {
36 for (
unsigned int i = 1024;
i <= 2047; ++
i) {
41 for (
unsigned int i = 1;
i <= 30; ++
i)
45 for (
unsigned int i = 33;
i <= 62; ++
i)
50 for (
unsigned int i = 0;
i <= 63; ++
i)
54 for (
unsigned i = 0;
i < 256; ++
i) {
63 basetable[
i | 0x100] = (0x0400 >> (-
e - 14)) | 0x8000;
static uint16_t offsettable[64]
static uint16_t basetable[512]
static uint8_t shifttable[512]
static uint32_t mantissatable[2048]
static uint32_t exponenttable[64]