__ldexp_expf
return __ldexp_expf(fabsf(x), -1);
return h*2.0F*__ldexp_expf(fabsf(x), -1);
float __ldexp_expf(float,int);