Home
last modified time | relevance | path

Searched refs:complex (Results 1 – 25 of 37) sorted by relevance

12

/bionic/libm/include/
Dcomplex.h46 #define complex _Complex macro
51 #define CMPLX(x, y) ((double complex){ x, y })
52 #define CMPLXF(x, y) ((float complex){ x, y })
53 #define CMPLXL(x, y) ((long double complex){ x, y })
64 double cabs(double complex);
65 float cabsf(float complex);
66 long double cabsl(long double complex);
67 double complex cacos(double complex);
68 float complex cacosf(float complex);
69 double complex cacosh(double complex);
[all …]
/bionic/tests/
Dcomplex_test.cpp28 TEST(complex, cabs) { in TEST() argument
33 TEST(complex, cabsf) { in TEST() argument
38 TEST(complex, cabsl) { in TEST() argument
43 TEST(complex, cacos) { in TEST() argument
48 TEST(complex, cacosf) { in TEST() argument
53 TEST(complex, cacosh) { in TEST() argument
58 TEST(complex, cacoshf) { in TEST() argument
63 TEST(complex, carg) { in TEST() argument
68 TEST(complex, cargf) { in TEST() argument
73 TEST(complex, cargl) { in TEST() argument
[all …]
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_conjf.c33 float complex
34 conjf(float complex z) in conjf()
Ds_conjl.c33 long double complex
34 conjl(long double complex z) in conjl()
Ds_conj.c33 double complex
34 conj(double complex z) in conj()
Ds_cprojf.c35 float complex
36 cprojf(float complex z) in cprojf()
Ds_cprojl.c35 long double complex
36 cprojl(long double complex z) in cprojl()
Ds_cproj.c35 double complex
36 cproj(double complex z) in cproj()
Dcatrig.c63 static double complex clog_for_large_values(double complex z);
274 double complex
275 casinh(double complex z) in casinh()
279 double complex w; in casinh()
335 double complex
336 casin(double complex z) in casin()
338 double complex w = casinh(CMPLX(cimag(z), creal(z))); in casin()
355 double complex
356 cacos(double complex z) in cacos()
361 double complex w; in cacos()
[all …]
Dcatrigf.c75 static float complex clog_for_large_values(float complex z);
145 float complex
146 casinhf(float complex z) in casinhf()
150 float complex w; in casinhf()
192 float complex
193 casinf(float complex z) in casinf()
195 float complex w = casinhf(CMPLXF(cimagf(z), crealf(z))); in casinf()
200 float complex
201 cacosf(float complex z) in cacosf()
206 float complex w; in cacosf()
[all …]
Ds_ctanhf.c39 float complex
40 ctanhf(float complex z) in ctanhf()
78 float complex
79 ctanf(float complex z) in ctanf()
Ds_ctanh.c74 double complex
75 ctanh(double complex z) in ctanh()
138 double complex
139 ctan(double complex z) in ctan()
Ds_csinhf.c41 float complex
42 csinhf(float complex z) in csinhf()
96 float complex
97 csinf(float complex z) in csinf()
Ds_ccoshf.c41 float complex
42 ccoshf(float complex z) in ccoshf()
96 float complex
97 ccosf(float complex z) in ccosf()
Ds_csinh.c49 double complex
50 csinh(double complex z) in csinh()
149 double complex
150 csin(double complex z) in csin()
Ds_ccosh.c49 double complex
50 ccosh(double complex z) in ccosh()
150 double complex
151 ccos(double complex z) in ccos()
Ds_csqrt.c48 double complex
49 csqrt(double complex z) in csqrt()
51 double complex result; in csqrt()
Ds_csqrtl.c48 long double complex
49 csqrtl(long double complex z) in csqrtl()
51 long double complex result; in csqrtl()
Ds_crealf.c32 crealf(float complex z) in crealf()
Ds_creall.c32 creall(long double complex z) in creall()
Ds_creal.c32 creal(double complex z) in creal()
Ds_cexpf.c39 float complex
40 cexpf(float complex z) in cexpf()
Ds_cimagf.c33 cimagf(float complex z) in cimagf()
Ds_carg.c34 carg(double complex z) in carg()
Ds_cargf.c34 cargf(float complex z) in cargf()

12