Home | History | Annotate | Download | only in src

Lines Matching defs:expected1

188         long expected1 = 1234L << 5;
199 if (result1 == expected1 && result2 == expected2) {
204 "result1: " + result1 + " (expecting " + expected1 + "), " +