HomeSort by: relevance | last modified time | path
    Searched refs:complex (Results 1 - 25 of 122) sorted by relevancy

1 2 3 4 5

  /src/include/
complex.h 1 /* $NetBSD: complex.h,v 1.4 2013/01/28 23:19:50 matt Exp $ */
11 #define complex _Complex macro
21 double complex cacos(double complex);
22 float complex cacosf(float complex);
23 long double complex cacosl(long double complex);
26 double complex casin(double complex);
    [all...]
  /src/lib/libm/complex/
casinh.c 33 #include <complex.h>
35 double complex
36 casinh(double complex z)
38 double complex w;
catanh.c 33 #include <complex.h>
35 double complex
36 catanh(double complex z)
38 double complex w;
cephes_subr.h 5 double _ctans(double complex);
cephes_subrf.h 5 float _ctansf(float complex);
cacosh.c 32 #include <complex.h>
34 double complex
35 cacosh(double complex z)
37 double complex w;
cacoshf.c 32 #include <complex.h>
34 float complex
35 cacoshf(float complex z)
37 float complex w;
cacoshl.c 32 #include <complex.h>
34 long double complex
35 cacoshl(long double complex z)
37 long double complex w;
casinhf.c 33 #include <complex.h>
35 float complex
36 casinhf(float complex z)
38 float complex w;
casinhl.c 33 #include <complex.h>
35 long double complex
36 casinhl(long double complex z)
38 long double complex w;
catanhf.c 33 #include <complex.h>
35 float complex
36 catanhf(float complex z)
38 float complex w;
catanhl.c 33 #include <complex.h>
35 long double complex
36 catanhl(long double complex z)
38 long double complex w;
conj.c 8 #include <complex.h>
11 double complex
12 conj(double complex z)
conjf.c 8 #include <complex.h>
11 float complex
12 conjf(float complex z)
cabs.c 9 #include <complex.h>
13 cabs(double complex z)
cabsf.c 9 #include <complex.h>
13 cabsf(float complex z)
cabsl.c 8 #include <complex.h>
12 cabsl(long double complex z)
carg.c 9 #include <complex.h>
13 carg(double complex z)
cargf.c 9 #include <complex.h>
13 cargf(float complex z)
cargl.c 8 #include <complex.h>
12 cargl(long double complex z)
cimag.c 8 #include <complex.h>
12 cimag(double complex z)
cimagf.c 8 #include <complex.h>
12 cimagf(float complex z)
creal.c 8 #include <complex.h>
12 creal(double complex z)
crealf.c 8 #include <complex.h>
12 crealf(float complex z)
  /src/tests/usr.bin/indent/
lsym_storage_class.c 15 complex double cd;
19 double complex dc;

Completed in 29 milliseconds

1 2 3 4 5