Home | History | Annotate | Download | only in cctest

Lines Matching refs:Less

1071   CHECK(!Bignum::Less(bignum1, bignum2));
1081 CHECK(Bignum::Less(bignum1, bignum2));
1082 CHECK(!Bignum::Less(bignum2, bignum1));