Home
last modified time | relevance | path

Searched refs:atan2 (Results 1 – 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcatan.c175 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 Dcarg.c51 return (atan2(D_IM(z), D_RE(z))); in carg()
H A Dcatanf.c123 F_RE(ans) = (float)(0.5 * atan2(dx + dx, in catanf()
/illumos-gate/usr/src/head/iso/
H A Dmath_iso.h60 extern double atan2(double, double);
85 #pragma does_not_read_global_data(acos, asin, atan, atan2)
90 #pragma does_not_write_global_data(acos, asin, atan, atan2)
95 #pragma no_side_effect(acos, asin, atan, atan2)
162 inline float atan2(float __X, float __Y) { return __atan2f(__X, __Y); } in atan2() function
192 inline long double atan2(long double __X, long double __Y) { in atan2() function
/illumos-gate/usr/src/lib/libm/i386/src/
H A Datan2.S32 LIBM_ANSI_PRAGMA_WEAK(atan2,function)
35 ENTRY(atan2) function
69 SET_SIZE(atan2)
H A Datan2f.S38 fpatan / return atan2(y,x)
H A Datan2l.S37 fpatan / return atan2(y,x)
/illumos-gate/usr/src/lib/libm/common/C/
H A Datan2.c29 #pragma weak __atan2 = atan2
409 atan2(double oy, double ox) { in atan2() function
H A Datan2pi.c48 return (atan2(y, x) * invpi); in atan2pi()
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dmath.ok6 atan2(1, 1) = 0.785398
H A Dmath.awk9 printf "atan2(1, 1) = %f\n", atan2(1, 1)
H A Dtweakfld.awk36 pi = atan2(0, -1)
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dext.h58 extern double atan2();
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Datan2l.S37 fpatan / return atan2(y,x)
/illumos-gate/usr/src/lib/libm/common/R/
H A Datan2pif.c49 return ((float)(invpi * atan2((double)y, (double)x))); in atan2pif()
/illumos-gate/usr/src/head/
H A Dtgmath.h78 #undef atan2
79 #define atan2(y, x) __tgmath_atan2(y, x) macro
H A Dmath.h42 using std::atan2;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmath.tab9 f 2 atan2
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c315 slope = atan2((double)(y0 - y), (double)(x0 - x) ); in conicarc()
320 slope = atan2((double)(y1 - y), (double)(x1 - x)); in conicarc()
/illumos-gate/usr/src/man/man3m/
H A DMakefile24 atan2.3m \
338 atan2f.3m := LINKSRC = atan2.3m
339 atan2l.3m := LINKSRC = atan2.3m
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c36 #pragma weak atan2 = __atan2 macro
H A Dmapfile-vers177 atan2;
/illumos-gate/usr/src/boot/include/
H A Dmath.h235 double atan2(double, double);
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com175 atan2.o \
897 ../common/C/atan2.c \
949 ../common/C/atan2.c \
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dmath101 "\002atan2", (Math_f)(uintptr_t)atan2l,

12