Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_tfu.h744 int64_t calc_hypotValue = (int64_t) R_TFU->FXATDT0 * R_TFU_HYPOT_SCALING_FACTOR_FIXED; in __hypotfx() local
755 int64_t calc_hypotValue = (int64_t) R_TFU0->FXATDT0 * R_TFU_HYPOT_SCALING_FACTOR_FIXED; in __hypotfx()
765 int64_t calc_hypotValue = (int64_t) R_TFU1->FXATDT0 * R_TFU_HYPOT_SCALING_FACTOR_FIXED; in __hypotfx()
769 return (int32_t) (calc_hypotValue >> FIXED_POINT_FRACTIONAL_BITS); in __hypotfx()
796 int64_t calc_hypotValue = (int64_t) R_TFU->FXATDT0 * R_TFU_HYPOT_SCALING_FACTOR_FIXED; in __atan2hypotfx() local
810 int64_t calc_hypotValue = (int64_t) R_TFU0->FXATDT0 * R_TFU_HYPOT_SCALING_FACTOR_FIXED; in __atan2hypotfx()
823 int64_t calc_hypotValue = (int64_t) R_TFU1->FXATDT0 * R_TFU_HYPOT_SCALING_FACTOR_FIXED; in __atan2hypotfx()
826 *hypot = (int32_t) (calc_hypotValue >> FIXED_POINT_FRACTIONAL_BITS); in __atan2hypotfx()