Searched refs:bb (Results 1 – 3 of 3) sorted by relevance
170 int bb = zz % -11; in test_nesting() local171 if (zz != aa * -11 + bb) { in test_nesting()175 bb = -zz % -11; in test_nesting()176 if (-zz != aa * -11 + bb) { in test_nesting()180 bb = -zz % 11; in test_nesting()181 if (-zz != aa * 11 + bb) { in test_nesting()
337 double bb = 1; variable344 printf("%d\n", aa < bb); in main()
340 double bb = 1; variable347 printf("%d\n", aa < bb); in main()