Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/pico_divider_test/
Dpico_divider_nesting_test.c120 static uint64_t z64; in test_irq_handler1() local
121 z64 -= 47; in test_irq_handler1()
122 uint64_t a64 = z64 / -13; in test_irq_handler1()
123 uint64_t b64 = z64 % -13; in test_irq_handler1()
124 if (z64 != a64 * -13 + b64) { in test_irq_handler1()
189 static uint64_t z64; in test_nesting() local
190 z64 -= 47; in test_nesting()
191 uint64_t a64 = z64 / -13635; in test_nesting()
192 uint64_t b64 = z64 % -13635; in test_nesting()
193 if (z64 != a64 * -13635 + b64) { in test_nesting()