Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/pico_divider_test/
Dpico_divider_test.c104 void test_divu64u64(ui64 y,ui64 x) { in test_divu64u64() function
161 test_divu64u64( y+dy, x+dx); in test_special()
184 test_divu64u64( y, x); in test_random()
360 test_divu64u64( 38, 6); in main()
365 test_divu64u64(1234567890123ULL,6); in main()
366 test_divu64u64(0x0000000100000000ULL,6); in main()
367 test_divu64u64(0xffffffffffffffffULL,6); in main()
371 test_divu64u64(0xf123456789abcdefULL,0x0000000100000000ULL); in main()
372 test_divu64u64(0xf123456789abcdefULL,0x00000001ffffffffULL); in main()
373 test_divu64u64(0xf123456789abcdefULL,0x00000003ffffffffULL); in main()
[all …]