Searched refs:asin (Results 1 – 25 of 113) sorted by relevance
12345
/glibc-2.36/math/ |
D | auto-libm-test-out-asin | 1 asin 0 2 = asin downward binary32 0x0p+0 : 0x0p+0 : inexact-ok 3 = asin tonearest binary32 0x0p+0 : 0x0p+0 : inexact-ok 4 = asin towardzero binary32 0x0p+0 : 0x0p+0 : inexact-ok 5 = asin upward binary32 0x0p+0 : 0x0p+0 : inexact-ok 6 = asin downward binary64 0x0p+0 : 0x0p+0 : inexact-ok 7 = asin tonearest binary64 0x0p+0 : 0x0p+0 : inexact-ok 8 = asin towardzero binary64 0x0p+0 : 0x0p+0 : inexact-ok 9 = asin upward binary64 0x0p+0 : 0x0p+0 : inexact-ok 10 = asin downward intel96 0x0p+0 : 0x0p+0 : inexact-ok [all …]
|
D | libm-test-asin.inc | 1 /* Test asin. 23 TEST_f_f (asin, plus_infty, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM), 24 TEST_f_f (asin, minus_infty, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM), 25 TEST_f_f (asin, qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 26 TEST_f_f (asin, -qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 27 TEST_f_f (asin, snan_value, qnan_value, INVALID_EXCEPTION), 28 TEST_f_f (asin, -snan_value, qnan_value, INVALID_EXCEPTION), 30 /* asin x == qNaN plus invalid exception for |x| > 1. */ 31 TEST_f_f (asin, 1.125L, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM), 32 TEST_f_f (asin, -1.125L, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM), [all …]
|
D | test-tgmath.c | 237 b = asin (asin (a)); in F() 319 z = asin (asin (d)); in F() 350 a = asin (y); in F() 426 d = asin ((const complex TYPE) z); in F() 477 (F(asin)) (TYPE x) in TYPE() argument
|
D | w_asin_compat.c | 40 libm_alias_double (__asin, asin)
|
D | w_asin_template.c | 37 declare_mgen_alias (__asin, asin)
|
D | w_asinf_compat.c | 40 libm_alias_float (__asin, asin)
|
D | w_asinl_compat.c | 40 libm_alias_ldouble (__asin, asin)
|
D | auto-libm-test-in | 248 asin 0 249 asin -0 250 asin 0.5 251 asin -0.5 252 asin 1.0 253 asin -1.0 254 asin 0.75 255 asin 0x0.ffffffp0 256 asin -0x0.ffffffp0 257 asin 0x0.ffffffff8p0 [all …]
|
/glibc-2.36/sysdeps/x86_64/fpu/ |
D | test-double-libmvec-asin.c | 2 #define LIBMVEC_FUNC asin
|
D | svml_d_asin2_core.S | 24 WRAPPER_IMPL_SSE2 asin
|
D | test-double-vlen2-wrappers.c | 32 VECTOR_WRAPPER (WRAPPER_NAME (asin), _ZGVbN2v_asin)
|
D | test-double-vlen4-avx2-wrappers.c | 35 VECTOR_WRAPPER (WRAPPER_NAME (asin), _ZGVdN4v_asin)
|
D | test-double-vlen4-wrappers.c | 32 VECTOR_WRAPPER (WRAPPER_NAME (asin), _ZGVcN4v_asin)
|
D | test-double-vlen8-wrappers.c | 32 VECTOR_WRAPPER (WRAPPER_NAME (asin), _ZGVeN8v_asin)
|
D | Makeconfig | 27 asin \ 57 asin \
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-asin.c | 7 return asin (x); in asinl()
|
D | test-redirection-ldbl-64.c | 68 MATH_FUNCTION (asin);
|
D | Makefile | 31 significand acos asin atan atan2 cos sin tan cosh sinh \ 58 CFLAGS-nldbl-asin.c = -fno-builtin-asinl
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | e_asin.S | 256 GLOBAL_LIBM_ENTRY(asin) 799 GLOBAL_LIBM_END(asin) 800 libm_alias_double_other (asin, asin)
|
D | gen_import_file_list | 33 for f in acos acosh asin atanh cosh exp2 exp10 fmod log2 pow remainder \
|
D | e_asinf.S | 585 libm_alias_float_other (asin, asin)
|
/glibc-2.36/conform/data/ |
D | tgmath.h-data | 6 macro asin
|
/glibc-2.36/sysdeps/x86/fpu/finclude/ |
D | math-vector-fortran.h | 35 !GCC$ builtin (asin) attributes simd (notinbranch) if('x86_64') 90 !GCC$ builtin (asin) attributes simd (notinbranch) if('x32')
|
/glibc-2.36/sysdeps/nios2/ |
D | libm-test-ulps | 12 Function: "asin":
|
/glibc-2.36/sysdeps/microblaze/ |
D | libm-test-ulps | 11 Function: "asin":
|
12345