/glibc-2.36/math/ |
D | libm-test-atan2.inc | 1 /* 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 …]
|
D | auto-libm-test-out-atan2 | 1 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 …]
|
D | auto-libm-test-in | 438 # 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 …]
|
D | test-tgmath.c | 240 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
|
D | w_atan2_template.c | 37 declare_mgen_alias (__atan2, atan2)
|
D | w_atan2_compat.c | 43 libm_alias_double (__atan2, atan2)
|
D | w_atan2f_compat.c | 43 libm_alias_float (__atan2, atan2)
|
D | w_atan2l_compat.c | 43 libm_alias_ldouble (__atan2, atan2)
|
D | test-tgmath2.c | 353 BINARY_TEST (atan2, atan2); in test_atan2() 556 (F(atan2)) (TYPE x, TYPE y) in TYPE() argument
|
D | libm-test-carg.inc | 23 /* carg (x + iy) is specified as atan2 (y, x) */
|
/glibc-2.36/sysdeps/x86_64/fpu/ |
D | test-double-libmvec-atan2.c | 2 #define LIBMVEC_FUNC atan2
|
D | svml_d_atan22_core.S | 24 WRAPPER_IMPL_SSE2_ff atan2
|
D | test-double-vlen2-wrappers.c | 40 VECTOR_WRAPPER_ff (WRAPPER_NAME (atan2), _ZGVbN2vv_atan2)
|
D | test-double-vlen4-avx2-wrappers.c | 43 VECTOR_WRAPPER_ff (WRAPPER_NAME (atan2), _ZGVdN4vv_atan2)
|
D | test-double-vlen4-wrappers.c | 40 VECTOR_WRAPPER_ff (WRAPPER_NAME (atan2), _ZGVcN4vv_atan2)
|
D | test-double-vlen8-wrappers.c | 40 VECTOR_WRAPPER_ff (WRAPPER_NAME (atan2), _ZGVeN8vv_atan2)
|
D | Makeconfig | 30 atan2 \ 60 atan2 \
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-atan2.c | 7 return atan2 (x, y); in atan2l()
|
D | Makefile | 31 significand acos asin atan atan2 cos sin tan cosh sinh \ 61 CFLAGS-nldbl-atan2.c = -fno-builtin-atan2l
|
/glibc-2.36/conform/data/ |
D | tgmath.h-data | 22 macro atan2
|
/glibc-2.36/sysdeps/x86/fpu/finclude/ |
D | math-vector-fortran.h | 51 !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/ |
D | libm-test-ulps | 4 Function: "atan2":
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | gen_import_file_list | 40 for f in atan2 exp; do
|
D | e_atan2.S | 337 GLOBAL_IEEE754_ENTRY(atan2) 986 GLOBAL_IEEE754_END(atan2) 987 libm_alias_double_other (__atan2, atan2)
|
/glibc-2.36/sysdeps/nios2/ |
D | libm-test-ulps | 24 Function: "atan2":
|