Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libm/common/C/
H A Datan2.c409 atan2(double oy, double ox) { in atan2() function
/titanic_44/usr/src/head/iso/
H A Dmath_iso.h168 inline float atan2(float __X, float __Y) { return __atan2f(__X, __Y); } in atan2() function
194 inline long double atan2(long double __X, long double __Y) { return in atan2() function
/titanic_44/usr/src/head/
H A Dtgmath.h79 #define atan2(y, x) __tgmath_atan2(y, x) macro
/titanic_44/usr/src/lib/libm1/common/
H A Dlibmv1.c36 #pragma weak atan2 = __atan2 macro