Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/pico_divider_test/
Dpico_divider_nesting_test.c170 int bb = zz % -11; in test_nesting() local
171 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()
/hal_rpi_pico-latest/test/pico_float_test/
Dpico_double_test.c337 double bb = 1; variable
344 printf("%d\n", aa < bb); in main()
Dpico_float_test.c340 double bb = 1; variable
347 printf("%d\n", aa < bb); in main()