Lines Matching refs:min
77 CHECK_COND(lim::min() < lim::max()); in test_integral_limits_base()
78 …CHECK_COND((unknown_sign && ((lim::is_signed && (lim::min() != 0)) || (!lim::is_signed && (lim::mi… in test_integral_limits_base()
98 _Tp tmp = lim::min(); in test_integral_limits()
99 CHECK_COND( --tmp > lim::min() ); in test_integral_limits()
132 CHECK_COND(lim::min() > 0); in test_float_limits()
133 CHECK_COND(lim::min() < 0.001); in test_float_limits()
144 CHECK_COND(lim::denorm_min() == lim::min()); in test_float_limits()
145 _Tp tmp = lim::min(); in test_float_limits()
147 if (tmp > 0 && tmp < lim::min()) { in test_float_limits()
154 CHECK_COND(lim::denorm_min() < lim::min()); in test_float_limits()
156 _Tp tmp = lim::min(); in test_float_limits()