# 1 "/home/rth/work/gcc/src-gcc/libstdc++-v3/testsuite/26_numerics/fabs_inline.cc" # 1 "" # 1 "" # 1 "/home/rth/work/gcc/src-gcc/libstdc++-v3/testsuite/26_numerics/fabs_inline.cc" # 23 "/home/rth/work/gcc/src-gcc/libstdc++-v3/testsuite/26_numerics/fabs_inline.cc" # 1 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/cmath" 1 # 48 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/cmath" 3 # 1 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/alphaev67-unknown-linux-gnu/bits/c++config.h" 1 3 # 35 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/alphaev67-unknown-linux-gnu/bits/c++config.h" 3 # 1 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/alphaev67-unknown-linux-gnu/bits/os_defines.h" 1 3 # 39 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/alphaev67-unknown-linux-gnu/bits/os_defines.h" 3 # 1 "/usr/include/features.h" 1 3 4 # 291 "/usr/include/features.h" 3 4 # 1 "/usr/include/sys/cdefs.h" 1 3 4 # 292 "/usr/include/features.h" 2 3 4 # 314 "/usr/include/features.h" 3 4 # 1 "/usr/include/gnu/stubs.h" 1 3 4 # 315 "/usr/include/features.h" 2 3 4 # 40 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/alphaev67-unknown-linux-gnu/bits/os_defines.h" 2 3 # 36 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/alphaev67-unknown-linux-gnu/bits/c++config.h" 2 3 # 50 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/cmath" 2 3 # 1 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/bits/cpp_type_traits.h" 1 3 # 41 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/bits/cpp_type_traits.h" 3 # 67 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/bits/cpp_type_traits.h" 3 namespace std { template struct __are_same { enum { _M_type = 0 }; }; template struct __are_same<_Tp, _Tp> { enum { _M_type = 1 }; }; template struct __enable_if { }; template struct __enable_if<_Tp, true> { typedef _Tp _M_type; }; template struct __is_void { enum { _M_type = 0 }; }; template<> struct __is_void { enum { _M_type = 1 }; }; template struct __is_integer { enum { _M_type = 0 }; }; template<> struct __is_integer { enum { _M_type = 1 }; }; template<> struct __is_integer { enum { _M_type = 1 }; }; template<> struct __is_integer { enum { _M_type = 1 }; }; template<> struct __is_integer { enum { _M_type = 1 }; }; template<> struct __is_integer { enum { _M_type = 1 }; }; template<> struct __is_integer { enum { _M_type = 1 }; }; template<> struct __is_integer { enum { _M_type = 1 }; }; template<> struct __is_integer { enum { _M_type = 1 }; }; template<> struct __is_integer { enum { _M_type = 1 }; }; template<> struct __is_integer { enum { _M_type = 1 }; }; template<> struct __is_integer { enum { _M_type = 1 }; }; template<> struct __is_integer { enum { _M_type = 1 }; }; template<> struct __is_integer { enum { _M_type = 1 }; }; template struct __is_floating { enum { _M_type = 0 }; }; template<> struct __is_floating { enum { _M_type = 1 }; }; template<> struct __is_floating { enum { _M_type = 1 }; }; template<> struct __is_floating { enum { _M_type = 1 }; }; template struct __is_arithmetic { enum { _M_type = __is_integer<_Tp>::_M_type || __is_floating<_Tp>::_M_type }; }; template struct __is_fundamental { enum { _M_type = __is_void<_Tp>::_M_type || __is_arithmetic<_Tp>::_M_type }; }; template struct __is_pod { enum { _M_type = __is_fundamental<_Tp>::_M_type }; }; } # 51 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/cmath" 2 3 # 1 "/usr/include/math.h" 1 3 4 # 29 "/usr/include/math.h" 3 4 extern "C" { # 1 "/usr/include/bits/huge_val.h" 1 3 4 # 34 "/usr/include/math.h" 2 3 4 # 1 "/usr/include/bits/nan.h" 1 3 4 # 38 "/usr/include/math.h" 2 3 4 # 1 "/home/rth/work/gcc/build/axp/gcc/include/bits/mathdef.h" 1 3 4 # 54 "/home/rth/work/gcc/build/axp/gcc/include/bits/mathdef.h" 3 4 typedef double float_t; typedef double double_t; # 41 "/usr/include/math.h" 2 3 4 # 65 "/usr/include/math.h" 3 4 # 1 "/usr/include/bits/mathcalls.h" 1 3 4 # 53 "/usr/include/bits/mathcalls.h" 3 4 extern double acos (double __x) throw (); extern double __acos (double __x) throw (); extern double asin (double __x) throw (); extern double __asin (double __x) throw (); extern double atan (double __x) throw (); extern double __atan (double __x) throw (); extern double atan2 (double __y, double __x) throw (); extern double __atan2 (double __y, double __x) throw (); extern double cos (double __x) throw (); extern double __cos (double __x) throw (); extern double sin (double __x) throw (); extern double __sin (double __x) throw (); extern double tan (double __x) throw (); extern double __tan (double __x) throw (); extern double cosh (double __x) throw (); extern double __cosh (double __x) throw (); extern double sinh (double __x) throw (); extern double __sinh (double __x) throw (); extern double tanh (double __x) throw (); extern double __tanh (double __x) throw (); extern void sincos (double __x, double *__sinx, double *__cosx) throw (); extern void __sincos (double __x, double *__sinx, double *__cosx) throw (); extern double acosh (double __x) throw (); extern double __acosh (double __x) throw (); extern double asinh (double __x) throw (); extern double __asinh (double __x) throw (); extern double atanh (double __x) throw (); extern double __atanh (double __x) throw (); extern double exp (double __x) throw (); extern double __exp (double __x) throw (); extern double frexp (double __x, int *__exponent) throw (); extern double __frexp (double __x, int *__exponent) throw (); extern double ldexp (double __x, int __exponent) throw (); extern double __ldexp (double __x, int __exponent) throw (); extern double log (double __x) throw (); extern double __log (double __x) throw (); extern double log10 (double __x) throw (); extern double __log10 (double __x) throw (); extern double modf (double __x, double *__iptr) throw (); extern double __modf (double __x, double *__iptr) throw (); extern double exp10 (double __x) throw (); extern double __exp10 (double __x) throw (); extern double pow10 (double __x) throw (); extern double __pow10 (double __x) throw (); extern double expm1 (double __x) throw (); extern double __expm1 (double __x) throw (); extern double log1p (double __x) throw (); extern double __log1p (double __x) throw (); extern double logb (double __x) throw (); extern double __logb (double __x) throw (); extern double exp2 (double __x) throw (); extern double __exp2 (double __x) throw (); extern double log2 (double __x) throw (); extern double __log2 (double __x) throw (); extern double pow (double __x, double __y) throw (); extern double __pow (double __x, double __y) throw (); extern double sqrt (double __x) throw (); extern double __sqrt (double __x) throw (); extern double hypot (double __x, double __y) throw (); extern double __hypot (double __x, double __y) throw (); extern double cbrt (double __x) throw (); extern double __cbrt (double __x) throw (); extern double ceil (double __x) throw () __attribute__ ((__const__)); extern double __ceil (double __x) throw () __attribute__ ((__const__)); extern double fabs (double __x) throw () __attribute__ ((__const__)); extern double __fabs (double __x) throw () __attribute__ ((__const__)); extern double floor (double __x) throw () __attribute__ ((__const__)); extern double __floor (double __x) throw () __attribute__ ((__const__)); extern double fmod (double __x, double __y) throw (); extern double __fmod (double __x, double __y) throw (); extern int __isinf (double __value) throw () __attribute__ ((__const__)); extern int __finite (double __value) throw () __attribute__ ((__const__)); extern int isinf (double __value) throw () __attribute__ ((__const__)); extern int finite (double __value) throw () __attribute__ ((__const__)); extern double drem (double __x, double __y) throw (); extern double __drem (double __x, double __y) throw (); extern double significand (double __x) throw (); extern double __significand (double __x) throw (); extern double copysign (double __x, double __y) throw () __attribute__ ((__const__)); extern double __copysign (double __x, double __y) throw () __attribute__ ((__const__)); extern double nan (__const char *__tagb) throw () __attribute__ ((__const__)); extern double __nan (__const char *__tagb) throw () __attribute__ ((__const__)); extern int __isnan (double __value) throw () __attribute__ ((__const__)); extern int isnan (double __value) throw () __attribute__ ((__const__)); extern double j0 (double) throw (); extern double __j0 (double) throw (); extern double j1 (double) throw (); extern double __j1 (double) throw (); extern double jn (int, double) throw (); extern double __jn (int, double) throw (); extern double y0 (double) throw (); extern double __y0 (double) throw (); extern double y1 (double) throw (); extern double __y1 (double) throw (); extern double yn (int, double) throw (); extern double __yn (int, double) throw (); extern double erf (double) throw (); extern double __erf (double) throw (); extern double erfc (double) throw (); extern double __erfc (double) throw (); extern double lgamma (double) throw (); extern double __lgamma (double) throw (); extern double tgamma (double) throw (); extern double __tgamma (double) throw (); extern double gamma (double) throw (); extern double __gamma (double) throw (); extern double lgamma_r (double, int *__signgamp) throw (); extern double __lgamma_r (double, int *__signgamp) throw (); extern double rint (double __x) throw (); extern double __rint (double __x) throw (); extern double nextafter (double __x, double __y) throw () __attribute__ ((__const__)); extern double __nextafter (double __x, double __y) throw () __attribute__ ((__const__)); extern double nexttoward (double __x, long double __y) throw () __attribute__ ((__const__)); extern double __nexttoward (double __x, long double __y) throw () __attribute__ ((__const__)); extern double remainder (double __x, double __y) throw (); extern double __remainder (double __x, double __y) throw (); extern double scalbn (double __x, int __n) throw (); extern double __scalbn (double __x, int __n) throw (); extern int ilogb (double __x) throw (); extern int __ilogb (double __x) throw (); extern double scalbln (double __x, long int __n) throw (); extern double __scalbln (double __x, long int __n) throw (); extern double nearbyint (double __x) throw (); extern double __nearbyint (double __x) throw (); extern double round (double __x) throw (); extern double __round (double __x) throw (); extern double trunc (double __x) throw () __attribute__ ((__const__)); extern double __trunc (double __x) throw () __attribute__ ((__const__)); extern double remquo (double __x, double __y, int *__quo) throw (); extern double __remquo (double __x, double __y, int *__quo) throw (); extern long int lrint (double __x) throw (); extern long int __lrint (double __x) throw (); extern long long int llrint (double __x) throw (); extern long long int __llrint (double __x) throw (); extern long int lround (double __x) throw (); extern long int __lround (double __x) throw (); extern long long int llround (double __x) throw (); extern long long int __llround (double __x) throw (); extern double fdim (double __x, double __y) throw (); extern double __fdim (double __x, double __y) throw (); extern double fmax (double __x, double __y) throw (); extern double __fmax (double __x, double __y) throw (); extern double fmin (double __x, double __y) throw (); extern double __fmin (double __x, double __y) throw (); extern int __fpclassify (double __value) throw () __attribute__ ((__const__)); extern int __signbit (double __value) throw () __attribute__ ((__const__)); extern double fma (double __x, double __y, double __z) throw (); extern double __fma (double __x, double __y, double __z) throw (); extern double scalb (double __x, double __n) throw (); extern double __scalb (double __x, double __n) throw (); # 66 "/usr/include/math.h" 2 3 4 # 88 "/usr/include/math.h" 3 4 # 1 "/usr/include/bits/mathcalls.h" 1 3 4 # 53 "/usr/include/bits/mathcalls.h" 3 4 extern float acosf (float __x) throw (); extern float __acosf (float __x) throw (); extern float asinf (float __x) throw (); extern float __asinf (float __x) throw (); extern float atanf (float __x) throw (); extern float __atanf (float __x) throw (); extern float atan2f (float __y, float __x) throw (); extern float __atan2f (float __y, float __x) throw (); extern float cosf (float __x) throw (); extern float __cosf (float __x) throw (); extern float sinf (float __x) throw (); extern float __sinf (float __x) throw (); extern float tanf (float __x) throw (); extern float __tanf (float __x) throw (); extern float coshf (float __x) throw (); extern float __coshf (float __x) throw (); extern float sinhf (float __x) throw (); extern float __sinhf (float __x) throw (); extern float tanhf (float __x) throw (); extern float __tanhf (float __x) throw (); extern void sincosf (float __x, float *__sinx, float *__cosx) throw (); extern void __sincosf (float __x, float *__sinx, float *__cosx) throw (); extern float acoshf (float __x) throw (); extern float __acoshf (float __x) throw (); extern float asinhf (float __x) throw (); extern float __asinhf (float __x) throw (); extern float atanhf (float __x) throw (); extern float __atanhf (float __x) throw (); extern float expf (float __x) throw (); extern float __expf (float __x) throw (); extern float frexpf (float __x, int *__exponent) throw (); extern float __frexpf (float __x, int *__exponent) throw (); extern float ldexpf (float __x, int __exponent) throw (); extern float __ldexpf (float __x, int __exponent) throw (); extern float logf (float __x) throw (); extern float __logf (float __x) throw (); extern float log10f (float __x) throw (); extern float __log10f (float __x) throw (); extern float modff (float __x, float *__iptr) throw (); extern float __modff (float __x, float *__iptr) throw (); extern float exp10f (float __x) throw (); extern float __exp10f (float __x) throw (); extern float pow10f (float __x) throw (); extern float __pow10f (float __x) throw (); extern float expm1f (float __x) throw (); extern float __expm1f (float __x) throw (); extern float log1pf (float __x) throw (); extern float __log1pf (float __x) throw (); extern float logbf (float __x) throw (); extern float __logbf (float __x) throw (); extern float exp2f (float __x) throw (); extern float __exp2f (float __x) throw (); extern float log2f (float __x) throw (); extern float __log2f (float __x) throw (); extern float powf (float __x, float __y) throw (); extern float __powf (float __x, float __y) throw (); extern float sqrtf (float __x) throw (); extern float __sqrtf (float __x) throw (); extern float hypotf (float __x, float __y) throw (); extern float __hypotf (float __x, float __y) throw (); extern float cbrtf (float __x) throw (); extern float __cbrtf (float __x) throw (); extern float ceilf (float __x) throw () __attribute__ ((__const__)); extern float __ceilf (float __x) throw () __attribute__ ((__const__)); extern float fabsf (float __x) throw () __attribute__ ((__const__)); extern float __fabsf (float __x) throw () __attribute__ ((__const__)); extern float floorf (float __x) throw () __attribute__ ((__const__)); extern float __floorf (float __x) throw () __attribute__ ((__const__)); extern float fmodf (float __x, float __y) throw (); extern float __fmodf (float __x, float __y) throw (); extern int __isinff (float __value) throw () __attribute__ ((__const__)); extern int __finitef (float __value) throw () __attribute__ ((__const__)); extern int isinff (float __value) throw () __attribute__ ((__const__)); extern int finitef (float __value) throw () __attribute__ ((__const__)); extern float dremf (float __x, float __y) throw (); extern float __dremf (float __x, float __y) throw (); extern float significandf (float __x) throw (); extern float __significandf (float __x) throw (); extern float copysignf (float __x, float __y) throw () __attribute__ ((__const__)); extern float __copysignf (float __x, float __y) throw () __attribute__ ((__const__)); extern float nanf (__const char *__tagb) throw () __attribute__ ((__const__)); extern float __nanf (__const char *__tagb) throw () __attribute__ ((__const__)); extern int __isnanf (float __value) throw () __attribute__ ((__const__)); extern int isnanf (float __value) throw () __attribute__ ((__const__)); extern float j0f (float) throw (); extern float __j0f (float) throw (); extern float j1f (float) throw (); extern float __j1f (float) throw (); extern float jnf (int, float) throw (); extern float __jnf (int, float) throw (); extern float y0f (float) throw (); extern float __y0f (float) throw (); extern float y1f (float) throw (); extern float __y1f (float) throw (); extern float ynf (int, float) throw (); extern float __ynf (int, float) throw (); extern float erff (float) throw (); extern float __erff (float) throw (); extern float erfcf (float) throw (); extern float __erfcf (float) throw (); extern float lgammaf (float) throw (); extern float __lgammaf (float) throw (); extern float tgammaf (float) throw (); extern float __tgammaf (float) throw (); extern float gammaf (float) throw (); extern float __gammaf (float) throw (); extern float lgammaf_r (float, int *__signgamp) throw (); extern float __lgammaf_r (float, int *__signgamp) throw (); extern float rintf (float __x) throw (); extern float __rintf (float __x) throw (); extern float nextafterf (float __x, float __y) throw () __attribute__ ((__const__)); extern float __nextafterf (float __x, float __y) throw () __attribute__ ((__const__)); extern float nexttowardf (float __x, long double __y) throw () __attribute__ ((__const__)); extern float __nexttowardf (float __x, long double __y) throw () __attribute__ ((__const__)); extern float remainderf (float __x, float __y) throw (); extern float __remainderf (float __x, float __y) throw (); extern float scalbnf (float __x, int __n) throw (); extern float __scalbnf (float __x, int __n) throw (); extern int ilogbf (float __x) throw (); extern int __ilogbf (float __x) throw (); extern float scalblnf (float __x, long int __n) throw (); extern float __scalblnf (float __x, long int __n) throw (); extern float nearbyintf (float __x) throw (); extern float __nearbyintf (float __x) throw (); extern float roundf (float __x) throw (); extern float __roundf (float __x) throw (); extern float truncf (float __x) throw () __attribute__ ((__const__)); extern float __truncf (float __x) throw () __attribute__ ((__const__)); extern float remquof (float __x, float __y, int *__quo) throw (); extern float __remquof (float __x, float __y, int *__quo) throw (); extern long int lrintf (float __x) throw (); extern long int __lrintf (float __x) throw (); extern long long int llrintf (float __x) throw (); extern long long int __llrintf (float __x) throw (); extern long int lroundf (float __x) throw (); extern long int __lroundf (float __x) throw (); extern long long int llroundf (float __x) throw (); extern long long int __llroundf (float __x) throw (); extern float fdimf (float __x, float __y) throw (); extern float __fdimf (float __x, float __y) throw (); extern float fmaxf (float __x, float __y) throw (); extern float __fmaxf (float __x, float __y) throw (); extern float fminf (float __x, float __y) throw (); extern float __fminf (float __x, float __y) throw (); extern int __fpclassifyf (float __value) throw () __attribute__ ((__const__)); extern int __signbitf (float __value) throw () __attribute__ ((__const__)); extern float fmaf (float __x, float __y, float __z) throw (); extern float __fmaf (float __x, float __y, float __z) throw (); extern float scalbf (float __x, float __n) throw (); extern float __scalbf (float __x, float __n) throw (); # 89 "/usr/include/math.h" 2 3 4 # 125 "/usr/include/math.h" 3 4 extern int signgam; # 166 "/usr/include/math.h" 3 4 enum { FP_NAN, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL }; # 252 "/usr/include/math.h" 3 4 typedef enum { _IEEE_ = -1, _SVID_, _XOPEN_, _POSIX_, _ISOC_ } _LIB_VERSION_TYPE; extern _LIB_VERSION_TYPE _LIB_VERSION; # 275 "/usr/include/math.h" 3 4 struct __exception { int type; char *name; double arg1; double arg2; double retval; }; extern int matherr (struct __exception *__exc) throw (); # 362 "/usr/include/math.h" 3 4 # 1 "/usr/include/bits/mathinline.h" 1 3 4 # 72 "/usr/include/bits/mathinline.h" 3 4 __inline float __copysignf (float __x, float __y) throw () { float __z; __asm ("cpys %1, %2, %0" : "=f" (__z) : "f" (__y), "f" (__x)); return __z; } __inline float copysignf (float __x, float __y) throw () { float __z; __asm ("cpys %1, %2, %0" : "=f" (__z) : "f" (__y), "f" (__x)); return __z; } __inline double __copysign (double __x, double __y) throw () { double __z; __asm ("cpys %1, %2, %0" : "=f" (__z) : "f" (__y), "f" (__x)); return __z; } __inline double copysign (double __x, double __y) throw () { double __z; __asm ("cpys %1, %2, %0" : "=f" (__z) : "f" (__y), "f" (__x)); return __z; } __inline float __fabsf (float __x) throw () { return __builtin_fabsf (__x); } __inline float fabsf (float __x) throw () { return __builtin_fabsf (__x); } __inline double __fabs (double __x) throw () { return __builtin_fabs (__x); } __inline double fabs (double __x) throw () { return __builtin_fabs (__x); } # 108 "/usr/include/bits/mathinline.h" 3 4 __inline float __floorf (float __x) throw () { if (__x != 0 && fabsf (__x) < 16777216.0f) { float __tmp1, __tmp2; __asm ("cvtst/s %3,%2\n\t" "cvttq/svm %2,%1\n\t" "cvtqt/m %1,%0\n\t" : "=f"(__x), "=&f"(__tmp1), "=&f"(__tmp2) : "f"(__x)); } return __x; } __inline double __floor (double __x) throw () { if (__x != 0 && fabs (__x) < 9007199254740992.0) { double __tmp1; __asm ( "cvttq/svm %2,%1\n\t" "cvtqt/m %1,%0\n\t" : "=f"(__x), "=&f"(__tmp1) : "f"(__x)); } return __x; } __inline float floorf (float __x) throw () { return __floorf(__x); } __inline double floor (double __x) throw () { return __floor(__x); } __inline float __fdimf (float __x, float __y) throw () { return __x < __y ? 0.0f : __x - __y; } __inline float fdimf (float __x, float __y) throw () { return __x < __y ? 0.0f : __x - __y; } __inline double __fdim (double __x, double __y) throw () { return __x < __y ? 0.0 : __x - __y; } __inline double fdim (double __x, double __y) throw () { return __x < __y ? 0.0 : __x - __y; } # 363 "/usr/include/math.h" 2 3 4 # 423 "/usr/include/math.h" 3 4 } # 53 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/cmath" 2 3 # 81 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/cmath" 3 namespace __gnu_cxx { namespace __c99_binding { # 162 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/cmath" 3 } } namespace std { template _Tp __cmath_power(_Tp, unsigned int); inline double abs(double __x) { return __builtin_fabs(__x); } inline float abs(float __x) { return __builtin_fabsf(__x); } inline long double abs(long double __x) { return __builtin_fabsl(__x); } inline float acos(float __x) { return ::acos(static_cast(__x)); } using ::acos; inline long double acos(long double __x) { return ::acos(static_cast(__x)); } template inline typename __enable_if::_M_type>::_M_type acos(_Tp __x) { return ::acos(static_cast(__x)); } using ::asin; inline float asin(float __x) { return ::asin(static_cast(__x)); } inline long double asin(long double __x) { return ::asin(static_cast(__x)); } template inline typename __enable_if::_M_type>::_M_type asin(_Tp __x) { return ::asin(static_cast(__x)); } using ::atan; inline float atan(float __x) { return ::atan(static_cast(__x)); } inline long double atan(long double __x) { return ::atan(static_cast(__x)); } template inline typename __enable_if::_M_type>::_M_type atan(_Tp __x) { return ::atan(static_cast(__x)); } using ::atan2; inline float atan2(float __y, float __x) { return ::atan2(static_cast(__y), static_cast(__x)); } inline long double atan2(long double __y, long double __x) { return ::atan2(static_cast(__y), static_cast(__x)); } template inline typename __enable_if::_M_type && __is_integer<_Up>::_M_type>::_M_type atan2(_Tp __x, _Up __y) { return ::atan2(static_cast(__x), static_cast(__y)); } using ::ceil; inline float ceil(float __x) { return ::ceil(static_cast(__x)); } inline long double ceil(long double __x) { return ::ceil(static_cast(__x)); } template inline typename __enable_if::_M_type>::_M_type ceil(_Tp __x) { return ::ceil(static_cast(__x)); } using ::cos; inline float cos(float __x) { return __builtin_cosf(__x); } inline long double cos(long double __x) { return __builtin_cosl(__x); } template inline typename __enable_if::_M_type>::_M_type cos(_Tp __x) { return __builtin_cos(__x); } using ::cosh; inline float cosh(float __x) { return ::cosh(static_cast(__x)); } inline long double cosh(long double __x) { return ::cosh(static_cast(__x)); } template inline typename __enable_if::_M_type>::_M_type cosh(_Tp __x) { return ::cosh(static_cast(__x)); } using ::exp; inline float exp(float __x) { return ::exp(static_cast(__x)); } inline long double exp(long double __x) { return ::exp(static_cast(__x)); } template inline typename __enable_if::_M_type>::_M_type exp(_Tp __x) { return ::exp(static_cast(__x)); } using ::fabs; inline float fabs(float __x) { return __builtin_fabsf(__x); } inline long double fabs(long double __x) { return __builtin_fabsl(__x); } template inline typename __enable_if::_M_type>::_M_type fabs(_Tp __x) { return __builtin_fabs(__x); } using ::floor; inline float floor(float __x) { return ::floor(static_cast(__x)); } inline long double floor(long double __x) { return ::floor(static_cast(__x)); } template inline typename __enable_if::_M_type>::_M_type floor(_Tp __x) { return ::floor(static_cast(__x)); } using ::fmod; inline float fmod(float __x, float __y) { return ::fmod(static_cast(__x), static_cast(__y)); } inline long double fmod(long double __x, long double __y) { return ::fmod(static_cast(__x), static_cast(__y)); } using ::frexp; inline float frexp(float __x, int* __exp) { return ::frexp(__x, __exp); } inline long double frexp(long double __x, int* __exp) { return ::frexp(static_cast(__x), __exp); } template inline typename __enable_if::_M_type>::_M_type frexp(_Tp __x, int* __exp) { return ::frexp(static_cast(__x), __exp); } using ::ldexp; inline float ldexp(float __x, int __exp) { return ::ldexp(static_cast(__x), __exp); } inline long double ldexp(long double __x, int __exp) { return ::ldexp(static_cast(__x), __exp); } template inline typename __enable_if::_M_type>::_M_type ldexp(_Tp __x, int __exp) { return ::ldexp(static_cast(__x), __exp); } using ::log; inline float log(float __x) { return ::log(static_cast(__x)); } inline long double log(long double __x) { return ::log(static_cast(__x)); } template inline typename __enable_if::_M_type>::_M_type log(_Tp __x) { return ::log(static_cast(__x)); } using ::log10; inline float log10(float __x) { return ::log10(static_cast(__x)); } inline long double log10(long double __x) { return ::log10(static_cast(__x)); } template inline typename __enable_if::_M_type>::_M_type log10(_Tp __x) { return ::log10(static_cast(__x)); } using ::modf; inline float modf(float __x, float* __iptr) { double __tmp; double __res = ::modf(static_cast(__x), &__tmp); *__iptr = static_cast(__tmp); return __res; } inline long double modf(long double __x, long double* __iptr) { double __tmp; double __res = ::modf(static_cast(__x), &__tmp); * __iptr = static_cast(__tmp); return __res; } template inline _Tp __pow_helper(_Tp __x, int __n) { return __n < 0 ? _Tp(1)/__cmath_power(__x, -__n) : __cmath_power(__x, __n); } using ::pow; inline float pow(float __x, float __y) { return ::pow(static_cast(__x), static_cast(__y)); } inline long double pow(long double __x, long double __y) { return ::pow(static_cast(__x), static_cast(__y)); } inline double pow(double __x, int __i) { return __pow_helper(__x, __i); } inline float pow(float __x, int __n) { return __pow_helper(__x, __n); } inline long double pow(long double __x, int __n) { return __pow_helper(__x, __n); } using ::sin; inline float sin(float __x) { return __builtin_sinf(__x); } inline long double sin(long double __x) { return __builtin_sinl(__x); } template inline typename __enable_if::_M_type>::_M_type sin(_Tp __x) { return __builtin_sin(__x); } using ::sinh; inline float sinh(float __x) { return ::sinh(static_cast(__x)); } inline long double sinh(long double __x) { return ::sinh(static_cast(__x)); } template inline typename __enable_if::_M_type>::_M_type sinh(_Tp __x) { return ::sinh(static_cast<_Tp>(__x)); } using ::sqrt; inline float sqrt(float __x) { return __builtin_sqrtf(__x); } inline long double sqrt(long double __x) { return __builtin_sqrtl(__x); } template inline typename __enable_if::_M_type>::_M_type sqrt(_Tp __x) { return __builtin_sqrt(__x); } using ::tan; inline float tan(float __x) { return ::tan(static_cast(__x)); } inline long double tan(long double __x) { return ::tan(static_cast(__x)); } template inline typename __enable_if::_M_type>::_M_type tan(_Tp __x) { return ::tan(static_cast(__x)); } using ::tanh; inline float tanh(float __x) { return ::tanh(static_cast(__x)); } inline long double tanh(long double __x) { return ::tanh(static_cast(__x)); } template inline typename __enable_if::_M_type>::_M_type tanh(_Tp __x) { return ::tanh(static_cast(__x)); } } namespace __gnu_cxx { template int __capture_fpclassify(_Tp __f) { return (sizeof (__f) == sizeof (float) ? __fpclassifyf (__f) : __fpclassify (__f)); } template int __capture_isfinite(_Tp __f) { return (sizeof (__f) == sizeof (float) ? __finitef (__f) : __finite (__f)); } template int __capture_isinf(_Tp __f) { return (sizeof (__f) == sizeof (float) ? __isinff (__f) : __isinf (__f)); } template int __capture_isnan(_Tp __f) { return (sizeof (__f) == sizeof (float) ? __isnanf (__f) : __isnan (__f)); } template int __capture_isnormal(_Tp __f) { return ((sizeof (__f) == sizeof (float) ? __fpclassifyf (__f) : __fpclassify (__f)) == FP_NORMAL); } template int __capture_signbit(_Tp __f) { return (sizeof (__f) == sizeof (float) ? __signbitf (__f) : __signbit (__f)); } template int __capture_isgreater(_Tp __f1, _Tp __f2) { return (__extension__ ({ __typeof__(__f1) __x = (__f1); __typeof__(__f2) __y = (__f2); !(__extension__ ({ double __r; __asm ("cmptun/su %1,%2,%0\n\ttrapb" : "=&f" (__r) : "f" (__x), "f"(__y)); __r != 0; })) && __x > __y; })); } template int __capture_isgreaterequal(_Tp __f1, _Tp __f2) { return (__extension__ ({ __typeof__(__f1) __x = (__f1); __typeof__(__f2) __y = (__f2); !(__extension__ ({ double __r; __asm ("cmptun/su %1,%2,%0\n\ttrapb" : "=&f" (__r) : "f" (__x), "f"(__y)); __r != 0; })) && __x >= __y; })); } template int __capture_isless(_Tp __f1, _Tp __f2) { return (__extension__ ({ __typeof__(__f1) __x = (__f1); __typeof__(__f2) __y = (__f2); !(__extension__ ({ double __r; __asm ("cmptun/su %1,%2,%0\n\ttrapb" : "=&f" (__r) : "f" (__x), "f"(__y)); __r != 0; })) && __x < __y; })); } template int __capture_islessequal(_Tp __f1, _Tp __f2) { return (__extension__ ({ __typeof__(__f1) __x = (__f1); __typeof__(__f2) __y = (__f2); !(__extension__ ({ double __r; __asm ("cmptun/su %1,%2,%0\n\ttrapb" : "=&f" (__r) : "f" (__x), "f"(__y)); __r != 0; })) && __x <= __y; })); } template int __capture_islessgreater(_Tp __f1, _Tp __f2) { return (__extension__ ({ __typeof__(__f1) __x = (__f1); __typeof__(__f2) __y = (__f2); !(__extension__ ({ double __r; __asm ("cmptun/su %1,%2,%0\n\ttrapb" : "=&f" (__r) : "f" (__x), "f"(__y)); __r != 0; })) && __x != __y; })); } template int __capture_isunordered(_Tp __f1, _Tp __f2) { return (__extension__ ({ double __r; __asm ("cmptun/su %1,%2,%0\n\ttrapb" : "=&f" (__r) : "f" (__f1), "f"(__f2)); __r != 0; })); } } # 768 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/cmath" 3 namespace __gnu_cxx { template int fpclassify(_Tp __f) { return __capture_fpclassify(__f); } template int isfinite(_Tp __f) { return __capture_isfinite(__f); } template int isinf(_Tp __f) { return __capture_isinf(__f); } template int isnan(_Tp __f) { return __capture_isnan(__f); } template int isnormal(_Tp __f) { return __capture_isnormal(__f); } template int signbit(_Tp __f) { return __capture_signbit(__f); } template int isgreater(_Tp __f1, _Tp __f2) { return __capture_isgreater(__f1, __f2); } template int isgreaterequal(_Tp __f1, _Tp __f2) { return __capture_isgreaterequal(__f1, __f2); } template int isless(_Tp __f1, _Tp __f2) { return __capture_isless(__f1, __f2); } template int islessequal(_Tp __f1, _Tp __f2) { return __capture_islessequal(__f1, __f2); } template int islessgreater(_Tp __f1, _Tp __f2) { return __capture_islessgreater(__f1, __f2); } template int isunordered(_Tp __f1, _Tp __f2) { return __capture_isunordered(__f1, __f2); } } namespace std { using __gnu_cxx::fpclassify; using __gnu_cxx::isfinite; using __gnu_cxx::isinf; using __gnu_cxx::isnan; using __gnu_cxx::isnormal; using __gnu_cxx::signbit; using __gnu_cxx::isgreater; using __gnu_cxx::isgreaterequal; using __gnu_cxx::isless; using __gnu_cxx::islessequal; using __gnu_cxx::islessgreater; using __gnu_cxx::isunordered; } # 1 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/bits/cmath.tcc" 1 3 # 35 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/bits/cmath.tcc" 3 namespace std { template _Tp __cmath_power(_Tp __x, unsigned int __n) { _Tp __y = __n % 2 ? __x : 1; while (__n >>= 1) { __x = __x * __x; if (__n % 2) __y = __y * __x; } return __y; } } # 844 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/cmath" 2 3 # 24 "/home/rth/work/gcc/src-gcc/libstdc++-v3/testsuite/26_numerics/fabs_inline.cc" 2 # 1 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/cstdio" 1 # 48 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/cstdio" 3 # 1 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/cstddef" 1 3 # 47 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/cstddef" 3 # 1 "/home/rth/work/gcc/build/axp/gcc/include/stddef.h" 1 3 4 # 151 "/home/rth/work/gcc/build/axp/gcc/include/stddef.h" 3 4 typedef long int ptrdiff_t; # 213 "/home/rth/work/gcc/build/axp/gcc/include/stddef.h" 3 4 typedef long unsigned int size_t; # 49 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/cstddef" 2 3 namespace std { using ::ptrdiff_t; using ::size_t; } # 51 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/cstdio" 2 3 # 1 "/usr/include/stdio.h" 1 3 4 # 30 "/usr/include/stdio.h" 3 4 extern "C" { # 1 "/home/rth/work/gcc/build/axp/gcc/include/stddef.h" 1 3 4 # 35 "/usr/include/stdio.h" 2 3 4 # 1 "/usr/include/bits/types.h" 1 3 4 # 28 "/usr/include/bits/types.h" 3 4 # 1 "/usr/include/bits/wordsize.h" 1 3 4 # 29 "/usr/include/bits/types.h" 2 3 4 # 1 "/home/rth/work/gcc/build/axp/gcc/include/stddef.h" 1 3 4 # 32 "/usr/include/bits/types.h" 2 3 4 typedef unsigned char __u_char; typedef unsigned short int __u_short; typedef unsigned int __u_int; typedef unsigned long int __u_long; typedef signed char __int8_t; typedef unsigned char __uint8_t; typedef signed short int __int16_t; typedef unsigned short int __uint16_t; typedef signed int __int32_t; typedef unsigned int __uint32_t; typedef signed long int __int64_t; typedef unsigned long int __uint64_t; # 57 "/usr/include/bits/types.h" 3 4 __extension__ typedef long long int __quad_t; __extension__ typedef unsigned long long int __u_quad_t; # 128 "/usr/include/bits/types.h" 3 4 # 1 "/usr/include/bits/typesizes.h" 1 3 4 # 129 "/usr/include/bits/types.h" 2 3 4 typedef unsigned long int __dev_t; typedef unsigned int __uid_t; typedef unsigned int __gid_t; typedef unsigned int __ino_t; typedef unsigned long int __ino64_t; typedef unsigned int __mode_t; typedef unsigned int __nlink_t; typedef long int __off_t; typedef long int __off64_t; typedef int __pid_t; typedef struct { int __val[2]; } __fsid_t; typedef long int __clock_t; typedef unsigned long int __rlim_t; typedef unsigned long int __rlim64_t; typedef unsigned int __id_t; typedef long int __time_t; typedef unsigned int __useconds_t; typedef long int __suseconds_t; typedef int __daddr_t; typedef long int __swblk_t; typedef int __key_t; typedef int __clockid_t; typedef int __timer_t; typedef unsigned int __blksize_t; typedef unsigned int __blkcnt_t; typedef unsigned long int __blkcnt64_t; typedef int __fsblkcnt_t; typedef long int __fsblkcnt64_t; typedef unsigned int __fsfilcnt_t; typedef unsigned long int __fsfilcnt64_t; typedef long int __ssize_t; typedef __off64_t __loff_t; typedef __quad_t *__qaddr_t; typedef char *__caddr_t; typedef long int __intptr_t; typedef unsigned int __socklen_t; # 37 "/usr/include/stdio.h" 2 3 4 typedef struct _IO_FILE FILE; # 62 "/usr/include/stdio.h" 3 4 typedef struct _IO_FILE __FILE; # 72 "/usr/include/stdio.h" 3 4 # 1 "/usr/include/libio.h" 1 3 4 # 32 "/usr/include/libio.h" 3 4 # 1 "/usr/include/_G_config.h" 1 3 4 # 14 "/usr/include/_G_config.h" 3 4 # 1 "/home/rth/work/gcc/build/axp/gcc/include/stddef.h" 1 3 4 # 354 "/home/rth/work/gcc/build/axp/gcc/include/stddef.h" 3 4 typedef unsigned int wint_t; # 15 "/usr/include/_G_config.h" 2 3 4 # 24 "/usr/include/_G_config.h" 3 4 # 1 "/usr/include/wchar.h" 1 3 4 # 48 "/usr/include/wchar.h" 3 4 # 1 "/home/rth/work/gcc/build/axp/gcc/include/stddef.h" 1 3 4 # 49 "/usr/include/wchar.h" 2 3 4 # 1 "/usr/include/bits/wchar.h" 1 3 4 # 51 "/usr/include/wchar.h" 2 3 4 # 63 "/usr/include/wchar.h" 3 4 typedef struct { int __count; union { wint_t __wch; char __wchb[4]; } __value; } __mbstate_t; # 25 "/usr/include/_G_config.h" 2 3 4 typedef struct { __off_t __pos; __mbstate_t __state; } _G_fpos_t; typedef struct { __off64_t __pos; __mbstate_t __state; } _G_fpos64_t; # 44 "/usr/include/_G_config.h" 3 4 # 1 "/usr/include/gconv.h" 1 3 4 # 28 "/usr/include/gconv.h" 3 4 # 1 "/usr/include/wchar.h" 1 3 4 # 48 "/usr/include/wchar.h" 3 4 # 1 "/home/rth/work/gcc/build/axp/gcc/include/stddef.h" 1 3 4 # 49 "/usr/include/wchar.h" 2 3 4 # 63 "/usr/include/wchar.h" 3 4 # 29 "/usr/include/gconv.h" 2 3 4 # 1 "/home/rth/work/gcc/build/axp/gcc/include/stddef.h" 1 3 4 # 32 "/usr/include/gconv.h" 2 3 4 enum { __GCONV_OK = 0, __GCONV_NOCONV, __GCONV_NODB, __GCONV_NOMEM, __GCONV_EMPTY_INPUT, __GCONV_FULL_OUTPUT, __GCONV_ILLEGAL_INPUT, __GCONV_INCOMPLETE_INPUT, __GCONV_ILLEGAL_DESCRIPTOR, __GCONV_INTERNAL_ERROR }; enum { __GCONV_IS_LAST = 0x0001, __GCONV_IGNORE_ERRORS = 0x0002 }; struct __gconv_step; struct __gconv_step_data; struct __gconv_loaded_object; struct __gconv_trans_data; typedef int (*__gconv_fct) (struct __gconv_step *, struct __gconv_step_data *, __const unsigned char **, __const unsigned char *, unsigned char **, size_t *, int, int); typedef wint_t (*__gconv_btowc_fct) (struct __gconv_step *, unsigned char); typedef int (*__gconv_init_fct) (struct __gconv_step *); typedef void (*__gconv_end_fct) (struct __gconv_step *); typedef int (*__gconv_trans_fct) (struct __gconv_step *, struct __gconv_step_data *, void *, __const unsigned char *, __const unsigned char **, __const unsigned char *, unsigned char **, size_t *); typedef int (*__gconv_trans_context_fct) (void *, __const unsigned char *, __const unsigned char *, unsigned char *, unsigned char *); typedef int (*__gconv_trans_query_fct) (__const char *, __const char ***, size_t *); typedef int (*__gconv_trans_init_fct) (void **, const char *); typedef void (*__gconv_trans_end_fct) (void *); struct __gconv_trans_data { __gconv_trans_fct __trans_fct; __gconv_trans_context_fct __trans_context_fct; __gconv_trans_end_fct __trans_end_fct; void *__data; struct __gconv_trans_data *__next; }; struct __gconv_step { struct __gconv_loaded_object *__shlib_handle; __const char *__modname; int __counter; char *__from_name; char *__to_name; __gconv_fct __fct; __gconv_btowc_fct __btowc_fct; __gconv_init_fct __init_fct; __gconv_end_fct __end_fct; int __min_needed_from; int __max_needed_from; int __min_needed_to; int __max_needed_to; int __stateful; void *__data; }; struct __gconv_step_data { unsigned char *__outbuf; unsigned char *__outbufend; int __flags; int __invocation_counter; int __internal_use; __mbstate_t *__statep; __mbstate_t __state; struct __gconv_trans_data *__trans; }; typedef struct __gconv_info { size_t __nsteps; struct __gconv_step *__steps; __extension__ struct __gconv_step_data __data []; } *__gconv_t; # 45 "/usr/include/_G_config.h" 2 3 4 typedef union { struct __gconv_info __cd; struct { struct __gconv_info __cd; struct __gconv_step_data __data; } __combined; } _G_iconv_t; typedef int _G_int16_t __attribute__ ((__mode__ (__HI__))); typedef int _G_int32_t __attribute__ ((__mode__ (__SI__))); typedef unsigned int _G_uint16_t __attribute__ ((__mode__ (__HI__))); typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__))); # 33 "/usr/include/libio.h" 2 3 4 # 53 "/usr/include/libio.h" 3 4 # 1 "/home/rth/work/gcc/build/axp/gcc/include/stdarg.h" 1 3 4 # 43 "/home/rth/work/gcc/build/axp/gcc/include/stdarg.h" 3 4 typedef __builtin_va_list __gnuc_va_list; # 54 "/usr/include/libio.h" 2 3 4 # 162 "/usr/include/libio.h" 3 4 struct _IO_jump_t; struct _IO_FILE; # 172 "/usr/include/libio.h" 3 4 typedef void _IO_lock_t; struct _IO_marker { struct _IO_marker *_next; struct _IO_FILE *_sbuf; int _pos; # 195 "/usr/include/libio.h" 3 4 }; enum __codecvt_result { __codecvt_ok, __codecvt_partial, __codecvt_error, __codecvt_noconv }; struct _IO_codecvt { void (*__codecvt_destr) (struct _IO_codecvt *); enum __codecvt_result (*__codecvt_do_out) (struct _IO_codecvt *, __mbstate_t *, const wchar_t *, const wchar_t *, const wchar_t **, char *, char *, char **); enum __codecvt_result (*__codecvt_do_unshift) (struct _IO_codecvt *, __mbstate_t *, char *, char *, char **); enum __codecvt_result (*__codecvt_do_in) (struct _IO_codecvt *, __mbstate_t *, const char *, const char *, const char **, wchar_t *, wchar_t *, wchar_t **); int (*__codecvt_do_encoding) (struct _IO_codecvt *); int (*__codecvt_do_always_noconv) (struct _IO_codecvt *); int (*__codecvt_do_length) (struct _IO_codecvt *, __mbstate_t *, const char *, const char *, size_t); int (*__codecvt_do_max_length) (struct _IO_codecvt *); _G_iconv_t __cd_in; _G_iconv_t __cd_out; }; struct _IO_wide_data { wchar_t *_IO_read_ptr; wchar_t *_IO_read_end; wchar_t *_IO_read_base; wchar_t *_IO_write_base; wchar_t *_IO_write_ptr; wchar_t *_IO_write_end; wchar_t *_IO_buf_base; wchar_t *_IO_buf_end; wchar_t *_IO_save_base; wchar_t *_IO_backup_base; wchar_t *_IO_save_end; __mbstate_t _IO_state; __mbstate_t _IO_last_state; struct _IO_codecvt _codecvt; wchar_t _shortbuf[1]; struct _IO_jump_t *_wide_vtable; }; struct _IO_FILE { int _flags; char* _IO_read_ptr; char* _IO_read_end; char* _IO_read_base; char* _IO_write_base; char* _IO_write_ptr; char* _IO_write_end; char* _IO_buf_base; char* _IO_buf_end; char *_IO_save_base; char *_IO_backup_base; char *_IO_save_end; struct _IO_marker *_markers; struct _IO_FILE *_chain; int _fileno; int _flags2; __off_t _old_offset; unsigned short _cur_column; signed char _vtable_offset; char _shortbuf[1]; _IO_lock_t *_lock; # 311 "/usr/include/libio.h" 3 4 __off64_t _offset; struct _IO_codecvt *_codecvt; struct _IO_wide_data *_wide_data; int _mode; char _unused2[15 * sizeof (int) - 2 * sizeof (void *)]; }; struct _IO_FILE_plus; extern struct _IO_FILE_plus _IO_2_1_stdin_; extern struct _IO_FILE_plus _IO_2_1_stdout_; extern struct _IO_FILE_plus _IO_2_1_stderr_; # 350 "/usr/include/libio.h" 3 4 typedef __ssize_t __io_read_fn (void *__cookie, char *__buf, size_t __nbytes); typedef __ssize_t __io_write_fn (void *__cookie, __const char *__buf, size_t __n); typedef int __io_seek_fn (void *__cookie, __off64_t *__pos, int __w); typedef int __io_close_fn (void *__cookie); typedef __io_read_fn cookie_read_function_t; typedef __io_write_fn cookie_write_function_t; typedef __io_seek_fn cookie_seek_function_t; typedef __io_close_fn cookie_close_function_t; typedef struct { __io_read_fn *read; __io_write_fn *write; __io_seek_fn *seek; __io_close_fn *close; } _IO_cookie_io_functions_t; typedef _IO_cookie_io_functions_t cookie_io_functions_t; struct _IO_cookie_file; extern void _IO_cookie_init (struct _IO_cookie_file *__cfile, int __read_write, void *__cookie, _IO_cookie_io_functions_t __fns); extern "C" { extern int __underflow (_IO_FILE *) throw (); extern int __uflow (_IO_FILE *) throw (); extern int __overflow (_IO_FILE *, int) throw (); extern wint_t __wunderflow (_IO_FILE *) throw (); extern wint_t __wuflow (_IO_FILE *) throw (); extern wint_t __woverflow (_IO_FILE *, wint_t) throw (); # 432 "/usr/include/libio.h" 3 4 extern int _IO_getc (_IO_FILE *__fp) throw (); extern int _IO_putc (int __c, _IO_FILE *__fp) throw (); extern int _IO_feof (_IO_FILE *__fp) throw (); extern int _IO_ferror (_IO_FILE *__fp) throw (); extern int _IO_peekc_locked (_IO_FILE *__fp) throw (); extern void _IO_flockfile (_IO_FILE *) throw (); extern void _IO_funlockfile (_IO_FILE *) throw (); extern int _IO_ftrylockfile (_IO_FILE *) throw (); # 462 "/usr/include/libio.h" 3 4 extern int _IO_vfscanf (_IO_FILE * __restrict, const char * __restrict, __gnuc_va_list, int *__restrict) throw (); extern int _IO_vfprintf (_IO_FILE *__restrict, const char *__restrict, __gnuc_va_list) throw (); extern __ssize_t _IO_padn (_IO_FILE *, int, __ssize_t) throw (); extern size_t _IO_sgetn (_IO_FILE *, void *, size_t) throw (); extern __off64_t _IO_seekoff (_IO_FILE *, __off64_t, int, int) throw (); extern __off64_t _IO_seekpos (_IO_FILE *, __off64_t, int) throw (); extern void _IO_free_backup_area (_IO_FILE *) throw (); extern wint_t _IO_getwc (_IO_FILE *__fp) throw (); extern wint_t _IO_putwc (wchar_t __wc, _IO_FILE *__fp) throw (); extern int _IO_fwide (_IO_FILE *__fp, int __mode) throw (); # 511 "/usr/include/libio.h" 3 4 extern int _IO_vfwscanf (_IO_FILE * __restrict, const wchar_t * __restrict, __gnuc_va_list, int *__restrict) throw (); extern int _IO_vfwprintf (_IO_FILE *__restrict, const wchar_t *__restrict, __gnuc_va_list) throw (); extern __ssize_t _IO_wpadn (_IO_FILE *, wint_t, __ssize_t) throw (); extern void _IO_free_wbackup_area (_IO_FILE *) throw (); } # 73 "/usr/include/stdio.h" 2 3 4 typedef __gnuc_va_list va_list; # 86 "/usr/include/stdio.h" 3 4 typedef _G_fpos_t fpos_t; typedef _G_fpos64_t fpos64_t; # 138 "/usr/include/stdio.h" 3 4 # 1 "/usr/include/bits/stdio_lim.h" 1 3 4 # 139 "/usr/include/stdio.h" 2 3 4 extern struct _IO_FILE *stdin; extern struct _IO_FILE *stdout; extern struct _IO_FILE *stderr; extern int remove (__const char *__filename) throw (); extern int rename (__const char *__old, __const char *__new) throw (); extern FILE *tmpfile (void) throw (); # 171 "/usr/include/stdio.h" 3 4 extern char *tmpnam (char *__s) throw (); extern FILE *tmpfile64 (void) throw (); extern char *tmpnam_r (char *__s) throw (); # 193 "/usr/include/stdio.h" 3 4 extern char *tempnam (__const char *__dir, __const char *__pfx) throw () __attribute__ ((__malloc__)); extern int fclose (FILE *__stream) throw (); extern int fflush (FILE *__stream) throw (); extern int fflush_unlocked (FILE *__stream) throw (); extern int fcloseall (void) throw (); extern FILE *fopen (__const char *__restrict __filename, __const char *__restrict __modes) throw (); extern FILE *freopen (__const char *__restrict __filename, __const char *__restrict __modes, FILE *__restrict __stream) throw (); # 239 "/usr/include/stdio.h" 3 4 extern FILE *fopen64 (__const char *__restrict __filename, __const char *__restrict __modes) throw (); extern FILE *freopen64 (__const char *__restrict __filename, __const char *__restrict __modes, FILE *__restrict __stream) throw (); extern FILE *fdopen (int __fd, __const char *__modes) throw (); extern FILE *fopencookie (void *__restrict __magic_cookie, __const char *__restrict __modes, _IO_cookie_io_functions_t __io_funcs) throw (); extern FILE *fmemopen (void *__s, size_t __len, __const char *__modes) throw (); extern FILE *open_memstream (char **__restrict __bufloc, size_t *__restrict __sizeloc) throw (); extern void setbuf (FILE *__restrict __stream, char *__restrict __buf) throw (); extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf, int __modes, size_t __n) throw (); extern void setbuffer (FILE *__restrict __stream, char *__restrict __buf, size_t __size) throw (); extern void setlinebuf (FILE *__stream) throw (); extern int fprintf (FILE *__restrict __stream, __const char *__restrict __format, ...) throw (); extern int printf (__const char *__restrict __format, ...) throw (); extern int sprintf (char *__restrict __s, __const char *__restrict __format, ...) throw (); extern int vfprintf (FILE *__restrict __s, __const char *__restrict __format, __gnuc_va_list __arg) throw (); extern int vprintf (__const char *__restrict __format, __gnuc_va_list __arg) throw (); extern int vsprintf (char *__restrict __s, __const char *__restrict __format, __gnuc_va_list __arg) throw (); extern int snprintf (char *__restrict __s, size_t __maxlen, __const char *__restrict __format, ...) throw () __attribute__ ((__format__ (__printf__, 3, 4))); extern int vsnprintf (char *__restrict __s, size_t __maxlen, __const char *__restrict __format, __gnuc_va_list __arg) throw () __attribute__ ((__format__ (__printf__, 3, 0))); extern int vasprintf (char **__restrict __ptr, __const char *__restrict __f, __gnuc_va_list __arg) throw () __attribute__ ((__format__ (__printf__, 2, 0))); extern int __asprintf (char **__restrict __ptr, __const char *__restrict __fmt, ...) throw () __attribute__ ((__format__ (__printf__, 2, 3))); extern int asprintf (char **__restrict __ptr, __const char *__restrict __fmt, ...) throw () __attribute__ ((__format__ (__printf__, 2, 3))); extern int vdprintf (int __fd, __const char *__restrict __fmt, __gnuc_va_list __arg) throw () __attribute__ ((__format__ (__printf__, 2, 0))); extern int dprintf (int __fd, __const char *__restrict __fmt, ...) throw () __attribute__ ((__format__ (__printf__, 2, 3))); extern int fscanf (FILE *__restrict __stream, __const char *__restrict __format, ...) throw (); extern int scanf (__const char *__restrict __format, ...) throw (); extern int sscanf (__const char *__restrict __s, __const char *__restrict __format, ...) throw (); extern int vfscanf (FILE *__restrict __s, __const char *__restrict __format, __gnuc_va_list __arg) throw () __attribute__ ((__format__ (__scanf__, 2, 0))); extern int vscanf (__const char *__restrict __format, __gnuc_va_list __arg) throw () __attribute__ ((__format__ (__scanf__, 1, 0))); extern int vsscanf (__const char *__restrict __s, __const char *__restrict __format, __gnuc_va_list __arg) throw () __attribute__ ((__format__ (__scanf__, 2, 0))); extern int fgetc (FILE *__stream) throw (); extern int getc (FILE *__stream) throw (); extern int getchar (void) throw (); extern int getc_unlocked (FILE *__stream) throw (); extern int getchar_unlocked (void) throw (); extern int fgetc_unlocked (FILE *__stream) throw (); extern int fputc (int __c, FILE *__stream) throw (); extern int putc (int __c, FILE *__stream) throw (); extern int putchar (int __c) throw (); extern int fputc_unlocked (int __c, FILE *__stream) throw (); extern int putc_unlocked (int __c, FILE *__stream) throw (); extern int putchar_unlocked (int __c) throw (); extern int getw (FILE *__stream) throw (); extern int putw (int __w, FILE *__stream) throw (); extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream) throw (); extern char *gets (char *__s) throw (); extern char *fgets_unlocked (char *__restrict __s, int __n, FILE *__restrict __stream) throw (); # 461 "/usr/include/stdio.h" 3 4 extern __ssize_t __getdelim (char **__restrict __lineptr, size_t *__restrict __n, int __delimiter, FILE *__restrict __stream) throw (); extern __ssize_t getdelim (char **__restrict __lineptr, size_t *__restrict __n, int __delimiter, FILE *__restrict __stream) throw (); extern __ssize_t getline (char **__restrict __lineptr, size_t *__restrict __n, FILE *__restrict __stream) throw (); extern int fputs (__const char *__restrict __s, FILE *__restrict __stream) throw (); extern int puts (__const char *__s) throw (); extern int ungetc (int __c, FILE *__stream) throw (); extern size_t fread (void *__restrict __ptr, size_t __size, size_t __n, FILE *__restrict __stream) throw (); extern size_t fwrite (__const void *__restrict __ptr, size_t __size, size_t __n, FILE *__restrict __s) throw (); extern int fputs_unlocked (__const char *__restrict __s, FILE *__restrict __stream) throw (); extern size_t fread_unlocked (void *__restrict __ptr, size_t __size, size_t __n, FILE *__restrict __stream) throw (); extern size_t fwrite_unlocked (__const void *__restrict __ptr, size_t __size, size_t __n, FILE *__restrict __stream) throw (); extern int fseek (FILE *__stream, long int __off, int __whence) throw (); extern long int ftell (FILE *__stream) throw (); extern void rewind (FILE *__stream) throw (); # 528 "/usr/include/stdio.h" 3 4 extern int fseeko (FILE *__stream, __off_t __off, int __whence) throw (); extern __off_t ftello (FILE *__stream) throw (); # 544 "/usr/include/stdio.h" 3 4 extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos) throw (); extern int fsetpos (FILE *__stream, __const fpos_t *__pos) throw (); # 563 "/usr/include/stdio.h" 3 4 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence) throw (); extern __off64_t ftello64 (FILE *__stream) throw (); extern int fgetpos64 (FILE *__restrict __stream, fpos64_t *__restrict __pos) throw (); extern int fsetpos64 (FILE *__stream, __const fpos64_t *__pos) throw (); extern void clearerr (FILE *__stream) throw (); extern int feof (FILE *__stream) throw (); extern int ferror (FILE *__stream) throw (); extern void clearerr_unlocked (FILE *__stream) throw (); extern int feof_unlocked (FILE *__stream) throw (); extern int ferror_unlocked (FILE *__stream) throw (); extern void perror (__const char *__s) throw (); # 1 "/usr/include/bits/sys_errlist.h" 1 3 4 # 27 "/usr/include/bits/sys_errlist.h" 3 4 extern int sys_nerr; extern __const char *__const sys_errlist[]; extern int _sys_nerr; extern __const char *__const _sys_errlist[]; # 600 "/usr/include/stdio.h" 2 3 4 extern int fileno (FILE *__stream) throw (); extern int fileno_unlocked (FILE *__stream) throw (); extern FILE *popen (__const char *__command, __const char *__modes) throw (); extern int pclose (FILE *__stream) throw (); extern char *ctermid (char *__s) throw (); extern char *cuserid (char *__s) throw (); struct obstack; extern int obstack_printf (struct obstack *__restrict __obstack, __const char *__restrict __format, ...) throw () __attribute__ ((__format__ (__printf__, 2, 3))); extern int obstack_vprintf (struct obstack *__restrict __obstack, __const char *__restrict __format, __gnuc_va_list __args) throw () __attribute__ ((__format__ (__printf__, 2, 0))); extern void flockfile (FILE *__stream) throw (); extern int ftrylockfile (FILE *__stream) throw (); extern void funlockfile (FILE *__stream) throw (); # 674 "/usr/include/stdio.h" 3 4 # 1 "/usr/include/bits/stdio.h" 1 3 4 # 33 "/usr/include/bits/stdio.h" 3 4 inline int vprintf (__const char *__restrict __fmt, __gnuc_va_list __arg) throw () { return vfprintf (stdout, __fmt, __arg); } inline int getchar (void) throw () { return _IO_getc (stdin); } inline int getc_unlocked (FILE *__fp) throw () { return ((__fp)->_IO_read_ptr >= (__fp)->_IO_read_end ? __uflow (__fp) : *(unsigned char *) (__fp)->_IO_read_ptr++); } inline int getchar_unlocked (void) throw () { return ((stdin)->_IO_read_ptr >= (stdin)->_IO_read_end ? __uflow (stdin) : *(unsigned char *) (stdin)->_IO_read_ptr++); } inline int putchar (int __c) throw () { return _IO_putc (__c, stdout); } inline int fputc_unlocked (int __c, FILE *__stream) throw () { return (((__stream)->_IO_write_ptr >= (__stream)->_IO_write_end) ? __overflow (__stream, (unsigned char) (__c)) : (unsigned char) (*(__stream)->_IO_write_ptr++ = (__c))); } inline int putc_unlocked (int __c, FILE *__stream) throw () { return (((__stream)->_IO_write_ptr >= (__stream)->_IO_write_end) ? __overflow (__stream, (unsigned char) (__c)) : (unsigned char) (*(__stream)->_IO_write_ptr++ = (__c))); } inline int putchar_unlocked (int __c) throw () { return (((stdout)->_IO_write_ptr >= (stdout)->_IO_write_end) ? __overflow (stdout, (unsigned char) (__c)) : (unsigned char) (*(stdout)->_IO_write_ptr++ = (__c))); } inline __ssize_t getline (char **__lineptr, size_t *__n, FILE *__stream) throw () { return __getdelim (__lineptr, __n, '\n', __stream); } inline int feof_unlocked (FILE *__stream) throw () { return (((__stream)->_flags & 0x10) != 0); } inline int ferror_unlocked (FILE *__stream) throw () { return (((__stream)->_flags & 0x20) != 0); } # 675 "/usr/include/stdio.h" 2 3 4 } # 53 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/cstdio" 2 3 # 97 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/cstdio" 3 namespace std { using ::FILE; using ::fpos_t; using ::clearerr; using ::fclose; using ::feof; using ::ferror; using ::fflush; using ::fgetc; using ::fgetpos; using ::fgets; using ::fopen; using ::fprintf; using ::fputc; using ::fputs; using ::fread; using ::freopen; using ::fscanf; using ::fseek; using ::fsetpos; using ::ftell; using ::fwrite; using ::getc; using ::getchar; using ::gets; using ::perror; using ::printf; using ::putc; using ::putchar; using ::puts; using ::remove; using ::rename; using ::rewind; using ::scanf; using ::setbuf; using ::setvbuf; using ::sprintf; using ::sscanf; using ::tmpfile; using ::tmpnam; using ::ungetc; using ::vfprintf; using ::vprintf; using ::vsprintf; } # 153 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/cstdio" 3 namespace __gnu_cxx { # 167 "/home/rth/work/gcc/build/axp/alphaev67-unknown-linux-gnu/libstdc++-v3/include/cstdio" 3 using ::snprintf; using ::vfscanf; using ::vscanf; using ::vsnprintf; using ::vsscanf; } namespace std { using __gnu_cxx::snprintf; using __gnu_cxx::vfscanf; using __gnu_cxx::vscanf; using __gnu_cxx::vsnprintf; using __gnu_cxx::vsscanf; } # 25 "/home/rth/work/gcc/src-gcc/libstdc++-v3/testsuite/26_numerics/fabs_inline.cc" 2 typedef double (*realfn) (double); using std::fabs; int main () { double a = fabs (-2.4); realfn myfn = fabs; double b = myfn (-2.5); std::printf ("%f, %f, %p\n", a, b, myfn); return 0; }