Searched refs:__atan2hypotf (Results 1 – 2 of 2) sorted by relevance
/hal_renesas-latest/zephyr/ra/portable/ |
D | bsp_tfu.h | 182 BSP_TFU_INLINE void __atan2hypotf (float y_cord, float x_cord, float * atan2, float * hypot) in __atan2hypotf() function 202 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h)
|
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/ |
D | bsp_tfu.h | 65 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h) 269 BSP_TFU_INLINE void __atan2hypotf (float y_cord, float x_cord, float * atan2, float * hypot) in __atan2hypotf() function 510 BSP_TFU_INLINE void __atan2hypotf (float y_cord, float x_cord, float * atan2, float * hypot) in __atan2hypotf() function
|