Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_divider/include/hardware/
Ddivider.h72 divmod_result_t hw_divider_divmod_s32(int32_t a, int32_t b);
74 static inline divmod_result_t hw_divider_divmod_s32(int32_t a, int32_t b) { in hw_divider_divmod_s32() function
113 hw_divider_divmod_s32(a, b); in hw_divider_divmod_s32_start()
350 return to_quotient_s32(hw_divider_divmod_s32(a, b)); in hw_divider_quotient_s32()
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.h45 static inline divmod_result_t hw_divider_divmod_s32(int32_t a, int32_t b) { in hw_divider_divmod_s32() function
62 hw_divider_result_threadlocal = hw_divider_divmod_s32(a, b); in hw_divider_divmod_s32_start()
190 return to_quotient_s32(hw_divider_divmod_s32(a, b)); in hw_divider_quotient_s32()
/hal_rpi_pico-latest/src/rp2_common/hardware_divider/
Ddivider.S12 regular_func_with_section hw_divider_divmod_s32
/hal_rpi_pico-latest/src/common/pico_divider_headers/include/pico/
Ddivider.h54 divmod_result_t r = hw_divider_divmod_s32(a, b); in divmod_s32s32_rem()
/hal_rpi_pico-latest/src/rp2_common/pico_divider/
Ddivider_compiler.c15 return hw_divider_divmod_s32(a, b); in divmod_s32s32()
/hal_rpi_pico-latest/src/host/pico_divider/
Ddivider.c15 return hw_divider_divmod_s32(a, b); in divmod_s32s32()