Searched refs:dy (Results 1 – 1 of 1) sorted by relevance
/hal_rpi_pico-latest/test/pico_divider_test/ |
D | pico_divider_test.c | 150 int i0,j0,i1,j1,dy,dx; in test_special() local 159 for(dy=-A;dy<=A;dy++) { in test_special() 161 test_divu64u64( y+dy, x+dx); in test_special() 162 test_divs64s64( y+dy, x+dx); in test_special() 163 test_divs64s64( y+dy,-x-dx); in test_special() 164 test_divs64s64(-y-dy, x+dx); in test_special() 165 test_divs64s64(-y-dy,-x-dx); in test_special()
|