HIDDEN float __math_oflowf (uint32_t sign) { return xflowf (sign, 0x1p97f); }
/* Underflows to zero in some non-nearest rounding mode, setting errno is valid even if the result is non-zero, but in the subnormal range. */ HIDDEN float __math_may_uflowf (uint32_t sign) { return xflowf (sign, 0x1.4p-75f); }
attribute_hidden float __math_oflowf (uint32_t sign) { return xflowf (sign, 0x1p97f); }
HIDDEN float __math_uflowf (uint32_t sign) { return xflowf (sign, 0x1p-95f); }
/* Underflows to zero in some non-nearest rounding mode, setting errno is valid even if the result is non-zero, but in the subnormal range. */ attribute_hidden float __math_may_uflowf (uint32_t sign) { return xflowf (sign, 0x1.4p-75f); }