Blame src/api/complex.c

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