Searched defs:y (Results 1 – 4 of 4) sorted by relevance
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/ |
D | bsp_tfu.h | 63 #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/ |
D | bsp_tfu.h | 200 #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/ |
D | r_display_api.h | 191 int16_t y; ///< Coordinate Y, this allows to set signed value. member
|
/hal_renesas-latest/drivers/ra/fsp/src/r_usb_device/ |
D | r_usb_device.c | 80 static inline uint16_t min16 (uint16_t x, uint16_t y) { in min16()
|