Home
last modified time | relevance | path

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

12345

/glibc-2.36/math/
Dlibm-test-atan2.inc1 /* Test atan2.
23 /* atan2 (y,inf) == +0 for finite y > 0 or +0. */
24 TEST_ff_f (atan2, 1, plus_infty, 0, ERRNO_UNCHANGED),
25 TEST_ff_f (atan2, plus_zero, plus_infty, 0, ERRNO_UNCHANGED),
26 TEST_ff_f (atan2, min_value, plus_infty, 0, ERRNO_UNCHANGED),
27 TEST_ff_f (atan2, min_subnorm_value, plus_infty, 0, ERRNO_UNCHANGED),
28 TEST_ff_f (atan2, max_value, plus_infty, 0, ERRNO_UNCHANGED),
30 /* atan2 (y,inf) == -0 for finite y < 0 or -0. */
31 TEST_ff_f (atan2, -1, plus_infty, minus_zero, ERRNO_UNCHANGED),
32 TEST_ff_f (atan2, minus_zero, plus_infty, minus_zero, ERRNO_UNCHANGED),
[all …]
Dauto-libm-test-out-atan21 atan2 0 1
2 = atan2 downward binary32 0x0p+0 0x1p+0 : 0x0p+0 : inexact-ok
3 = atan2 tonearest binary32 0x0p+0 0x1p+0 : 0x0p+0 : inexact-ok
4 = atan2 towardzero binary32 0x0p+0 0x1p+0 : 0x0p+0 : inexact-ok
5 = atan2 upward binary32 0x0p+0 0x1p+0 : 0x0p+0 : inexact-ok
6 = atan2 downward binary64 0x0p+0 0x1p+0 : 0x0p+0 : inexact-ok
7 = atan2 tonearest binary64 0x0p+0 0x1p+0 : 0x0p+0 : inexact-ok
8 = atan2 towardzero binary64 0x0p+0 0x1p+0 : 0x0p+0 : inexact-ok
9 = atan2 upward binary64 0x0p+0 0x1p+0 : 0x0p+0 : inexact-ok
10 = atan2 downward intel96 0x0p+0 0x1p+0 : 0x0p+0 : inexact-ok
[all …]
Dauto-libm-test-in438 # atan2 (0,x) == 0 for x > 0.
439 atan2 0 1
440 # atan2 (-0,x) == -0 for x > 0.
441 atan2 -0 1
442 atan2 0 0
443 atan2 -0 0
444 # atan2 (+0,x) == +pi for x < 0.
445 atan2 0 -1
446 # atan2 (-0,x) == -pi for x < 0.
447 atan2 -0 -1
[all …]
Dtest-tgmath.c240 c = atan2 (atan2 (a, c), atan2 (b, x)); in F()
305 a = atan2 (i, b); in F()
353 a = atan2 (y, y); in F()
417 a = atan2 (i, y); in F()
501 (F(atan2)) (TYPE x, TYPE y) in TYPE() argument
Dw_atan2_template.c37 declare_mgen_alias (__atan2, atan2)
Dw_atan2_compat.c43 libm_alias_double (__atan2, atan2)
Dw_atan2f_compat.c43 libm_alias_float (__atan2, atan2)
Dw_atan2l_compat.c43 libm_alias_ldouble (__atan2, atan2)
Dtest-tgmath2.c353 BINARY_TEST (atan2, atan2); in test_atan2()
556 (F(atan2)) (TYPE x, TYPE y) in TYPE() argument
Dlibm-test-carg.inc23 /* carg (x + iy) is specified as atan2 (y, x) */
/glibc-2.36/sysdeps/x86_64/fpu/
Dtest-double-libmvec-atan2.c2 #define LIBMVEC_FUNC atan2
Dsvml_d_atan22_core.S24 WRAPPER_IMPL_SSE2_ff atan2
Dtest-double-vlen2-wrappers.c40 VECTOR_WRAPPER_ff (WRAPPER_NAME (atan2), _ZGVbN2vv_atan2)
Dtest-double-vlen4-avx2-wrappers.c43 VECTOR_WRAPPER_ff (WRAPPER_NAME (atan2), _ZGVdN4vv_atan2)
Dtest-double-vlen4-wrappers.c40 VECTOR_WRAPPER_ff (WRAPPER_NAME (atan2), _ZGVcN4vv_atan2)
Dtest-double-vlen8-wrappers.c40 VECTOR_WRAPPER_ff (WRAPPER_NAME (atan2), _ZGVeN8vv_atan2)
DMakeconfig30 atan2 \
60 atan2 \
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
Dnldbl-atan2.c7 return atan2 (x, y); in atan2l()
DMakefile31 significand acos asin atan atan2 cos sin tan cosh sinh \
61 CFLAGS-nldbl-atan2.c = -fno-builtin-atan2l
/glibc-2.36/conform/data/
Dtgmath.h-data22 macro atan2
/glibc-2.36/sysdeps/x86/fpu/finclude/
Dmath-vector-fortran.h51 !GCC$ builtin (atan2) attributes simd (notinbranch) if('x86_64')
106 !GCC$ builtin (atan2) attributes simd (notinbranch) if('x32')
/glibc-2.36/sysdeps/m68k/coldfire/fpu/
Dlibm-test-ulps4 Function: "atan2":
/glibc-2.36/sysdeps/ia64/fpu/
Dgen_import_file_list40 for f in atan2 exp; do
De_atan2.S337 GLOBAL_IEEE754_ENTRY(atan2)
986 GLOBAL_IEEE754_END(atan2)
987 libm_alias_double_other (__atan2, atan2)
/glibc-2.36/sysdeps/nios2/
Dlibm-test-ulps24 Function: "atan2":

12345