Home
last modified time | relevance | path

Searched refs:csinh (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/src/complex/
H A Dcsinhl.c6 return csinh(z); in csinhl()
H A Dcsin.c7 z = csinh(CMPLX(-cimag(z), creal(z))); in csin()
H A Dcsinh.c41 double complex csinh(double complex z) in csinh() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dcomplex.h56 double complex csinh(double complex);
/third_party/musl/porting/uniproton/kernel/include/
H A Dcomplex.h56 double complex csinh(double complex);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dcomplex.h56 double complex csinh(double complex);
/third_party/musl/include/
H A Dcomplex.h56 double complex csinh(double complex);
/third_party/musl/libc-test/src/api/
H A Dcomplex.c63 {double complex(*p)(double complex) = csinh;} in f()
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dcomplex_test.cpp549 * @tc.desc: Test whether the csinh result is 0.0 when the parameter is 0.
554 EXPECT_EQ(0.0, csinh(0)); in HWTEST_F()

Completed in 3 milliseconds