Searched refs:cos (Results 1 – 23 of 23) 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_cexp.c | 59 return (CMPLX(cos(y), sin(y))); in cexp() 89 return (CMPLX(exp_x * cos(y), exp_x * sin(y))); in cexp()
|
D | s_ctanh.c | 110 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()
|
D | s_cpow.c | 73 w = CMPLX(r * cos (theta), r * sin (theta)); in cpow()
|
D | k_exp.c | 108 return (CMPLX(cos(y) * exp_x * scale1 * scale2, in __ldexp_cexp()
|
D | e_j1.c | 101 z = cos(y+y); in __ieee754_j1() 165 z = cos(x+x); in __ieee754_y1()
|
D | e_j0.c | 100 z = -cos(x+x); in __ieee754_j0() 183 z = -cos(x+x); in __ieee754_y0()
|
/bionic/libm/x86/ |
D | s_cos.S | 190 # -- Begin cos 191 ENTRY(cos) 313 END(cos) 314 # -- End cos 317 ALIAS_SYMBOL(cosl, cos);
|
/bionic/libm/x86_64/ |
D | s_cos.S | 175 # -- Begin cos 176 ENTRY(cos) 592 END(cos) 593 # -- End cos
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | k_expl.h | 319 return (CMPLXL(cos(y) * exp_x * scale1 * scale2, in __ldexp_cexpl()
|
/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/libc/include/ |
D | math.h | 94 double cos(double __x); 96 long double cosl(long double __x) __RENAME_LDBL(cos, 3, 21);
|
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/ |
D | b_tgamma.c | 296 z = cos(M_PI*(0.5-z));
|
/bionic/libm/ |
D | libm.map.txt | 67 cos;
|
/bionic/tests/ |
D | math_test.cpp | 502 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/ |
D | posix-2013.txt | 136 cos
|
/bionic/ |
D | README.md | 23 `cos(3)` in a separate library to save space in the days before shared
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_030.S | 19252 CALL(cos)
|
D | liblinker_reloc_bench_152.S | 27192 CALL(cos)
|
D | liblinker_reloc_bench_087.S | 37166 CALL(cos)
|