Home
last modified time | relevance | path

Searched refs:csin (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/src/complex/
H A Dcsin.c5 double complex csin(double complex z) in csin() function
H A Dcsinl.c6 return csin(z); in csinl()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dcomplex.h32 double complex csin(double complex);
/third_party/musl/porting/uniproton/kernel/include/
H A Dcomplex.h32 double complex csin(double complex);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dcomplex.h32 double complex csin(double complex);
/third_party/musl/include/
H A Dcomplex.h32 double complex csin(double complex);
/third_party/musl/libc-test/src/api/
H A Dcomplex.c61 {double complex(*p)(double complex) = csin;} in f()
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dcomplex_test.cpp519 * @tc.desc: Test whether the csin result is 0.0 when the parameter is 0.
524 EXPECT_EQ(0.0, csin(0)); in HWTEST_F()

Completed in 3 milliseconds