1570af302Sopenharmony_ci#include "libm.h"
2570af302Sopenharmony_ci
3570af302Sopenharmony_cifloat __math_oflowf(uint32_t sign)
4570af302Sopenharmony_ci{
5570af302Sopenharmony_ci	return __math_xflowf(sign, 0x1p97f);
6570af302Sopenharmony_ci}
7