Searched refs:cos (Results 1 – 10 of 10) sorted by relevance
/math/ |
A D | auto-libm-test-out-cos | 1 cos 0 26 cos -0 51 cos pi/3 1474 cos 1 1499 cos 2 1524 cos 3 1549 cos 4 1574 cos 5 1599 cos 6 1624 cos 7 [all …]
|
A D | test-tgmath2.c | 138 TEST (cos (vfloat1), float, cos); in test_cos() 139 TEST (cos (vdouble1), double, cos); in test_cos() 140 TEST (cos (vldouble1), ldouble, cos); in test_cos() 141 TEST (cos (vint1), double, cos); in test_cos() 142 TEST (cos (vllong1), double, cos); in test_cos() 143 TEST (cos (vcfloat1), cfloat, cos); in test_cos() 146 TEST (cos (Vfloat1), float, cos); in test_cos() 147 TEST (cos (Vdouble1), double, cos); in test_cos() 149 TEST (cos (Vint1), double, cos); in test_cos() 150 TEST (cos (Vllong1), double, cos); in test_cos() [all …]
|
A D | auto-libm-test-in | 4385 cos 0 4386 cos -0 4410 cos 1 4411 cos 2 4412 cos 3 4413 cos 4 4414 cos 5 4415 cos 6 4416 cos 7 4417 cos 8 [all …]
|
A D | libm-test-cos.inc | 1 /* Test cos. 23 TEST_f_f (cos, plus_infty, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM), 24 TEST_f_f (cos, minus_infty, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM), 25 TEST_f_f (cos, qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 26 TEST_f_f (cos, -qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 27 TEST_f_f (cos, snan_value, qnan_value, INVALID_EXCEPTION), 28 TEST_f_f (cos, -snan_value, qnan_value, INVALID_EXCEPTION), 30 AUTO_TESTS_f_f (cos), 36 ALL_RM_TEST (cos, 0, cos_test_data, RUN_TEST_LOOP_f_f, END);
|
A D | test-tgmath.c | 234 a = cos (cos (x)); in F() 316 d = cos (cos (z)); in F() 347 a = cos (y); in F() 423 d = cos ((const complex TYPE) z); in F() 453 (F(cos)) (TYPE x) in TYPE() argument
|
A D | tgmath.h | 728 #define cos(Val) __TGMATH_UNARY_REAL_IMAG (Val, cos, ccos) macro
|
A D | Makefile | 288 cexp clog clog10 cos cosh cpow csin csinh csqrt ctan \ 381 scalbln tgamma trunc acos asin atan acosh asinh atanh cos \
|
A D | atest-sincos.c | 171 dc2 = cos (i / (double) (1 << N2)); in do_test()
|
A D | Versions | 50 cos; cosf; cosl;
|
/math/bits/ |
A D | mathcalls.h | 62 __MATHCALL_VEC (cos,, (_Mdouble_ __x));
|
Completed in 43 milliseconds