powf
float powf(float, float);
r = powf (absa, x);
retval = powf(retval, power);
a = powf(65536.0f, (float)gain / (float)GAIN_MAX) / 65536.0f;