Home
last modified time | relevance | path

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

/third_party/musl/src/complex/
Dcsqrtl.c6 return csqrt(z); in csqrtl()
Dcasin.c15 double complex r = clog(CMPLX(-y, x) + csqrt(w)); in casin()
Dcsqrt.c42 double complex csqrt(double complex z) in csqrt() function
/third_party/musl/libc-test/src/api/
Dcomplex.c67 {double complex(*p)(double complex) = csqrt;} in f()
/third_party/musl/ndk_musl_include/
Dcomplex.h80 double complex csqrt(double complex);
/third_party/musl/porting/liteos_m/kernel/include/
Dcomplex.h80 double complex csqrt(double complex);
/third_party/musl/include/
Dcomplex.h80 double complex csqrt(double complex);
/third_party/musl/porting/uniproton/kernel/include/
Dcomplex.h80 double complex csqrt(double complex);
/third_party/musl/porting/liteos_a/kernel/include/
Dcomplex.h80 double complex csqrt(double complex);
/third_party/musl/
Dlibc.map.txt490 csqrt;
Dmusl_src.gni271 "src/complex/csqrt.c",