powf
extern float powf(float x, float y);
float r = powf(M_E, cosf(fBase)) - 2 * cosf(4 * fBase)
- powf(sinf(fBase / 12), 5);
kGammaTable[i] = (uint16)(powf((float)i / 255.0, kGamma) * 25500.0);
kInverseGammaTable[i] = (uint8)(powf((float)i / 25500.0, kInverseGamma) * 255.0);