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
|