Searched refs:very_small (Results 1 – 1 of 1) sorted by relevance
49 RealScalar very_small = (std::numeric_limits<RealScalar>::min)(); in run() local50 VERIFY( (v1*very_small).norm() == 0 ); in run()51 VERIFY_IS_APPROX((v1*very_small).normalized(), (v1*very_small)); in run()52 v3 = v1*very_small; in run()54 VERIFY_IS_APPROX(v3, (v1*very_small)); in run()