Home | History | Annotate | Download | only in src

Lines Matching full:complex

429  * C99 specifies that complex numbers have the same representation as
434 float complex f;
438 double complex f;
442 long double complex f;
449 * Inline functions that can be used to construct complex values.
454 * (0.0+I)*(y+0.0*I) and laboriously computing the full complex product.
458 static __inline float complex
468 static __inline double complex
478 static __inline long double complex
738 double complex __ldexp_cexp(double complex,int);
756 float complex __ldexp_cexpf(float complex,int);