Home | History | Annotate | Download | only in tests

Lines Matching defs:invalid

28     float invalid = 1 / make_zero();    // infinity
30 SkFixed invalid = SK_FixedNaN;
38 check_invalid(reporter, small, small, big, invalid);
39 check_invalid(reporter, small, small, invalid, big);
40 check_invalid(reporter, small, invalid, big, big);
41 check_invalid(reporter, invalid, small, big, big);
42 check_invalid(reporter, small, small, big, -invalid);
43 check_invalid(reporter, small, small, -invalid, big);
44 check_invalid(reporter, small, -invalid, big, big);
45 check_invalid(reporter, -invalid, small, big, big);