scalbnf
float scalbnf(float, int);
extern float scalbnf(float, int);
using ::scalbnf;
return (scalbnf(x, n));
return (scalbnf(x, -ilogbf(x)));
return (scalbnf(x, n));