Home
last modified time | relevance | path

Searched refs:atan2l (Results 1 – 21 of 21) sorted by relevance

/titanic_50/usr/src/lib/libm/i386/src/
H A Datan2l.s32 LIBM_ANSI_PRAGMA_WEAK(atan2l,function)
34 ENTRY(atan2l)
40 SET_SIZE(atan2l)
/titanic_50/usr/src/lib/libm/amd64/src/
H A Datan2l.s32 LIBM_ANSI_PRAGMA_WEAK(atan2l,function)
34 ENTRY(atan2l)
40 SET_SIZE(atan2l)
/titanic_50/usr/src/lib/libm/common/complex/
H A Dcatanl.c222 LD_RE(ans) = half * atan2l(two, (one - ax) * (one + in catanl()
254 LD_RE(ans) = half * atan2l(two, -ax); in catanl()
292 LD_RE(ans) = half * atan2l(ax + ax, (one - ay) * (one + ay)); in catanl()
313 LD_RE(ans) = half * (atan2l((ax + ax), (t * (one + in catanl()
317 LD_RE(ans) = half * atan2l((ax + ax), ((one - ax) * in catanl()
320 LD_RE(ans) = half * atan2l((ax + ax), ((one - ax * in catanl()
H A Dcargl.c37 return (atan2l(LD_IM(z), LD_RE(z))); in cargl()
H A Dcacosl.c225 LD_RE(ans) = atan2l(y, x); in cacosl()
250 LD_RE(ans) = atan2l(sqrtl(half * Apx * (y2 / in cacosl()
253 LD_RE(ans) = atan2l((y * sqrtl(half * (Apx / in cacosl()
H A Dclogl.c62 LD_IM(ans) = atan2l(y, x); in clogl()
/titanic_50/usr/src/lib/libm/common/Q/
H A Datan2l.c59 #pragma weak __atan2l = atan2l
76 atan2l(long double y, long double x) { in atan2l() function
H A Datan2pil.c40 return (atan2l(y, x) * invpi); in atan2pil()
H A Dacosl.c60 x = atan2l(one, zero); /* x <- PI */ in acosl()
H A Dasinl.c75 return (atan2l(x, zero)); /* asin(+-1) = +- PI/2 */ in asinl()
H A Dlongdouble.h57 extern long double atan2l(long double, long double);
/titanic_50/usr/src/lib/libm/common/LD/
H A Datan2pil.c34 #define ATAN2 atan2l
H A Dlongdouble.h56 extern long double atan2l(long double, long double);
/titanic_50/usr/src/lib/libshell/common/features/
H A Dmath1 lib,npt absl,acosl,acoshl,asinl,asinhl,atanl,atan2l,expl,cosl,coshl math.h
/titanic_50/usr/src/head/iso/
H A Dmath_c99.h326 extern long double atan2l __P((long double, 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_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dmath111 "\002atan2", (Math_f)atan2l,
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dmath111 "\002atan2", (Math_f)atan2l,
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dmath111 "\002atan2", (Math_f)atan2l,
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dmath111 "\002atan2", (Math_f)atan2l,
/titanic_50/usr/src/lib/libm/common/
H A Dmapfile-vers332 atan2l;
/titanic_50/usr/src/lib/libm/
H A DMakefile.com261 atan2l.o \
674 ../common/Q/atan2l.c \