Searched defs:atan2 (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libm/i386/src/
H A Datan2.s29 .file "atan2.s"
32 LIBM_ANSI_PRAGMA_WEAK(atan2,function)
35 ENTRY(atan2) function
45 fpatan / return atan2(y,x)
69 SET_SIZE(atan2)
/illumos-gate/usr/src/lib/libm/common/C/
H A Datan2.c29 #pragma weak __atan2 = atan2
409 atan2(double oy, double ox) { function
/illumos-gate/usr/src/head/iso/
H A Dmath_iso.h68 extern double atan2 __P((double, double));
93 #pragma does_not_read_global_data(acos, asin, atan, atan2)
98 #pragma does_not_write_global_data(acos, asin, atan, atan2)
103 #pragma no_side_effect(acos, asin, atan, atan2)
168 inline float atan2(float __X, float __Y) { return __atan2f(__X, __Y); } function
194 inline long double atan2(long double __X, long double __Y) { return function
/illumos-gate/usr/src/head/
H A Dtgmath.h78 #undef atan2 macro
79 #define atan2(y, x) __tgmath_atan2(y, x) macro
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c36 #pragma weak atan2 = __atan2 macro

Completed in 62 milliseconds