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