Home | History | Annotate | Download | only in test

Lines Matching refs:w1

628       Weight w1 = U1.Start() < d.size() ? d[U1.Start()] : Weight::Zero();
629 CHECK(ApproxEqual(w, w1, kTestDelta));