Searched refs:y_cord (Results 1 – 2 of 2) sorted by relevance
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/ |
D | bsp_tfu.h | 225 BSP_TFU_INLINE float __atan2f (float y_cord, float x_cord) in __atan2f() argument 231 R_TFU->ATDT1 = y_cord; in __atan2f() 247 BSP_TFU_INLINE float __hypotf (float x_cord, float y_cord) in __hypotf() argument 253 R_TFU->ATDT1 = y_cord; in __hypotf() 269 BSP_TFU_INLINE void __atan2hypotf (float y_cord, float x_cord, float * atan2, float * hypot) in __atan2hypotf() argument 275 R_TFU->ATDT1 = y_cord; in __atan2hypotf() 416 BSP_TFU_INLINE float __atan2f (float y_cord, float x_cord) in __atan2f() argument 424 R_TFU->FPATDT1 = y_cord; in __atan2f() 435 R_TFU0->FPATDT1 = y_cord; in __atan2f() 445 R_TFU1->FPATDT1 = y_cord; in __atan2f() [all …]
|
/hal_renesas-latest/zephyr/ra/portable/ |
D | bsp_tfu.h | 138 BSP_TFU_INLINE float __atan2f (float y_cord, float x_cord) in __atan2f() argument 144 R_TFU->ATDT1 = y_cord; in __atan2f() 160 BSP_TFU_INLINE float __hypotf (float x_cord, float y_cord) in __hypotf() argument 166 R_TFU->ATDT1 = y_cord; in __hypotf() 182 BSP_TFU_INLINE void __atan2hypotf (float y_cord, float x_cord, float * atan2, float * hypot) in __atan2hypotf() argument 188 R_TFU->ATDT1 = y_cord; in __atan2hypotf()
|