Searched refs:atanl (Results 1 – 18 of 18) sorted by relevance
/titanic_41/usr/src/lib/libm/amd64/src/ |
H A D | atanl.s | 32 LIBM_ANSI_PRAGMA_WEAK(atanl,function) 34 ENTRY(atanl) 40 SET_SIZE(atanl)
|
/titanic_41/usr/src/lib/libm/i386/src/ |
H A D | atanl.s | 32 LIBM_ANSI_PRAGMA_WEAK(atanl,function) 34 ENTRY(atanl) 40 SET_SIZE(atanl)
|
/titanic_41/usr/src/lib/libm/common/Q/ |
H A D | asinl.c | 69 return (atanl(x / sqrtl(one - x * x))); in asinl() 73 return (atanl(x / sqrtl(w - t * t))); in asinl()
|
H A D | atan2l.c | 85 return (atanl(y)); in atan2l() 146 z = atanl(y / x); in atan2l()
|
H A D | atanl.c | 30 #pragma weak __atanl = atanl 112 atanl(long double x) { in atanl() function
|
H A D | acosl.c | 58 x = atanl(sqrtl((one - x) / (one + x))); in acosl()
|
H A D | longdouble.h | 61 extern long double atanl(long double);
|
/titanic_41/usr/src/lib/libm/common/complex/ |
H A D | casinl.c | 185 LD_RE(ans) = atanl(t); in casinl() 208 LD_RE(ans) = atanl(x / sqrtl(half * Apx * (y2 / in casinl() 211 LD_RE(ans) = atanl(x / (y * sqrtl(half * (Apx / in casinl()
|
H A D | catanl.c | 220 LD_RE(ans) = atanl(ax); in catanl()
|
/titanic_41/usr/src/lib/libshell/common/features/ |
H A D | math | 1 lib,npt absl,acosl,acoshl,asinl,asinhl,atanl,atan2l,expl,cosl,coshl math.h
|
/titanic_41/usr/src/lib/libm/common/LD/ |
H A D | longdouble.h | 60 extern long double atanl(long double);
|
/titanic_41/usr/src/head/iso/ |
H A D | math_c99.h | 325 extern long double atanl __P((long double)); 443 #pragma does_not_read_global_data(acosl, asinl, atanl, atan2l) 456 #pragma does_not_write_global_data(acosl, asinl, atanl, atan2l) 506 #pragma no_side_effect(acosl, asinl, atanl, atan2l)
|
/titanic_41/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/ |
H A D | math | 110 "\001atan", (Math_f)atanl,
|
/titanic_41/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/ |
H A D | math | 110 "\001atan", (Math_f)atanl,
|
/titanic_41/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/ |
H A D | math | 110 "\001atan", (Math_f)atanl,
|
/titanic_41/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/ |
H A D | math | 110 "\001atan", (Math_f)atanl,
|
/titanic_41/usr/src/lib/libm/common/ |
H A D | mapfile-vers | 336 atanl;
|
/titanic_41/usr/src/lib/libm/ |
H A D | Makefile.com | 264 atanl.o \ 677 ../common/Q/atanl.c \
|