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/ |
D | divider.h | 72 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/ |
D | divider.h | 45 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/ |
D | divider.S | 12 regular_func_with_section hw_divider_divmod_s32
|
/hal_rpi_pico-latest/src/common/pico_divider_headers/include/pico/ |
D | divider.h | 54 divmod_result_t r = hw_divider_divmod_s32(a, b); in divmod_s32s32_rem()
|
/hal_rpi_pico-latest/src/rp2_common/pico_divider/ |
D | divider_compiler.c | 15 return hw_divider_divmod_s32(a, b); in divmod_s32s32()
|
/hal_rpi_pico-latest/src/host/pico_divider/ |
D | divider.c | 15 return hw_divider_divmod_s32(a, b); in divmod_s32s32()
|