1570af302Sopenharmony_ci#include "libm.h" 2570af302Sopenharmony_ci 3570af302Sopenharmony_cidouble __math_oflow(uint32_t sign) 4570af302Sopenharmony_ci{ 5570af302Sopenharmony_ci return __math_xflow(sign, 0x1p769); 6570af302Sopenharmony_ci} 7