Home
last modified time | relevance | path

Searched refs:csinl (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/src/complex/
H A Dcsinl.c4 long double complex csinl(long double complex z) in csinl() function
9 long double complex csinl(long double complex z) in csinl() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dcomplex.h34 long double complex csinl(long double complex);
/third_party/musl/porting/uniproton/kernel/include/
H A Dcomplex.h34 long double complex csinl(long double complex);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dcomplex.h34 long double complex csinl(long double complex);
/third_party/musl/include/
H A Dcomplex.h34 long double complex csinl(long double complex);
/third_party/musl/libc-test/src/api/
H A Dcomplex.c66 {long double complex(*p)(long double complex) = csinl;} in f()
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dcomplex_test.cpp539 * @tc.desc: Test whether the csinl result is 0.0 when the parameter is 0.
544 EXPECT_EQ(0.0, csinl(0)); in HWTEST_F()

Completed in 3 milliseconds