Searched defs:complex (Results 1 - 1 of 1) sorted by relevance

/bionic/libm/include/
H A 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 cacos
[all...]

Completed in 47 milliseconds