Home
last modified time | relevance | path

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

/third_party/musl/src/complex/
H A Dctanhl.c4 long double complex ctanhl(long double complex z) in ctanhl() function
H A Dctanl.c11 z = ctanhl(CMPLXL(-cimagl(z), creall(z))); in ctanl()
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dcomplex_test.cpp737 * @tc.desc: Test whether the ctanhl result is 0.0 when the parameter is 0,And test whether
743 EXPECT_TRUE(ctanhl(0.0L) == 0.0L); in HWTEST_F()
754 long double complex tan_result = ctanhl(nanl("") + 0.0Li); in HWTEST_F()
766 long double complex tan_result = ctanhl(nanl("") + 2.0Li); in HWTEST_F()
779 long double complex tan_result = ctanhl(nanl("") + nanl("") * I); in HWTEST_F()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dcomplex.h62 long double complex ctanhl(long double complex);
/third_party/musl/porting/uniproton/kernel/include/
H A Dcomplex.h62 long double complex ctanhl(long double complex);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dcomplex.h62 long double complex ctanhl(long double complex);
/third_party/musl/include/
H A Dcomplex.h62 long double complex ctanhl(long double complex);
/third_party/musl/libc-test/src/api/
H A Dcomplex.c74 {long double complex(*p)(long double complex) = ctanhl;} in f()

Completed in 4 milliseconds