Home
last modified time | relevance | path

Searched refs:cosf (Results 1 – 15 of 15) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_ccoshf.c62 return (CMPLXF(coshf(x) * cosf(y), sinhf(x) * sinf(y))); in ccoshf()
68 return (CMPLXF(h * cosf(y), copysignf(h, x) * sinf(y))); in ccoshf()
76 return (CMPLXF(h * h * cosf(y), h * sinf(y))); in ccoshf()
92 return (CMPLXF(INFINITY * cosf(y), x * sinf(y))); in ccoshf()
Ds_csinhf.c62 return (CMPLXF(sinhf(x) * cosf(y), coshf(x) * sinf(y))); in csinhf()
68 return (CMPLXF(copysignf(h, x) * cosf(y), h * sinf(y))); in csinhf()
76 return (CMPLXF(h * cosf(y), h * h * sinf(y))); in csinhf()
92 return (CMPLXF(x * cosf(y), INFINITY * sinf(y))); in csinhf()
Ds_ctanhf.c60 copysignf(0, isinf(y) ? y : sinf(y) * cosf(y)))); in ctanhf()
69 4 * sinf(y) * cosf(y) * exp_mx * exp_mx)); in ctanhf()
Ds_cpowf.c72 w = CMPLXF(r * cosf (theta), r * sinf (theta)); in cpowf()
Ds_cosf.c39 cosf(float x) in cosf() function
De_j1f.c63 z = cosf(y+y); in __ieee754_j1f()
120 z = cosf(x+x); in __ieee754_y1f()
De_j0f.c62 z = -cosf(x+x); in __ieee754_j0f()
138 z = -cosf(x+x); in __ieee754_y0f()
/bionic/benchmarks/
Dmath_benchmark.cpp517 f = cosf(*cin); in BM_math_cosf()
530 f = cosf(f * zero + *cin); in BM_math_cosf_latency()
/bionic/tests/headers/posix/
Dmath_h.c160 FUNCTION(cosf, float (*f)(float)); in math_h()
/bionic/libm/
Dlibm.map.txt68 cosf;
/bionic/libc/include/
Dmath.h93 float cosf(float __x);
/bionic/tests/
Dmath_test.cpp547 TEST(MATH_TEST, cosf) { in TEST() argument
548 ASSERT_FLOAT_EQ(1.0f, cosf(0.0f)); in TEST()
1848 DoMathDataTest<1>(g_cosf_intel_data, cosf); in TEST()
/bionic/libc/tools/
Dposix-2013.txt132 cosf
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_030.S18429 CALL(cosf)
Dliblinker_reloc_bench_087.S35083 CALL(cosf)