Lines Matching refs:Check
5 ; Check comparisons with 0.
16 ; Check comparisons with 2.
27 ; Check the high end of the CIJ range.
38 ; Check the next value up, which must use CHI instead.
50 ; Check the high end of the CHI range.
62 ; Check the next value up, which must use CFI.
74 ; Check the high end of the signed 32-bit range.
86 ; Check the next value up, which should be treated as a negative value.
98 ; Check the high end of the negative CIJ range.
109 ; Check the low end of the CIJ range.
120 ; Check the next value down, which must use CHI instead.
132 ; Check the low end of the CHI range.
144 ; Check the next value down, which must use CFI instead.
156 ; Check the low end of the signed 32-bit range.
168 ; Check the next value down, which should be treated as a positive value.
180 ; Check that < 1 becomes <= 0.
191 ; Check that >= 1 becomes > 0.
202 ; Check that > -1 becomes >= 0.
213 ; Check that <= -1 becomes < 0.