Home
last modified time | relevance | path

Searched refs:hypot (Results 1 – 2 of 2) sorted by relevance

/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_tfu.h269 BSP_TFU_INLINE void __atan2hypotf (float y_cord, float x_cord, float * atan2, float * hypot) in __atan2hypotf() argument
281 *hypot = R_TFU->ATDT0 * R_TFU_HYPOT_SCALING_FACTOR; in __atan2hypotf()
510 BSP_TFU_INLINE void __atan2hypotf (float y_cord, float x_cord, float * atan2, float * hypot) in __atan2hypotf() argument
524 *hypot = R_TFU->FPATDT0 * R_TFU_HYPOT_SCALING_FACTOR; in __atan2hypotf()
538 *hypot = R_TFU0->FPATDT0 * R_TFU_HYPOT_SCALING_FACTOR; in __atan2hypotf()
551 *hypot = R_TFU1->FPATDT0 * R_TFU_HYPOT_SCALING_FACTOR; in __atan2hypotf()
782 …FU_INLINE void __atan2hypotfx (uint32_t y_cord, uint32_t x_cord, uint32_t * atan2, int32_t * hypot) in __atan2hypotfx() argument
826 *hypot = (int32_t) (calc_hypotValue >> FIXED_POINT_FRACTIONAL_BITS); in __atan2hypotfx()
/hal_renesas-latest/zephyr/ra/portable/
Dbsp_tfu.h182 BSP_TFU_INLINE void __atan2hypotf (float y_cord, float x_cord, float * atan2, float * hypot) in __atan2hypotf() argument
194 *hypot = R_TFU->ATDT0 * R_TFU_HYPOT_SCALING_FACTOR; in __atan2hypotf()