Home | History | Annotate | Download | only in include

Lines Matching refs:__cdecl

78 _CRTIMP int __cdecl _Stopfx(const char **,char **);
79 _CRTIMP int __cdecl _Stoflt(const char *,const char *,char **,long[],int);
80 _CRTIMP int __cdecl _Stoxflt(const char *,const char *,char **,long[],int);
81 _CRTIMP int __cdecl _WStopfx(const wchar_t **,wchar_t **);
82 _CRTIMP int __cdecl _WStoflt(const wchar_t *,const wchar_t *,wchar_t **,long[],int);
83 _CRTIMP int __cdecl _WStoxflt(const wchar_t *,const wchar_t *,wchar_t **,long[],int);
84 _CRTIMP short __cdecl _Dnorm(unsigned short *);
85 _CRTIMP short __cdecl _Dscale(double *,long);
86 _CRTIMP short __cdecl _Dunscale(short *,double *);
87 _CRTIMP double __cdecl _Poly(double,const double *,int);
92 _CRTIMP short __cdecl _FDnorm(unsigned short *);
93 _CRTIMP short __cdecl _FDscale(float *,long);
94 _CRTIMP short __cdecl _FDunscale(short *,float *);
99 _CRTIMP short __cdecl _LDnorm(unsigned short *);
100 _CRTIMP short __cdecl _LDscale(long double *,long);
101 _CRTIMP short __cdecl _LDunscale(short *,long double *);
102 _CRTIMP long double __cdecl _LPoly(long double,const long double *,int);