Home
last modified time | relevance | path

Searched refs:cos (Results 1 – 23 of 23) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_csinh.c71 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()
Ds_ccosh.c71 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()
Ds_cos.c55 cos(double x) in cos() function
88 __weak_reference(cos, cosl);
Ds_cexp.c59 return (CMPLX(cos(y), sin(y))); in cexp()
89 return (CMPLX(exp_x * cos(y), exp_x * sin(y))); in cexp()
Ds_ctanh.c110 return (CMPLX(x, copysign(0, isinf(y) ? y : sin(y) * cos(y)))); in ctanh()
128 4 * sin(y) * cos(y) * exp_mx * exp_mx)); in ctanh()
Ds_cpow.c73 w = CMPLX(r * cos (theta), r * sin (theta)); in cpow()
Dk_exp.c108 return (CMPLX(cos(y) * exp_x * scale1 * scale2, in __ldexp_cexp()
De_j1.c101 z = cos(y+y); in __ieee754_j1()
165 z = cos(x+x); in __ieee754_y1()
De_j0.c100 z = -cos(x+x); in __ieee754_j0()
183 z = -cos(x+x); in __ieee754_y0()
/bionic/libm/x86/
Ds_cos.S190 # -- Begin cos
191 ENTRY(cos)
313 END(cos)
314 # -- End cos
317 ALIAS_SYMBOL(cosl, cos);
/bionic/libm/x86_64/
Ds_cos.S175 # -- Begin cos
176 ENTRY(cos)
592 END(cos)
593 # -- End cos
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Dk_expl.h319 return (CMPLXL(cos(y) * exp_x * scale1 * scale2, in __ldexp_cexpl()
/bionic/tests/headers/posix/
Dtgmath_h.c62 TGMATHC(cos); in tgmath_h()
Dmath_h.c159 FUNCTION(cos, double (*f)(double)); in math_h()
/bionic/libc/include/
Dmath.h94 double cos(double __x);
96 long double cosl(long double __x) __RENAME_LDBL(cos, 3, 21);
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
Db_tgamma.c296 z = cos(M_PI*(0.5-z));
/bionic/libm/
Dlibm.map.txt67 cos;
/bionic/tests/
Dmath_test.cpp502 TEST(MATH_TEST, cos) { in TEST() argument
503 ASSERT_DOUBLE_EQ(1.0, cos(0.0)); in TEST()
1765 DoMathDataTest<1>(g_cos_intel_data, cos); in TEST()
/bionic/libc/tools/
Dposix-2013.txt136 cos
/bionic/
DREADME.md23 `cos(3)` in a separate library to save space in the days before shared
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_030.S19252 CALL(cos)
Dliblinker_reloc_bench_152.S27192 CALL(cos)
Dliblinker_reloc_bench_087.S37166 CALL(cos)