/titanic_50/usr/src/lib/libm/i386/src/ |
H A D | atan.s | 32 LIBM_ANSI_PRAGMA_WEAK(atan,function) 34 ENTRY(atan) 37 fpatan / atan(arg/1.0) 40 SET_SIZE(atan)
|
H A D | atanl.s | 37 fpatan / atan(arg/1.0)
|
H A D | asinf.s | 49 fpatan / atan(x/sqrt((1-x)*(1+x)))
|
H A D | asinl.s | 48 fpatan / atan(x/sqrt((1-x)*(1+x)))
|
H A D | asin.s | 49 fpatan / atan(x/sqrt((1-x)/(1+x)))
|
/titanic_50/usr/src/head/iso/ |
H A D | math_iso.h | 67 extern double atan __P((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) 167 inline float atan(float __X) { return __atanf(__X); } in atan() function 193 inline long double atan(long double __X) { return __atanl(__X); } in atan() function
|
/titanic_50/usr/src/lib/libm/common/complex/ |
H A D | cacos.c | 359 D_RE(ans) = atan(y / x); in cacos() 382 D_RE(ans) = atan(sqrt(half * Apx * (y2 / (R + in cacos() 385 D_RE(ans) = atan((y * sqrt(half * (Apx / (R + in cacos()
|
H A D | casin.c | 331 D_RE(ans) = atan(t); in casin() 355 D_RE(ans) = atan(x / sqrt(half * Apx * (y2 / in casin() 358 D_RE(ans) = atan(x / (y * sqrt(half * (Apx / in casin()
|
H A D | catan.c | 173 D_RE(ans) = atan(ax); in catan()
|
/titanic_50/usr/src/lib/libm/common/C/ |
H A D | atan.c | 30 #pragma weak __atan = atan 126 atan(double x) { in atan() function
|
/titanic_50/usr/src/lib/libm/amd64/src/ |
H A D | atanl.s | 37 fpatan / atan(arg/1.0)
|
H A D | asinl.s | 46 fpatan / atan(x/sqrt((1-x)*(1+x)))
|
/titanic_50/usr/src/head/ |
H A D | tgmath.h | 44 #undef atan 45 #define atan(x) __tgmath_atan(x) macro
|
H A D | math.h | 40 using std::atan;
|
/titanic_50/usr/src/lib/libshell/common/data/ |
H A D | math.tab | 8 f 1 atan
|
/titanic_50/usr/src/man/man3m/ |
H A D | Makefile | 22 atan.3m \
|
/titanic_50/usr/src/lib/libm1/common/ |
H A D | libmv1.c | 35 #pragma weak atan = __atan macro
|
H A D | mapfile-vers | 176 atan;
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | math.h | 48 extern double atan(/* double x */);
|
/titanic_50/usr/src/cmd/spell/ |
H A D | local | 28 atan
|
/titanic_50/usr/src/lib/libshell/common/tests/ |
H A D | arith.sh | 113 ((pi=4*atan(1.)))
|
/titanic_50/usr/src/lib/libm/ |
H A D | Makefile.com | 174 atan.o \ 907 ../common/C/atan.c \ 959 ../common/C/atan.c \
|
/titanic_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/ |
H A D | math | 110 "\001atan", (Math_f)atanl,
|
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/ |
H A D | math | 110 "\001atan", (Math_f)atanl,
|
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/ |
H A D | math | 110 "\001atan", (Math_f)atanl,
|