powf
float powf(float, float);
#define pow(x, y) __tg_impl_full(x, x, y, pow, powf, powl, \
PROTO_NORMAL(powf);
DEF_STD(powf);
r = powf (absa, x);