Lines Matching refs:__attribute__

36 #if ! defined (__GNUG__) && ! defined (__attribute__)
37 #define __attribute__(foo) /* Ignore. */
133 imag (const complex<_FLT>& x) __attribute__ ((const));
142 real (const complex<_FLT>& x) __attribute__ ((const));
151 operator + (const complex<_FLT>& x, const complex<_FLT>& y) __attribute__ ((const));
160 operator + (const complex<_FLT>& x, _FLT y) __attribute__ ((const));
169 operator + (_FLT x, const complex<_FLT>& y) __attribute__ ((const));
178 operator - (const complex<_FLT>& x, const complex<_FLT>& y) __attribute__ ((const));
187 operator - (const complex<_FLT>& x, _FLT y) __attribute__ ((const));
196 operator - (_FLT x, const complex<_FLT>& y) __attribute__ ((const));
205 operator * (const complex<_FLT>& x, const complex<_FLT>& y) __attribute__ ((const));
215 operator * (const complex<_FLT>& x, _FLT y) __attribute__ ((const));
224 operator * (_FLT x, const complex<_FLT>& y) __attribute__ ((const));
233 operator / (const complex<_FLT>& x, _FLT y) __attribute__ ((const));
242 operator + (const complex<_FLT>& x) __attribute__ ((const));
251 operator - (const complex<_FLT>& x) __attribute__ ((const));
260 operator == (const complex<_FLT>& x, const complex<_FLT>& y) __attribute__ ((const));
269 operator == (const complex<_FLT>& x, _FLT y) __attribute__ ((const));
278 operator == (_FLT x, const complex<_FLT>& y) __attribute__ ((const));
287 operator != (const complex<_FLT>& x, const complex<_FLT>& y) __attribute__ ((const));
296 operator != (const complex<_FLT>& x, _FLT y) __attribute__ ((const));
305 operator != (_FLT x, const complex<_FLT>& y) __attribute__ ((const));
314 //extern "C" double hypot (double, double) __attribute__ ((const));
317 abs (const complex<_FLT>& x) __attribute__ ((const));
326 arg (const complex<_FLT>& x) __attribute__ ((const));
335 polar (_FLT r, _FLT t) __attribute__ ((const));
344 conj (const complex<_FLT>& x) __attribute__ ((const));
353 norm (const complex<_FLT>& x) __attribute__ ((const));
364 operator / (const complex<_FLT>&, const complex<_FLT>&) __attribute__ ((const));
366 operator / (_FLT, const complex<_FLT>&) __attribute__ ((const));
368 cos (const complex<_FLT>&) __attribute__ ((const));
370 cosh (const complex<_FLT>&) __attribute__ ((const));
372 exp (const complex<_FLT>&) __attribute__ ((const));
374 log (const complex<_FLT>&) __attribute__ ((const));
376 pow (const complex<_FLT>&, const complex<_FLT>&) __attribute__ ((const));
378 pow (const complex<_FLT>&, _FLT) __attribute__ ((const));
380 pow (const complex<_FLT>&, int) __attribute__ ((const));
382 pow (_FLT, const complex<_FLT>&) __attribute__ ((const));
384 sin (const complex<_FLT>&) __attribute__ ((const));
386 sinh (const complex<_FLT>&) __attribute__ ((const));
388 sqrt (const complex<_FLT>&) __attribute__ ((const));