Searched refs:cos (Results 1 – 14 of 14) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_csinh.c | 71 return (CMPLX(sinh(x) * cos(y), cosh(x) * sin(y))); in csinh() 77 return (CMPLX(copysign(h, x) * cos(y), h * sin(y))); in csinh() 85 return (CMPLX(h * cos(y), h * h * sin(y))); in csinh() 134 return (CMPLX(x * cos(y), INFINITY * sin(y))); in csinh()
|
D | s_ccosh.c | 71 return (CMPLX(cosh(x) * cos(y), sinh(x) * sin(y))); in ccosh() 77 return (CMPLX(h * cos(y), copysign(h, x) * sin(y))); in ccosh() 85 return (CMPLX(h * h * cos(y), h * sin(y))); in ccosh() 135 return (CMPLX(INFINITY * cos(y), x * sin(y))); in ccosh()
|
D | s_cos.c | 55 cos(double x) in cos() function 88 __weak_reference(cos, cosl);
|
D | s_ctanh.c | 110 return (CMPLX(x, copysign(0, isinf(y) ? y : sin(y) * cos(y)))); in ctanh() 130 4 * sin(y) * cos(y) * exp_mx * exp_mx)); in ctanh()
|
D | s_cpow.c | 73 w = CMPLX(r * cos (theta), r * sin (theta)); in cpow()
|
D | e_j1.c | 101 z = cos(y+y); in j1() 165 z = cos(x+x); in y1()
|
D | e_j0.c | 100 z = -cos(x+x); in j0() 183 z = -cos(x+x); in y0()
|
/bionic/tests/headers/posix/ |
D | tgmath_h.c | 62 TGMATHC(cos); in tgmath_h()
|
D | math_h.c | 159 FUNCTION(cos, double (*f)(double)); in math_h()
|
/bionic/libm/ |
D | libm.map.txt | 67 cos;
|
/bionic/libc/include/ |
D | math.h | 92 double cos(double __x);
|
/bionic/tests/ |
D | math_test.cpp | 537 TEST(math_h, cos) { in TEST() argument 538 ASSERT_DOUBLE_EQ(1.0, cos(0.0)); in TEST() 1836 DoMathDataTest<1>(g_cos_intel_data, cos); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 136 cos
|
/bionic/ |
D | README.md | 19 `cos(3)` in a separate library to save space in the days before shared
|