Blob Blame History Raw
#include <complex.h>
#define T(t) (t*)0;
static void f()
{
T(float complex)

{const float complex c = _Complex_I;}
{const float complex c = I;}

double(*p_cabs)(double complex) = cabs;
float(*p_cabsf)(float complex) = cabsf;
long double(*p_cabsl)(long double complex) = cabsl;
double complex(*p_cacos)(double complex) = cacos;
float complex(*p_cacosf)(float complex) = cacosf;
double complex(*p_cacosh)(double complex) = cacosh;
float complex(*p_cacoshf)(float complex) = cacoshf;
long double complex(*p_cacoshl)(long double complex) = cacoshl;
long double complex(*p_cacosl)(long double complex) = cacosl;
double(*p_carg)(double complex) = carg;
float(*p_cargf)(float complex) = cargf;
long double(*p_cargl)(long double complex) = cargl;
double complex(*p_casin)(double complex) = casin;
float complex(*p_casinf)(float complex) = casinf;
double complex(*p_casinh)(double complex) = casinh;
float complex(*p_casinhf)(float complex) = casinhf;
long double complex(*p_casinhl)(long double complex) = casinhl;
long double complex(*p_casinl)(long double complex) = casinl;
double complex(*p_catan)(double complex) = catan;
float complex(*p_catanf)(float complex) = catanf;
double complex(*p_catanh)(double complex) = catanh;
float complex(*p_catanhf)(float complex) = catanhf;
long double complex(*p_catanhl)(long double complex) = catanhl;
long double complex(*p_catanl)(long double complex) = catanl;
double complex(*p_ccos)(double complex) = ccos;
float complex(*p_ccosf)(float complex) = ccosf;
double complex(*p_ccosh)(double complex) = ccosh;
float complex(*p_ccoshf)(float complex) = ccoshf;
long double complex(*p_ccoshl)(long double complex) = ccoshl;
long double complex(*p_ccosl)(long double complex) = ccosl;
double complex(*p_cexp)(double complex) = cexp;
float complex(*p_cexpf)(float complex) = cexpf;
long double complex(*p_cexpl)(long double complex) = cexpl;
double(*p_cimag)(double complex) = cimag;
float(*p_cimagf)(float complex) = cimagf;
long double(*p_cimagl)(long double complex) = cimagl;
double complex(*p_clog)(double complex) = clog;
float complex(*p_clogf)(float complex) = clogf;
long double complex(*p_clogl)(long double complex) = clogl;
double complex(*p_conj)(double complex) = conj;
float complex(*p_conjf)(float complex) = conjf;
long double complex(*p_conjl)(long double complex) = conjl;
double complex(*p_cpow)(double complex,double complex) = cpow;
float complex(*p_cpowf)(float complex,float complex) = cpowf;
long double complex(*p_cpowl)(long double complex,long double complex) = cpowl;
double complex(*p_cproj)(double complex) = cproj;
float complex(*p_cprojf)(float complex) = cprojf;
long double complex(*p_cprojl)(long double complex) = cprojl;
double(*p_creal)(double complex) = creal;
float(*p_crealf)(float complex) = crealf;
long double(*p_creall)(long double complex) = creall;
double complex(*p_csin)(double complex) = csin;
float complex(*p_csinf)(float complex) = csinf;
double complex(*p_csinh)(double complex) = csinh;
float complex(*p_csinhf)(float complex) = csinhf;
long double complex(*p_csinhl)(long double complex) = csinhl;
long double complex(*p_csinl)(long double complex) = csinl;
double complex(*p_csqrt)(double complex) = csqrt;
float complex(*p_csqrtf)(float complex) = csqrtf;
long double complex(*p_csqrtl)(long double complex) = csqrtl;
double complex(*p_ctan)(double complex) = ctan;
float complex(*p_ctanf)(float complex) = ctanf;
double complex(*p_ctanh)(double complex) = ctanh;
float complex(*p_ctanhf)(float complex) = ctanhf;
long double complex(*p_ctanhl)(long double complex) = ctanhl;
long double complex(*p_ctanl)(long double complex) = ctanl;
}