Home
last modified time | relevance | path

Searched defs:y (Results 1 – 4 of 4) sorted by relevance

/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_tfu.h63 #define atan2f(y, x) __atan2f(y, x) argument
64 #define hypotf(x, y) __hypotf(x, y) argument
65 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h) argument
69 #define atan2fx(y, x) __atan2fx(y, x) argument
70 #define hypotfx(x, y) __hypotfx(x, y) argument
71 #define atan2hypotfx(y, x, a, h) __atan2hypotfx(y, x, a, h) argument
/hal_renesas-latest/zephyr/ra/portable/
Dbsp_tfu.h200 #define atan2f(y, x) __atan2f(y, x) argument
201 #define hypotf(x, y) __hypotf(x, y) argument
202 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h) argument
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_display_api.h191 int16_t y; ///< Coordinate Y, this allows to set signed value. member
/hal_renesas-latest/drivers/ra/fsp/src/r_usb_device/
Dr_usb_device.c80 static inline uint16_t min16 (uint16_t x, uint16_t y) { in min16()