1570af302Sopenharmony_ci#include "libm.h" 2570af302Sopenharmony_ci 3570af302Sopenharmony_cifloat __math_uflowf(uint32_t sign) 4570af302Sopenharmony_ci{ 5570af302Sopenharmony_ci return __math_xflowf(sign, 0x1p-95f); 6570af302Sopenharmony_ci} 7