Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/host/hardware_divider/include/hardware/
Ddivider.h189 static inline int32_t hw_divider_quotient_s32(int32_t a, int32_t b) { in hw_divider_quotient_s32() function
286 return hw_divider_quotient_s32(a,b); in hw_divider_s32_quotient_inlined()
/hal_rpi_pico-latest/src/rp2_common/hardware_divider/include/hardware/
Ddivider.h348 static inline int32_t hw_divider_quotient_s32(int32_t a, int32_t b) { in hw_divider_quotient_s32() function
446 return hw_divider_quotient_s32(a,b); in hw_divider_s32_quotient_inlined()
/hal_rpi_pico-latest/src/rp2_common/pico_divider/
Ddivider_compiler.c11 return hw_divider_quotient_s32(a, b); in div_s32s32()
/hal_rpi_pico-latest/src/host/pico_divider/
Ddivider.c11 return hw_divider_quotient_s32(a, b); in div_s32s32()