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 0ef264
{double(*p)(double complex) = cabs;}
nsz 0ef264
{float(*p)(float complex) = cabsf;}
nsz 0ef264
{long double(*p)(long double complex) = cabsl;}
nsz 0ef264
{double complex(*p)(double complex) = cacos;}
nsz 0ef264
{float complex(*p)(float complex) = cacosf;}
nsz 0ef264
{double complex(*p)(double complex) = cacosh;}
nsz 0ef264
{float complex(*p)(float complex) = cacoshf;}
nsz 0ef264
{long double complex(*p)(long double complex) = cacoshl;}
nsz 0ef264
{long double complex(*p)(long double complex) = cacosl;}
nsz 0ef264
{double(*p)(double complex) = carg;}
nsz 0ef264
{float(*p)(float complex) = cargf;}
nsz 0ef264
{long double(*p)(long double complex) = cargl;}
nsz 0ef264
{double complex(*p)(double complex) = casin;}
nsz 0ef264
{float complex(*p)(float complex) = casinf;}
nsz 0ef264
{double complex(*p)(double complex) = casinh;}
nsz 0ef264
{float complex(*p)(float complex) = casinhf;}
nsz 0ef264
{long double complex(*p)(long double complex) = casinhl;}
nsz 0ef264
{long double complex(*p)(long double complex) = casinl;}
nsz 0ef264
{double complex(*p)(double complex) = catan;}
nsz 0ef264
{float complex(*p)(float complex) = catanf;}
nsz 0ef264
{double complex(*p)(double complex) = catanh;}
nsz 0ef264
{float complex(*p)(float complex) = catanhf;}
nsz 0ef264
{long double complex(*p)(long double complex) = catanhl;}
nsz 0ef264
{long double complex(*p)(long double complex) = catanl;}
nsz 0ef264
{double complex(*p)(double complex) = ccos;}
nsz 0ef264
{float complex(*p)(float complex) = ccosf;}
nsz 0ef264
{double complex(*p)(double complex) = ccosh;}
nsz 0ef264
{float complex(*p)(float complex) = ccoshf;}
nsz 0ef264
{long double complex(*p)(long double complex) = ccoshl;}
nsz 0ef264
{long double complex(*p)(long double complex) = ccosl;}
nsz 0ef264
{double complex(*p)(double complex) = cexp;}
nsz 0ef264
{float complex(*p)(float complex) = cexpf;}
nsz 0ef264
{long double complex(*p)(long double complex) = cexpl;}
nsz 0ef264
{double(*p)(double complex) = cimag;}
nsz 0ef264
{float(*p)(float complex) = cimagf;}
nsz 0ef264
{long double(*p)(long double complex) = cimagl;}
nsz 0ef264
{double complex(*p)(double complex) = clog;}
nsz 0ef264
{float complex(*p)(float complex) = clogf;}
nsz 0ef264
{long double complex(*p)(long double complex) = clogl;}
nsz 0ef264
{double complex(*p)(double complex) = conj;}
nsz 0ef264
{float complex(*p)(float complex) = conjf;}
nsz 0ef264
{long double complex(*p)(long double complex) = conjl;}
nsz 0ef264
{double complex(*p)(double complex,double complex) = cpow;}
nsz 0ef264
{float complex(*p)(float complex,float complex) = cpowf;}
nsz 0ef264
{long double complex(*p)(long double complex,long double complex) = cpowl;}
nsz 0ef264
{double complex(*p)(double complex) = cproj;}
nsz 0ef264
{float complex(*p)(float complex) = cprojf;}
nsz 0ef264
{long double complex(*p)(long double complex) = cprojl;}
nsz 0ef264
{double(*p)(double complex) = creal;}
nsz 0ef264
{float(*p)(float complex) = crealf;}
nsz 0ef264
{long double(*p)(long double complex) = creall;}
nsz 0ef264
{double complex(*p)(double complex) = csin;}
nsz 0ef264
{float complex(*p)(float complex) = csinf;}
nsz 0ef264
{double complex(*p)(double complex) = csinh;}
nsz 0ef264
{float complex(*p)(float complex) = csinhf;}
nsz 0ef264
{long double complex(*p)(long double complex) = csinhl;}
nsz 0ef264
{long double complex(*p)(long double complex) = csinl;}
nsz 0ef264
{double complex(*p)(double complex) = csqrt;}
nsz 0ef264
{float complex(*p)(float complex) = csqrtf;}
nsz 0ef264
{long double complex(*p)(long double complex) = csqrtl;}
nsz 0ef264
{double complex(*p)(double complex) = ctan;}
nsz 0ef264
{float complex(*p)(float complex) = ctanf;}
nsz 0ef264
{double complex(*p)(double complex) = ctanh;}
nsz 0ef264
{float complex(*p)(float complex) = ctanhf;}
nsz 0ef264
{long double complex(*p)(long double complex) = ctanhl;}
nsz 0ef264
{long double complex(*p)(long double complex) = ctanl;}
nsz e19254
}