shout-misc.h File Reference
Namespaces | |
namespace | WriteFileLittleBigEndian |
namespace | StringFunctions |
namespace | FastMath |
Functions | |
int | WriteFileLittleBigEndian::fwriteEndianSafe (void *var, int nrTimes, int nrBytes, FILE *file) |
int | WriteFileLittleBigEndian::freadEndianSafe (void *var, int nrTimes, int nrBytes, FILE *file) |
void | StringFunctions::RightTrim (char *str) |
void | StringFunctions::splitList (char *str, char *str2) |
void | StringFunctions::splitRef (char *str, char *str2) |
void | FastMath::initLog () |
float | FastMath::log (float val) |
Variables | |
static float | FastMath::logLookupTable [FASTLOG_2_POW_20] |