Home
last modified time | relevance | path

Searched refs:sinf (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_cexpf.c59 return (CMPLXF(cosf(y), sinf(y))); in cexpf()
89 return (CMPLXF(exp_x * cosf(y), exp_x * sinf(y))); in cexpf()
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_sinf.c39 sinf(float x) in sinf() function
Dk_expf.c88 sinf(y) * exp_x * scale1 * scale2)); in __ldexp_cexpf()
/bionic/benchmarks/
Dmath_benchmark.cpp491 f = sinf(*cin); in BM_math_sinf()
504 f = sinf(f * zero + *cin); in BM_math_sinf_latency()
/bionic/libm/
Dlibm.map.txt244 sinf;
/bionic/tests/headers/posix/
Dmath_h.c316 FUNCTION(sinf, float (*f)(float)); in math_h()
/bionic/libc/include/
Dmath.h99 float sinf(float __x);
/bionic/tests/
Dmath_test.cpp518 TEST(MATH_TEST, sinf) { in TEST() argument
519 ASSERT_FLOAT_EQ(0.0f, sinf(0.0f)); in TEST()
2110 DoMathDataTest<1>(g_sinf_intel_data, sinf); in TEST()
/bionic/libc/tools/
Dposix-2013.txt964 sinf
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_030.S18430 CALL(sinf)
Dliblinker_reloc_bench_087.S35082 CALL(sinf)