Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_divider/include/hardware/
Ddivider.h232 inline static int32_t to_remainder_s32(divmod_result_t r) { in to_remainder_s32() function
301 return to_remainder_s32(hw_divider_result_wait()); in hw_divider_s32_remainder_wait()
367 return to_remainder_s32(hw_divider_divmod_s32(a, b)); in hw_divider_remainder_s32()
/hal_rpi_pico-latest/src/host/hardware_divider/include/hardware/
Ddivider.h148 inline static int32_t to_remainder_s32(divmod_result_t r) { in to_remainder_s32() function
247 return to_remainder_s32(hw_divider_result_wait()); in hw_divider_s32_remainder_wait()
/hal_rpi_pico-latest/src/common/pico_divider_headers/include/pico/
Ddivider.h55 *rem = to_remainder_s32(r); in divmod_s32s32_rem()