Searched refs:zz (Results 1 – 1 of 1) sorted by relevance
168 int zz = (int)z; in test_nesting() local169 int aa = zz / -11; in test_nesting()170 int bb = zz % -11; in test_nesting()171 if (zz != aa * -11 + bb) { in test_nesting()174 aa = -zz / -11; in test_nesting()175 bb = -zz % -11; in test_nesting()176 if (-zz != aa * -11 + bb) { in test_nesting()179 aa = -zz / 11; in test_nesting()180 bb = -zz % 11; in test_nesting()181 if (-zz != aa * 11 + bb) { in test_nesting()