Home
last modified time | relevance | path

Searched refs:ctanhf (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/src/complex/
Dctanf.c5 z = ctanhf(CMPLXF(-cimagf(z), crealf(z))); in ctanf()
Dctanhf.c33 float complex ctanhf(float complex z) in ctanhf() function
/third_party/musl/libc-test/src/api/
Dcomplex.c73 {float complex(*p)(float complex) = ctanhf;} in f()
/third_party/musl/ndk_musl_include/
Dcomplex.h61 float complex ctanhf(float complex);
/third_party/musl/include/
Dcomplex.h61 float complex ctanhf(float complex);
/third_party/musl/porting/liteos_a/kernel/include/
Dcomplex.h61 float complex ctanhf(float complex);
/third_party/musl/porting/liteos_m/kernel/include/
Dcomplex.h61 float complex ctanhf(float complex);
/third_party/musl/porting/uniproton/kernel/include/
Dcomplex.h61 float complex ctanhf(float complex);
/third_party/musl/
Dlibc.map.txt494 ctanhf;
Dmusl_src.gni274 "src/complex/ctanhf.c",