Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/pico_divider_test/
Dpico_divider_test.c124 void test_divs64s64(i64 y,i64 x) { in test_divs64s64() function
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()
185 test_divs64s64( y, x); in test_random()
186 test_divs64s64( y,-x); in test_random()
187 test_divs64s64(-y, x); in test_random()
188 test_divs64s64(-y,-x); in test_random()
361 test_divs64s64( 38, 6); in main()
[all …]