Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/pico_divider_test/
Dpico_divider_test.c51 void o16hex(ui64 u) {o8hex(u>>32); o8hex(u);} in o16hex() function
113 o16hex(y); osp(); in test_divu64u64()
114 o16hex(x); osp(); in test_divu64u64()
115 o16hex(q); osp(); in test_divu64u64()
116 o16hex(r); in test_divu64u64()
118 o16hex(y/x); osp(); in test_divu64u64()
119 o16hex(y%x); onl(); in test_divu64u64()
136 o16hex(y); osp(); in test_divs64s64()
137 o16hex(x); osp(); in test_divs64s64()
138 o16hex(q); osp(); in test_divs64s64()
[all …]