Searched refs:divmod_s64s64_rem (Results 1 – 5 of 5) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_divider/ |
D | divider_compiler.c | 71 int64_t divmod_s64s64_rem(int64_t a, int64_t b, int64_t *rem) { in divmod_s64s64_rem() function 109 int64_t divmod_s64s64_rem_unsafe(int64_t a, int64_t b, int64_t *rem) { return divmod_s64s64_rem(a, … in divmod_s64s64_rem_unsafe()
|
D | divider_hardware.S | 863 div_section divmod_s64s64_rem 864 regular_func divmod_s64s64_rem
|
/hal_rpi_pico-latest/src/host/pico_divider/ |
D | divider.c | 71 int64_t divmod_s64s64_rem(int64_t a, int64_t b, int64_t *rem) { in divmod_s64s64_rem() function 109 int64_t divmod_s64s64_rem_unsafe(int64_t a, int64_t b, int64_t *rem) { return divmod_s64s64_rem(a, … in divmod_s64s64_rem_unsafe()
|
/hal_rpi_pico-latest/src/common/pico_divider_headers/include/pico/ |
D | divider.h | 123 int64_t divmod_s64s64_rem(int64_t a, int64_t b, int64_t *rem);
|
/hal_rpi_pico-latest/test/pico_divider_test/ |
D | pico_divider_test.c | 20 *q = divmod_s64s64_rem(*y, *x, r); in test_mulib_divs64s64()
|