Home | History | Annotate | Download | only in cctest

Lines Matching refs:PlusLess

1182   CHECK(!Bignum::PlusLess(a, b, c));
1193 CHECK(Bignum::PlusLess(a, b, c));
1194 CHECK(!Bignum::PlusLess(c, b, a));