scalbf
float scalbf(float, float);
PROTO_NORMAL(scalbf);
DEF_NONSTD(scalbf);
return scalbf(x,(float) -ilogbf(x));