#include "brmisc.h"#include "brglobalmemorymanager.h"#include "ststring.h"#include "fpfloat.h"#include <string.h>#include <stdio.h>
Functions | |
| const char | BURGER_ALIGN (Burger::NibbleToAsciiUppercase[16], 16) |
| const char | BURGER_ALIGN (Burger::NibbleToAsciiLowercase[16], 16) |
| const Word8 | BURGER_ALIGN (Burger::AsciiToWord8Table[256], 16) |
| const Word8 | BURGER_ALIGN (Burger::ReverseBits[256], 16) |
Variables | |
| static const float | PowerOf10FltTable [6] |
| static const double | PowerOf10DblTable [9] |
| const char BURGER_ALIGN | ( | Burger::NibbleToAsciiUppercase | [16], | |
| 16 | ||||
| ) |
| const Word8 BURGER_ALIGN | ( | Burger::ReverseBits | [256], | |
| 16 | ||||
| ) |
| const Word8 BURGER_ALIGN | ( | Burger::AsciiToWord8Table | [256], | |
| 16 | ||||
| ) |
| const char BURGER_ALIGN | ( | Burger::NibbleToAsciiLowercase | [16], | |
| 16 | ||||
| ) |
const double PowerOf10DblTable[9] [static] |
{
1e1, 1e2, 1e4, 1e8, 1e16, 1e32, 1e64, 1e128, 1e256
}
const float PowerOf10FltTable[6] [static] |
{
1e1f, 1e2f, 1e4f, 1e8f, 1e16f, 1e32f
}
1.7.1