Home
last modified time | relevance | path

Searched refs:zz (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/test/pico_divider_test/
Dpico_divider_nesting_test.c168 int zz = (int)z; in test_nesting() local
169 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()