Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_tfu.h35 #define FIXED_POINT_FRACTIONAL_BITS 29U macro
769 return (int32_t) (calc_hypotValue >> FIXED_POINT_FRACTIONAL_BITS); in __hypotfx()
826 *hypot = (int32_t) (calc_hypotValue >> FIXED_POINT_FRACTIONAL_BITS); in __atan2hypotfx()