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

/bionic/libm/include/
H A Dcomplex.h46 #define complex _Complex macro
51 double cabs(double complex);
52 float cabsf(float complex);
53 long double cabsl(long double complex);
54 double carg(double complex);
55 float cargf(float complex);
56 long double cargl(long double complex);
57 double complex ccos(double complex);
58 float complex ccos
[all...]

Completed in 55 milliseconds