/titanic_41/usr/src/lib/libm/common/complex/ |
H A D | catan.c | 175 D_RE(ans) = half * atan2(two, (one - ax) * (one + in catan() 217 D_RE(ans) = half * atan2(two, -ax); in catan() 255 D_RE(ans) = half * atan2(ax + ax, (one - ay) * (one + ay)); in catan() 276 D_RE(ans) = half * (atan2((ax + ax), (t * (one + ay) - in catan() 280 D_RE(ans) = half * atan2((ax + ax), ((one - ax) * in catan() 283 D_RE(ans) = half * atan2((ax + ax), ((one - ax * ax) - in catan()
|
H A D | carg.c | 51 return (atan2(D_IM(z), D_RE(z))); in carg()
|
H A D | catanf.c | 123 F_RE(ans) = (float)(0.5 * atan2(dx + dx, in catanf()
|
/titanic_41/usr/src/lib/libm/i386/src/ |
H A D | atan2.s | 32 LIBM_ANSI_PRAGMA_WEAK(atan2,function) 35 ENTRY(atan2) 69 SET_SIZE(atan2)
|
H A D | atan2f.s | 38 fpatan / return atan2(y,x)
|
H A D | atan2l.s | 37 fpatan / return atan2(y,x)
|
/titanic_41/usr/src/head/iso/ |
H A D | math_iso.h | 68 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); } in atan2() function 194 inline long double atan2(long double __X, long double __Y) { return in atan2() function
|
/titanic_41/usr/src/lib/libm/common/C/ |
H A D | atan2.c | 29 #pragma weak __atan2 = atan2 409 atan2(double oy, double ox) { in atan2() function
|
H A D | atan2pi.c | 48 return (atan2(y, x) * invpi); in atan2pi()
|
/titanic_41/usr/src/cmd/lp/filter/postscript/common/ |
H A D | ext.h | 58 extern double atan2();
|
/titanic_41/usr/src/lib/libm/amd64/src/ |
H A D | atan2l.s | 37 fpatan / return atan2(y,x)
|
/titanic_41/usr/src/lib/libm/common/R/ |
H A D | atan2pif.c | 49 return ((float)(invpi * atan2((double)y, (double)x))); in atan2pif()
|
/titanic_41/usr/src/head/ |
H A D | tgmath.h | 78 #undef atan2 79 #define atan2(y, x) __tgmath_atan2(y, x) macro
|
H A D | math.h | 39 using std::atan2;
|
/titanic_41/usr/src/lib/libshell/common/data/ |
H A D | math.tab | 9 f 2 atan2
|
/titanic_41/usr/src/man/man3m/ |
H A D | Makefile | 23 atan2.3m \
|
/titanic_41/usr/src/cmd/troff/troff.d/ |
H A D | draw.c | 318 slope = atan2((double)(y0 - y), (double)(x0 - x) ); in conicarc() 323 slope = atan2((double)(y1 - y), (double)(x1 - x)); in conicarc()
|
/titanic_41/usr/src/lib/libm1/common/ |
H A D | libmv1.c | 36 #pragma weak atan2 = __atan2 macro
|
H A D | mapfile-vers | 177 atan2;
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | math.h | 49 extern double atan2(/* double y, double x */);
|
/titanic_41/usr/src/lib/libm/ |
H A D | Makefile.com | 175 atan2.o \ 908 ../common/C/atan2.c \ 960 ../common/C/atan2.c \
|
/titanic_41/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/ |
H A D | math | 111 "\002atan2", (Math_f)atan2l,
|
/titanic_41/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/ |
H A D | math | 111 "\002atan2", (Math_f)atan2l,
|
/titanic_41/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/ |
H A D | math | 111 "\002atan2", (Math_f)atan2l,
|
/titanic_41/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/ |
H A D | math | 111 "\002atan2", (Math_f)atan2l,
|