Searched refs:acos (Results 1 – 25 of 115) sorted by relevance
12345
/glibc-2.36/math/ |
D | auto-libm-test-out-acos | 1 acos 0 2 = acos downward binary32 0x0p+0 : 0x1.921fb4p+0 : inexact-ok 3 = acos tonearest binary32 0x0p+0 : 0x1.921fb6p+0 : inexact-ok 4 = acos towardzero binary32 0x0p+0 : 0x1.921fb4p+0 : inexact-ok 5 = acos upward binary32 0x0p+0 : 0x1.921fb6p+0 : inexact-ok 6 = acos downward binary64 0x0p+0 : 0x1.921fb54442d18p+0 : inexact-ok 7 = acos tonearest binary64 0x0p+0 : 0x1.921fb54442d18p+0 : inexact-ok 8 = acos towardzero binary64 0x0p+0 : 0x1.921fb54442d18p+0 : inexact-ok 9 = acos upward binary64 0x0p+0 : 0x1.921fb54442d19p+0 : inexact-ok 10 = acos downward intel96 0x0p+0 : 0x1.921fb54442d18468p+0 : inexact-ok [all …]
|
D | libm-test-acos.inc | 1 /* Test acos. 23 TEST_f_f (acos, plus_infty, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM), 24 TEST_f_f (acos, minus_infty, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM), 25 TEST_f_f (acos, qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 26 TEST_f_f (acos, -qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 27 TEST_f_f (acos, snan_value, qnan_value, INVALID_EXCEPTION), 28 TEST_f_f (acos, -snan_value, qnan_value, INVALID_EXCEPTION), 31 TEST_f_f (acos, 1.125L, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM), 32 TEST_f_f (acos, -1.125L, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM), 33 TEST_f_f (acos, max_value, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM), [all …]
|
D | test-tgmath.c | 235 b = acos (acos (a)); in F() 317 z = acos (acos (d)); in F() 348 a = acos (y); in F() 424 d = acos ((const complex TYPE) z); in F() 461 (F(acos)) (TYPE x) in TYPE() argument
|
D | auto-libm-test-in | 19 acos 0 20 acos -0 21 acos 1 22 acos -1 23 acos 0.5 24 acos -0.5 25 acos 0.75 26 acos 2e-17 27 acos 0.0625 28 acos 0x0.ffffffp0 [all …]
|
D | test-matherr-3.c | 40 acos (2.0); in do_test()
|
D | w_acos_compat.c | 40 libm_alias_double (__acos, acos)
|
D | w_acos_template.c | 37 declare_mgen_alias (__acos, acos)
|
D | w_acosf_compat.c | 40 libm_alias_float (__acos, acos)
|
D | w_acosl_compat.c | 40 libm_alias_ldouble (__acos, acos)
|
D | test-matherr.c | 45 acos (2.0); in do_test()
|
D | test-matherr-2.c | 48 acos (2.0); in do_test()
|
/glibc-2.36/sysdeps/x86_64/fpu/ |
D | test-double-libmvec-acos.c | 2 #define LIBMVEC_FUNC acos
|
D | svml_d_acos2_core.S | 24 WRAPPER_IMPL_SSE2 acos
|
D | test-double-vlen2-wrappers.c | 30 VECTOR_WRAPPER (WRAPPER_NAME (acos), _ZGVbN2v_acos)
|
D | test-double-vlen4-avx2-wrappers.c | 33 VECTOR_WRAPPER (WRAPPER_NAME (acos), _ZGVdN4v_acos)
|
D | test-double-vlen4-wrappers.c | 30 VECTOR_WRAPPER (WRAPPER_NAME (acos), _ZGVcN4v_acos)
|
D | test-double-vlen8-wrappers.c | 30 VECTOR_WRAPPER (WRAPPER_NAME (acos), _ZGVeN8v_acos)
|
D | Makeconfig | 25 acos \ 55 acos \
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-acos.c | 7 return acos (x); in acosl()
|
D | test-redirection-ldbl-64.c | 67 MATH_FUNCTION (acos);
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | e_acos.S | 259 GLOBAL_LIBM_ENTRY(acos) 823 GLOBAL_LIBM_END(acos) 824 libm_alias_double_other (acos, acos)
|
D | gen_import_file_list | 33 for f in acos acosh asin atanh cosh exp2 exp10 fmod log2 pow remainder \
|
D | e_acosf.S | 602 libm_alias_float_other (acos, acos)
|
/glibc-2.36/conform/data/ |
D | tgmath.h-data | 5 macro acos
|
/glibc-2.36/sysdeps/x86/fpu/finclude/ |
D | math-vector-fortran.h | 31 !GCC$ builtin (acos) attributes simd (notinbranch) if('x86_64') 86 !GCC$ builtin (acos) attributes simd (notinbranch) if('x32')
|
12345