Home
last modified time | relevance | path

Searched refs:csinh (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/src/complex/
Dcsinhl.c6 return csinh(z); in csinhl()
Dcsin.c7 z = csinh(CMPLX(-cimag(z), creal(z))); in csin()
Dcsinh.c41 double complex csinh(double complex z) in csinh() function
/third_party/musl/libc-test/src/api/
Dcomplex.c63 {double complex(*p)(double complex) = csinh;} in f()
/third_party/musl/ndk_musl_include/
Dcomplex.h56 double complex csinh(double complex);
/third_party/musl/porting/liteos_m/kernel/include/
Dcomplex.h56 double complex csinh(double complex);
/third_party/musl/include/
Dcomplex.h56 double complex csinh(double complex);
/third_party/musl/porting/uniproton/kernel/include/
Dcomplex.h56 double complex csinh(double complex);
/third_party/musl/porting/liteos_a/kernel/include/
Dcomplex.h56 double complex csinh(double complex);
/third_party/musl/
Dlibc.map.txt486 csinh;
Dmusl_src.gni267 "src/complex/csinh.c",