public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c/5835: stdio-common/printf_fp.c of glibc-2.2.5 - internal compiler error
@ 2002-03-04 10:26 Chad.D.Campbell
  0 siblings, 0 replies; 2+ messages in thread
From: Chad.D.Campbell @ 2002-03-04 10:26 UTC (permalink / raw)
  To: gcc-gnats; +Cc: Chad.D.Campbell


>Number:         5835
>Category:       c
>Synopsis:       stdio-common/printf_fp.c of glibc-2.2.5 - internal compiler error
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Mar 04 10:26:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Chad Campbell
>Release:        3.0.4
>Organization:
>Environment:
System: Linux pcp682807pcs.olathe01.ks.comcast.net 2.4.17 #2 Mon Jan 14 18:24:34 CST 2002 alpha unknown
Architecture: alpha

host: alphapca56-unknown-linux-gnu
build: alphapca56-unknown-linux-gnu
target: alphapca56-unknown-linux-gnu
configured with: ../gcc-3.0.4/configure --prefix=/usr --enable-shared --enable-languages=c,c++ --enable-threads=posix
>Description:

Compile .c:
	gcc printf_fp.c -c -O2 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -g -mieee     -I../include -I. -I/root/LFS/glibc-build/stdio-common -I.. -I../libio  -I/root/LFS/glibc-build -I../linuxthreads/sysdeps/alpha/elf -I../sysdeps/alpha/elf -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/alpha -I../sysdeps/unix/sysv/linux/alpha -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/alpha -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/alpha/fpu -I../sysdeps/alpha -I../sysdeps/wordsize-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic   -D_LIBC_REENTRANT -include ../include/libc-symbols.h     -D_IO_MTSAFE_IO -o /root/LFS/glibc-build/stdio-common/printf_fp.o
printf_fp.c: In function `__printf_fp':
printf_fp.c:1144: Internal compiler error in gen_subprogram_die, at dwarf2out.c:9512

Compile .i:
	gcc printf_fp.i -c -O2 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -g -mieee     -I../include -I. -I/root/LFS/glibc-build/stdio-common -I.. -I../libio  -I/root/LFS/glibc-build -I../linuxthreads/sysdeps/alpha/elf -I../sysdeps/alpha/elf -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/alpha -I../sysdeps/unix/sysv/linux/alpha -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/alpha -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/alpha/fpu -I../sysdeps/alpha -I../sysdeps/wordsize-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic   -D_LIBC_REENTRANT -include ../include/libc-symbols.h     -D_IO_MTSAFE_IO -o /root/LFS/glibc-build/stdio-common/printf_fp.o
printf_fp.c: In function `__printf_fp':
printf_fp.c:1144: Internal compiler error in gen_subprogram_die, at dwarf2out.c:9512


>How-To-Repeat:
Use command to compile .i file - printf_fp.i follows:


# 1 "printf_fp.c"
# 1 "../include/libc-symbols.h" 1
# 54 "../include/libc-symbols.h"
# 1 "/root/LFS/glibc-build/config.h" 1
# 55 "../include/libc-symbols.h" 2
# 2 "printf_fp.c" 2
# 25 "printf_fp.c"
# 1 "../libio/libioP.h" 1
# 28 "../libio/libioP.h"
# 1 "../include/errno.h" 1
# 29 "../include/errno.h"
# 1 "../include/features.h" 1
# 283 "../include/features.h"
# 1 "../include/sys/cdefs.h" 1
# 1 "../misc/sys/cdefs.h" 1
# 2 "../include/sys/cdefs.h" 2
# 284 "../include/features.h" 2
# 30 "../include/errno.h" 2






# 1 "../sysdeps/unix/sysv/linux/bits/errno.h" 1
# 25 "../sysdeps/unix/sysv/linux/bits/errno.h"
# 1 "/usr/include/linux/errno.h" 1 3



# 1 "/usr/include/asm/errno.h" 1 3
# 5 "/usr/include/linux/errno.h" 2 3
# 26 "../sysdeps/unix/sysv/linux/bits/errno.h" 2
# 36 "../sysdeps/unix/sysv/linux/bits/errno.h"
extern int errno;


extern int *__errno_location (void) __attribute__ ((__const__));
# 37 "../include/errno.h" 2
# 55 "../include/errno.h"
extern char *program_invocation_name, *program_invocation_short_name;
# 69 "../include/errno.h"
typedef int error_t;
# 29 "../libio/libioP.h" 2




# 1 "../linuxthreads/sysdeps/pthread/bits/libc-lock.h" 1
# 23 "../linuxthreads/sysdeps/pthread/bits/libc-lock.h"
# 1 "../include/pthread.h" 1
# 1 "../linuxthreads/sysdeps/pthread/pthread.h" 1
# 18 "../linuxthreads/sysdeps/pthread/pthread.h"
# 1 "../include/features.h" 1
# 19 "../linuxthreads/sysdeps/pthread/pthread.h" 2

# 1 "../include/sched.h" 1

# 1 "../posix/sched.h" 1
# 23 "../posix/sched.h"
# 1 "../include/features.h" 1
# 24 "../posix/sched.h" 2


# 1 "../sysdeps/unix/sysv/linux/alpha/bits/types.h" 1
# 26 "../sysdeps/unix/sysv/linux/alpha/bits/types.h"
# 1 "../include/features.h" 1
# 27 "../sysdeps/unix/sysv/linux/alpha/bits/types.h" 2


# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 1 3
# 199 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 3
typedef long unsigned int size_t;
# 30 "../sysdeps/unix/sysv/linux/alpha/bits/types.h" 2


typedef unsigned char __u_char;
typedef unsigned short int __u_short;
typedef unsigned int __u_int;
typedef unsigned long int __u_long;
typedef unsigned long int __u_quad_t;
typedef long int __quad_t;
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;
typedef __quad_t *__qaddr_t;

typedef __uint64_t __dev_t;
typedef __uint32_t __uid_t;
typedef __uint32_t __gid_t;
typedef __uint32_t __ino_t;
typedef __uint64_t __ino64_t;
typedef __uint32_t __mode_t;
typedef __uint32_t __nlink_t;
typedef __int64_t __off_t;
typedef __int64_t __off64_t;
typedef __int64_t __loff_t;
typedef __int32_t __pid_t;
typedef __int64_t __ssize_t;
typedef __uint64_t __rlim_t;
typedef __uint64_t __rlim64_t;
typedef __uint32_t __blksize_t;
typedef __uint32_t __blkcnt_t;
typedef __uint64_t __blkcnt64_t;
typedef __int32_t __fsblkcnt_t;
typedef __int64_t __fsblkcnt64_t;
typedef __uint32_t __fsfilcnt_t;
typedef __uint64_t __fsfilcnt64_t;
typedef __uint32_t __id_t;

typedef struct
  {
    int __val[2];
  } __fsid_t;


typedef int __daddr_t;
typedef char *__caddr_t;
typedef long int __time_t;
typedef unsigned int __useconds_t;
typedef long int __suseconds_t;
typedef long int __swblk_t;
typedef long int __clock_t;
typedef int __key_t;


typedef int __clockid_t;


typedef int __timer_t;


typedef int __ipc_pid_t;






typedef long int __t_scalar_t;
typedef unsigned long int __t_uscalar_t;


typedef long int __intptr_t;


typedef unsigned int __socklen_t;




# 1 "../linuxthreads/sysdeps/pthread/bits/pthreadtypes.h" 1
# 23 "../linuxthreads/sysdeps/pthread/bits/pthreadtypes.h"
# 1 "../sysdeps/unix/sysv/linux/bits/sched.h" 1
# 68 "../sysdeps/unix/sysv/linux/bits/sched.h"
struct __sched_param
  {
    int __sched_priority;
  };
# 24 "../linuxthreads/sysdeps/pthread/bits/pthreadtypes.h" 2


struct _pthread_fastlock
{
  long int __status;
  int __spinlock;

};



typedef struct _pthread_descr_struct *_pthread_descr;





typedef struct __pthread_attr_s
{
  int __detachstate;
  int __schedpolicy;
  struct __sched_param __schedparam;
  int __inheritsched;
  int __scope;
  size_t __guardsize;
  int __stackaddr_set;
  void *__stackaddr;
  size_t __stacksize;
} pthread_attr_t;



typedef struct
{
  struct _pthread_fastlock __c_lock;
  _pthread_descr __c_waiting;
} pthread_cond_t;



typedef struct
{
  int __dummy;
} pthread_condattr_t;


typedef unsigned int pthread_key_t;





typedef struct
{
  int __m_reserved;
  int __m_count;
  _pthread_descr __m_owner;
  int __m_kind;
  struct _pthread_fastlock __m_lock;
} pthread_mutex_t;



typedef struct
{
  int __mutexkind;
} pthread_mutexattr_t;



typedef int pthread_once_t;




typedef struct _pthread_rwlock_t
{
  struct _pthread_fastlock __rw_lock;
  int __rw_readers;
  _pthread_descr __rw_writer;
  _pthread_descr __rw_read_waiting;
  _pthread_descr __rw_write_waiting;
  int __rw_kind;
  int __rw_pshared;
} pthread_rwlock_t;



typedef struct
{
  int __lockkind;
  int __pshared;
} pthread_rwlockattr_t;




typedef volatile int pthread_spinlock_t;


typedef struct {
  struct _pthread_fastlock __ba_lock;
  int __ba_required;
  int __ba_present;
  _pthread_descr __ba_waiting;
} pthread_barrier_t;


typedef struct {
  int __pshared;
} pthread_barrierattr_t;





typedef unsigned long int pthread_t;
# 113 "../sysdeps/unix/sysv/linux/alpha/bits/types.h" 2
# 27 "../posix/sched.h" 2


# 1 "../include/time.h" 1


# 1 "../time/time.h" 1
# 106 "../time/time.h"
struct timespec
  {
    __time_t tv_sec;
    long int tv_nsec;
  };
# 4 "../include/time.h" 2
# 30 "../posix/sched.h" 2


# 1 "../sysdeps/unix/sysv/linux/bits/sched.h" 1
# 47 "../sysdeps/unix/sysv/linux/bits/sched.h"
struct sched_param
  {
    int __sched_priority;
  };





extern int clone (int (*__fn) (void *__arg), void *__child_stack,
                  int __flags, void *__arg) ;
# 33 "../posix/sched.h" 2







extern int sched_setparam (__pid_t __pid, __const struct sched_param *__param)
            ;


extern int sched_getparam (__pid_t __pid, struct sched_param *__param) ;


extern int sched_setscheduler (__pid_t __pid, int __policy,
                               __const struct sched_param *__param) ;


extern int sched_getscheduler (__pid_t __pid) ;


extern int sched_yield (void) ;


extern int sched_get_priority_max (int __algorithm) ;


extern int sched_get_priority_min (int __algorithm) ;


extern int sched_rr_get_interval (__pid_t __pid, struct timespec *__t) ;
# 3 "../include/sched.h" 2


extern int __sched_setparam (__pid_t __pid,
                             __const struct sched_param *__param);
extern int __sched_getparam (__pid_t __pid, struct sched_param *__param);
extern int __sched_setscheduler (__pid_t __pid, int __policy,
                                 __const struct sched_param *__param);
extern int __sched_getscheduler (__pid_t __pid);
extern int __sched_yield (void);
extern int __sched_get_priority_max (int __algorithm);
extern int __sched_get_priority_min (int __algorithm);
extern int __sched_rr_get_interval (__pid_t __pid, struct timespec *__t);


extern int __clone (int (*__fn) (void *__arg), void *__child_stack,
                    int __flags, void *__arg);
extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base,
                     size_t __child_stack_size, int __flags, void *__arg);
# 21 "../linuxthreads/sysdeps/pthread/pthread.h" 2
# 1 "../include/time.h" 1




# 1 "../time/time.h" 1
# 28 "../time/time.h"
# 1 "../include/features.h" 1
# 29 "../time/time.h" 2
# 38 "../time/time.h"
# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 1 3
# 39 "../time/time.h" 2



# 1 "../sysdeps/unix/sysv/linux/alpha/bits/time.h" 1
# 43 "../time/time.h" 2
# 56 "../time/time.h"
# 1 "../sysdeps/unix/sysv/linux/alpha/bits/types.h" 1
# 57 "../time/time.h" 2


typedef __clock_t clock_t;







# 1 "../sysdeps/unix/sysv/linux/alpha/bits/types.h" 1
# 68 "../time/time.h" 2


typedef __time_t time_t;
# 79 "../time/time.h"
# 1 "../sysdeps/unix/sysv/linux/alpha/bits/types.h" 1
# 80 "../time/time.h" 2


typedef __clockid_t clockid_t;
# 91 "../time/time.h"
# 1 "../sysdeps/unix/sysv/linux/alpha/bits/types.h" 1
# 92 "../time/time.h" 2


typedef __timer_t timer_t;
# 118 "../time/time.h"
struct tm
{
  int tm_sec;
  int tm_min;
  int tm_hour;
  int tm_mday;
  int tm_mon;
  int tm_year;
  int tm_wday;
  int tm_yday;
  int tm_isdst;


  long int tm_gmtoff;
  __const char *tm_zone;




};




struct itimerspec
  {
    struct timespec it_interval;
    struct timespec it_value;
  };


struct sigevent;





typedef __pid_t pid_t;







extern clock_t clock (void) ;


extern time_t time (time_t *__timer) ;


extern double difftime (time_t __time1, time_t __time0)
             __attribute__ ((__const__));


extern time_t mktime (struct tm *__tp) ;





extern size_t strftime (char *__restrict __s, size_t __maxsize,
                        __const char *__restrict __format,
                        __const struct tm *__restrict __tp) ;




extern char *strptime (__const char *__restrict __s,
                       __const char *__restrict __fmt, struct tm *__tp)
            ;





extern struct tm *gmtime (__const time_t *__timer) ;



extern struct tm *localtime (__const time_t *__timer) ;




extern struct tm *gmtime_r (__const time_t *__restrict __timer,
                            struct tm *__restrict __tp) ;



extern struct tm *localtime_r (__const time_t *__restrict __timer,
                               struct tm *__restrict __tp) ;




extern char *asctime (__const struct tm *__tp) ;


extern char *ctime (__const time_t *__timer) ;






extern char *asctime_r (__const struct tm *__restrict __tp,
                        char *__restrict __buf) ;


extern char *ctime_r (__const time_t *__restrict __timer,
                      char *__restrict __buf) ;




extern char *__tzname[2];
extern int __daylight;
extern long int __timezone;




extern char *tzname[2];



extern void tzset (void) ;



extern int daylight;
extern long int timezone;





extern int stime (__const time_t *__when) ;
# 271 "../time/time.h"
extern time_t timegm (struct tm *__tp) ;


extern time_t timelocal (struct tm *__tp) ;


extern int dysize (int __year) __attribute__ ((__const__));





extern int nanosleep (__const struct timespec *__requested_time,
                      struct timespec *__remaining) ;



extern int clock_getres (clockid_t __clock_id, struct timespec *__res) ;


extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) ;


extern int clock_settime (clockid_t __clock_id, __const struct timespec *__tp)
            ;



extern int clock_nanosleep (clockid_t __clock_id, int __flags,
                            __const struct timespec *__req,
                            struct timespec *__rem) ;


extern int clock_getcpuclockid (pid_t __pid, clockid_t *__clock_id) ;




extern int timer_create (clockid_t __clock_id,
                         struct sigevent *__restrict __evp,
                         timer_t *__restrict __timerid) ;


extern int timer_delete (timer_t __timerid) ;


extern int timer_settime (timer_t __timerid, int __flags,
                          __const struct itimerspec *__restrict __value,
                          struct itimerspec *__restrict __ovalue) ;


extern int timer_gettime (timer_t __timerid, struct itimerspec *__value)
            ;


extern int timer_getoverrun (timer_t __timerid) ;
# 342 "../time/time.h"
extern int getdate_err;





extern struct tm *getdate (__const char *__string) ;
# 357 "../time/time.h"
extern int getdate_r (__const char *__restrict __string,
                      struct tm *__restrict __resbufp) ;
# 6 "../include/time.h" 2


struct tm;


extern const unsigned short int __mon_yday[2][13];


extern struct tm _tmbuf;


extern char *__tzstring (const char *string);


extern size_t __tzname_cur_max;


extern int __use_tzfile;

extern void __tzfile_read (const char *file, size_t extra,
                           char **extrap);
extern int __tzfile_compute (time_t timer, int use_localtime,
                             long int *leap_correct, int *leap_hit,
                             struct tm *tp);
extern void __tzfile_default (const char *std, const char *dst,
                              long int stdoff, long int dstoff);




extern time_t __mktime_internal (struct tm *__tp,
                                 struct tm *(*__func) (const time_t *,
                                                       struct tm *),
                                 time_t *__offset);
extern struct tm *__localtime_r (__const time_t *__timer,
                                 struct tm *__tp);

extern struct tm *__gmtime_r (__const time_t *__restrict __timer,
                              struct tm *__restrict __tp);





extern int __offtime (__const time_t *__timer,
                      long int __offset,
                      struct tm *__tp);

extern char *__asctime_r (__const struct tm *__tp, char *__buf);
extern void __tzset (void);


extern struct tm *__tz_convert (const time_t *timer, int use_localtime, struct tm *tp);



extern long int __tzname_max (void);

extern int __nanosleep (__const struct timespec *__requested_time,
                        struct timespec *__remaining);
extern int __getdate_r (__const char *__string, struct tm *__resbufp);



extern int __getclktck (void);
# 22 "../linuxthreads/sysdeps/pthread/pthread.h" 2


# 1 "../include/signal.h" 1


# 1 "../signal/signal.h" 1
# 29 "../signal/signal.h"
# 1 "../include/features.h" 1
# 30 "../signal/signal.h" 2



# 1 "../sysdeps/unix/sysv/linux/bits/sigset.h" 1
# 23 "../sysdeps/unix/sysv/linux/bits/sigset.h"
typedef int __sig_atomic_t;




typedef struct
  {
    unsigned long int __val[(1024 / (8 * sizeof (unsigned long int)))];
  } __sigset_t;
# 34 "../signal/signal.h" 2
# 48 "../signal/signal.h"
typedef __sigset_t sigset_t;
# 4 "../include/signal.h" 2
# 25 "../linuxthreads/sysdeps/pthread/pthread.h" 2
# 1 "../linuxthreads/sysdeps/pthread/bits/pthreadtypes.h" 1
# 26 "../linuxthreads/sysdeps/pthread/pthread.h" 2
# 1 "../linuxthreads/sysdeps/pthread/bits/initspin.h" 1
# 27 "../linuxthreads/sysdeps/pthread/pthread.h" 2
# 59 "../linuxthreads/sysdeps/pthread/pthread.h"
enum
{
  PTHREAD_CREATE_JOINABLE,

  PTHREAD_CREATE_DETACHED

};

enum
{
  PTHREAD_INHERIT_SCHED,

  PTHREAD_EXPLICIT_SCHED

};

enum
{
  PTHREAD_SCOPE_SYSTEM,

  PTHREAD_SCOPE_PROCESS

};

enum
{
  PTHREAD_MUTEX_TIMED_NP,
  PTHREAD_MUTEX_RECURSIVE_NP,
  PTHREAD_MUTEX_ERRORCHECK_NP,
  PTHREAD_MUTEX_ADAPTIVE_NP

  ,
  PTHREAD_MUTEX_NORMAL = PTHREAD_MUTEX_TIMED_NP,
  PTHREAD_MUTEX_RECURSIVE = PTHREAD_MUTEX_RECURSIVE_NP,
  PTHREAD_MUTEX_ERRORCHECK = PTHREAD_MUTEX_ERRORCHECK_NP,
  PTHREAD_MUTEX_DEFAULT = PTHREAD_MUTEX_NORMAL



  , PTHREAD_MUTEX_FAST_NP = PTHREAD_MUTEX_ADAPTIVE_NP

};

enum
{
  PTHREAD_PROCESS_PRIVATE,

  PTHREAD_PROCESS_SHARED

};


enum
{
  PTHREAD_RWLOCK_PREFER_READER_NP,
  PTHREAD_RWLOCK_PREFER_WRITER_NP,
  PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP,
  PTHREAD_RWLOCK_DEFAULT_NP = PTHREAD_RWLOCK_PREFER_WRITER_NP
};
# 131 "../linuxthreads/sysdeps/pthread/pthread.h"
struct _pthread_cleanup_buffer
{
  void (*__routine) (void *);
  void *__arg;
  int __canceltype;
  struct _pthread_cleanup_buffer *__prev;
};



enum
{
  PTHREAD_CANCEL_ENABLE,

  PTHREAD_CANCEL_DISABLE

};
enum
{
  PTHREAD_CANCEL_DEFERRED,

  PTHREAD_CANCEL_ASYNCHRONOUS

};
# 163 "../linuxthreads/sysdeps/pthread/pthread.h"
extern int pthread_create (pthread_t *__restrict __thread,
                           __const pthread_attr_t *__restrict __attr,
                           void *(*__start_routine) (void *),
                           void *__restrict __arg) ;


extern pthread_t pthread_self (void) ;


extern int pthread_equal (pthread_t __thread1, pthread_t __thread2) ;


extern void pthread_exit (void *__retval)
             __attribute__ ((__noreturn__));




extern int pthread_join (pthread_t __th, void **__thread_return) ;





extern int pthread_detach (pthread_t __th) ;







extern int pthread_attr_init (pthread_attr_t *__attr) ;


extern int pthread_attr_destroy (pthread_attr_t *__attr) ;


extern int pthread_attr_setdetachstate (pthread_attr_t *__attr,
                                        int __detachstate) ;


extern int pthread_attr_getdetachstate (__const pthread_attr_t *__attr,
                                        int *__detachstate) ;


extern int pthread_attr_setschedparam (pthread_attr_t *__restrict __attr,
                                       __const struct sched_param *__restrict
                                       __param) ;


extern int pthread_attr_getschedparam (__const pthread_attr_t *__restrict
                                       __attr,
                                       struct sched_param *__restrict __param)
            ;


extern int pthread_attr_setschedpolicy (pthread_attr_t *__attr, int __policy)
            ;


extern int pthread_attr_getschedpolicy (__const pthread_attr_t *__restrict
                                        __attr, int *__restrict __policy)
            ;


extern int pthread_attr_setinheritsched (pthread_attr_t *__attr,
                                         int __inherit) ;


extern int pthread_attr_getinheritsched (__const pthread_attr_t *__restrict
                                         __attr, int *__restrict __inherit)
            ;


extern int pthread_attr_setscope (pthread_attr_t *__attr, int __scope)
            ;


extern int pthread_attr_getscope (__const pthread_attr_t *__restrict __attr,
                                  int *__restrict __scope) ;



extern int pthread_attr_setguardsize (pthread_attr_t *__attr,
                                      size_t __guardsize) ;


extern int pthread_attr_getguardsize (__const pthread_attr_t *__restrict
                                      __attr, size_t *__restrict __guardsize)
            ;






extern int pthread_attr_setstackaddr (pthread_attr_t *__attr,
                                      void *__stackaddr) ;


extern int pthread_attr_getstackaddr (__const pthread_attr_t *__restrict
                                      __attr, void **__restrict __stackaddr)
            ;





extern int pthread_attr_setstack (pthread_attr_t *__attr, void *__stackaddr,
                                  size_t __stacksize) ;


extern int pthread_attr_getstack (__const pthread_attr_t *__restrict __attr,
                                  void **__restrict __stackaddr,
                                  size_t *__restrict __stacksize) ;





extern int pthread_attr_setstacksize (pthread_attr_t *__attr,
                                      size_t __stacksize) ;


extern int pthread_attr_getstacksize (__const pthread_attr_t *__restrict
                                      __attr, size_t *__restrict __stacksize)
            ;



extern int pthread_getattr_np (pthread_t __th, pthread_attr_t *__attr) ;






extern int pthread_setschedparam (pthread_t __target_thread, int __policy,
                                  __const struct sched_param *__param)
            ;


extern int pthread_getschedparam (pthread_t __target_thread,
                                  int *__restrict __policy,
                                  struct sched_param *__restrict __param)
            ;



extern int pthread_getconcurrency (void) ;


extern int pthread_setconcurrency (int __level) ;







extern int pthread_yield (void) ;






extern int pthread_mutex_init (pthread_mutex_t *__restrict __mutex,
                               __const pthread_mutexattr_t *__restrict
                               __mutex_attr) ;


extern int pthread_mutex_destroy (pthread_mutex_t *__mutex) ;


extern int pthread_mutex_trylock (pthread_mutex_t *__mutex) ;


extern int pthread_mutex_lock (pthread_mutex_t *__mutex) ;



extern int pthread_mutex_timedlock (pthread_mutex_t *__restrict __mutex,
                                    __const struct timespec *__restrict
                                    __abstime) ;



extern int pthread_mutex_unlock (pthread_mutex_t *__mutex) ;






extern int pthread_mutexattr_init (pthread_mutexattr_t *__attr) ;


extern int pthread_mutexattr_destroy (pthread_mutexattr_t *__attr) ;


extern int pthread_mutexattr_getpshared (__const pthread_mutexattr_t *
                                         __restrict __attr,
                                         int *__restrict __pshared) ;


extern int pthread_mutexattr_setpshared (pthread_mutexattr_t *__attr,
                                         int __pshared) ;





extern int pthread_mutexattr_settype (pthread_mutexattr_t *__attr, int __kind)
            ;


extern int pthread_mutexattr_gettype (__const pthread_mutexattr_t *__restrict
                                      __attr, int *__restrict __kind) ;







extern int pthread_cond_init (pthread_cond_t *__restrict __cond,
                              __const pthread_condattr_t *__restrict
                              __cond_attr) ;


extern int pthread_cond_destroy (pthread_cond_t *__cond) ;


extern int pthread_cond_signal (pthread_cond_t *__cond) ;


extern int pthread_cond_broadcast (pthread_cond_t *__cond) ;



extern int pthread_cond_wait (pthread_cond_t *__restrict __cond,
                              pthread_mutex_t *__restrict __mutex) ;





extern int pthread_cond_timedwait (pthread_cond_t *__restrict __cond,
                                   pthread_mutex_t *__restrict __mutex,
                                   __const struct timespec *__restrict
                                   __abstime) ;




extern int pthread_condattr_init (pthread_condattr_t *__attr) ;


extern int pthread_condattr_destroy (pthread_condattr_t *__attr) ;


extern int pthread_condattr_getpshared (__const pthread_condattr_t *
                                        __restrict __attr,
                                        int *__restrict __pshared) ;


extern int pthread_condattr_setpshared (pthread_condattr_t *__attr,
                                        int __pshared) ;







extern int pthread_rwlock_init (pthread_rwlock_t *__restrict __rwlock,
                                __const pthread_rwlockattr_t *__restrict
                                __attr) ;


extern int pthread_rwlock_destroy (pthread_rwlock_t *__rwlock) ;


extern int pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock) ;


extern int pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock) ;



extern int pthread_rwlock_timedrdlock (pthread_rwlock_t *__restrict __rwlock,
                                       __const struct timespec *__restrict
                                       __abstime) ;



extern int pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock) ;


extern int pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock) ;



extern int pthread_rwlock_timedwrlock (pthread_rwlock_t *__restrict __rwlock,
                                       __const struct timespec *__restrict
                                       __abstime) ;



extern int pthread_rwlock_unlock (pthread_rwlock_t *__rwlock) ;





extern int pthread_rwlockattr_init (pthread_rwlockattr_t *__attr) ;


extern int pthread_rwlockattr_destroy (pthread_rwlockattr_t *__attr) ;


extern int pthread_rwlockattr_getpshared (__const pthread_rwlockattr_t *
                                          __restrict __attr,
                                          int *__restrict __pshared) ;


extern int pthread_rwlockattr_setpshared (pthread_rwlockattr_t *__attr,
                                          int __pshared) ;


extern int pthread_rwlockattr_getkind_np (__const pthread_rwlockattr_t *__attr,
                                          int *__pref) ;


extern int pthread_rwlockattr_setkind_np (pthread_rwlockattr_t *__attr,
                                          int __pref) ;
# 509 "../linuxthreads/sysdeps/pthread/pthread.h"
extern int pthread_spin_init (pthread_spinlock_t *__lock, int __pshared)
            ;


extern int pthread_spin_destroy (pthread_spinlock_t *__lock) ;


extern int pthread_spin_lock (pthread_spinlock_t *__lock) ;


extern int pthread_spin_trylock (pthread_spinlock_t *__lock) ;


extern int pthread_spin_unlock (pthread_spinlock_t *__lock) ;




extern int pthread_barrier_init (pthread_barrier_t *__restrict __barrier,
                                 __const pthread_barrierattr_t *__restrict
                                 __attr, unsigned int __count) ;

extern int pthread_barrier_destroy (pthread_barrier_t *__barrier) ;

extern int pthread_barrierattr_init (pthread_barrierattr_t *__attr) ;

extern int pthread_barrierattr_destroy (pthread_barrierattr_t *__attr) ;

extern int pthread_barrierattr_getpshared (__const pthread_barrierattr_t *
                                           __restrict __attr,
                                           int *__restrict __pshared) ;

extern int pthread_barrierattr_setpshared (pthread_barrierattr_t *__attr,
                                           int __pshared) ;

extern int pthread_barrier_wait (pthread_barrier_t *__barrier) ;
# 556 "../linuxthreads/sysdeps/pthread/pthread.h"
extern int pthread_key_create (pthread_key_t *__key,
                               void (*__destr_function) (void *)) ;


extern int pthread_key_delete (pthread_key_t __key) ;


extern int pthread_setspecific (pthread_key_t __key,
                                __const void *__pointer) ;


extern void *pthread_getspecific (pthread_key_t __key) ;
# 576 "../linuxthreads/sysdeps/pthread/pthread.h"
extern int pthread_once (pthread_once_t *__once_control,
                         void (*__init_routine) (void)) ;






extern int pthread_setcancelstate (int __state, int *__oldstate) ;



extern int pthread_setcanceltype (int __type, int *__oldtype) ;


extern int pthread_cancel (pthread_t __thread) ;




extern void pthread_testcancel (void) ;
# 610 "../linuxthreads/sysdeps/pthread/pthread.h"
extern void _pthread_cleanup_push (struct _pthread_cleanup_buffer *__buffer,
                                   void (*__routine) (void *),
                                   void *__arg) ;







extern void _pthread_cleanup_pop (struct _pthread_cleanup_buffer *__buffer,
                                  int __execute) ;
# 631 "../linuxthreads/sysdeps/pthread/pthread.h"
extern void _pthread_cleanup_push_defer (struct _pthread_cleanup_buffer *__buffer,
                                         void (*__routine) (void *),
                                         void *__arg) ;
# 642 "../linuxthreads/sysdeps/pthread/pthread.h"
extern void _pthread_cleanup_pop_restore (struct _pthread_cleanup_buffer *__buffer,
                                          int __execute) ;





extern int pthread_getcpuclockid (pthread_t __thread_id,
                                  clockid_t *__clock_id) ;




# 1 "../linuxthreads/sysdeps/unix/sysv/linux/bits/sigthread.h" 1
# 31 "../linuxthreads/sysdeps/unix/sysv/linux/bits/sigthread.h"
extern int pthread_sigmask (int __how,
                            __const __sigset_t *__restrict __newmask,
                            __sigset_t *__restrict __oldmask);


extern int pthread_kill (pthread_t __thread, int __signo) ;
# 656 "../linuxthreads/sysdeps/pthread/pthread.h" 2
# 671 "../linuxthreads/sysdeps/pthread/pthread.h"
extern int pthread_atfork (void (*__prepare) (void),
                           void (*__parent) (void),
                           void (*__child) (void)) ;




extern void pthread_kill_other_threads_np (void) ;
# 2 "../include/pthread.h" 2


extern void __pthread_initialize (void) __attribute__ ((weak));

extern void __pthread_initialize_minimal (void) __attribute__ ((weak));
# 24 "../linuxthreads/sysdeps/pthread/bits/libc-lock.h" 2



typedef pthread_mutex_t __libc_lock_t;
typedef struct { pthread_mutex_t mutex; } __libc_lock_recursive_t;

typedef pthread_rwlock_t __libc_rwlock_t;
# 41 "../linuxthreads/sysdeps/pthread/bits/libc-lock.h"
typedef pthread_key_t __libc_key_t;
# 213 "../linuxthreads/sysdeps/pthread/bits/libc-lock.h"
extern int __pthread_mutex_init (pthread_mutex_t *__mutex,
                                 __const pthread_mutexattr_t *__mutex_attr);

extern int __pthread_mutex_destroy (pthread_mutex_t *__mutex);

extern int __pthread_mutex_trylock (pthread_mutex_t *__mutex);

extern int __pthread_mutex_lock (pthread_mutex_t *__mutex);

extern int __pthread_mutex_unlock (pthread_mutex_t *__mutex);

extern int __pthread_mutexattr_init (pthread_mutexattr_t *__attr);

extern int __pthread_mutexattr_destroy (pthread_mutexattr_t *__attr);

extern int __pthread_mutexattr_settype (pthread_mutexattr_t *__attr,
                                        int __kind);


extern int __pthread_rwlock_init (pthread_rwlock_t *__rwlock,
                                  __const pthread_rwlockattr_t *__attr);

extern int __pthread_rwlock_destroy (pthread_rwlock_t *__rwlock);

extern int __pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock);

extern int __pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock);

extern int __pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock);

extern int __pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock);

extern int __pthread_rwlock_unlock (pthread_rwlock_t *__rwlock);


extern int __pthread_key_create (pthread_key_t *__key,
                                 void (*__destr_function) (void *));

extern int __pthread_setspecific (pthread_key_t __key,
                                  __const void *__pointer);

extern void *__pthread_getspecific (pthread_key_t __key);

extern int __pthread_once (pthread_once_t *__once_control,
                           void (*__init_routine) (void));

extern int __pthread_atfork (void (*__prepare) (void),
                             void (*__parent) (void),
                             void (*__child) (void));
# 270 "../linuxthreads/sysdeps/pthread/bits/libc-lock.h"
# 1 "../sysdeps/generic/bp-sym.h" 1
# 271 "../linuxthreads/sysdeps/pthread/bits/libc-lock.h" 2



asm (".weak " "__pthread_mutex_init");
asm (".weak " "__pthread_mutex_destroy");
asm (".weak " "__pthread_mutex_lock");
asm (".weak " "__pthread_mutex_trylock");
asm (".weak " "__pthread_mutex_unlock");
asm (".weak " "__pthread_mutexattr_init");
asm (".weak " "__pthread_mutexattr_destroy");
asm (".weak " "__pthread_mutexattr_settype");
asm (".weak " "__pthread_rwlock_init");
asm (".weak " "__pthread_rwlock_destroy");
asm (".weak " "__pthread_rwlock_rdlock");
asm (".weak " "__pthread_rwlock_tryrdlock");
asm (".weak " "__pthread_rwlock_wrlock");
asm (".weak " "__pthread_rwlock_trywrlock");
asm (".weak " "__pthread_rwlock_unlock");
asm (".weak " "__pthread_key_create");
asm (".weak " "__pthread_setspecific");
asm (".weak " "__pthread_getspecific");
asm (".weak " "__pthread_once");
asm (".weak " "__pthread_initialize");
asm (".weak " "__pthread_atfork");
asm (".weak " "_pthread_cleanup_push_defer");
asm (".weak " "_pthread_cleanup_pop_restore");
# 34 "../libio/libioP.h" 2




# 1 "../libio/iolibio.h" 1
# 1 "../libio/libio.h" 1
# 32 "../libio/libio.h"
# 1 "../sysdeps/gnu/_G_config.h" 1
# 9 "../sysdeps/gnu/_G_config.h"
# 1 "../sysdeps/unix/sysv/linux/alpha/bits/types.h" 1
# 10 "../sysdeps/gnu/_G_config.h" 2




# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 1 3
# 287 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 3
typedef int wchar_t;
# 312 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 3
typedef unsigned int wint_t;
# 15 "../sysdeps/gnu/_G_config.h" 2
# 24 "../sysdeps/gnu/_G_config.h"
# 1 "../include/wchar.h" 1

# 1 "../wcsmbs/wchar.h" 1
# 48 "../wcsmbs/wchar.h"
# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 1 3
# 49 "../wcsmbs/wchar.h" 2

# 1 "../sysdeps/generic/bits/wchar.h" 1
# 51 "../wcsmbs/wchar.h" 2
# 67 "../wcsmbs/wchar.h"
typedef struct
{
  int __count;
  union
  {
    wint_t __wch;
    char __wchb[4];
  } __value;
} __mbstate_t;
# 3 "../include/wchar.h" 2
# 25 "../sysdeps/gnu/_G_config.h" 2

typedef struct
{
  __off_t __pos;
  __mbstate_t __state;
} _G_fpos_t;
typedef struct
{
  __off64_t __pos;
  __mbstate_t __state;
} _G_fpos64_t;
# 44 "../sysdeps/gnu/_G_config.h"
# 1 "../include/gconv.h" 1
# 1 "../iconv/gconv.h" 1
# 26 "../iconv/gconv.h"
# 1 "../include/features.h" 1
# 27 "../iconv/gconv.h" 2

# 1 "../include/wchar.h" 1

# 1 "../wcsmbs/wchar.h" 1
# 48 "../wcsmbs/wchar.h"
# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 1 3
# 49 "../wcsmbs/wchar.h" 2

# 1 "../sysdeps/generic/bits/wchar.h" 1
# 51 "../wcsmbs/wchar.h" 2
# 3 "../include/wchar.h" 2
# 29 "../iconv/gconv.h" 2


# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 1 3
# 32 "../iconv/gconv.h" 2





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 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_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;
# 2 "../include/gconv.h" 2
# 45 "../sysdeps/gnu/_G_config.h" 2
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 "../libio/libio.h" 2
# 53 "../libio/libio.h"
# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stdarg.h" 1 3
# 43 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stdarg.h" 3
typedef __builtin_va_list __gnuc_va_list;
# 54 "../libio/libio.h" 2
# 160 "../libio/libio.h"
struct _IO_jump_t; struct _IO_FILE;




# 1 "../sysdeps/generic/bits/stdio-lock.h" 1
# 23 "../sysdeps/generic/bits/stdio-lock.h"
# 1 "../linuxthreads/sysdeps/pthread/bits/libc-lock.h" 1
# 24 "../sysdeps/generic/bits/stdio-lock.h" 2

typedef __libc_lock_recursive_t _IO_lock_t;
# 166 "../libio/libio.h" 2
# 176 "../libio/libio.h"
struct _IO_marker {
  struct _IO_marker *_next;
  struct _IO_FILE *_sbuf;



  int _pos;
# 193 "../libio/libio.h"
};


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 _blksize;
  __off_t _old_offset;



  unsigned short _cur_column;
  signed char _vtable_offset;
  char _shortbuf[1];



  _IO_lock_t *_lock;
# 305 "../libio/libio.h"
  __off64_t _offset;


  struct _IO_codecvt *_codecvt;
  struct _IO_wide_data *_wide_data;




  int _mode;

  char _unused2[15 * sizeof (int) - 2 * sizeof (void *)];

};


typedef struct _IO_FILE _IO_FILE;


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_;





extern _IO_FILE *_IO_stdin;
extern _IO_FILE *_IO_stdout;
extern _IO_FILE *_IO_stderr;







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 int __underflow (_IO_FILE *) ;
extern int __uflow (_IO_FILE *) ;
extern int __overflow (_IO_FILE *, int) ;
extern wint_t __wunderflow (_IO_FILE *) ;
extern wint_t __wuflow (_IO_FILE *) ;
extern wint_t __woverflow (_IO_FILE *, wint_t) ;
# 426 "../libio/libio.h"
extern int _IO_getc (_IO_FILE *__fp) ;
extern int _IO_putc (int __c, _IO_FILE *__fp) ;
extern int _IO_feof (_IO_FILE *__fp) ;
extern int _IO_ferror (_IO_FILE *__fp) ;

extern int _IO_peekc_locked (_IO_FILE *__fp) ;





extern void _IO_flockfile (_IO_FILE *) ;
extern void _IO_funlockfile (_IO_FILE *) ;
extern int _IO_ftrylockfile (_IO_FILE *) ;
# 456 "../libio/libio.h"
extern int _IO_vfscanf (_IO_FILE * __restrict, const char * __restrict,
                        __gnuc_va_list, int *__restrict) ;
extern int _IO_vfprintf (_IO_FILE *__restrict, const char *__restrict,
                         __gnuc_va_list) ;
extern __ssize_t _IO_padn (_IO_FILE *, int, __ssize_t) ;
extern size_t _IO_sgetn (_IO_FILE *, void *, size_t) ;

extern __off64_t _IO_seekoff (_IO_FILE *, __off64_t, int, int) ;
extern __off64_t _IO_seekpos (_IO_FILE *, __off64_t, int) ;

extern void _IO_free_backup_area (_IO_FILE *) ;


extern wint_t _IO_getwc (_IO_FILE *__fp) ;
extern wint_t _IO_putwc (wchar_t __wc, _IO_FILE *__fp) ;
extern int _IO_fwide (_IO_FILE *__fp, int __mode) ;
# 505 "../libio/libio.h"
extern int _IO_vfwscanf (_IO_FILE * __restrict, const wchar_t * __restrict,
                         __gnuc_va_list, int *__restrict) ;
extern int _IO_vfwprintf (_IO_FILE *__restrict, const wchar_t *__restrict,
                          __gnuc_va_list) ;
extern __ssize_t _IO_wpadn (_IO_FILE *, wint_t, __ssize_t) ;
extern void _IO_free_wbackup_area (_IO_FILE *) ;
# 2 "../libio/iolibio.h" 2
# 10 "../libio/iolibio.h"
extern int _IO_fclose (_IO_FILE*) ;
extern int _IO_new_fclose (_IO_FILE*) ;
extern int _IO_old_fclose (_IO_FILE*) ;
extern _IO_FILE *_IO_fdopen (int, const char*) ;
extern _IO_FILE *_IO_old_fdopen (int, const char*) ;
extern _IO_FILE *_IO_new_fdopen (int, const char*) ;
extern int _IO_fflush (_IO_FILE*) ;
extern int _IO_fgetpos (_IO_FILE*, _G_fpos_t*) ;
extern int _IO_fgetpos64 (_IO_FILE*, _G_fpos64_t*) ;
extern char* _IO_fgets (char*, int, _IO_FILE*) ;
extern _IO_FILE *_IO_fopen (const char*, const char*) ;
extern _IO_FILE *_IO_old_fopen (const char*, const char*) ;
extern _IO_FILE *_IO_new_fopen (const char*, const char*) ;
extern _IO_FILE *_IO_fopen64 (const char*, const char*) ;
extern int _IO_fprintf (_IO_FILE*, const char*, ...) ;
extern int _IO_fputs (const char*, _IO_FILE*) ;
extern int _IO_fsetpos (_IO_FILE*, const _G_fpos_t *) ;
extern int _IO_fsetpos64 (_IO_FILE*, const _G_fpos64_t *) ;
extern long int _IO_ftell (_IO_FILE*) ;
extern size_t _IO_fread (void*, size_t, size_t, _IO_FILE*) ;
extern size_t _IO_fwrite (const void*, size_t, size_t, _IO_FILE*) ;

extern char* _IO_gets (char*) ;
extern void _IO_perror (const char*) ;
extern int _IO_printf (const char*, ...) ;
extern int _IO_puts (const char*) ;
extern int _IO_scanf (const char*, ...) ;
extern void _IO_setbuffer (_IO_FILE *, char*, size_t) ;
extern int _IO_setvbuf (_IO_FILE*, char*, int, size_t) ;
extern int _IO_sscanf (const char*, const char*, ...) ;
extern int _IO_sprintf (char *, const char*, ...) ;
extern int _IO_ungetc (int, _IO_FILE*) ;
extern int _IO_vsscanf (const char *, const char *, __gnuc_va_list) ;
extern int _IO_vsprintf (char*, const char*, __gnuc_va_list) ;
extern int _IO_vswprintf (wchar_t*, size_t, const wchar_t*, __gnuc_va_list) ;


struct obstack;
extern int _IO_obstack_vprintf (struct obstack *, const char *, __gnuc_va_list) ;

extern int _IO_obstack_printf (struct obstack *, const char *, ...) ;
# 66 "../libio/iolibio.h"
extern _IO_FILE* _IO_popen (const char*, const char*) ;
extern _IO_FILE* _IO_new_popen (const char*, const char*) ;
extern _IO_FILE* _IO_old_popen (const char*, const char*) ;
extern int __new_pclose (_IO_FILE *) ;
extern int __old_pclose (_IO_FILE *) ;




_IO_FILE *__new_freopen (const char *, const char *, _IO_FILE *) ;
_IO_FILE *__old_freopen (const char *, const char *, _IO_FILE *) ;
# 39 "../libio/libioP.h" 2
# 118 "../libio/libioP.h"
typedef void (*_IO_finish_t) (_IO_FILE *, int);






typedef int (*_IO_overflow_t) (_IO_FILE *, int);







typedef int (*_IO_underflow_t) (_IO_FILE *);
# 147 "../libio/libioP.h"
typedef int (*_IO_pbackfail_t) (_IO_FILE *, int);






typedef size_t (*_IO_xsputn_t) (_IO_FILE *FP, const void *DATA, size_t N);







typedef size_t (*_IO_xsgetn_t) (_IO_FILE *FP, void *DATA, size_t N);
# 172 "../libio/libioP.h"
typedef __off64_t (*_IO_seekoff_t) (_IO_FILE *FP, __off64_t OFF, int DIR, int MODE);
# 182 "../libio/libioP.h"
typedef __off64_t (*_IO_seekpos_t) (_IO_FILE *, __off64_t, int);





typedef _IO_FILE* (*_IO_setbuf_t) (_IO_FILE *, char *, __ssize_t);






typedef int (*_IO_sync_t) (_IO_FILE *);






typedef int (*_IO_doallocate_t) (_IO_FILE *);
# 221 "../libio/libioP.h"
typedef __ssize_t (*_IO_read_t) (_IO_FILE *, void *, __ssize_t);







typedef __ssize_t (*_IO_write_t) (_IO_FILE *, const void *, __ssize_t);
# 238 "../libio/libioP.h"
typedef __off64_t (*_IO_seek_t) (_IO_FILE *, __off64_t, int);







typedef int (*_IO_close_t) (_IO_FILE *);







typedef int (*_IO_stat_t) (_IO_FILE *, void *);






typedef int (*_IO_showmanyc_t) (_IO_FILE *);





typedef void (*_IO_imbue_t) (_IO_FILE *, void *);







struct _IO_jump_t
{
    size_t __dummy;

    size_t __dummy2;

    _IO_finish_t __finish;
    _IO_overflow_t __overflow;
    _IO_underflow_t __underflow;
    _IO_underflow_t __uflow;
    _IO_pbackfail_t __pbackfail;

    _IO_xsputn_t __xsputn;
    _IO_xsgetn_t __xsgetn;
    _IO_seekoff_t __seekoff;
    _IO_seekpos_t __seekpos;
    _IO_setbuf_t __setbuf;
    _IO_sync_t __sync;
    _IO_doallocate_t __doallocate;
    _IO_read_t __read;
    _IO_write_t __write;
    _IO_seek_t __seek;
    _IO_close_t __close;
    _IO_stat_t __stat;
    _IO_showmanyc_t __showmanyc;
    _IO_imbue_t __imbue;




};






struct _IO_FILE_plus
{
  _IO_FILE file;
  const struct _IO_jump_t *vtable;
};


struct _IO_cookie_file
{
  struct _IO_FILE_plus __fp;
  void *__cookie;
  _IO_cookie_io_functions_t __io_functions;
};

_IO_FILE *_IO_fopencookie (void *cookie, const char *mode,
                           _IO_cookie_io_functions_t io_functions);




typedef struct _IO_FILE *_IO_ITER;



extern void _IO_switch_to_main_get_area (_IO_FILE *) ;
extern void _IO_switch_to_backup_area (_IO_FILE *) ;
extern int _IO_switch_to_get_mode (_IO_FILE *) ;
extern void _IO_init (_IO_FILE *, int) ;
extern int _IO_sputbackc (_IO_FILE *, int) ;
extern int _IO_sungetc (_IO_FILE *) ;
extern void _IO_un_link (struct _IO_FILE_plus *) ;
extern void _IO_link_in (struct _IO_FILE_plus *) ;
extern void _IO_doallocbuf (_IO_FILE *) ;
extern void _IO_unsave_markers (_IO_FILE *) ;
extern void _IO_setb (_IO_FILE *, char *, char *, int) ;
extern unsigned _IO_adjust_column (unsigned, const char *, int) ;


extern void _IO_switch_to_main_wget_area (_IO_FILE *) ;
extern void _IO_switch_to_wbackup_area (_IO_FILE *) ;
extern int _IO_switch_to_wget_mode (_IO_FILE *) ;
extern void _IO_wsetb (_IO_FILE *, wchar_t *, wchar_t *, int) ;
extern wint_t _IO_sputbackwc (_IO_FILE *, wint_t) ;
extern wint_t _IO_sungetwc (_IO_FILE *) ;
extern void _IO_wdoallocbuf (_IO_FILE *) ;
extern void _IO_unsave_wmarkers (_IO_FILE *) ;
extern unsigned _IO_adjust_wcolumn (unsigned, const wchar_t *, int) ;



extern void _IO_init_marker (struct _IO_marker *, _IO_FILE *) ;
extern void _IO_init_wmarker (struct _IO_marker *, _IO_FILE *) ;
extern void _IO_remove_marker (struct _IO_marker *) ;
extern int _IO_marker_difference (struct _IO_marker *, struct _IO_marker *) ;

extern int _IO_marker_delta (struct _IO_marker *) ;
extern int _IO_wmarker_delta (struct _IO_marker *) ;
extern int _IO_seekmark (_IO_FILE *, struct _IO_marker *, int) ;
extern int _IO_seekwmark (_IO_FILE *, struct _IO_marker *, int) ;




extern _IO_ITER _IO_iter_begin (void) ;
extern _IO_ITER _IO_iter_end (void) ;
extern _IO_ITER _IO_iter_next (_IO_ITER) ;
extern _IO_FILE *_IO_iter_file (_IO_ITER) ;
extern void _IO_list_lock (void) ;
extern void _IO_list_unlock (void) ;
extern void _IO_list_resetlock (void) ;



extern int _IO_default_underflow (_IO_FILE *) ;
extern int _IO_default_uflow (_IO_FILE *) ;
extern wint_t _IO_wdefault_uflow (_IO_FILE *) ;
extern int _IO_default_doallocate (_IO_FILE *) ;
extern int _IO_wdefault_doallocate (_IO_FILE *) ;
extern void _IO_default_finish (_IO_FILE *, int) ;
extern void _IO_wdefault_finish (_IO_FILE *, int) ;
extern int _IO_default_pbackfail (_IO_FILE *, int) ;
extern wint_t _IO_wdefault_pbackfail (_IO_FILE *, wint_t) ;
extern _IO_FILE* _IO_default_setbuf (_IO_FILE *, char *, __ssize_t) ;
extern _IO_FILE* _IO_wdefault_setbuf (_IO_FILE *, wchar_t *, __ssize_t) ;

extern size_t _IO_default_xsputn (_IO_FILE *, const void *, size_t) ;

extern size_t _IO_wdefault_xsputn (_IO_FILE *, const void *, size_t) ;

extern size_t _IO_default_xsgetn (_IO_FILE *, void *, size_t) ;
extern size_t _IO_wdefault_xsgetn (_IO_FILE *, void *, size_t) ;
extern __off64_t _IO_default_seekoff (_IO_FILE *, __off64_t, int, int) ;

extern __off64_t _IO_default_seekpos (_IO_FILE *, __off64_t, int) ;
extern __ssize_t _IO_default_write (_IO_FILE *, const void *, __ssize_t) ;

extern __ssize_t _IO_default_read (_IO_FILE *, void *, __ssize_t) ;
extern int _IO_default_stat (_IO_FILE *, void *) ;
extern __off64_t _IO_default_seek (_IO_FILE *, __off64_t, int) ;
extern int _IO_default_sync (_IO_FILE *) ;

extern int _IO_default_showmanyc (_IO_FILE *) ;
extern void _IO_default_imbue (_IO_FILE *, void *) ;

extern struct _IO_jump_t _IO_file_jumps;
extern struct _IO_jump_t _IO_wfile_jumps;
extern struct _IO_jump_t _IO_old_file_jumps;
extern struct _IO_jump_t _IO_streambuf_jumps;
extern struct _IO_jump_t _IO_proc_jumps;
extern struct _IO_jump_t _IO_old_proc_jumps;
extern struct _IO_jump_t _IO_str_jumps;
extern struct _IO_jump_t _IO_wstr_jumps;
extern struct _IO_codecvt __libio_codecvt;
extern int _IO_do_write (_IO_FILE *, const char *, size_t) ;
extern int _IO_new_do_write (_IO_FILE *, const char *, size_t) ;
extern int _IO_old_do_write (_IO_FILE *, const char *, size_t) ;
extern int _IO_wdo_write (_IO_FILE *, const wchar_t *, size_t) ;
extern int _IO_flush_all_lockp (int) ;
extern int _IO_flush_all (void) ;
extern int _IO_cleanup (void) ;
extern void _IO_flush_all_linebuffered (void) ;
extern int _IO_new_fgetpos (_IO_FILE *, _G_fpos_t *) ;
extern int _IO_old_fgetpos (_IO_FILE *, _G_fpos_t *) ;
extern int _IO_new_fsetpos (_IO_FILE *, const _G_fpos_t *) ;
extern int _IO_old_fsetpos (_IO_FILE *, const _G_fpos_t *) ;
extern int _IO_new_fgetpos64 (_IO_FILE *, _G_fpos64_t *) ;
extern int _IO_old_fgetpos64 (_IO_FILE *, _G_fpos64_t *) ;
extern int _IO_new_fsetpos64 (_IO_FILE *, const _G_fpos64_t *) ;
extern int _IO_old_fsetpos64 (_IO_FILE *, const _G_fpos64_t *) ;
# 484 "../libio/libioP.h"
extern int _IO_file_doallocate (_IO_FILE *) ;
extern _IO_FILE* _IO_file_setbuf (_IO_FILE *, char *, __ssize_t) ;
extern __off64_t _IO_file_seekoff (_IO_FILE *, __off64_t, int, int) ;
extern size_t _IO_file_xsputn (_IO_FILE *, const void *, size_t) ;
extern size_t _IO_file_xsgetn (_IO_FILE *, void *, size_t) ;
extern int _IO_file_stat (_IO_FILE *, void *) ;
extern int _IO_file_close (_IO_FILE *) ;
extern int _IO_file_underflow (_IO_FILE *) ;
extern int _IO_file_overflow (_IO_FILE *, int) ;

extern void _IO_file_init (struct _IO_FILE_plus *) ;
extern _IO_FILE* _IO_file_attach (_IO_FILE *, int) ;
extern _IO_FILE* _IO_file_open (_IO_FILE *, const char *, int, int, int, int) ;

extern _IO_FILE* _IO_file_fopen (_IO_FILE *, const char *, const char *, int) ;

extern __ssize_t _IO_file_write (_IO_FILE *, const void *, __ssize_t) ;

extern __ssize_t _IO_file_read (_IO_FILE *, void *, __ssize_t) ;
extern int _IO_file_sync (_IO_FILE *) ;
extern int _IO_file_close_it (_IO_FILE *) ;
extern __off64_t _IO_file_seek (_IO_FILE *, __off64_t, int) ;
extern void _IO_file_finish (_IO_FILE *, int) ;

extern _IO_FILE* _IO_new_file_attach (_IO_FILE *, int) ;
extern int _IO_new_file_close_it (_IO_FILE *) ;
extern void _IO_new_file_finish (_IO_FILE *, int) ;
extern _IO_FILE* _IO_new_file_fopen (_IO_FILE *, const char *, const char *, int) ;

extern void _IO_no_init (_IO_FILE *, int, int, struct _IO_wide_data *, struct _IO_jump_t *) ;

extern void _IO_new_file_init (struct _IO_FILE_plus *) ;
extern _IO_FILE* _IO_new_file_setbuf (_IO_FILE *, char *, __ssize_t) ;
extern int _IO_new_file_sync (_IO_FILE *) ;
extern int _IO_new_file_underflow (_IO_FILE *) ;
extern int _IO_new_file_overflow (_IO_FILE *, int) ;
extern __off64_t _IO_new_file_seekoff (_IO_FILE *, __off64_t, int, int) ;
extern __ssize_t _IO_new_file_write (_IO_FILE *, const void *, __ssize_t) ;

extern size_t _IO_new_file_xsputn (_IO_FILE *, const void *, size_t) ;

extern _IO_FILE* _IO_old_file_setbuf (_IO_FILE *, char *, __ssize_t) ;
extern __off64_t _IO_old_file_seekoff (_IO_FILE *, __off64_t, int, int) ;

extern size_t _IO_old_file_xsputn (_IO_FILE *, const void *, size_t) ;

extern int _IO_old_file_underflow (_IO_FILE *) ;
extern int _IO_old_file_overflow (_IO_FILE *, int) ;
extern void _IO_old_file_init (struct _IO_FILE_plus *) ;
extern _IO_FILE* _IO_old_file_attach (_IO_FILE *, int) ;
extern _IO_FILE* _IO_old_file_fopen (_IO_FILE *, const char *, const char *) ;

extern __ssize_t _IO_old_file_write (_IO_FILE *, const void *, __ssize_t) ;

extern int _IO_old_file_sync (_IO_FILE *) ;
extern int _IO_old_file_close_it (_IO_FILE *) ;
extern void _IO_old_file_finish (_IO_FILE *, int) ;

extern int _IO_wfile_doallocate (_IO_FILE *) ;
extern size_t _IO_wfile_xsputn (_IO_FILE *, const void *, size_t) ;

extern _IO_FILE* _IO_wfile_setbuf (_IO_FILE *, wchar_t *, __ssize_t) ;
extern wint_t _IO_wfile_sync (_IO_FILE *) ;
extern wint_t _IO_wfile_underflow (_IO_FILE *) ;
extern wint_t _IO_wfile_overflow (_IO_FILE *, wint_t) ;
extern __off64_t _IO_wfile_seekoff (_IO_FILE *, __off64_t, int, int) ;


extern _IO_FILE* _IO_proc_open (_IO_FILE *, const char *, const char *) ;
extern _IO_FILE* _IO_new_proc_open (_IO_FILE *, const char *, const char *) ;
extern _IO_FILE* _IO_old_proc_open (_IO_FILE *, const char *, const char *) ;
extern int _IO_proc_close (_IO_FILE *) ;
extern int _IO_new_proc_close (_IO_FILE *) ;
extern int _IO_old_proc_close (_IO_FILE *) ;


extern int _IO_str_underflow (_IO_FILE *) ;
extern int _IO_str_overflow (_IO_FILE *, int) ;
extern int _IO_str_pbackfail (_IO_FILE *, int) ;
extern __off64_t _IO_str_seekoff (_IO_FILE *, __off64_t, int, int) ;
extern void _IO_str_finish (_IO_FILE *, int) ;


struct _IO_strfile_;
extern void _IO_str_init_static (struct _IO_strfile_ *, char *, int, char *) ;
extern void _IO_str_init_readonly (struct _IO_strfile_ *, const char *, int) ;
extern __ssize_t _IO_str_count (_IO_FILE *) ;


extern void _IO_wstr_init_static (_IO_FILE *, wchar_t *, int, wchar_t *) ;
extern void _IO_wstr_init_readonly (_IO_FILE *, const char *, int) ;
extern __ssize_t _IO_wstr_count (_IO_FILE *) ;
extern wint_t _IO_wstr_overflow (_IO_FILE *, wint_t) ;
extern wint_t _IO_wstr_underflow (_IO_FILE *) ;
extern __off64_t _IO_wstr_seekoff (_IO_FILE *, __off64_t, int, int) ;
extern wint_t _IO_wstr_pbackfail (_IO_FILE *, wint_t) ;
extern void _IO_wstr_finish (_IO_FILE *, int) ;

extern int _IO_vasprintf (char **result_ptr, __const char *format, __gnuc_va_list args) ;

extern int _IO_vdprintf (int d, __const char *format, __gnuc_va_list arg) ;
extern int _IO_vsnprintf (char *string, size_t maxlen, __const char *format, __gnuc_va_list args) ;



extern size_t _IO_getline (_IO_FILE *,char *, size_t, int, int) ;
extern size_t _IO_getline_info (_IO_FILE *,char *, size_t, int, int, int *) ;

extern __ssize_t _IO_getdelim (char **, size_t *, int, _IO_FILE *) ;
extern size_t _IO_getwline (_IO_FILE *,wchar_t *, size_t, wint_t, int) ;

extern size_t _IO_getwline_info (_IO_FILE *,wchar_t *, size_t, wint_t, int, wint_t *) ;

extern double _IO_strtod (const char *, char **) ;
extern char *_IO_dtoa (double __d, int __mode, int __ndigits, int *__decpt, int *__sign, char **__rve) ;

extern int _IO_outfloat (double __value, _IO_FILE *__sb, int __type, int __width, int __precision, int __flags, int __sign_mode, int __fill) ;



extern struct _IO_FILE_plus *_IO_list_all;
extern void (*_IO_cleanup_registration_needed) (void);
# 625 "../libio/libioP.h"
# 1 "../include/unistd.h" 1

# 1 "../posix/unistd.h" 1
# 26 "../posix/unistd.h"
# 1 "../include/features.h" 1
# 27 "../posix/unistd.h" 2
# 175 "../posix/unistd.h"
# 1 "../linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h" 1
# 176 "../posix/unistd.h" 2



# 1 "../sysdeps/generic/bits/environments.h" 1
# 23 "../sysdeps/generic/bits/environments.h"
# 1 "../sysdeps/wordsize-64/bits/wordsize.h" 1
# 24 "../sysdeps/generic/bits/environments.h" 2
# 180 "../posix/unistd.h" 2
# 190 "../posix/unistd.h"
# 1 "../sysdeps/unix/sysv/linux/alpha/bits/types.h" 1
# 191 "../posix/unistd.h" 2


typedef __ssize_t ssize_t;





# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 1 3
# 200 "../posix/unistd.h" 2





typedef __gid_t gid_t;




typedef __uid_t uid_t;





typedef __off_t off_t;






typedef __off64_t off64_t;




typedef __useconds_t useconds_t;
# 240 "../posix/unistd.h"
typedef __intptr_t intptr_t;






typedef __socklen_t socklen_t;
# 260 "../posix/unistd.h"
extern int access (__const char *__name, int __type) ;




extern int euidaccess (__const char *__name, int __type) ;
# 290 "../posix/unistd.h"
extern __off_t lseek (int __fd, __off_t __offset, int __whence) ;
# 302 "../posix/unistd.h"
extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence) ;



extern int close (int __fd) ;



extern ssize_t read (int __fd, void *__buf, size_t __nbytes) ;


extern ssize_t write (int __fd, __const void *__buf, size_t __n) ;



extern ssize_t pread (int __fd, void *__buf, size_t __nbytes, __off_t __offset)
            ;
extern ssize_t pwrite (int __fd, __const void *__buf, size_t __n,
                       __off_t __offset) ;
# 340 "../posix/unistd.h"
extern ssize_t pread64 (int __fd, void *__buf, size_t __nbytes,
                        __off64_t __offset) ;


extern ssize_t pwrite64 (int __fd, __const void *__buf, size_t __n,
                         __off64_t __offset) ;







extern int pipe (int __pipedes[2]) ;
# 362 "../posix/unistd.h"
extern unsigned int alarm (unsigned int __seconds) ;
# 371 "../posix/unistd.h"
extern unsigned int sleep (unsigned int __seconds) ;






extern __useconds_t ualarm (__useconds_t __value, __useconds_t __interval)
            ;



extern int usleep (__useconds_t __useconds) ;





extern int pause (void) ;



extern int chown (__const char *__file, __uid_t __owner, __gid_t __group)
            ;



extern int fchown (int __fd, __uid_t __owner, __gid_t __group) ;




extern int lchown (__const char *__file, __uid_t __owner, __gid_t __group)
            ;




extern int chdir (__const char *__path) ;



extern int fchdir (int __fd) ;
# 423 "../posix/unistd.h"
extern char *getcwd (char *__buf, size_t __size) ;





extern char *get_current_dir_name (void) ;






extern char *getwd (char *__buf) ;




extern int dup (int __fd) ;


extern int dup2 (int __fd, int __fd2) ;


extern char **__environ;

extern char **environ;





extern int execve (__const char *__path, char *__const __argv[],
                   char *__const __envp[]) ;




extern int fexecve (int __fd, char *__const __argv[], char *__const __envp[])
            ;




extern int execv (__const char *__path, char *__const __argv[]) ;



extern int execle (__const char *__path, __const char *__arg, ...) ;



extern int execl (__const char *__path, __const char *__arg, ...) ;



extern int execvp (__const char *__file, char *__const __argv[]) ;




extern int execlp (__const char *__file, __const char *__arg, ...) ;




extern int nice (int __inc) ;




extern void _exit (int __status) __attribute__ ((__noreturn__));





# 1 "../sysdeps/generic/bits/confname.h" 1
# 25 "../sysdeps/generic/bits/confname.h"
enum
  {
    _PC_LINK_MAX,

    _PC_MAX_CANON,

    _PC_MAX_INPUT,

    _PC_NAME_MAX,

    _PC_PATH_MAX,

    _PC_PIPE_BUF,

    _PC_CHOWN_RESTRICTED,

    _PC_NO_TRUNC,

    _PC_VDISABLE,

    _PC_SYNC_IO,

    _PC_ASYNC_IO,

    _PC_PRIO_IO,

    _PC_SOCK_MAXBUF,

    _PC_FILESIZEBITS,

    _PC_REC_INCR_XFER_SIZE,

    _PC_REC_MAX_XFER_SIZE,

    _PC_REC_MIN_XFER_SIZE,

    _PC_REC_XFER_ALIGN,

    _PC_ALLOC_SIZE_MIN,

    _PC_SYMLINK_MAX

  };


enum
  {
    _SC_ARG_MAX,

    _SC_CHILD_MAX,

    _SC_CLK_TCK,

    _SC_NGROUPS_MAX,

    _SC_OPEN_MAX,

    _SC_STREAM_MAX,

    _SC_TZNAME_MAX,

    _SC_JOB_CONTROL,

    _SC_SAVED_IDS,

    _SC_REALTIME_SIGNALS,

    _SC_PRIORITY_SCHEDULING,

    _SC_TIMERS,

    _SC_ASYNCHRONOUS_IO,

    _SC_PRIORITIZED_IO,

    _SC_SYNCHRONIZED_IO,

    _SC_FSYNC,

    _SC_MAPPED_FILES,

    _SC_MEMLOCK,

    _SC_MEMLOCK_RANGE,

    _SC_MEMORY_PROTECTION,

    _SC_MESSAGE_PASSING,

    _SC_SEMAPHORES,

    _SC_SHARED_MEMORY_OBJECTS,

    _SC_AIO_LISTIO_MAX,

    _SC_AIO_MAX,

    _SC_AIO_PRIO_DELTA_MAX,

    _SC_DELAYTIMER_MAX,

    _SC_MQ_OPEN_MAX,

    _SC_MQ_PRIO_MAX,

    _SC_VERSION,

    _SC_PAGESIZE,


    _SC_RTSIG_MAX,

    _SC_SEM_NSEMS_MAX,

    _SC_SEM_VALUE_MAX,

    _SC_SIGQUEUE_MAX,

    _SC_TIMER_MAX,




    _SC_BC_BASE_MAX,

    _SC_BC_DIM_MAX,

    _SC_BC_SCALE_MAX,

    _SC_BC_STRING_MAX,

    _SC_COLL_WEIGHTS_MAX,

    _SC_EQUIV_CLASS_MAX,

    _SC_EXPR_NEST_MAX,

    _SC_LINE_MAX,

    _SC_RE_DUP_MAX,

    _SC_CHARCLASS_NAME_MAX,


    _SC_2_VERSION,

    _SC_2_C_BIND,

    _SC_2_C_DEV,

    _SC_2_FORT_DEV,

    _SC_2_FORT_RUN,

    _SC_2_SW_DEV,

    _SC_2_LOCALEDEF,


    _SC_PII,

    _SC_PII_XTI,

    _SC_PII_SOCKET,

    _SC_PII_INTERNET,

    _SC_PII_OSI,

    _SC_POLL,

    _SC_SELECT,

    _SC_UIO_MAXIOV,

    _SC_IOV_MAX = _SC_UIO_MAXIOV,

    _SC_PII_INTERNET_STREAM,

    _SC_PII_INTERNET_DGRAM,

    _SC_PII_OSI_COTS,

    _SC_PII_OSI_CLTS,

    _SC_PII_OSI_M,

    _SC_T_IOV_MAX,



    _SC_THREADS,

    _SC_THREAD_SAFE_FUNCTIONS,

    _SC_GETGR_R_SIZE_MAX,

    _SC_GETPW_R_SIZE_MAX,

    _SC_LOGIN_NAME_MAX,

    _SC_TTY_NAME_MAX,

    _SC_THREAD_DESTRUCTOR_ITERATIONS,

    _SC_THREAD_KEYS_MAX,

    _SC_THREAD_STACK_MIN,

    _SC_THREAD_THREADS_MAX,

    _SC_THREAD_ATTR_STACKADDR,

    _SC_THREAD_ATTR_STACKSIZE,

    _SC_THREAD_PRIORITY_SCHEDULING,

    _SC_THREAD_PRIO_INHERIT,

    _SC_THREAD_PRIO_PROTECT,

    _SC_THREAD_PROCESS_SHARED,


    _SC_NPROCESSORS_CONF,

    _SC_NPROCESSORS_ONLN,

    _SC_PHYS_PAGES,

    _SC_AVPHYS_PAGES,

    _SC_ATEXIT_MAX,

    _SC_PASS_MAX,


    _SC_XOPEN_VERSION,

    _SC_XOPEN_XCU_VERSION,

    _SC_XOPEN_UNIX,

    _SC_XOPEN_CRYPT,

    _SC_XOPEN_ENH_I18N,

    _SC_XOPEN_SHM,


    _SC_2_CHAR_TERM,

    _SC_2_C_VERSION,

    _SC_2_UPE,


    _SC_XOPEN_XPG2,

    _SC_XOPEN_XPG3,

    _SC_XOPEN_XPG4,


    _SC_CHAR_BIT,

    _SC_CHAR_MAX,

    _SC_CHAR_MIN,

    _SC_INT_MAX,

    _SC_INT_MIN,

    _SC_LONG_BIT,

    _SC_WORD_BIT,

    _SC_MB_LEN_MAX,

    _SC_NZERO,

    _SC_SSIZE_MAX,

    _SC_SCHAR_MAX,

    _SC_SCHAR_MIN,

    _SC_SHRT_MAX,

    _SC_SHRT_MIN,

    _SC_UCHAR_MAX,

    _SC_UINT_MAX,

    _SC_ULONG_MAX,

    _SC_USHRT_MAX,


    _SC_NL_ARGMAX,

    _SC_NL_LANGMAX,

    _SC_NL_MSGMAX,

    _SC_NL_NMAX,

    _SC_NL_SETMAX,

    _SC_NL_TEXTMAX,


    _SC_XBS5_ILP32_OFF32,

    _SC_XBS5_ILP32_OFFBIG,

    _SC_XBS5_LP64_OFF64,

    _SC_XBS5_LPBIG_OFFBIG,


    _SC_XOPEN_LEGACY,

    _SC_XOPEN_REALTIME,

    _SC_XOPEN_REALTIME_THREADS,


    _SC_ADVISORY_INFO,

    _SC_BARRIERS,

    _SC_BASE,

    _SC_C_LANG_SUPPORT,

    _SC_C_LANG_SUPPORT_R,

    _SC_CLOCK_SELECTION,

    _SC_CPUTIME,

    _SC_THREAD_CPUTIME,

    _SC_DEVICE_IO,

    _SC_DEVICE_SPECIFIC,

    _SC_DEVICE_SPECIFIC_R,

    _SC_FD_MGMT,

    _SC_FIFO,

    _SC_PIPE,

    _SC_FILE_ATTRIBUTES,

    _SC_FILE_LOCKING,

    _SC_FILE_SYSTEM,

    _SC_MONOTONIC_CLOCK,

    _SC_MULTI_PROCESS,

    _SC_SINGLE_PROCESS,

    _SC_NETWORKING,

    _SC_READER_WRITER_LOCKS,

    _SC_SPIN_LOCKS,

    _SC_REGEXP,

    _SC_REGEX_VERSION,

    _SC_SHELL,

    _SC_SIGNALS,

    _SC_SPAWN,

    _SC_SPORADIC_SERVER,

    _SC_THREAD_SPORADIC_SERVER,

    _SC_SYSTEM_DATABASE,

    _SC_SYSTEM_DATABASE_R,

    _SC_TIMEOUTS,

    _SC_TYPED_MEMORY_OBJECTS,

    _SC_USER_GROUPS,

    _SC_USER_GROUPS_R,

    _SC_2_PBS,

    _SC_2_PBS_ACCOUNTING,

    _SC_2_PBS_LOCATE,

    _SC_2_PBS_MESSAGE,

    _SC_2_PBS_TRACK,

    _SC_SYMLOOP_MAX,

    _SC_STREAMS,

    _SC_2_PBS_CHECKPOINT,


    _SC_V6_ILP32_OFF32,

    _SC_V6_ILP32_OFFBIG,

    _SC_V6_LP64_OFF64,

    _SC_V6_LPBIG_OFFBIG,


    _SC_HOST_NAME_MAX,

    _SC_TRACE,

    _SC_TRACE_EVENT_FILTER,

    _SC_TRACE_INHERIT,

    _SC_TRACE_LOG

  };





enum
  {
    _CS_PATH,




    _CS_LFS_CFLAGS = 1000,

    _CS_LFS_LDFLAGS,

    _CS_LFS_LIBS,

    _CS_LFS_LINTFLAGS,

    _CS_LFS64_CFLAGS,

    _CS_LFS64_LDFLAGS,

    _CS_LFS64_LIBS,

    _CS_LFS64_LINTFLAGS,




    _CS_XBS5_ILP32_OFF32_CFLAGS = 1100,

    _CS_XBS5_ILP32_OFF32_LDFLAGS,

    _CS_XBS5_ILP32_OFF32_LIBS,

    _CS_XBS5_ILP32_OFF32_LINTFLAGS,

    _CS_XBS5_ILP32_OFFBIG_CFLAGS,

    _CS_XBS5_ILP32_OFFBIG_LDFLAGS,

    _CS_XBS5_ILP32_OFFBIG_LIBS,

    _CS_XBS5_ILP32_OFFBIG_LINTFLAGS,

    _CS_XBS5_LP64_OFF64_CFLAGS,

    _CS_XBS5_LP64_OFF64_LDFLAGS,

    _CS_XBS5_LP64_OFF64_LIBS,

    _CS_XBS5_LP64_OFF64_LINTFLAGS,

    _CS_XBS5_LPBIG_OFFBIG_CFLAGS,

    _CS_XBS5_LPBIG_OFFBIG_LDFLAGS,

    _CS_XBS5_LPBIG_OFFBIG_LIBS,

    _CS_XBS5_LPBIG_OFFBIG_LINTFLAGS,



    _CS_POSIX_V6_ILP32_OFF32_CFLAGS,

    _CS_POSIX_V6_ILP32_OFF32_LDFLAGS,

    _CS_POSIX_V6_ILP32_OFF32_LIBS,

    _CS_POSIX_V6_ILP32_OFF32_LINTFLAGS,

    _CS_POSIX_V6_ILP32_OFFBIG_CFLAGS,

    _CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS,

    _CS_POSIX_V6_ILP32_OFFBIG_LIBS,

    _CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS,

    _CS_POSIX_V6_LP64_OFF64_CFLAGS,

    _CS_POSIX_V6_LP64_OFF64_LDFLAGS,

    _CS_POSIX_V6_LP64_OFF64_LIBS,

    _CS_POSIX_V6_LP64_OFF64_LINTFLAGS,

    _CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS,

    _CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS,

    _CS_POSIX_V6_LPBIG_OFFBIG_LIBS,

    _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS,



    _CS_V6_WIDTH_RESTRICTED_ENVS

  };
# 501 "../posix/unistd.h" 2


extern long int pathconf (__const char *__path, int __name) ;


extern long int fpathconf (int __fd, int __name) ;


extern long int sysconf (int __name) __attribute__ ((__const__));



extern size_t confstr (int __name, char *__buf, size_t __len) ;




extern __pid_t getpid (void) ;


extern __pid_t getppid (void) ;




extern __pid_t getpgrp (void) ;
# 536 "../posix/unistd.h"
extern __pid_t __getpgid (__pid_t __pid) ;

extern __pid_t getpgid (__pid_t __pid) ;






extern int setpgid (__pid_t __pid, __pid_t __pgid) ;
# 562 "../posix/unistd.h"
extern int setpgrp (void) ;
# 580 "../posix/unistd.h"
extern __pid_t setsid (void) ;



extern __pid_t getsid (__pid_t __pid) ;



extern __uid_t getuid (void) ;


extern __uid_t geteuid (void) ;


extern __gid_t getgid (void) ;


extern __gid_t getegid (void) ;




extern int getgroups (int __size, __gid_t __list[]) ;



extern int group_member (__gid_t __gid) ;






extern int setuid (__uid_t __uid) ;




extern int setreuid (__uid_t __ruid, __uid_t __euid) ;




extern int seteuid (__uid_t __uid) ;






extern int setgid (__gid_t __gid) ;




extern int setregid (__gid_t __rgid, __gid_t __egid) ;




extern int setegid (__gid_t __gid) ;






extern __pid_t fork (void) ;






extern __pid_t vfork (void) ;





extern char *ttyname (int __fd) ;



extern int ttyname_r (int __fd, char *__buf, size_t __buflen) ;



extern int isatty (int __fd) ;





extern int ttyslot (void) ;




extern int link (__const char *__from, __const char *__to) ;



extern int symlink (__const char *__from, __const char *__to) ;




extern int readlink (__const char *__restrict __path, char *__restrict __buf,
                     size_t __len) ;



extern int unlink (__const char *__name) ;


extern int rmdir (__const char *__path) ;



extern __pid_t tcgetpgrp (int __fd) ;


extern int tcsetpgrp (int __fd, __pid_t __pgrp_id) ;



extern char *getlogin (void) ;




extern int getlogin_r (char *__name, size_t __name_len) ;




extern int setlogin (__const char *__name) ;
# 726 "../posix/unistd.h"
# 1 "../include/getopt.h" 1


# 1 "../posix/getopt.h" 1
# 47 "../posix/getopt.h"
extern char *optarg;
# 61 "../posix/getopt.h"
extern int optind;




extern int opterr;



extern int optopt;
# 145 "../posix/getopt.h"
extern int getopt (int ___argc, char *const *___argv, const char *__shortopts);
# 4 "../include/getopt.h" 2


extern void __getopt_clean_environment (char **__env);
# 727 "../posix/unistd.h" 2







extern int gethostname (char *__name, size_t __len) ;






extern int sethostname (__const char *__name, size_t __len) ;



extern int sethostid (long int __id) ;





extern int getdomainname (char *__name, size_t __len) ;
extern int setdomainname (__const char *__name, size_t __len) ;





extern int vhangup (void) ;


extern int revoke (__const char *__file) ;







extern int profil (unsigned short int *__sample_buffer, size_t __size,
                   size_t __offset, unsigned int __scale) ;





extern int acct (__const char *__name) ;



extern char *getusershell (void) ;
extern void endusershell (void) ;
extern void setusershell (void) ;





extern int daemon (int __nochdir, int __noclose) ;






extern int chroot (__const char *__path) ;



extern char *getpass (__const char *__prompt) ;





extern int fsync (int __fd) ;






extern long int gethostid (void) ;


extern void sync (void) ;




extern int getpagesize (void) __attribute__ ((__const__));




extern int truncate (__const char *__file, __off_t __length) ;
# 836 "../posix/unistd.h"
extern int truncate64 (__const char *__file, __off64_t __length) ;




extern int ftruncate (int __fd, __off_t __length) ;
# 851 "../posix/unistd.h"
extern int ftruncate64 (int __fd, __off64_t __length) ;





extern int getdtablesize (void) ;
# 866 "../posix/unistd.h"
extern int brk (void *__addr) ;





extern void *sbrk (intptr_t __delta) ;
# 887 "../posix/unistd.h"
extern long int syscall (long int __sysno, ...) ;
# 907 "../posix/unistd.h"
extern int lockf (int __fd, int __cmd, __off_t __len) ;
# 917 "../posix/unistd.h"
extern int lockf64 (int __fd, int __cmd, __off64_t __len) ;
# 938 "../posix/unistd.h"
extern int fdatasync (int __fildes) ;







extern char *crypt (__const char *__key, __const char *__salt) ;



extern void encrypt (char *__block, int __edflag) ;






extern void swab (__const void *__restrict __from, void *__restrict __to,
                  ssize_t __n) ;







extern char *ctermid (char *__s) ;
# 983 "../posix/unistd.h"
extern int pthread_atfork (void (*__prepare) (void),
                           void (*__parent) (void),
                           void (*__child) (void)) ;
# 3 "../include/unistd.h" 2


extern int __access (__const char *__name, int __type);
extern int __euidaccess (__const char *__name, int __type);
extern __off64_t __lseek64 (int __fd, __off64_t __offset, int __whence);
extern __off_t __lseek (int __fd, __off_t __offset, int __whence);
extern __off_t __libc_lseek (int __fd, __off_t __offset, int __whence);
extern __off64_t __libc_lseek64 (int __fd, __off64_t __offset, int __whence);
extern ssize_t __pread (int __fd, void *__buf, size_t __nbytes,
                        __off_t __offset);
extern ssize_t __libc_pread (int __fd, void *__buf, size_t __nbytes,
                             __off_t __offset);
extern ssize_t __pread64 (int __fd, void *__buf, size_t __nbytes,
                          __off64_t __offset);
extern ssize_t __libc_pread64 (int __fd, void *__buf, size_t __nbytes,
                               __off64_t __offset);
extern ssize_t __pwrite (int __fd, __const void *__buf, size_t __n,
                         __off_t __offset);
extern ssize_t __libc_pwrite (int __fd, __const void *__buf, size_t __n,
                              __off_t __offset);
extern ssize_t __pwrite64 (int __fd, __const void *__buf, size_t __n,
                           __off64_t __offset);
extern ssize_t __libc_pwrite64 (int __fd, __const void *__buf, size_t __n,
                                __off64_t __offset);
extern ssize_t __libc_read (int __fd, void *__buf, size_t __n);
extern ssize_t __libc_write (int __fd, __const void *__buf, size_t __n);
extern int __pipe (int __pipedes[2]);
extern unsigned int __sleep (unsigned int __seconds);
extern int __chown (__const char *__file,
                    __uid_t __owner, __gid_t __group);
extern int __fchown (int __fd,
                     __uid_t __owner, __gid_t __group);
extern int __lchown (__const char *__file, __uid_t __owner,
                     __gid_t __group);
extern int __chdir (__const char *__path);
extern int __fchdir (int __fd);
extern char *__getcwd (char *__buf, size_t __size);
extern int __rmdir (const char *__path);







char *__canonicalize_directory_name_internal (__const char *__thisdir,
                                              char *__buf,
                                              size_t __size);

extern int __dup (int __fd);
extern int __dup2 (int __fd, int __fd2);
extern int __execve (__const char *__path, char *__const __argv[],
                     char *__const __envp[]);
extern long int __pathconf (__const char *__path, int __name);
extern long int __fpathconf (int __fd, int __name);
extern long int __sysconf (int __name);
extern __pid_t __getpid (void);
extern __pid_t __getppid (void);
extern __pid_t __setsid (void);
extern __uid_t __getuid (void);
extern __uid_t __geteuid (void);
extern __gid_t __getgid (void);
extern __gid_t __getegid (void);
extern int __getgroups (int __size, __gid_t __list[]);
extern int __group_member (__gid_t __gid);
extern int __setuid (__uid_t __uid);
extern int __setreuid (__uid_t __ruid, __uid_t __euid);
extern int __setgid (__gid_t __gid);
extern int __setpgid (__pid_t __pid, __pid_t __pgid);
extern int __setregid (__gid_t __rgid, __gid_t __egid);
extern __pid_t __vfork (void);
extern int __ttyname_r (int __fd, char *__buf, size_t __buflen);
extern int __isatty (int __fd);
extern int __link (__const char *__from, __const char *__to);
extern int __symlink (__const char *__from, __const char *__to);
extern int __readlink (__const char *__path, char *__buf, size_t __len);
extern int __unlink (__const char *__name);
extern int __gethostname (char *__name, size_t __len);
extern int __profil (unsigned short int *__sample_buffer, size_t __size,
                     size_t __offset, unsigned int __scale);
extern int __getdtablesize (void);
extern int __brk (void *__addr);
extern int __close (int __fd);
extern ssize_t __read (int __fd, void *__buf, size_t __nbytes);
extern ssize_t __write (int __fd, __const void *__buf, size_t __n);
extern __pid_t __fork (void);
extern int __getpagesize (void) __attribute__ ((__const__));
extern int __ftruncate (int __fd, __off_t __length);
extern int __ftruncate64 (int __fd, __off64_t __length);
extern void *__sbrk (intptr_t __delta);







extern int __libc_enable_secure;



extern void __libc_check_standard_fds (void);
# 626 "../libio/libioP.h" 2
# 1 "../include/fcntl.h" 1

# 1 "../io/fcntl.h" 1
# 26 "../io/fcntl.h"
# 1 "../include/features.h" 1
# 27 "../io/fcntl.h" 2






# 1 "../sysdeps/unix/sysv/linux/alpha/bits/fcntl.h" 1
# 25 "../sysdeps/unix/sysv/linux/alpha/bits/fcntl.h"
# 1 "../include/sys/types.h" 1
# 1 "../posix/sys/types.h" 1
# 26 "../posix/sys/types.h"
# 1 "../include/features.h" 1
# 27 "../posix/sys/types.h" 2



# 1 "../sysdeps/unix/sysv/linux/alpha/bits/types.h" 1
# 31 "../posix/sys/types.h" 2



typedef __u_char u_char;
typedef __u_short u_short;
typedef __u_int u_int;
typedef __u_long u_long;
typedef __quad_t quad_t;
typedef __u_quad_t u_quad_t;
typedef __fsid_t fsid_t;




typedef __loff_t loff_t;



typedef __ino_t ino_t;






typedef __ino64_t ino64_t;




typedef __dev_t dev_t;
# 71 "../posix/sys/types.h"
typedef __mode_t mode_t;




typedef __nlink_t nlink_t;
# 104 "../posix/sys/types.h"
typedef __id_t id_t;
# 115 "../posix/sys/types.h"
typedef __daddr_t daddr_t;
typedef __caddr_t caddr_t;





typedef __key_t key_t;
# 132 "../posix/sys/types.h"
# 1 "../include/time.h" 1
# 133 "../posix/sys/types.h" 2







typedef __suseconds_t suseconds_t;





# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 1 3
# 147 "../posix/sys/types.h" 2



typedef unsigned long int ulong;
typedef unsigned short int ushort;
typedef unsigned int uint;
# 190 "../posix/sys/types.h"
typedef int int8_t __attribute__ ((__mode__ (__QI__)));
typedef int int16_t __attribute__ ((__mode__ (__HI__)));
typedef int int32_t __attribute__ ((__mode__ (__SI__)));
typedef int int64_t __attribute__ ((__mode__ (__DI__)));


typedef unsigned int u_int8_t __attribute__ ((__mode__ (__QI__)));
typedef unsigned int u_int16_t __attribute__ ((__mode__ (__HI__)));
typedef unsigned int u_int32_t __attribute__ ((__mode__ (__SI__)));
typedef unsigned int u_int64_t __attribute__ ((__mode__ (__DI__)));

typedef int register_t __attribute__ ((__mode__ (__word__)));
# 212 "../posix/sys/types.h"
# 1 "../include/endian.h" 1
# 1 "../string/endian.h" 1
# 22 "../string/endian.h"
# 1 "../include/features.h" 1
# 23 "../string/endian.h" 2
# 37 "../string/endian.h"
# 1 "../sysdeps/alpha/bits/endian.h" 1
# 38 "../string/endian.h" 2
# 2 "../include/endian.h" 2
# 213 "../posix/sys/types.h" 2


# 1 "../include/sys/select.h" 1

# 1 "../misc/sys/select.h" 1
# 25 "../misc/sys/select.h"
# 1 "../include/features.h" 1
# 26 "../misc/sys/select.h" 2


# 1 "../sysdeps/unix/sysv/linux/alpha/bits/types.h" 1
# 29 "../misc/sys/select.h" 2


# 1 "../sysdeps/generic/bits/select.h" 1
# 32 "../misc/sys/select.h" 2


# 1 "../sysdeps/unix/sysv/linux/bits/sigset.h" 1
# 35 "../misc/sys/select.h" 2
# 44 "../misc/sys/select.h"
# 1 "../include/time.h" 1
# 45 "../misc/sys/select.h" 2

# 1 "../sysdeps/unix/sysv/linux/alpha/bits/time.h" 1
# 59 "../sysdeps/unix/sysv/linux/alpha/bits/time.h"
# 1 "../sysdeps/unix/sysv/linux/alpha/bits/types.h" 1
# 60 "../sysdeps/unix/sysv/linux/alpha/bits/time.h" 2



struct timeval
  {
    __time_t tv_sec;
    __suseconds_t tv_usec;
  };
# 47 "../misc/sys/select.h" 2
# 55 "../misc/sys/select.h"
typedef long int __fd_mask;







typedef struct
  {



    __fd_mask fds_bits[1024 / (8 * sizeof (__fd_mask))];





  } fd_set;






typedef __fd_mask fd_mask;
# 102 "../misc/sys/select.h"
extern int select (int __nfds, fd_set *__restrict __readfds,
                   fd_set *__restrict __writefds,
                   fd_set *__restrict __exceptfds,
                   struct timeval *__restrict __timeout) ;





extern int pselect (int __nfds, fd_set *__restrict __readfds,
                    fd_set *__restrict __writefds,
                    fd_set *__restrict __exceptfds,
                    const struct timespec *__restrict __timeout,
                    const __sigset_t *__restrict __sigmask) ;
# 3 "../include/sys/select.h" 2


extern int __pselect (int __nfds, fd_set *__readfds,
                      fd_set *__writefds, fd_set *__exceptfds,
                      const struct timespec *__timeout,
                      const __sigset_t *__sigmask);

extern int __select (int __nfds, fd_set *__restrict __readfds,
                     fd_set *__restrict __writefds,
                     fd_set *__restrict __exceptfds,
                     struct timeval *__restrict __timeout);
# 216 "../posix/sys/types.h" 2


# 1 "../sysdeps/unix/sysv/linux/alpha/sys/sysmacros.h" 1
# 219 "../posix/sys/types.h" 2




typedef __blksize_t blksize_t;






typedef __blkcnt_t blkcnt_t;



typedef __fsblkcnt_t fsblkcnt_t;



typedef __fsfilcnt_t fsfilcnt_t;
# 257 "../posix/sys/types.h"
typedef __blkcnt64_t blkcnt64_t;
typedef __fsblkcnt64_t fsblkcnt64_t;
typedef __fsfilcnt64_t fsfilcnt64_t;
# 2 "../include/sys/types.h" 2
# 26 "../sysdeps/unix/sysv/linux/alpha/bits/fcntl.h" 2
# 134 "../sysdeps/unix/sysv/linux/alpha/bits/fcntl.h"
struct flock
  {
    short int l_type;
    short int l_whence;
    __off_t l_start;
    __off_t l_len;
    __pid_t l_pid;
  };


struct flock64
  {
    short int l_type;
    short int l_whence;
    __off64_t l_start;
    __off64_t l_len;
    __pid_t l_pid;
  };
# 34 "../io/fcntl.h" 2



# 1 "../include/sys/stat.h" 1

# 1 "../io/sys/stat.h" 1
# 26 "../io/sys/stat.h"
# 1 "../include/features.h" 1
# 27 "../io/sys/stat.h" 2

# 1 "../sysdeps/unix/sysv/linux/alpha/bits/types.h" 1
# 29 "../io/sys/stat.h" 2



# 1 "../include/time.h" 1
# 33 "../io/sys/stat.h" 2
# 98 "../io/sys/stat.h"
# 1 "../sysdeps/unix/sysv/linux/alpha/bits/stat.h" 1
# 32 "../sysdeps/unix/sysv/linux/alpha/bits/stat.h"
struct stat
  {
    __dev_t st_dev;



    __ino_t st_ino;
    int __pad1;

    __mode_t st_mode;
    __nlink_t st_nlink;
    __uid_t st_uid;
    __gid_t st_gid;
    __dev_t st_rdev;
    __off_t st_size;
    __time_t st_atime;
    __time_t st_mtime;
    __time_t st_ctime;



    __blkcnt_t st_blocks;
    int __pad2;

    __blksize_t st_blksize;
    unsigned int st_flags;
    unsigned int st_gen;
    int __pad3;
    long __unused[4];
  };



struct stat64
  {
    __dev_t st_dev;
    __ino64_t st_ino;
    __mode_t st_mode;
    __nlink_t st_nlink;
    __uid_t st_uid;
    __gid_t st_gid;
    __dev_t st_rdev;
    __off_t st_size;
    __time_t st_atime;
    __time_t st_mtime;
    __time_t st_ctime;
    __blkcnt64_t st_blocks;
    __blksize_t st_blksize;
    unsigned int st_flags;
    unsigned int st_gen;
    int __pad3;
    long __unused[4];
  };
# 99 "../io/sys/stat.h" 2
# 200 "../io/sys/stat.h"
extern int stat (__const char *__restrict __file,
                 struct stat *__restrict __buf) ;



extern int fstat (int __fd, struct stat *__buf) ;
# 219 "../io/sys/stat.h"
extern int stat64 (__const char *__restrict __file,
                   struct stat64 *__restrict __buf) ;
extern int fstat64 (int __fd, struct stat64 *__buf) ;






extern int lstat (__const char *__restrict __file,
                  struct stat *__restrict __buf) ;
# 241 "../io/sys/stat.h"
extern int lstat64 (__const char *__restrict __file,
                    struct stat64 *__restrict __buf) ;






extern int chmod (__const char *__file, __mode_t __mode) ;



extern int fchmod (int __fd, __mode_t __mode) ;





extern __mode_t umask (__mode_t __mask) ;




extern __mode_t getumask (void) ;



extern int mkdir (__const char *__path, __mode_t __mode) ;





extern int mknod (__const char *__path, __mode_t __mode, __dev_t __dev)
            ;




extern int mkfifo (__const char *__path, __mode_t __mode) ;
# 306 "../io/sys/stat.h"
extern int __fxstat (int __ver, int __fildes, struct stat *__stat_buf) ;
extern int __xstat (int __ver, __const char *__filename,
                    struct stat *__stat_buf) ;
extern int __lxstat (int __ver, __const char *__filename,
                     struct stat *__stat_buf) ;
# 330 "../io/sys/stat.h"
extern int __fxstat64 (int __ver, int __fildes, struct stat64 *__stat_buf)
            ;
extern int __xstat64 (int __ver, __const char *__filename,
                      struct stat64 *__stat_buf) ;
extern int __lxstat64 (int __ver, __const char *__filename,
                       struct stat64 *__stat_buf) ;

extern int __xmknod (int __ver, __const char *__path, __mode_t __mode,
                     __dev_t *__dev) ;




extern __inline__ int stat (__const char *__path,
                            struct stat *__statbuf)
{
  return __xstat (2, __path, __statbuf);
}


extern __inline__ int lstat (__const char *__path,
                             struct stat *__statbuf)
{
  return __lxstat (2, __path, __statbuf);
}


extern __inline__ int fstat (int __fd, struct stat *__statbuf)
{
  return __fxstat (2, __fd, __statbuf);
}


extern __inline__ int mknod (__const char *__path, __mode_t __mode,
                             __dev_t __dev)
{
  return __xmknod (0, __path, __mode, &__dev);
}





extern __inline__ int stat64 (__const char *__path,
                              struct stat64 *__statbuf)
{
  return __xstat64 (2, __path, __statbuf);
}


extern __inline__ int lstat64 (__const char *__path,
                               struct stat64 *__statbuf)
{
  return __lxstat64 (2, __path, __statbuf);
}


extern __inline__ int fstat64 (int __fd, struct stat64 *__statbuf)
{
  return __fxstat64 (2, __fd, __statbuf);
}
# 3 "../include/sys/stat.h" 2


extern int __stat (__const char *__file, struct stat *__buf);
extern int __fstat (int __fd, struct stat *__buf);
extern int __lstat (__const char *__file, struct stat *__buf);
extern int __chmod (__const char *__file, __mode_t __mode);
extern int __fchmod (int __fd, __mode_t __mode);
extern __mode_t __umask (__mode_t __mask);
extern int __mkdir (__const char *__path, __mode_t __mode);
extern int __mknod (__const char *__path,
                    __mode_t __mode, __dev_t __dev);
extern __inline__ int __stat (__const char *__path, struct stat *__statbuf)
{
  return __xstat (2, __path, __statbuf);
}
extern __inline__ int __lstat (__const char *__path, struct stat *__statbuf)
{
  return __lxstat (2, __path, __statbuf);
}
extern __inline__ int __fstat (int __fd, struct stat *__statbuf)
{
  return __fxstat (2, __fd, __statbuf);
}
extern __inline__ int __mknod (__const char *__path, __mode_t __mode,
                               __dev_t __dev)
{
  return __xmknod (0, __path, __mode, &__dev);
}
# 38 "../io/fcntl.h" 2
# 60 "../io/fcntl.h"
extern int fcntl (int __fd, int __cmd, ...) ;





extern int open (__const char *__file, int __oflag, ...) ;
# 76 "../io/fcntl.h"
extern int open64 (__const char *__file, int __oflag, ...) ;






extern int creat (__const char *__file, __mode_t __mode) ;
# 93 "../io/fcntl.h"
extern int creat64 (__const char *__file, __mode_t __mode) ;
# 130 "../io/fcntl.h"
extern int posix_fadvise (int __fd, __off_t __offset, size_t __len,
                          int __advise) ;
# 142 "../io/fcntl.h"
extern int posix_fadvise64 (int __fd, __off64_t __offset, size_t __len,
                            int __advise) ;





extern int posix_fallocate (int __fd, __off_t __offset, size_t __len) ;
# 160 "../io/fcntl.h"
extern int posix_fallocate64 (int __fd, __off64_t __offset, size_t __len)
            ;
# 3 "../include/fcntl.h" 2


extern int __open64 (__const char *__file, int __oflag, ...);
extern int __libc_open64 (const char *file, int oflag, ...);
extern int __libc_open (const char *file, int oflag, ...);
extern int __libc_fcntl (int fd, int cmd, ...);
extern int __open (__const char *__file, int __oflag, ...);
extern int __fcntl (int __fd, int __cmd, ...) ;
# 627 "../libio/libioP.h" 2
# 1 "../include/sys/mman.h" 1

# 1 "../misc/sys/mman.h" 1
# 23 "../misc/sys/mman.h"
# 1 "../include/features.h" 1
# 24 "../misc/sys/mman.h" 2
# 1 "../sysdeps/unix/sysv/linux/alpha/bits/types.h" 1
# 25 "../misc/sys/mman.h" 2

# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 1 3
# 27 "../misc/sys/mman.h" 2
# 42 "../misc/sys/mman.h"
# 1 "../sysdeps/unix/sysv/linux/alpha/bits/mman.h" 1
# 43 "../misc/sys/mman.h" 2
# 58 "../misc/sys/mman.h"
extern void *mmap (void *__addr, size_t __len, int __prot,
                   int __flags, int __fd, __off_t __offset) ;
# 71 "../misc/sys/mman.h"
extern void *mmap64 (void *__addr, size_t __len, int __prot,
                     int __flags, int __fd, __off64_t __offset) ;




extern int munmap (void *__addr, size_t __len) ;




extern int mprotect (void *__addr, size_t __len, int __prot) ;




extern int msync (void *__addr, size_t __len, int __flags) ;




extern int madvise (void *__addr, size_t __len, int __advice) ;



extern int posix_madvise (void *__addr, size_t __len, int __advice) ;




extern int mlock (__const void *__addr, size_t __len) ;


extern int munlock (__const void *__addr, size_t __len) ;




extern int mlockall (int __flags) ;



extern int munlockall (void) ;





extern void *mremap (void *__addr, size_t __old_len, size_t __new_len,
                     int __may_move) ;






extern int mincore (void *__start, size_t __len, unsigned char *__vec);




extern int shm_open (__const char *__name, int __oflag, mode_t __mode);


extern int shm_unlink (__const char *__name);
# 3 "../include/sys/mman.h" 2


extern void *__mmap (void *__addr, size_t __len, int __prot,
                     int __flags, int __fd, __off_t __offset);
extern void *__mmap64 (void *__addr, size_t __len, int __prot,
                       int __flags, int __fd, __off64_t __offset);
extern int __munmap (void *__addr, size_t __len);
extern int __mprotect (void *__addr, size_t __len, int __prot);


extern void *__mremap (void *__addr, size_t __old_len,
                       size_t __new_len, int __may_move);
# 628 "../libio/libioP.h" 2
# 1 "../sysdeps/unix/sysv/linux/sys/param.h" 1
# 22 "../sysdeps/unix/sysv/linux/sys/param.h"
# 1 "../include/limits.h" 1
# 26 "../include/limits.h"
# 1 "../include/features.h" 1
# 27 "../include/limits.h" 2
# 124 "../include/limits.h"
# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/limits.h" 1 3
# 125 "../include/limits.h" 2
# 144 "../include/limits.h"
# 1 "../include/bits/posix1_lim.h" 1
# 1 "../posix/bits/posix1_lim.h" 1
# 126 "../posix/bits/posix1_lim.h"
# 1 "../linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h" 1
# 36 "../linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h"
# 1 "/usr/include/linux/limits.h" 1 3
# 37 "../linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h" 2
# 127 "../posix/bits/posix1_lim.h" 2
# 2 "../include/bits/posix1_lim.h" 2
# 145 "../include/limits.h" 2



# 1 "../include/bits/posix2_lim.h" 1
# 1 "../posix/bits/posix2_lim.h" 1
# 2 "../include/bits/posix2_lim.h" 2
# 149 "../include/limits.h" 2



# 1 "../include/bits/xopen_lim.h" 1
# 34 "../include/bits/xopen_lim.h"
# 1 "/root/LFS/glibc-build/bits/stdio_lim.h" 1
# 35 "../include/bits/xopen_lim.h" 2
# 153 "../include/limits.h" 2
# 23 "../sysdeps/unix/sysv/linux/sys/param.h" 2
# 1 "/usr/include/linux/limits.h" 1 3
# 24 "../sysdeps/unix/sysv/linux/sys/param.h" 2
# 1 "/usr/include/linux/param.h" 1 3



# 1 "/usr/include/asm/param.h" 1 3







# 1 "/usr/include/linux/config.h" 1 3



# 1 "/usr/include/linux/autoconf.h" 1 3
# 5 "/usr/include/linux/config.h" 2 3
# 9 "/usr/include/asm/param.h" 2 3
# 5 "/usr/include/linux/param.h" 2 3
# 25 "../sysdeps/unix/sysv/linux/sys/param.h" 2
# 42 "../sysdeps/unix/sysv/linux/sys/param.h"
# 1 "../include/sys/types.h" 1
# 1 "../posix/sys/types.h" 1
# 2 "../include/sys/types.h" 2
# 43 "../sysdeps/unix/sysv/linux/sys/param.h" 2
# 629 "../libio/libioP.h" 2
# 694 "../libio/libioP.h"
struct stat;
extern __ssize_t _IO_read (int, void *, size_t) ;
extern __ssize_t _IO_write (int, const void *, size_t) ;
extern __off64_t _IO_lseek (int, __off64_t, int) ;
extern int _IO_close (int) ;
extern int _IO_fstat (int, struct stat *) ;
extern int _IO_vscanf (const char *, __gnuc_va_list) ;
# 794 "../libio/libioP.h"
extern struct _IO_fake_stdiobuf _IO_stdin_buf, _IO_stdout_buf, _IO_stderr_buf;
# 26 "printf_fp.c" 2



# 1 "../include/alloca.h" 1


# 1 "../stdlib/alloca.h" 1
# 22 "../stdlib/alloca.h"
# 1 "../include/features.h" 1
# 23 "../stdlib/alloca.h" 2


# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 1 3
# 26 "../stdlib/alloca.h" 2







extern void *alloca (size_t __size) ;
# 4 "../include/alloca.h" 2




extern void *__alloca (size_t __size);
# 30 "printf_fp.c" 2
# 1 "../include/ctype.h" 1
# 1 "../ctype/ctype.h" 1
# 26 "../ctype/ctype.h"
# 1 "../include/features.h" 1
# 27 "../ctype/ctype.h" 2
# 1 "../sysdeps/unix/sysv/linux/alpha/bits/types.h" 1
# 28 "../ctype/ctype.h" 2
# 40 "../ctype/ctype.h"
# 1 "../include/endian.h" 1
# 1 "../string/endian.h" 1
# 2 "../include/endian.h" 2
# 41 "../ctype/ctype.h" 2






enum
{
  _ISupper = ((0) < 8 ? ((1 << (0)) << 8) : ((1 << (0)) >> 8)),
  _ISlower = ((1) < 8 ? ((1 << (1)) << 8) : ((1 << (1)) >> 8)),
  _ISalpha = ((2) < 8 ? ((1 << (2)) << 8) : ((1 << (2)) >> 8)),
  _ISdigit = ((3) < 8 ? ((1 << (3)) << 8) : ((1 << (3)) >> 8)),
  _ISxdigit = ((4) < 8 ? ((1 << (4)) << 8) : ((1 << (4)) >> 8)),
  _ISspace = ((5) < 8 ? ((1 << (5)) << 8) : ((1 << (5)) >> 8)),
  _ISprint = ((6) < 8 ? ((1 << (6)) << 8) : ((1 << (6)) >> 8)),
  _ISgraph = ((7) < 8 ? ((1 << (7)) << 8) : ((1 << (7)) >> 8)),
  _ISblank = ((8) < 8 ? ((1 << (8)) << 8) : ((1 << (8)) >> 8)),
  _IScntrl = ((9) < 8 ? ((1 << (9)) << 8) : ((1 << (9)) >> 8)),
  _ISpunct = ((10) < 8 ? ((1 << (10)) << 8) : ((1 << (10)) >> 8)),
  _ISalnum = ((11) < 8 ? ((1 << (11)) << 8) : ((1 << (11)) >> 8))
};
# 75 "../ctype/ctype.h"
extern __const unsigned short int *__ctype_b;
extern __const __int32_t *__ctype_tolower;
extern __const __int32_t *__ctype_toupper;
# 91 "../ctype/ctype.h"
extern int isalnum (int) ;
extern int isalpha (int) ;
extern int iscntrl (int) ;
extern int isdigit (int) ;
extern int islower (int) ;
extern int isgraph (int) ;
extern int isprint (int) ;
extern int ispunct (int) ;
extern int isspace (int) ;
extern int isupper (int) ;
extern int isxdigit (int) ;


extern int isblank (int) ;




extern int tolower (int __c) ;


extern int toupper (int __c) ;






extern int isascii (int __c) ;



extern int toascii (int __c) ;



extern int _toupper (int) ;
extern int _tolower (int) ;
# 167 "../ctype/ctype.h"
extern __inline int
tolower (int __c)
{
  return __c >= -128 && __c < 256 ? __ctype_tolower[__c] : __c;
}

extern __inline int
toupper (int __c)
{
  return __c >= -128 && __c < 256 ? __ctype_toupper[__c] : __c;
}
# 210 "../ctype/ctype.h"
# 1 "../include/xlocale.h" 1
# 1 "../locale/xlocale.h" 1
# 28 "../locale/xlocale.h"
typedef struct __locale_struct
{

  struct locale_data *__locales[13];


  const unsigned short int *__ctype_b;
  const int *__ctype_tolower;
  const int *__ctype_toupper;
} *__locale_t;
# 2 "../include/xlocale.h" 2
# 211 "../ctype/ctype.h" 2
# 223 "../ctype/ctype.h"
extern int __isalnum_l (int, __locale_t) ;
extern int __isalpha_l (int, __locale_t) ;
extern int __iscntrl_l (int, __locale_t) ;
extern int __isdigit_l (int, __locale_t) ;
extern int __islower_l (int, __locale_t) ;
extern int __isgraph_l (int, __locale_t) ;
extern int __isprint_l (int, __locale_t) ;
extern int __ispunct_l (int, __locale_t) ;
extern int __isspace_l (int, __locale_t) ;
extern int __isupper_l (int, __locale_t) ;
extern int __isxdigit_l (int, __locale_t) ;

extern int __isblank_l (int, __locale_t) ;



extern int __tolower_l (int __c, __locale_t __l) ;


extern int __toupper_l (int __c, __locale_t __l) ;
# 2 "../include/ctype.h" 2
# 31 "printf_fp.c" 2
# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/float.h" 1 3
# 32 "printf_fp.c" 2
# 1 "../sysdeps/alpha/gmp-mparam.h" 1
# 33 "printf_fp.c" 2
# 1 "../include/gmp.h" 1


# 1 "../stdlib/gmp.h" 1
# 27 "../stdlib/gmp.h"
# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 1 3
# 28 "../stdlib/gmp.h" 2
# 58 "../stdlib/gmp.h"
typedef unsigned long int mp_limb_t;
typedef long int mp_limb_signed_t;



typedef mp_limb_t * mp_ptr;
typedef const mp_limb_t * mp_srcptr;
typedef long int mp_size_t;
typedef long int mp_exp_t;


typedef struct
{
  int _mp_alloc;

  int _mp_size;



  mp_limb_t *_mp_d;
} __mpz_struct;
# 94 "../stdlib/gmp.h"
typedef __mpz_struct MP_INT;
typedef __mpz_struct mpz_t[1];




typedef struct
{
  __mpz_struct _mp_num;
  __mpz_struct _mp_den;
# 117 "../stdlib/gmp.h"
} __mpq_struct;

typedef __mpq_struct MP_RAT;
typedef __mpq_struct mpq_t[1];

typedef struct
{
  int _mp_prec;




  int _mp_size;



  mp_exp_t _mp_exp;
  mp_limb_t *_mp_d;
} __mpf_struct;


typedef __mpf_struct mpf_t[1];



typedef const __mpz_struct *mpz_srcptr;
typedef __mpz_struct *mpz_ptr;
typedef const __mpf_struct *mpf_srcptr;
typedef __mpf_struct *mpf_ptr;
typedef const __mpq_struct *mpq_srcptr;
typedef __mpq_struct *mpq_ptr;
# 169 "../stdlib/gmp.h"
void mp_set_memory_functions (void *(*) (size_t), void *(*) (void *, size_t, size_t), void (*) (void *, size_t));


extern const int mp_bits_per_limb;






void *_mpz_realloc (mpz_ptr, mp_size_t);

void mpz_abs (mpz_ptr, mpz_srcptr);
void mpz_add (mpz_ptr, mpz_srcptr, mpz_srcptr);
void mpz_add_ui (mpz_ptr, mpz_srcptr, unsigned long int);
void mpz_and (mpz_ptr, mpz_srcptr, mpz_srcptr);
void mpz_array_init (mpz_ptr, mp_size_t, mp_size_t);
void mpz_cdiv_q (mpz_ptr, mpz_srcptr, mpz_srcptr);
unsigned long int mpz_cdiv_q_ui (mpz_ptr, mpz_srcptr, unsigned long int);
void mpz_cdiv_qr (mpz_ptr, mpz_ptr, mpz_srcptr, mpz_srcptr);
unsigned long int mpz_cdiv_qr_ui (mpz_ptr, mpz_ptr, mpz_srcptr, unsigned long int);
void mpz_cdiv_r (mpz_ptr, mpz_srcptr, mpz_srcptr);
unsigned long int mpz_cdiv_r_ui (mpz_ptr, mpz_srcptr, unsigned long int);
unsigned long int mpz_cdiv_ui (mpz_srcptr, unsigned long int);
void mpz_clear (mpz_ptr);
void mpz_clrbit (mpz_ptr, unsigned long int);
int mpz_cmp (mpz_srcptr, mpz_srcptr);
int mpz_cmp_si (mpz_srcptr, signed long int);
int mpz_cmp_ui (mpz_srcptr, unsigned long int);
void mpz_com (mpz_ptr, mpz_srcptr);
void mpz_divexact (mpz_ptr, mpz_srcptr, mpz_srcptr);
void mpz_fac_ui (mpz_ptr, unsigned long int);
void mpz_fdiv_q (mpz_ptr, mpz_srcptr, mpz_srcptr);
void mpz_fdiv_q_2exp (mpz_ptr, mpz_srcptr, unsigned long int);
unsigned long int mpz_fdiv_q_ui (mpz_ptr, mpz_srcptr, unsigned long int);
void mpz_fdiv_qr (mpz_ptr, mpz_ptr, mpz_srcptr, mpz_srcptr);
unsigned long int mpz_fdiv_qr_ui (mpz_ptr, mpz_ptr, mpz_srcptr, unsigned long int);
void mpz_fdiv_r (mpz_ptr, mpz_srcptr, mpz_srcptr);
void mpz_fdiv_r_2exp (mpz_ptr, mpz_srcptr, unsigned long int);
unsigned long int mpz_fdiv_r_ui (mpz_ptr, mpz_srcptr, unsigned long int);
unsigned long int mpz_fdiv_ui (mpz_srcptr, unsigned long int);
void mpz_gcd (mpz_ptr, mpz_srcptr, mpz_srcptr);
unsigned long int mpz_gcd_ui (mpz_ptr, mpz_srcptr, unsigned long int);
void mpz_gcdext (mpz_ptr, mpz_ptr, mpz_ptr, mpz_srcptr, mpz_srcptr);
             long int mpz_get_si (mpz_srcptr);
char *mpz_get_str (char *, int, mpz_srcptr);
unsigned long int mpz_get_ui (mpz_srcptr);
mp_limb_t mpz_getlimbn (mpz_srcptr, mp_size_t);
unsigned long int mpz_hamdist (mpz_srcptr, mpz_srcptr);
void mpz_init (mpz_ptr);





void mpz_init_set (mpz_ptr, mpz_srcptr);
void mpz_init_set_d (mpz_ptr, double);
void mpz_init_set_si (mpz_ptr, signed long int);
int mpz_init_set_str (mpz_ptr, const char *, int);
void mpz_init_set_ui (mpz_ptr, unsigned long int);
int mpz_invert (mpz_ptr, mpz_srcptr, mpz_srcptr);
void mpz_ior (mpz_ptr, mpz_srcptr, mpz_srcptr);
int mpz_jacobi (mpz_srcptr, mpz_srcptr);
int mpz_legendre (mpz_srcptr, mpz_srcptr);
void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
void mpz_mul (mpz_ptr, mpz_srcptr, mpz_srcptr);
void mpz_mul_2exp (mpz_ptr, mpz_srcptr, unsigned long int);
void mpz_mul_ui (mpz_ptr, mpz_srcptr, unsigned long int);
void mpz_neg (mpz_ptr, mpz_srcptr);





int mpz_perfect_square_p (mpz_srcptr);
unsigned long int mpz_popcount (mpz_srcptr);
void mpz_pow_ui (mpz_ptr, mpz_srcptr, unsigned long int);
void mpz_powm (mpz_ptr, mpz_srcptr, mpz_srcptr, mpz_srcptr);
void mpz_powm_ui (mpz_ptr, mpz_srcptr, unsigned long int, mpz_srcptr);
int mpz_probab_prime_p (mpz_srcptr, int);
void mpz_random (mpz_ptr, mp_size_t);
void mpz_random2 (mpz_ptr, mp_size_t);
unsigned long int mpz_scan0 (mpz_srcptr, unsigned long int);
unsigned long int mpz_scan1 (mpz_srcptr, unsigned long int);
void mpz_set (mpz_ptr, mpz_srcptr);
void mpz_set_d (mpz_ptr, double);
void mpz_set_si (mpz_ptr, signed long int);
int mpz_set_str (mpz_ptr, const char *, int);
void mpz_set_ui (mpz_ptr, unsigned long int);
void mpz_setbit (mpz_ptr, unsigned long int);
size_t mpz_size (mpz_srcptr);
size_t mpz_sizeinbase (mpz_srcptr, int);
void mpz_sqrt (mpz_ptr, mpz_srcptr);
void mpz_sqrtrem (mpz_ptr, mpz_ptr, mpz_srcptr);
void mpz_sub (mpz_ptr, mpz_srcptr, mpz_srcptr);
void mpz_sub_ui (mpz_ptr, mpz_srcptr, unsigned long int);
void mpz_tdiv_q (mpz_ptr, mpz_srcptr, mpz_srcptr);
void mpz_tdiv_q_2exp (mpz_ptr, mpz_srcptr, unsigned long int);
void mpz_tdiv_q_ui (mpz_ptr, mpz_srcptr, unsigned long int);
void mpz_tdiv_qr (mpz_ptr, mpz_ptr, mpz_srcptr, mpz_srcptr);
void mpz_tdiv_qr_ui (mpz_ptr, mpz_ptr, mpz_srcptr, unsigned long int);
void mpz_tdiv_r (mpz_ptr, mpz_srcptr, mpz_srcptr);
void mpz_tdiv_r_2exp (mpz_ptr, mpz_srcptr, unsigned long int);
void mpz_tdiv_r_ui (mpz_ptr, mpz_srcptr, unsigned long int);
void mpz_ui_pow_ui (mpz_ptr, unsigned long int, unsigned long int);



void mpq_init (mpq_ptr);
void mpq_clear (mpq_ptr);
void mpq_set (mpq_ptr, mpq_srcptr);
void mpq_set_ui (mpq_ptr, unsigned long int, unsigned long int);
void mpq_set_si (mpq_ptr, signed long int, unsigned long int);
void mpq_add (mpq_ptr, mpq_srcptr, mpq_srcptr);
void mpq_sub (mpq_ptr, mpq_srcptr, mpq_srcptr);
void mpq_mul (mpq_ptr, mpq_srcptr, mpq_srcptr);
void mpq_div (mpq_ptr, mpq_srcptr, mpq_srcptr);
void mpq_neg (mpq_ptr, mpq_srcptr);
int mpq_cmp (mpq_srcptr, mpq_srcptr);
int mpq_cmp_ui (mpq_srcptr, unsigned long int, unsigned long int);
void mpq_inv (mpq_ptr, mpq_srcptr);
void mpq_set_num (mpq_ptr, mpz_srcptr);
void mpq_set_den (mpq_ptr, mpz_srcptr);
void mpq_get_num (mpz_ptr, mpq_srcptr);
void mpq_get_den (mpz_ptr, mpq_srcptr);
double mpq_get_d (mpq_srcptr);
void mpq_canonicalize (mpq_ptr);



void mpf_abs (mpf_ptr, mpf_srcptr);
void mpf_add (mpf_ptr, mpf_srcptr, mpf_srcptr);
void mpf_add_ui (mpf_ptr, mpf_srcptr, unsigned long int);
void mpf_clear (mpf_ptr);
int mpf_cmp (mpf_srcptr, mpf_srcptr);
int mpf_cmp_si (mpf_srcptr, signed long int);
int mpf_cmp_ui (mpf_srcptr, unsigned long int);
void mpf_div (mpf_ptr, mpf_srcptr, mpf_srcptr);
void mpf_div_2exp (mpf_ptr, mpf_srcptr, unsigned long int);
void mpf_div_ui (mpf_ptr, mpf_srcptr, unsigned long int);
void mpf_dump (mpf_srcptr);
int mpf_eq (mpf_srcptr, mpf_srcptr, unsigned long int);
unsigned long int mpf_get_prec (mpf_srcptr);
char *mpf_get_str (char *, mp_exp_t *, int, size_t, mpf_srcptr);
void mpf_init (mpf_ptr);
void mpf_init2 (mpf_ptr, unsigned long int);



void mpf_init_set (mpf_ptr, mpf_srcptr);
void mpf_init_set_d (mpf_ptr, double);
void mpf_init_set_si (mpf_ptr, signed long int);
int mpf_init_set_str (mpf_ptr, char *, int);
void mpf_init_set_ui (mpf_ptr, unsigned long int);
void mpf_mul (mpf_ptr, mpf_srcptr, mpf_srcptr);
void mpf_mul_2exp (mpf_ptr, mpf_srcptr, unsigned long int);
void mpf_mul_ui (mpf_ptr, mpf_srcptr, unsigned long int);
void mpf_neg (mpf_ptr, mpf_srcptr);



void mpf_random2 (mpf_ptr, mp_size_t, mp_exp_t);
void mpf_reldiff (mpf_ptr, mpf_srcptr, mpf_srcptr);
void mpf_set (mpf_ptr, mpf_srcptr);
void mpf_set_d (mpf_ptr, double);
void mpf_set_default_prec (unsigned long int);
void mpf_set_prec (mpf_ptr, unsigned long int);
void mpf_set_prec_raw (mpf_ptr, unsigned long int);
void mpf_set_si (mpf_ptr, signed long int);
int mpf_set_str (mpf_ptr, const char *, int);
void mpf_set_ui (mpf_ptr, unsigned long int);
size_t mpf_size (mpf_srcptr);
void mpf_sqrt (mpf_ptr, mpf_srcptr);
void mpf_sqrt_ui (mpf_ptr, unsigned long int);
void mpf_sub (mpf_ptr, mpf_srcptr, mpf_srcptr);
void mpf_sub_ui (mpf_ptr, mpf_srcptr, unsigned long int);
void mpf_ui_div (mpf_ptr, unsigned long int, mpf_srcptr);
void mpf_ui_sub (mpf_ptr, unsigned long int, mpf_srcptr);
# 391 "../stdlib/gmp.h"
mp_limb_t __mpn_add (mp_ptr, mp_srcptr, mp_size_t, mp_srcptr,mp_size_t);
mp_limb_t __mpn_add_1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
mp_limb_t __mpn_add_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
mp_limb_t __mpn_addmul_1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
mp_limb_t __mpn_bdivmod (mp_ptr, mp_ptr, mp_size_t, mp_srcptr, mp_size_t, unsigned long int);
int __mpn_cmp (mp_srcptr, mp_srcptr, mp_size_t);
mp_limb_t __mpn_divmod_1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
mp_limb_t __mpn_divrem (mp_ptr, mp_size_t, mp_ptr, mp_size_t, mp_srcptr, mp_size_t);
mp_limb_t __mpn_divrem_1 (mp_ptr, mp_size_t, mp_srcptr, mp_size_t, mp_limb_t);
void __mpn_dump (mp_srcptr, mp_size_t);
mp_size_t __mpn_gcd (mp_ptr, mp_ptr, mp_size_t, mp_ptr, mp_size_t);
mp_limb_t __mpn_gcd_1 (mp_srcptr, mp_size_t, mp_limb_t);
mp_size_t __mpn_gcdext (mp_ptr, mp_ptr, mp_ptr, mp_size_t, mp_ptr, mp_size_t);
size_t __mpn_get_str (unsigned char *, int, mp_ptr, mp_size_t);
unsigned long int __mpn_hamdist (mp_srcptr, mp_srcptr, mp_size_t);
mp_limb_t __mpn_lshift (mp_ptr, mp_srcptr, mp_size_t, unsigned int);
mp_limb_t __mpn_mod_1 (mp_srcptr, mp_size_t, mp_limb_t);
mp_limb_t __mpn_mul (mp_ptr, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t);
mp_limb_t __mpn_mul_1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
void __mpn_mul_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
int __mpn_perfect_square_p (mp_srcptr, mp_size_t);
unsigned long int __mpn_popcount (mp_srcptr, mp_size_t);
mp_limb_t __mpn_preinv_mod_1 (mp_srcptr, mp_size_t, mp_limb_t, mp_limb_t);
void __mpn_random2 (mp_ptr, mp_size_t);
mp_limb_t __mpn_rshift (mp_ptr, mp_srcptr, mp_size_t, unsigned int);
unsigned long int __mpn_scan0 (mp_srcptr, unsigned long int);
unsigned long int __mpn_scan1 (mp_srcptr, unsigned long int);
mp_size_t __mpn_set_str (mp_ptr, const unsigned char *, size_t, int);
mp_size_t __mpn_sqrtrem (mp_ptr, mp_ptr, mp_srcptr, mp_size_t);
mp_limb_t __mpn_sub (mp_ptr, mp_srcptr, mp_size_t, mp_srcptr,mp_size_t);
mp_limb_t __mpn_sub_1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
mp_limb_t __mpn_sub_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
mp_limb_t __mpn_submul_1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);





extern __inline__ mp_limb_t

__mpn_add_1 (register mp_ptr res_ptr,
           register mp_srcptr s1_ptr,
           register mp_size_t s1_size,
           register mp_limb_t s2_limb)







{
  register mp_limb_t x;

  x = *s1_ptr++;
  s2_limb = x + s2_limb;
  *res_ptr++ = s2_limb;
  if (s2_limb < x)
    {
      while (--s1_size != 0)
        {
          x = *s1_ptr++ + 1;
          *res_ptr++ = x;
          if (x != 0)
            goto fin;
        }

      return 1;
    }

 fin:
  if (res_ptr != s1_ptr)
    {
      mp_size_t i;
      for (i = 0; i < s1_size - 1; i++)
        res_ptr[i] = s1_ptr[i];
    }
  return 0;
}

extern __inline__ mp_limb_t

__mpn_add (register mp_ptr res_ptr,
         register mp_srcptr s1_ptr,
         register mp_size_t s1_size,
         register mp_srcptr s2_ptr,
         register mp_size_t s2_size)
# 486 "../stdlib/gmp.h"
{
  mp_limb_t cy_limb = 0;

  if (s2_size != 0)
    cy_limb = __mpn_add_n (res_ptr, s1_ptr, s2_ptr, s2_size);

  if (s1_size - s2_size != 0)
    cy_limb = __mpn_add_1 (res_ptr + s2_size,
                         s1_ptr + s2_size,
                         s1_size - s2_size,
                         cy_limb);
  return cy_limb;
}

extern __inline__ mp_limb_t

__mpn_sub_1 (register mp_ptr res_ptr,
           register mp_srcptr s1_ptr,
           register mp_size_t s1_size,
           register mp_limb_t s2_limb)







{
  register mp_limb_t x;

  x = *s1_ptr++;
  s2_limb = x - s2_limb;
  *res_ptr++ = s2_limb;
  if (s2_limb > x)
    {
      while (--s1_size != 0)
        {
          x = *s1_ptr++;
          *res_ptr++ = x - 1;
          if (x != 0)
            goto fin;
        }

      return 1;
    }

 fin:
  if (res_ptr != s1_ptr)
    {
      mp_size_t i;
      for (i = 0; i < s1_size - 1; i++)
        res_ptr[i] = s1_ptr[i];
    }
  return 0;
}

extern __inline__ mp_limb_t

__mpn_sub (register mp_ptr res_ptr,
         register mp_srcptr s1_ptr,
         register mp_size_t s1_size,
         register mp_srcptr s2_ptr,
         register mp_size_t s2_size)
# 557 "../stdlib/gmp.h"
{
  mp_limb_t cy_limb = 0;

  if (s2_size != 0)
    cy_limb = __mpn_sub_n (res_ptr, s1_ptr, s2_ptr, s2_size);

  if (s1_size - s2_size != 0)
    cy_limb = __mpn_sub_1 (res_ptr + s2_size,
                         s1_ptr + s2_size,
                         s1_size - s2_size,
                         cy_limb);
  return cy_limb;
}
# 4 "../include/gmp.h" 2


extern mp_size_t __mpn_extract_double (mp_ptr res_ptr, mp_size_t size,
                                       int *expt, int *is_neg,
                                       double value);

extern mp_size_t __mpn_extract_long_double (mp_ptr res_ptr, mp_size_t size,
                                            int *expt, int *is_neg,
                                            long double value);

extern float __mpn_construct_float (mp_srcptr frac_ptr, int expt, int sign);

extern double __mpn_construct_double (mp_srcptr frac_ptr, int expt,
                                      int negative);

extern long double __mpn_construct_long_double (mp_srcptr frac_ptr, int expt,
                                                int sign);
# 34 "printf_fp.c" 2
# 1 "../stdlib/gmp-impl.h" 1
# 84 "../stdlib/gmp-impl.h"
# 1 "../sysdeps/alpha/gmp-mparam.h" 1
# 85 "../stdlib/gmp-impl.h" 2



void *malloc (size_t);
void *realloc (void *, size_t);
void free (void *);

extern void * (*_mp_allocate_func) (size_t);
extern void * (*_mp_reallocate_func) (void *, size_t, size_t);
extern void (*_mp_free_func) (void *, size_t);

void *_mp_default_allocate (size_t);
void *_mp_default_reallocate (void *, size_t, size_t);
void _mp_default_free (void *, size_t);
# 189 "../stdlib/gmp-impl.h"
struct bases
{



  int chars_per_limb;


  float chars_per_bit_exactly;




  mp_limb_t big_base;




  mp_limb_t big_base_inverted;
};

extern const struct bases __mp_bases[];
extern mp_size_t __gmp_default_fp_limb_precision;
# 285 "../stdlib/gmp-impl.h"
typedef unsigned int UQItype __attribute__ ((mode (QI)));
typedef int SItype __attribute__ ((mode (SI)));
typedef unsigned int USItype __attribute__ ((mode (SI)));
typedef int DItype __attribute__ ((mode (DI)));
typedef unsigned int UDItype __attribute__ ((mode (DI)));






typedef mp_limb_t UWtype;
typedef unsigned int UHWtype;
# 315 "../stdlib/gmp-impl.h"
extern void __mpn_impn_mul_n_basecase (mp_ptr prodp, mp_srcptr up, mp_srcptr vp, mp_size_t size);

extern void __mpn_impn_mul_n (mp_ptr prodp, mp_srcptr up, mp_srcptr vp, mp_size_t size, mp_ptr tspace);

extern void __mpn_impn_sqr_n_basecase (mp_ptr prodp, mp_srcptr up, mp_size_t size);

extern void __mpn_impn_sqr_n (mp_ptr prodp, mp_srcptr up, mp_size_t size, mp_ptr tspace);
# 348 "../stdlib/gmp-impl.h"
union ieee_double_extract
{
  struct
    {
      unsigned int sig:1;
      unsigned int exp:11;
      unsigned int manh:20;
      unsigned int manl:32;
    } s;
  double d;
};
# 35 "printf_fp.c" 2
# 1 "../stdlib/longlong.h" 1
# 172 "../stdlib/longlong.h"
extern UDItype __udiv_qrnnd (UDItype *, UDItype, UDItype, UDItype);
# 1446 "../stdlib/longlong.h"
extern const UQItype __clz_tab[];
# 36 "printf_fp.c" 2
# 1 "../stdlib/fpioconst.h" 1
# 23 "../stdlib/fpioconst.h"
# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/float.h" 1 3
# 24 "../stdlib/fpioconst.h" 2
# 1 "../include/math.h" 1


# 1 "../math/math.h" 1
# 27 "../math/math.h"
# 1 "../include/features.h" 1
# 28 "../math/math.h" 2





# 1 "../sysdeps/ieee754/bits/huge_val.h" 1
# 25 "../sysdeps/ieee754/bits/huge_val.h"
# 1 "../include/features.h" 1
# 26 "../sysdeps/ieee754/bits/huge_val.h" 2
# 34 "../math/math.h" 2



# 1 "../sysdeps/ieee754/bits/nan.h" 1
# 38 "../math/math.h" 2


# 1 "../sysdeps/alpha/fpu/bits/mathdef.h" 1
# 33 "../sysdeps/alpha/fpu/bits/mathdef.h"
typedef float float_t;
typedef double double_t;
# 41 "../math/math.h" 2
# 63 "../math/math.h"
# 1 "../include/bits/mathcalls.h" 1
# 1 "../math/bits/mathcalls.h" 1
# 54 "../math/bits/mathcalls.h"
extern double acos (double __x) ; extern double __acos (double __x) ;

extern double asin (double __x) ; extern double __asin (double __x) ;

extern double atan (double __x) ; extern double __atan (double __x) ;

extern double atan2 (double __y, double __x) ; extern double __atan2 (double __y, double __x) ;


extern double cos (double __x) ; extern double __cos (double __x) ;

extern double sin (double __x) ; extern double __sin (double __x) ;

extern double tan (double __x) ; extern double __tan (double __x) ;



extern void sincos (double __x, double *__sinx, double *__cosx) ; extern void __sincos (double __x, double *__sinx, double *__cosx) ;






extern double cosh (double __x) ; extern double __cosh (double __x) ;

extern double sinh (double __x) ; extern double __sinh (double __x) ;

extern double tanh (double __x) ; extern double __tanh (double __x) ;



extern double acosh (double __x) ; extern double __acosh (double __x) ;

extern double asinh (double __x) ; extern double __asinh (double __x) ;

extern double atanh (double __x) ; extern double __atanh (double __x) ;





extern double exp (double __x) ; extern double __exp (double __x) ;



extern double exp10 (double __x) ; extern double __exp10 (double __x) ;

extern double pow10 (double __x) ; extern double __pow10 (double __x) ;



extern double frexp (double __x, int *__exponent) ; extern double __frexp (double __x, int *__exponent) ;


extern double ldexp (double __x, int __exponent) ; extern double __ldexp (double __x, int __exponent) ;


extern double log (double __x) ; extern double __log (double __x) ;


extern double log10 (double __x) ; extern double __log10 (double __x) ;


extern double modf (double __x, double *__iptr) ; extern double __modf (double __x, double *__iptr) ;



extern double expm1 (double __x) ; extern double __expm1 (double __x) ;


extern double log1p (double __x) ; extern double __log1p (double __x) ;


extern double logb (double __x) ; extern double __logb (double __x) ;




extern double exp2 (double __x) ; extern double __exp2 (double __x) ;


extern double log2 (double __x) ; extern double __log2 (double __x) ;






extern double pow (double __x, double __y) ; extern double __pow (double __x, double __y) ;


extern double sqrt (double __x) ; extern double __sqrt (double __x) ;



extern double hypot (double __x, double __y) ; extern double __hypot (double __x, double __y) ;




extern double cbrt (double __x) ; extern double __cbrt (double __x) ;






extern double ceil (double __x) ; extern double __ceil (double __x) ;


extern double fabs (double __x) __attribute__ ((__const__)); extern double __fabs (double __x) __attribute__ ((__const__));


extern double floor (double __x) ; extern double __floor (double __x) ;


extern double fmod (double __x, double __y) ; extern double __fmod (double __x, double __y) ;




extern int __isinf (double __value) __attribute__ ((__const__));


extern int __finite (double __value) __attribute__ ((__const__));




extern int isinf (double __value) __attribute__ ((__const__));


extern int finite (double __value) __attribute__ ((__const__));


extern double drem (double __x, double __y) ; extern double __drem (double __x, double __y) ;



extern double significand (double __x) ; extern double __significand (double __x) ;




extern double copysign (double __x, double __y) __attribute__ ((__const__)); extern double __copysign (double __x, double __y) __attribute__ ((__const__));




extern double nan (__const char *__tagb) __attribute__ ((__const__)); extern double __nan (__const char *__tagb) __attribute__ ((__const__));




extern int __isnan (double __value) __attribute__ ((__const__));



extern int isnan (double __value) __attribute__ ((__const__));


extern double j0 (double) ; extern double __j0 (double) ;
extern double j1 (double) ; extern double __j1 (double) ;
extern double jn (int, double) ; extern double __jn (int, double) ;
extern double y0 (double) ; extern double __y0 (double) ;
extern double y1 (double) ; extern double __y1 (double) ;
extern double yn (int, double) ; extern double __yn (int, double) ;





extern double erf (double) ; extern double __erf (double) ;
extern double erfc (double) ; extern double __erfc (double) ;
extern double lgamma (double) ; extern double __lgamma (double) ;



extern double tgamma (double) ; extern double __tgamma (double) ;




extern double gamma (double) ; extern double __gamma (double) ;






extern double lgamma_r (double, int *__signgamp) ; extern double __lgamma_r (double, int *__signgamp) ;






extern double rint (double __x) ; extern double __rint (double __x) ;


extern double nextafter (double __x, double __y) __attribute__ ((__const__)); extern double __nextafter (double __x, double __y) __attribute__ ((__const__));

extern double nexttoward (double __x, long double __y) __attribute__ ((__const__)); extern double __nexttoward (double __x, long double __y) __attribute__ ((__const__));



extern double remainder (double __x, double __y) ; extern double __remainder (double __x, double __y) ;



extern double scalb (double __x, double __n) ; extern double __scalb (double __x, double __n) ;




extern double scalbn (double __x, int __n) ; extern double __scalbn (double __x, int __n) ;



extern int ilogb (double __x) ; extern int __ilogb (double __x) ;




extern double scalbln (double __x, long int __n) ; extern double __scalbln (double __x, long int __n) ;



extern double nearbyint (double __x) ; extern double __nearbyint (double __x) ;



extern double round (double __x) ; extern double __round (double __x) ;



extern double trunc (double __x) __attribute__ ((__const__)); extern double __trunc (double __x) __attribute__ ((__const__));




extern double remquo (double __x, double __y, int *__quo) ; extern double __remquo (double __x, double __y, int *__quo) ;






extern long int lrint (double __x) ; extern long int __lrint (double __x) ;
extern long long int llrint (double __x) ; extern long long int __llrint (double __x) ;



extern long int lround (double __x) ; extern long int __lround (double __x) ;
extern long long int llround (double __x) ; extern long long int __llround (double __x) ;



extern double fdim (double __x, double __y) ; extern double __fdim (double __x, double __y) ;


extern double fmax (double __x, double __y) ; extern double __fmax (double __x, double __y) ;


extern double fmin (double __x, double __y) ; extern double __fmin (double __x, double __y) ;



extern int __fpclassify (double __value)
     __attribute__ ((__const__));


extern int __signbit (double __value)
     __attribute__ ((__const__));



extern double fma (double __x, double __y, double __z) ; extern double __fma (double __x, double __y, double __z) ;
# 2 "../include/bits/mathcalls.h" 2
# 64 "../math/math.h" 2
# 82 "../math/math.h"
# 1 "../include/bits/mathcalls.h" 1
# 1 "../math/bits/mathcalls.h" 1
# 54 "../math/bits/mathcalls.h"
extern float acosf (float __x) ; extern float __acosf (float __x) ;

extern float asinf (float __x) ; extern float __asinf (float __x) ;

extern float atanf (float __x) ; extern float __atanf (float __x) ;

extern float atan2f (float __y, float __x) ; extern float __atan2f (float __y, float __x) ;


extern float cosf (float __x) ; extern float __cosf (float __x) ;

extern float sinf (float __x) ; extern float __sinf (float __x) ;

extern float tanf (float __x) ; extern float __tanf (float __x) ;



extern void sincosf (float __x, float *__sinx, float *__cosx) ; extern void __sincosf (float __x, float *__sinx, float *__cosx) ;






extern float coshf (float __x) ; extern float __coshf (float __x) ;

extern float sinhf (float __x) ; extern float __sinhf (float __x) ;

extern float tanhf (float __x) ; extern float __tanhf (float __x) ;



extern float acoshf (float __x) ; extern float __acoshf (float __x) ;

extern float asinhf (float __x) ; extern float __asinhf (float __x) ;

extern float atanhf (float __x) ; extern float __atanhf (float __x) ;





extern float expf (float __x) ; extern float __expf (float __x) ;



extern float exp10f (float __x) ; extern float __exp10f (float __x) ;

extern float pow10f (float __x) ; extern float __pow10f (float __x) ;



extern float frexpf (float __x, int *__exponent) ; extern float __frexpf (float __x, int *__exponent) ;


extern float ldexpf (float __x, int __exponent) ; extern float __ldexpf (float __x, int __exponent) ;


extern float logf (float __x) ; extern float __logf (float __x) ;


extern float log10f (float __x) ; extern float __log10f (float __x) ;


extern float modff (float __x, float *__iptr) ; extern float __modff (float __x, float *__iptr) ;



extern float expm1f (float __x) ; extern float __expm1f (float __x) ;


extern float log1pf (float __x) ; extern float __log1pf (float __x) ;


extern float logbf (float __x) ; extern float __logbf (float __x) ;




extern float exp2f (float __x) ; extern float __exp2f (float __x) ;


extern float log2f (float __x) ; extern float __log2f (float __x) ;






extern float powf (float __x, float __y) ; extern float __powf (float __x, float __y) ;


extern float sqrtf (float __x) ; extern float __sqrtf (float __x) ;



extern float hypotf (float __x, float __y) ; extern float __hypotf (float __x, float __y) ;




extern float cbrtf (float __x) ; extern float __cbrtf (float __x) ;






extern float ceilf (float __x) ; extern float __ceilf (float __x) ;


extern float fabsf (float __x) __attribute__ ((__const__)); extern float __fabsf (float __x) __attribute__ ((__const__));


extern float floorf (float __x) ; extern float __floorf (float __x) ;


extern float fmodf (float __x, float __y) ; extern float __fmodf (float __x, float __y) ;




extern int __isinff (float __value) __attribute__ ((__const__));


extern int __finitef (float __value) __attribute__ ((__const__));




extern int isinff (float __value) __attribute__ ((__const__));


extern int finitef (float __value) __attribute__ ((__const__));


extern float dremf (float __x, float __y) ; extern float __dremf (float __x, float __y) ;



extern float significandf (float __x) ; extern float __significandf (float __x) ;




extern float copysignf (float __x, float __y) __attribute__ ((__const__)); extern float __copysignf (float __x, float __y) __attribute__ ((__const__));




extern float nanf (__const char *__tagb) __attribute__ ((__const__)); extern float __nanf (__const char *__tagb) __attribute__ ((__const__));




extern int __isnanf (float __value) __attribute__ ((__const__));



extern int isnanf (float __value) __attribute__ ((__const__));


extern float j0f (float) ; extern float __j0f (float) ;
extern float j1f (float) ; extern float __j1f (float) ;
extern float jnf (int, float) ; extern float __jnf (int, float) ;
extern float y0f (float) ; extern float __y0f (float) ;
extern float y1f (float) ; extern float __y1f (float) ;
extern float ynf (int, float) ; extern float __ynf (int, float) ;





extern float erff (float) ; extern float __erff (float) ;
extern float erfcf (float) ; extern float __erfcf (float) ;
extern float lgammaf (float) ; extern float __lgammaf (float) ;



extern float tgammaf (float) ; extern float __tgammaf (float) ;




extern float gammaf (float) ; extern float __gammaf (float) ;






extern float lgammaf_r (float, int *__signgamp) ; extern float __lgammaf_r (float, int *__signgamp) ;






extern float rintf (float __x) ; extern float __rintf (float __x) ;


extern float nextafterf (float __x, float __y) __attribute__ ((__const__)); extern float __nextafterf (float __x, float __y) __attribute__ ((__const__));

extern float nexttowardf (float __x, long double __y) __attribute__ ((__const__)); extern float __nexttowardf (float __x, long double __y) __attribute__ ((__const__));



extern float remainderf (float __x, float __y) ; extern float __remainderf (float __x, float __y) ;



extern float scalbf (float __x, float __n) ; extern float __scalbf (float __x, float __n) ;




extern float scalbnf (float __x, int __n) ; extern float __scalbnf (float __x, int __n) ;



extern int ilogbf (float __x) ; extern int __ilogbf (float __x) ;




extern float scalblnf (float __x, long int __n) ; extern float __scalblnf (float __x, long int __n) ;



extern float nearbyintf (float __x) ; extern float __nearbyintf (float __x) ;



extern float roundf (float __x) ; extern float __roundf (float __x) ;



extern float truncf (float __x) __attribute__ ((__const__)); extern float __truncf (float __x) __attribute__ ((__const__));




extern float remquof (float __x, float __y, int *__quo) ; extern float __remquof (float __x, float __y, int *__quo) ;






extern long int lrintf (float __x) ; extern long int __lrintf (float __x) ;
extern long long int llrintf (float __x) ; extern long long int __llrintf (float __x) ;



extern long int lroundf (float __x) ; extern long int __lroundf (float __x) ;
extern long long int llroundf (float __x) ; extern long long int __llroundf (float __x) ;



extern float fdimf (float __x, float __y) ; extern float __fdimf (float __x, float __y) ;


extern float fmaxf (float __x, float __y) ; extern float __fmaxf (float __x, float __y) ;


extern float fminf (float __x, float __y) ; extern float __fminf (float __x, float __y) ;



extern int __fpclassifyf (float __value)
     __attribute__ ((__const__));


extern int __signbitf (float __value)
     __attribute__ ((__const__));



extern float fmaf (float __x, float __y, float __z) ; extern float __fmaf (float __x, float __y, float __z) ;
# 2 "../include/bits/mathcalls.h" 2
# 83 "../math/math.h" 2
# 113 "../math/math.h"
extern int signgam;
# 154 "../math/math.h"
enum
  {
    FP_NAN,

    FP_INFINITE,

    FP_ZERO,

    FP_SUBNORMAL,

    FP_NORMAL

  };
# 240 "../math/math.h"
typedef enum
{
  _IEEE_ = -1,
  _SVID_,
  _XOPEN_,
  _POSIX_,
  _ISOC_
} _LIB_VERSION_TYPE;




extern _LIB_VERSION_TYPE _LIB_VERSION;
# 265 "../math/math.h"
struct exception

  {
    int type;
    char *name;
    double arg1;
    double arg2;
    double retval;
  };




extern int matherr (struct exception *__exc);
# 350 "../math/math.h"
# 1 "../sysdeps/alpha/fpu/bits/mathinline.h" 1
# 72 "../sysdeps/alpha/fpu/bits/mathinline.h"
extern __inline float __copysignf (float __x, float __y) { float __z; __asm ("cpys %1, %2, %0" : "=f" (__z) : "f" (__y), "f" (__x)); return __z; }
extern __inline float copysignf (float __x, float __y) { float __z; __asm ("cpys %1, %2, %0" : "=f" (__z) : "f" (__y), "f" (__x)); return __z; }
extern __inline double __copysign (double __x, double __y) { double __z; __asm ("cpys %1, %2, %0" : "=f" (__z) : "f" (__y), "f" (__x)); return __z; }
extern __inline double copysign (double __x, double __y) { double __z; __asm ("cpys %1, %2, %0" : "=f" (__z) : "f" (__y), "f" (__x)); return __z; }





extern __inline float __fabsf (float __x) { return __builtin_fabsf (__x); }
extern __inline float fabsf (float __x) { return __builtin_fabsf (__x); }
extern __inline double __fabs (double __x) { return __builtin_fabs (__x); }
extern __inline double fabs (double __x) { return __builtin_fabs (__x); }
# 108 "../sysdeps/alpha/fpu/bits/mathinline.h"
extern __inline float
__floorf (float __x)
{

  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;
}

extern __inline double
__floor (double __x)
{
  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;
}

extern __inline float floorf (float __x) { return __floorf(__x); }
extern __inline double floor (double __x) { return __floor(__x); }




extern __inline float __fdimf (float __x, float __y)
{
  return __x < __y ? 0.0f : __x - __y;
}

extern __inline float fdimf (float __x, float __y)
{
  return __x < __y ? 0.0f : __x - __y;
}

extern __inline double __fdim (double __x, double __y)
{
  return __x < __y ? 0.0 : __x - __y;
}

extern __inline double fdim (double __x, double __y)
{
  return __x < __y ? 0.0 : __x - __y;
}
# 351 "../math/math.h" 2
# 4 "../include/math.h" 2


extern int __matherr (struct exception *__exc);
# 25 "../stdlib/fpioconst.h" 2
# 1 "../stdlib/gmp.h" 1
# 26 "../stdlib/fpioconst.h" 2
# 46 "../stdlib/fpioconst.h"
extern const mp_limb_t __tens[];



struct mp_power
  {
    size_t arrayoff;
    mp_size_t arraysize;
    int p_expo;
    int m_expo;
  };
extern const struct mp_power _fpioconst_pow10[8 + 1];
# 37 "printf_fp.c" 2
# 1 "../locale/localeinfo.h" 1
# 23 "../locale/localeinfo.h"
# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 1 3
# 147 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 3
typedef long int ptrdiff_t;
# 24 "../locale/localeinfo.h" 2
# 1 "../include/langinfo.h" 1
# 1 "../locale/langinfo.h" 1
# 24 "../locale/langinfo.h"
# 1 "../include/nl_types.h" 1
# 1 "../catgets/nl_types.h" 1
# 22 "../catgets/nl_types.h"
# 1 "../include/features.h" 1
# 23 "../catgets/nl_types.h" 2
# 34 "../catgets/nl_types.h"
typedef void *nl_catd;


typedef int nl_item;


extern nl_catd catopen (__const char *__cat_name, int __flag) ;



extern char *catgets (nl_catd __catalog, int __set, int __number,
                      __const char *__string) ;


extern int catclose (nl_catd __catalog) ;
# 2 "../include/nl_types.h" 2
# 25 "../locale/langinfo.h" 2

# 1 "../include/bits/locale.h" 1
# 1 "../locale/bits/locale.h" 1
# 27 "../locale/bits/locale.h"
enum
{
  __LC_CTYPE = 0,
  __LC_NUMERIC = 1,
  __LC_TIME = 2,
  __LC_COLLATE = 3,
  __LC_MONETARY = 4,
  __LC_MESSAGES = 5,
  __LC_ALL = 6,
  __LC_PAPER = 7,
  __LC_NAME = 8,
  __LC_ADDRESS = 9,
  __LC_TELEPHONE = 10,
  __LC_MEASUREMENT = 11,
  __LC_IDENTIFICATION = 12
};
# 2 "../include/bits/locale.h" 2
# 27 "../locale/langinfo.h" 2
# 43 "../locale/langinfo.h"
enum
{



  ABDAY_1 = (((__LC_TIME) << 16) | (0)),

  ABDAY_2,

  ABDAY_3,

  ABDAY_4,

  ABDAY_5,

  ABDAY_6,

  ABDAY_7,



  DAY_1,

  DAY_2,

  DAY_3,

  DAY_4,

  DAY_5,

  DAY_6,

  DAY_7,



  ABMON_1,

  ABMON_2,

  ABMON_3,

  ABMON_4,

  ABMON_5,

  ABMON_6,

  ABMON_7,

  ABMON_8,

  ABMON_9,

  ABMON_10,

  ABMON_11,

  ABMON_12,



  MON_1,

  MON_2,

  MON_3,

  MON_4,

  MON_5,

  MON_6,

  MON_7,

  MON_8,

  MON_9,

  MON_10,

  MON_11,

  MON_12,


  AM_STR,

  PM_STR,


  D_T_FMT,

  D_FMT,

  T_FMT,

  T_FMT_AMPM,


  ERA,

  __ERA_YEAR,



  ERA_D_FMT,

  ALT_DIGITS,

  ERA_D_T_FMT,

  ERA_T_FMT,


  _NL_TIME_ERA_NUM_ENTRIES,
  _NL_TIME_ERA_ENTRIES,

  _NL_WABDAY_1,
  _NL_WABDAY_2,
  _NL_WABDAY_3,
  _NL_WABDAY_4,
  _NL_WABDAY_5,
  _NL_WABDAY_6,
  _NL_WABDAY_7,


  _NL_WDAY_1,
  _NL_WDAY_2,
  _NL_WDAY_3,
  _NL_WDAY_4,
  _NL_WDAY_5,
  _NL_WDAY_6,
  _NL_WDAY_7,


  _NL_WABMON_1,
  _NL_WABMON_2,
  _NL_WABMON_3,
  _NL_WABMON_4,
  _NL_WABMON_5,
  _NL_WABMON_6,
  _NL_WABMON_7,
  _NL_WABMON_8,
  _NL_WABMON_9,
  _NL_WABMON_10,
  _NL_WABMON_11,
  _NL_WABMON_12,


  _NL_WMON_1,
  _NL_WMON_2,
  _NL_WMON_3,
  _NL_WMON_4,
  _NL_WMON_5,
  _NL_WMON_6,
  _NL_WMON_7,
  _NL_WMON_8,
  _NL_WMON_9,
  _NL_WMON_10,
  _NL_WMON_11,
  _NL_WMON_12,

  _NL_WAM_STR,
  _NL_WPM_STR,

  _NL_WD_T_FMT,
  _NL_WD_FMT,
  _NL_WT_FMT,
  _NL_WT_FMT_AMPM,

  _NL_WERA_YEAR,
  _NL_WERA_D_FMT,
  _NL_WALT_DIGITS,
  _NL_WERA_D_T_FMT,
  _NL_WERA_T_FMT,

  _NL_TIME_WEEK_NDAYS,
  _NL_TIME_WEEK_1STDAY,
  _NL_TIME_WEEK_1STWEEK,
  _NL_TIME_FIRST_WEEKDAY,
  _NL_TIME_FIRST_WORKDAY,
  _NL_TIME_CAL_DIRECTION,
  _NL_TIME_TIMEZONE,

  _DATE_FMT,

  _NL_W_DATE_FMT,

  _NL_TIME_CODESET,

  _NL_NUM_LC_TIME,




  _NL_COLLATE_NRULES = (((__LC_COLLATE) << 16) | (0)),
  _NL_COLLATE_RULESETS,
  _NL_COLLATE_TABLEMB,
  _NL_COLLATE_WEIGHTMB,
  _NL_COLLATE_EXTRAMB,
  _NL_COLLATE_INDIRECTMB,
  _NL_COLLATE_GAP1,
  _NL_COLLATE_GAP2,
  _NL_COLLATE_GAP3,
  _NL_COLLATE_TABLEWC,
  _NL_COLLATE_WEIGHTWC,
  _NL_COLLATE_EXTRAWC,
  _NL_COLLATE_INDIRECTWC,
  _NL_COLLATE_SYMB_HASH_SIZEMB,
  _NL_COLLATE_SYMB_TABLEMB,
  _NL_COLLATE_SYMB_EXTRAMB,
  _NL_COLLATE_COLLSEQMB,
  _NL_COLLATE_COLLSEQWC,
  _NL_COLLATE_CODESET,
  _NL_NUM_LC_COLLATE,




  _NL_CTYPE_CLASS = (((__LC_CTYPE) << 16) | (0)),
  _NL_CTYPE_TOUPPER,
  _NL_CTYPE_GAP1,
  _NL_CTYPE_TOLOWER,
  _NL_CTYPE_GAP2,
  _NL_CTYPE_CLASS32,
  _NL_CTYPE_GAP3,
  _NL_CTYPE_GAP4,
  _NL_CTYPE_GAP5,
  _NL_CTYPE_GAP6,
  _NL_CTYPE_CLASS_NAMES,
  _NL_CTYPE_MAP_NAMES,
  _NL_CTYPE_WIDTH,
  _NL_CTYPE_MB_CUR_MAX,
  _NL_CTYPE_CODESET_NAME,
  CODESET = _NL_CTYPE_CODESET_NAME,

  _NL_CTYPE_TOUPPER32,
  _NL_CTYPE_TOLOWER32,
  _NL_CTYPE_CLASS_OFFSET,
  _NL_CTYPE_MAP_OFFSET,
  _NL_CTYPE_INDIGITS_MB_LEN,
  _NL_CTYPE_INDIGITS0_MB,
  _NL_CTYPE_INDIGITS1_MB,
  _NL_CTYPE_INDIGITS2_MB,
  _NL_CTYPE_INDIGITS3_MB,
  _NL_CTYPE_INDIGITS4_MB,
  _NL_CTYPE_INDIGITS5_MB,
  _NL_CTYPE_INDIGITS6_MB,
  _NL_CTYPE_INDIGITS7_MB,
  _NL_CTYPE_INDIGITS8_MB,
  _NL_CTYPE_INDIGITS9_MB,
  _NL_CTYPE_INDIGITS_WC_LEN,
  _NL_CTYPE_INDIGITS0_WC,
  _NL_CTYPE_INDIGITS1_WC,
  _NL_CTYPE_INDIGITS2_WC,
  _NL_CTYPE_INDIGITS3_WC,
  _NL_CTYPE_INDIGITS4_WC,
  _NL_CTYPE_INDIGITS5_WC,
  _NL_CTYPE_INDIGITS6_WC,
  _NL_CTYPE_INDIGITS7_WC,
  _NL_CTYPE_INDIGITS8_WC,
  _NL_CTYPE_INDIGITS9_WC,
  _NL_CTYPE_OUTDIGIT0_MB,
  _NL_CTYPE_OUTDIGIT1_MB,
  _NL_CTYPE_OUTDIGIT2_MB,
  _NL_CTYPE_OUTDIGIT3_MB,
  _NL_CTYPE_OUTDIGIT4_MB,
  _NL_CTYPE_OUTDIGIT5_MB,
  _NL_CTYPE_OUTDIGIT6_MB,
  _NL_CTYPE_OUTDIGIT7_MB,
  _NL_CTYPE_OUTDIGIT8_MB,
  _NL_CTYPE_OUTDIGIT9_MB,
  _NL_CTYPE_OUTDIGIT0_WC,
  _NL_CTYPE_OUTDIGIT1_WC,
  _NL_CTYPE_OUTDIGIT2_WC,
  _NL_CTYPE_OUTDIGIT3_WC,
  _NL_CTYPE_OUTDIGIT4_WC,
  _NL_CTYPE_OUTDIGIT5_WC,
  _NL_CTYPE_OUTDIGIT6_WC,
  _NL_CTYPE_OUTDIGIT7_WC,
  _NL_CTYPE_OUTDIGIT8_WC,
  _NL_CTYPE_OUTDIGIT9_WC,
  _NL_CTYPE_TRANSLIT_TAB_SIZE,
  _NL_CTYPE_TRANSLIT_FROM_IDX,
  _NL_CTYPE_TRANSLIT_FROM_TBL,
  _NL_CTYPE_TRANSLIT_TO_IDX,
  _NL_CTYPE_TRANSLIT_TO_TBL,
  _NL_CTYPE_TRANSLIT_DEFAULT_MISSING_LEN,
  _NL_CTYPE_TRANSLIT_DEFAULT_MISSING,
  _NL_CTYPE_TRANSLIT_IGNORE_LEN,
  _NL_CTYPE_TRANSLIT_IGNORE,
  _NL_CTYPE_EXTRA_MAP_1,
  _NL_CTYPE_EXTRA_MAP_2,
  _NL_CTYPE_EXTRA_MAP_3,
  _NL_CTYPE_EXTRA_MAP_4,
  _NL_CTYPE_EXTRA_MAP_5,
  _NL_CTYPE_EXTRA_MAP_6,
  _NL_CTYPE_EXTRA_MAP_7,
  _NL_CTYPE_EXTRA_MAP_8,
  _NL_CTYPE_EXTRA_MAP_9,
  _NL_CTYPE_EXTRA_MAP_10,
  _NL_CTYPE_EXTRA_MAP_11,
  _NL_CTYPE_EXTRA_MAP_12,
  _NL_CTYPE_EXTRA_MAP_13,
  _NL_CTYPE_EXTRA_MAP_14,
  _NL_NUM_LC_CTYPE,




  __INT_CURR_SYMBOL = (((__LC_MONETARY) << 16) | (0)),



  __CURRENCY_SYMBOL,



  __MON_DECIMAL_POINT,



  __MON_THOUSANDS_SEP,



  __MON_GROUPING,



  __POSITIVE_SIGN,



  __NEGATIVE_SIGN,



  __INT_FRAC_DIGITS,



  __FRAC_DIGITS,



  __P_CS_PRECEDES,



  __P_SEP_BY_SPACE,



  __N_CS_PRECEDES,



  __N_SEP_BY_SPACE,



  __P_SIGN_POSN,



  __N_SIGN_POSN,



  _NL_MONETARY_CRNCYSTR,

  __INT_P_CS_PRECEDES,



  __INT_P_SEP_BY_SPACE,



  __INT_N_CS_PRECEDES,



  __INT_N_SEP_BY_SPACE,



  __INT_P_SIGN_POSN,



  __INT_N_SIGN_POSN,



  _NL_MONETARY_DUO_INT_CURR_SYMBOL,
  _NL_MONETARY_DUO_CURRENCY_SYMBOL,
  _NL_MONETARY_DUO_INT_FRAC_DIGITS,
  _NL_MONETARY_DUO_FRAC_DIGITS,
  _NL_MONETARY_DUO_P_CS_PRECEDES,
  _NL_MONETARY_DUO_P_SEP_BY_SPACE,
  _NL_MONETARY_DUO_N_CS_PRECEDES,
  _NL_MONETARY_DUO_N_SEP_BY_SPACE,
  _NL_MONETARY_DUO_INT_P_CS_PRECEDES,
  _NL_MONETARY_DUO_INT_P_SEP_BY_SPACE,
  _NL_MONETARY_DUO_INT_N_CS_PRECEDES,
  _NL_MONETARY_DUO_INT_N_SEP_BY_SPACE,
  _NL_MONETARY_DUO_P_SIGN_POSN,
  _NL_MONETARY_DUO_N_SIGN_POSN,
  _NL_MONETARY_DUO_INT_P_SIGN_POSN,
  _NL_MONETARY_DUO_INT_N_SIGN_POSN,
  _NL_MONETARY_UNO_VALID_FROM,
  _NL_MONETARY_UNO_VALID_TO,
  _NL_MONETARY_DUO_VALID_FROM,
  _NL_MONETARY_DUO_VALID_TO,
  _NL_MONETARY_CONVERSION_RATE,
  _NL_MONETARY_DECIMAL_POINT_WC,
  _NL_MONETARY_THOUSANDS_SEP_WC,
  _NL_MONETARY_CODESET,
  _NL_NUM_LC_MONETARY,



  __DECIMAL_POINT = (((__LC_NUMERIC) << 16) | (0)),



  RADIXCHAR = __DECIMAL_POINT,

  __THOUSANDS_SEP,



  THOUSEP = __THOUSANDS_SEP,

  __GROUPING,



  _NL_NUMERIC_DECIMAL_POINT_WC,
  _NL_NUMERIC_THOUSANDS_SEP_WC,
  _NL_NUMERIC_CODESET,
  _NL_NUM_LC_NUMERIC,

  __YESEXPR = (((__LC_MESSAGES) << 16) | (0)),

  __NOEXPR,

  __YESSTR,



  __NOSTR,



  _NL_MESSAGES_CODESET,
  _NL_NUM_LC_MESSAGES,

  _NL_PAPER_HEIGHT = (((__LC_PAPER) << 16) | (0)),
  _NL_PAPER_WIDTH,
  _NL_PAPER_CODESET,
  _NL_NUM_LC_PAPER,

  _NL_NAME_NAME_FMT = (((__LC_NAME) << 16) | (0)),
  _NL_NAME_NAME_GEN,
  _NL_NAME_NAME_MR,
  _NL_NAME_NAME_MRS,
  _NL_NAME_NAME_MISS,
  _NL_NAME_NAME_MS,
  _NL_NAME_CODESET,
  _NL_NUM_LC_NAME,

  _NL_ADDRESS_POSTAL_FMT = (((__LC_ADDRESS) << 16) | (0)),
  _NL_ADDRESS_COUNTRY_NAME,
  _NL_ADDRESS_COUNTRY_POST,
  _NL_ADDRESS_COUNTRY_AB2,
  _NL_ADDRESS_COUNTRY_AB3,
  _NL_ADDRESS_COUNTRY_CAR,
  _NL_ADDRESS_COUNTRY_NUM,
  _NL_ADDRESS_COUNTRY_ISBN,
  _NL_ADDRESS_LANG_NAME,
  _NL_ADDRESS_LANG_AB,
  _NL_ADDRESS_LANG_TERM,
  _NL_ADDRESS_LANG_LIB,
  _NL_ADDRESS_CODESET,
  _NL_NUM_LC_ADDRESS,

  _NL_TELEPHONE_TEL_INT_FMT = (((__LC_TELEPHONE) << 16) | (0)),
  _NL_TELEPHONE_TEL_DOM_FMT,
  _NL_TELEPHONE_INT_SELECT,
  _NL_TELEPHONE_INT_PREFIX,
  _NL_TELEPHONE_CODESET,
  _NL_NUM_LC_TELEPHONE,

  _NL_MEASUREMENT_MEASUREMENT = (((__LC_MEASUREMENT) << 16) | (0)),
  _NL_MEASUREMENT_CODESET,
  _NL_NUM_LC_MEASUREMENT,

  _NL_IDENTIFICATION_TITLE = (((__LC_IDENTIFICATION) << 16) | (0)),
  _NL_IDENTIFICATION_SOURCE,
  _NL_IDENTIFICATION_ADDRESS,
  _NL_IDENTIFICATION_CONTACT,
  _NL_IDENTIFICATION_EMAIL,
  _NL_IDENTIFICATION_TEL,
  _NL_IDENTIFICATION_FAX,
  _NL_IDENTIFICATION_LANGUAGE,
  _NL_IDENTIFICATION_TERRITORY,
  _NL_IDENTIFICATION_AUDIENCE,
  _NL_IDENTIFICATION_APPLICATION,
  _NL_IDENTIFICATION_ABBREVIATION,
  _NL_IDENTIFICATION_REVISION,
  _NL_IDENTIFICATION_DATE,
  _NL_IDENTIFICATION_CATEGORY,
  _NL_IDENTIFICATION_CODESET,
  _NL_NUM_LC_IDENTIFICATION,


  _NL_NUM
};
# 575 "../locale/langinfo.h"
extern char *nl_langinfo (nl_item __item) ;







# 1 "../include/xlocale.h" 1
# 1 "../locale/xlocale.h" 1
# 2 "../include/xlocale.h" 2
# 584 "../locale/langinfo.h" 2


extern char *__nl_langinfo_l (nl_item __item, __locale_t l);
# 2 "../include/langinfo.h" 2
# 25 "../locale/localeinfo.h" 2
# 1 "../include/limits.h" 1
# 144 "../include/limits.h"
# 1 "../include/bits/posix1_lim.h" 1
# 1 "../posix/bits/posix1_lim.h" 1
# 2 "../include/bits/posix1_lim.h" 2
# 145 "../include/limits.h" 2



# 1 "../include/bits/posix2_lim.h" 1
# 1 "../posix/bits/posix2_lim.h" 1
# 2 "../include/bits/posix2_lim.h" 2
# 149 "../include/limits.h" 2



# 1 "../include/bits/xopen_lim.h" 1
# 153 "../include/limits.h" 2
# 26 "../locale/localeinfo.h" 2
# 1 "../include/time.h" 1
# 27 "../locale/localeinfo.h" 2
# 1 "../sysdeps/generic/stdint.h" 1
# 26 "../sysdeps/generic/stdint.h"
# 1 "../include/features.h" 1
# 27 "../sysdeps/generic/stdint.h" 2
# 1 "../sysdeps/generic/bits/wchar.h" 1
# 28 "../sysdeps/generic/stdint.h" 2
# 1 "../sysdeps/wordsize-64/bits/wordsize.h" 1
# 29 "../sysdeps/generic/stdint.h" 2
# 49 "../sysdeps/generic/stdint.h"
typedef unsigned char uint8_t;
typedef unsigned short int uint16_t;

typedef unsigned int uint32_t;



typedef unsigned long int uint64_t;
# 66 "../sysdeps/generic/stdint.h"
typedef signed char int_least8_t;
typedef short int int_least16_t;
typedef int int_least32_t;

typedef long int int_least64_t;






typedef unsigned char uint_least8_t;
typedef unsigned short int uint_least16_t;
typedef unsigned int uint_least32_t;

typedef unsigned long int uint_least64_t;
# 91 "../sysdeps/generic/stdint.h"
typedef signed char int_fast8_t;

typedef long int int_fast16_t;
typedef long int int_fast32_t;
typedef long int int_fast64_t;
# 104 "../sysdeps/generic/stdint.h"
typedef unsigned char uint_fast8_t;

typedef unsigned long int uint_fast16_t;
typedef unsigned long int uint_fast32_t;
typedef unsigned long int uint_fast64_t;
# 123 "../sysdeps/generic/stdint.h"
typedef unsigned long int uintptr_t;
# 135 "../sysdeps/generic/stdint.h"
typedef long int intmax_t;
typedef unsigned long int uintmax_t;
# 28 "../locale/localeinfo.h" 2
# 1 "../include/sys/types.h" 1
# 1 "../posix/sys/types.h" 1
# 2 "../include/sys/types.h" 2
# 29 "../locale/localeinfo.h" 2




# 1 "../intl/loadinfo.h" 1
# 55 "../intl/loadinfo.h"
struct loaded_l10nfile
{
  const char *filename;
  int decided;

  const void *data;

  struct loaded_l10nfile *next;
  struct loaded_l10nfile *successor[1];
};






extern const char *_nl_normalize_codeset (const char *codeset, size_t name_len);


extern struct loaded_l10nfile *
_nl_make_l10nflist (struct loaded_l10nfile **l10nfile_list, const char *dirlist, size_t dirlist_len, int mask, const char *language, const char *territory, const char *codeset, const char *normalized_codeset, const char *modifier, const char *special, const char *sponsor, const char *revision, const char *filename, int do_allocate);
# 85 "../intl/loadinfo.h"
extern const char *_nl_expand_alias (const char *name);



extern int _nl_explode_name (char *name, const char **language, const char **modifier, const char **territory, const char **codeset, const char **normalized_codeset, const char **special, const char **sponsor, const char **revision);
# 98 "../intl/loadinfo.h"
extern char *_nl_find_language (const char *name);
# 34 "../locale/localeinfo.h" 2
# 47 "../locale/localeinfo.h"
struct locale_data
{
  const char *name;
  const char *filedata;
  off_t filesize;
  int mmaped;

  unsigned int usage_count;

  int use_translit;

  const char *options;


  unsigned int nstrings;
  union locale_data_value
  {
    const uint32_t *wstr;
    const char *string;
    unsigned int word;
  }
  values [];
};


enum coll_sort_rule
{
  illegal_0__,
  sort_forward,
  sort_backward,
  illegal_3__,
  sort_position,
  sort_forward_position,
  sort_backward_position,
  sort_mask
};


enum value_type
{
  none,
  string,
  stringarray,
  byte,
  bytearray,
  word,
  stringlist,
  wordarray,
  wstring,
  wstringarray,
  wstringlist
};
# 110 "../locale/localeinfo.h"
struct era_entry
{
  uint32_t direction;
  int32_t offset;
  int32_t start_date[3];
  int32_t stop_date[3];
  const char *era_name;
  const char *era_format;
  const wchar_t *era_wname;
  const wchar_t *era_wformat;
  int absolute_direction;



};




enum
{
  __TOW_toupper = 0,
  __TOW_tolower = 1
};
# 147 "../locale/localeinfo.h"
# 1 "../locale/categories.def" 1
# 42 "../locale/categories.def"
extern struct locale_data *_nl_current_LC_COLLATE;
# 68 "../locale/categories.def"
extern struct locale_data *_nl_current_LC_CTYPE;
# 139 "../locale/categories.def"
extern struct locale_data *_nl_current_LC_MONETARY;
# 191 "../locale/categories.def"
extern struct locale_data *_nl_current_LC_NUMERIC;
# 205 "../locale/categories.def"
extern struct locale_data *_nl_current_LC_TIME;
# 253 "../locale/categories.def"
extern struct locale_data *_nl_current_LC_MESSAGES;
# 264 "../locale/categories.def"
extern struct locale_data *_nl_current_LC_PAPER;
# 273 "../locale/categories.def"
extern struct locale_data *_nl_current_LC_NAME;
# 286 "../locale/categories.def"
extern struct locale_data *_nl_current_LC_ADDRESS;
# 305 "../locale/categories.def"
extern struct locale_data *_nl_current_LC_TELEPHONE;
# 316 "../locale/categories.def"
extern struct locale_data *_nl_current_LC_MEASUREMENT;







extern struct locale_data *_nl_current_LC_IDENTIFICATION;
# 148 "../locale/localeinfo.h" 2


extern const char *const _nl_category_names[13];
extern const size_t _nl_category_name_sizes[13];
extern struct locale_data * *const _nl_current[13];


extern const char _nl_C_name[];
extern const char _nl_POSIX_name[];


extern const char _nl_C_codeset[];
# 182 "../locale/localeinfo.h"
extern struct locale_data *_nl_find_locale (const char *locale_path,
                                            size_t locale_path_len,
                                            int category, const char **name);


extern void _nl_load_locale (struct loaded_l10nfile *file, int category);


extern void _nl_unload_locale (struct locale_data *locale);


extern void _nl_remove_locale (int locale, struct locale_data *data);



extern struct era_entry *_nl_get_era_entry (const struct tm *tp);


extern struct era_entry *_nl_select_era_entry (int cnt);


extern const char *_nl_get_alt_digit (unsigned int number);


extern const wchar_t *_nl_get_walt_digit (unsigned int number);


extern int _nl_parse_alt_digit (const char **strp);


extern void _nl_postload_ctype (void);
extern void _nl_postload_time (void);
# 38 "printf_fp.c" 2
# 1 "../include/limits.h" 1
# 144 "../include/limits.h"
# 1 "../include/bits/posix1_lim.h" 1
# 1 "../posix/bits/posix1_lim.h" 1
# 2 "../include/bits/posix1_lim.h" 2
# 145 "../include/limits.h" 2



# 1 "../include/bits/posix2_lim.h" 1
# 1 "../posix/bits/posix2_lim.h" 1
# 2 "../include/bits/posix2_lim.h" 2
# 149 "../include/limits.h" 2



# 1 "../include/bits/xopen_lim.h" 1
# 153 "../include/limits.h" 2
# 39 "printf_fp.c" 2
# 1 "../include/math.h" 1
# 40 "printf_fp.c" 2
# 1 "../include/printf.h" 1


# 1 "../stdio-common/printf.h" 1
# 22 "../stdio-common/printf.h"
# 1 "../include/features.h" 1
# 23 "../stdio-common/printf.h" 2




# 1 "../include/stdio.h" 1



# 1 "../libio/stdio.h" 1
# 45 "../libio/stdio.h"
typedef struct _IO_FILE FILE;
# 5 "../include/stdio.h" 2
# 28 "../stdio-common/printf.h" 2


# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 1 3
# 31 "../stdio-common/printf.h" 2


struct printf_info
{
  int prec;
  int width;
  wchar_t spec;
  unsigned int is_long_double:1;
  unsigned int is_short:1;
  unsigned int is_long:1;
  unsigned int alt:1;
  unsigned int space:1;
  unsigned int left:1;
  unsigned int showsign:1;
  unsigned int group:1;
  unsigned int extra:1;
  unsigned int is_char:1;
  unsigned int wide:1;
  unsigned int i18n:1;
  wchar_t pad;
};
# 64 "../stdio-common/printf.h"
typedef int printf_function (FILE *__stream,
                             __const struct printf_info *__info,
                             __const void *__const *__args);





typedef int printf_arginfo_function (__const struct printf_info *__info,
                                     size_t __n, int *__argtypes);






extern int register_printf_function (int __spec, printf_function __func,
                                     printf_arginfo_function __arginfo);
# 95 "../stdio-common/printf.h"
extern size_t parse_printf_format (__const char *__restrict __fmt, size_t __n,
                                   int *__restrict __argtypes) ;







enum
{
  PA_INT,
  PA_CHAR,
  PA_WCHAR,
  PA_STRING,
  PA_WSTRING,
  PA_POINTER,
  PA_FLOAT,
  PA_DOUBLE,
  PA_LAST
};
# 133 "../stdio-common/printf.h"
extern int printf_size (FILE *__restrict __fp,
                        __const struct printf_info *__info,
                        __const void *__const *__restrict __args) ;


extern int printf_size_info (__const struct printf_info *__restrict
                             __info, size_t __n, int *__restrict __argtypes)
            ;
# 4 "../include/printf.h" 2


extern int __printf_fphex (FILE *, const struct printf_info *,
                           const void *const *);
extern int __printf_fp (FILE *, const struct printf_info *,
                        const void *const *);
# 41 "printf_fp.c" 2
# 1 "../include/string.h" 1


# 1 "../include/sys/types.h" 1
# 1 "../posix/sys/types.h" 1
# 2 "../include/sys/types.h" 2
# 4 "../include/string.h" 2

extern void *__memccpy (void *__dest, __const void *__src,
                          int __c, size_t __n);

extern size_t __strnlen (__const char *__string, size_t __maxlen)
     __attribute__ ((__pure__));

extern char *__strsep (char **__stringp, __const char *__delim);

extern int __strverscmp (__const char *__s1, __const char *__s2)
     __attribute__ ((__pure__));

extern int __strncasecmp (__const char *__s1, __const char *__s2,
                          size_t __n)
     __attribute__ ((__pure__));

extern int __strcasecmp (__const char *__s1, __const char *__s2)
     __attribute__ ((__pure__));

extern char *__strcasestr (__const char *__haystack, __const char *__needle)
     __attribute__ ((__pure__));

extern char *__strdup (__const char *__string)
     __attribute__ ((__malloc__));
extern char *__strndup (__const char *__string, size_t __n)
     __attribute__ ((__malloc__));

extern void *__rawmemchr (__const void *__s, int __c)
     __attribute__ ((__pure__));

extern char *__strchrnul (__const char *__s, int __c)
     __attribute__ ((__pure__));

extern void *__memrchr (__const void *__s, int __c, size_t __n)
     __attribute__ ((__pure__));

extern void *__memchr (__const void *__s, int __c, size_t __n)
     __attribute__ ((__pure__));

extern int __ffs (int __i) __attribute__ ((const));

extern char *__strerror_r (int __errnum, char *__buf, size_t __buflen);



# 1 "../string/string.h" 1
# 26 "../string/string.h"
# 1 "../include/features.h" 1
# 27 "../string/string.h" 2






# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 1 3
# 34 "../string/string.h" 2



extern void *memcpy (void *__restrict __dest,
                     __const void *__restrict __src, size_t __n) ;


extern void *memmove (void *__dest, __const void *__src, size_t __n)
            ;





extern void *memccpy (void *__restrict __dest, __const void *__restrict __src,
                      int __c, size_t __n)
            ;




extern void *memset (void *__s, int __c, size_t __n) ;


extern int memcmp (__const void *__s1, __const void *__s2, size_t __n)
             __attribute__ ((__pure__));


extern void *memchr (__const void *__s, int __c, size_t __n)
              __attribute__ ((__pure__));




extern void *rawmemchr (__const void *__s, int __c) __attribute__ ((__pure__));


extern void *memrchr (__const void *__s, int __c, size_t __n)
              __attribute__ ((__pure__));




extern char *strcpy (char *__restrict __dest, __const char *__restrict __src)
            ;

extern char *strncpy (char *__restrict __dest,
                      __const char *__restrict __src, size_t __n) ;


extern char *strcat (char *__restrict __dest, __const char *__restrict __src)
            ;

extern char *strncat (char *__restrict __dest, __const char *__restrict __src,
                      size_t __n) ;


extern int strcmp (__const char *__s1, __const char *__s2)
             __attribute__ ((__pure__));

extern int strncmp (__const char *__s1, __const char *__s2, size_t __n)
             __attribute__ ((__pure__));


extern int strcoll (__const char *__s1, __const char *__s2)
             __attribute__ ((__pure__));

extern size_t strxfrm (char *__restrict __dest,
                       __const char *__restrict __src, size_t __n) ;





# 1 "../include/xlocale.h" 1
# 1 "../locale/xlocale.h" 1
# 2 "../include/xlocale.h" 2
# 109 "../string/string.h" 2


extern int __strcoll_l (__const char *__s1, __const char *__s2, __locale_t __l)
             __attribute__ ((__pure__));

extern size_t __strxfrm_l (char *__dest, __const char *__src, size_t __n,
                           __locale_t __l) ;




extern char *strdup (__const char *__s) __attribute__ ((__malloc__));






extern char *strndup (__const char *__string, size_t __n)
             __attribute__ ((__malloc__));
# 155 "../string/string.h"
extern char *strchr (__const char *__s, int __c) __attribute__ ((__pure__));

extern char *strrchr (__const char *__s, int __c) __attribute__ ((__pure__));




extern char *strchrnul (__const char *__s, int __c) __attribute__ ((__pure__));




extern size_t strcspn (__const char *__s, __const char *__reject)
             __attribute__ ((__pure__));


extern size_t strspn (__const char *__s, __const char *__accept)
             __attribute__ ((__pure__));

extern char *strpbrk (__const char *__s, __const char *__accept)
             __attribute__ ((__pure__));

extern char *strstr (__const char *__haystack, __const char *__needle)
             __attribute__ ((__pure__));



extern char *strcasestr (__const char *__haystack, __const char *__needle)
             __attribute__ ((__pure__));



extern char *strtok (char *__restrict __s, __const char *__restrict __delim)
            ;



extern char *__strtok_r (char *__restrict __s,
                         __const char *__restrict __delim,
                         char **__restrict __save_ptr) ;

extern char *strtok_r (char *__restrict __s, __const char *__restrict __delim,
                       char **__restrict __save_ptr) ;






extern void *memmem (__const void *__haystack, size_t __haystacklen,
                     __const void *__needle, size_t __needlelen)
             __attribute__ ((__pure__));



extern void *__mempcpy (void *__restrict __dest,
                        __const void *__restrict __src, size_t __n) ;
extern void *mempcpy (void *__restrict __dest,
                      __const void *__restrict __src, size_t __n) ;




extern size_t strlen (__const char *__s) __attribute__ ((__pure__));




extern size_t strnlen (__const char *__string, size_t __maxlen)
             __attribute__ ((__pure__));




extern char *strerror (int __errnum) ;



extern char *strerror_r (int __errnum, char *__buf, size_t __buflen) ;




extern void __bzero (void *__s, size_t __n) ;



extern void bcopy (__const void *__src, void *__dest, size_t __n) ;


extern void bzero (void *__s, size_t __n) ;


extern int bcmp (__const void *__s1, __const void *__s2, size_t __n)
             __attribute__ ((__pure__));


extern char *index (__const char *__s, int __c) __attribute__ ((__pure__));


extern char *rindex (__const char *__s, int __c) __attribute__ ((__pure__));



extern int ffs (int __i) __attribute__ ((__const__));




extern int ffsl (long int __l) __attribute__ ((__const__));

__extension__ extern int ffsll (long long int __ll)
             __attribute__ ((__const__));




extern int strcasecmp (__const char *__s1, __const char *__s2)
             __attribute__ ((__pure__));


extern int strncasecmp (__const char *__s1, __const char *__s2, size_t __n)
             __attribute__ ((__pure__));





extern int __strcasecmp_l (__const char *__s1, __const char *__s2,
                           __locale_t __loc) __attribute__ ((__pure__));

extern int __strncasecmp_l (__const char *__s1, __const char *__s2,
                            size_t __n, __locale_t __loc)
             __attribute__ ((__pure__));





extern char *strsep (char **__restrict __stringp,
                     __const char *__restrict __delim) ;




extern int strverscmp (__const char *__s1, __const char *__s2)
             __attribute__ ((__pure__));


extern char *strsignal (int __sig) ;


extern char *__stpcpy (char *__restrict __dest, __const char *__restrict __src)
            ;
extern char *stpcpy (char *__restrict __dest, __const char *__restrict __src)
            ;



extern char *__stpncpy (char *__restrict __dest,
                        __const char *__restrict __src, size_t __n) ;
extern char *stpncpy (char *__restrict __dest,
                      __const char *__restrict __src, size_t __n) ;


extern char *strfry (char *__string) ;


extern void *memfrob (void *__s, size_t __n) ;






extern char *basename (__const char *__filename) ;
# 357 "../string/string.h"
# 1 "../sysdeps/generic/bits/string.h" 1
# 358 "../string/string.h" 2


# 1 "../include/bits/string2.h" 1
# 1 "../string/bits/string2.h" 1
# 80 "../string/bits/string2.h"
typedef struct { unsigned char __arr[2]; } __STRING2_COPY_ARR2 __attribute__ ((packed));
typedef struct { unsigned char __arr[3]; } __STRING2_COPY_ARR3 __attribute__ ((packed));
typedef struct { unsigned char __arr[4]; } __STRING2_COPY_ARR4 __attribute__ ((packed));
typedef struct { unsigned char __arr[5]; } __STRING2_COPY_ARR5 __attribute__ ((packed));
typedef struct { unsigned char __arr[6]; } __STRING2_COPY_ARR6 __attribute__ ((packed));
typedef struct { unsigned char __arr[7]; } __STRING2_COPY_ARR7 __attribute__ ((packed));
typedef struct { unsigned char __arr[8]; } __STRING2_COPY_ARR8 __attribute__ ((packed));
# 317 "../string/bits/string2.h"
extern __inline void *__mempcpy_small (void *, char, __STRING2_COPY_ARR2,
                                       __STRING2_COPY_ARR3,
                                       __STRING2_COPY_ARR4,
                                       __STRING2_COPY_ARR5,
                                       __STRING2_COPY_ARR6,
                                       __STRING2_COPY_ARR7,
                                       __STRING2_COPY_ARR8, size_t);
extern __inline void *
__mempcpy_small (void *__dest, char __src1,
                 __STRING2_COPY_ARR2 __src2, __STRING2_COPY_ARR3 __src3,
                 __STRING2_COPY_ARR4 __src4, __STRING2_COPY_ARR5 __src5,
                 __STRING2_COPY_ARR6 __src6, __STRING2_COPY_ARR7 __src7,
                 __STRING2_COPY_ARR8 __src8, size_t __srclen)
{
  union {
    char __c;
    __STRING2_COPY_ARR2 __sca2;
    __STRING2_COPY_ARR3 __sca3;
    __STRING2_COPY_ARR4 __sca4;
    __STRING2_COPY_ARR5 __sca5;
    __STRING2_COPY_ARR6 __sca6;
    __STRING2_COPY_ARR7 __sca7;
    __STRING2_COPY_ARR8 __sca8;
  } *__u = __dest;
  switch ((unsigned int) __srclen)
    {
    case 1:
      __u->__c = __src1;
      break;
    case 2:
      __extension__ __u->__sca2 = __src2;
      break;
    case 3:
      __extension__ __u->__sca3 = __src3;
      break;
    case 4:
      __extension__ __u->__sca4 = __src4;
      break;
    case 5:
      __extension__ __u->__sca5 = __src5;
      break;
    case 6:
      __extension__ __u->__sca6 = __src6;
      break;
    case 7:
      __extension__ __u->__sca7 = __src7;
      break;
    case 8:
      __extension__ __u->__sca8 = __src8;
      break;
    }
  return __extension__ ((void *) __u + __srclen);
}







extern void *__rawmemchr (const void *__s, int __c);
# 489 "../string/bits/string2.h"
extern __inline char *__strcpy_small (char *, __STRING2_COPY_ARR2,
                                      __STRING2_COPY_ARR3,
                                      __STRING2_COPY_ARR4,
                                      __STRING2_COPY_ARR5,
                                      __STRING2_COPY_ARR6,
                                      __STRING2_COPY_ARR7,
                                      __STRING2_COPY_ARR8, size_t);
extern __inline char *
__strcpy_small (char *__dest,
                __STRING2_COPY_ARR2 __src2, __STRING2_COPY_ARR3 __src3,
                __STRING2_COPY_ARR4 __src4, __STRING2_COPY_ARR5 __src5,
                __STRING2_COPY_ARR6 __src6, __STRING2_COPY_ARR7 __src7,
                __STRING2_COPY_ARR8 __src8, size_t __srclen)
{
  union {
    char __c;
    __STRING2_COPY_ARR2 __sca2;
    __STRING2_COPY_ARR3 __sca3;
    __STRING2_COPY_ARR4 __sca4;
    __STRING2_COPY_ARR5 __sca5;
    __STRING2_COPY_ARR6 __sca6;
    __STRING2_COPY_ARR7 __sca7;
    __STRING2_COPY_ARR8 __sca8;
  } *__u = (void *) __dest;
  switch ((unsigned int) __srclen)
    {
    case 1:
      __u->__c = '\0';
      break;
    case 2:
      __extension__ __u->__sca2 = __src2;
      break;
    case 3:
      __extension__ __u->__sca3 = __src3;
      break;
    case 4:
      __extension__ __u->__sca4 = __src4;
      break;
    case 5:
      __extension__ __u->__sca5 = __src5;
      break;
    case 6:
      __extension__ __u->__sca6 = __src6;
      break;
    case 7:
      __extension__ __u->__sca7 = __src7;
      break;
    case 8:
      __extension__ __u->__sca8 = __src8;
      break;
  }
  return __dest;
}
# 659 "../string/bits/string2.h"
extern __inline char *__stpcpy_small (char *, __STRING2_COPY_ARR2,
                                      __STRING2_COPY_ARR3,
                                      __STRING2_COPY_ARR4,
                                      __STRING2_COPY_ARR5,
                                      __STRING2_COPY_ARR6,
                                      __STRING2_COPY_ARR7,
                                      __STRING2_COPY_ARR8, size_t);
extern __inline char *
__stpcpy_small (char *__dest,
                __STRING2_COPY_ARR2 __src2, __STRING2_COPY_ARR3 __src3,
                __STRING2_COPY_ARR4 __src4, __STRING2_COPY_ARR5 __src5,
                __STRING2_COPY_ARR6 __src6, __STRING2_COPY_ARR7 __src7,
                __STRING2_COPY_ARR8 __src8, size_t __srclen)
{
  union {
    char __c;
    __STRING2_COPY_ARR2 __sca2;
    __STRING2_COPY_ARR3 __sca3;
    __STRING2_COPY_ARR4 __sca4;
    __STRING2_COPY_ARR5 __sca5;
    __STRING2_COPY_ARR6 __sca6;
    __STRING2_COPY_ARR7 __sca7;
    __STRING2_COPY_ARR8 __sca8;
  } *__u = (void *) __dest;
  switch ((unsigned int) __srclen)
    {
    case 1:
      __u->__c = '\0';
      break;
    case 2:
      __extension__ __u->__sca2 = __src2;
      break;
    case 3:
      __extension__ __u->__sca3 = __src3;
      break;
    case 4:
      __extension__ __u->__sca4 = __src4;
      break;
    case 5:
      __extension__ __u->__sca5 = __src5;
      break;
    case 6:
      __extension__ __u->__sca6 = __src6;
      break;
    case 7:
      __extension__ __u->__sca7 = __src7;
      break;
    case 8:
      __extension__ __u->__sca8 = __src8;
      break;
  }
  return __dest + __srclen - 1;
}
# 893 "../string/bits/string2.h"
extern __inline size_t __strcspn_c1 (__const char *__s, int __reject);
extern __inline size_t
__strcspn_c1 (__const char *__s, int __reject)
{
  register size_t __result = 0;
  while (__s[__result] != '\0' && __s[__result] != __reject)
    ++__result;
  return __result;
}

extern __inline size_t __strcspn_c2 (__const char *__s, int __reject1,
                                     int __reject2);
extern __inline size_t
__strcspn_c2 (__const char *__s, int __reject1, int __reject2)
{
  register size_t __result = 0;
  while (__s[__result] != '\0' && __s[__result] != __reject1
         && __s[__result] != __reject2)
    ++__result;
  return __result;
}

extern __inline size_t __strcspn_c3 (__const char *__s, int __reject1,
                                     int __reject2, int __reject3);
extern __inline size_t
__strcspn_c3 (__const char *__s, int __reject1, int __reject2,
              int __reject3)
{
  register size_t __result = 0;
  while (__s[__result] != '\0' && __s[__result] != __reject1
         && __s[__result] != __reject2 && __s[__result] != __reject3)
    ++__result;
  return __result;
}
# 950 "../string/bits/string2.h"
extern __inline size_t __strspn_c1 (__const char *__s, int __accept);
extern __inline size_t
__strspn_c1 (__const char *__s, int __accept)
{
  register size_t __result = 0;

  while (__s[__result] == __accept)
    ++__result;
  return __result;
}

extern __inline size_t __strspn_c2 (__const char *__s, int __accept1,
                                    int __accept2);
extern __inline size_t
__strspn_c2 (__const char *__s, int __accept1, int __accept2)
{
  register size_t __result = 0;

  while (__s[__result] == __accept1 || __s[__result] == __accept2)
    ++__result;
  return __result;
}

extern __inline size_t __strspn_c3 (__const char *__s, int __accept1,
                                    int __accept2, int __accept3);
extern __inline size_t
__strspn_c3 (__const char *__s, int __accept1, int __accept2, int __accept3)
{
  register size_t __result = 0;

  while (__s[__result] == __accept1 || __s[__result] == __accept2
         || __s[__result] == __accept3)
    ++__result;
  return __result;
}
# 1007 "../string/bits/string2.h"
extern __inline char *__strpbrk_c2 (__const char *__s, int __accept1,
                                     int __accept2);
extern __inline char *
__strpbrk_c2 (__const char *__s, int __accept1, int __accept2)
{

  while (*__s != '\0' && *__s != __accept1 && *__s != __accept2)
    ++__s;
  return *__s == '\0' ? ((void *)0) : (char *) (size_t) __s;
}

extern __inline char *__strpbrk_c3 (__const char *__s, int __accept1,
                                     int __accept2, int __accept3);
extern __inline char *
__strpbrk_c3 (__const char *__s, int __accept1, int __accept2,
              int __accept3)
{

  while (*__s != '\0' && *__s != __accept1 && *__s != __accept2
         && *__s != __accept3)
    ++__s;
  return *__s == '\0' ? ((void *)0) : (char *) (size_t) __s;
}
# 1059 "../string/bits/string2.h"
extern __inline char *__strtok_r_1c (char *__s, char __sep, char **__nextp);
extern __inline char *
__strtok_r_1c (char *__s, char __sep, char **__nextp)
{
  char *__result;
  if (__s == ((void *)0))
    __s = *__nextp;
  while (*__s == __sep)
    ++__s;
  __result = ((void *)0);
  if (*__s != '\0')
    {
      __result = __s++;
      while (*__s != '\0')
        if (*__s++ == __sep)
          {
            __s[-1] = '\0';
            break;
          }
      *__nextp = __s;
    }
  return __result;
}
# 1091 "../string/bits/string2.h"
extern char *__strsep_g (char **__stringp, __const char *__delim);
# 1109 "../string/bits/string2.h"
extern __inline char *__strsep_1c (char **__s, char __reject);
extern __inline char *
__strsep_1c (char **__s, char __reject)
{
  register char *__retval = *__s;
  if (__retval != ((void *)0) && (*__s = (__extension__ (__builtin_constant_p (__reject) && (__reject) == '\0' ? (char *) __rawmemchr (__retval, __reject) : strchr (__retval, __reject)))) != ((void *)0))
    *(*__s)++ = '\0';
  return __retval;
}

extern __inline char *__strsep_2c (char **__s, char __reject1, char __reject2);
extern __inline char *
__strsep_2c (char **__s, char __reject1, char __reject2)
{
  register char *__retval = *__s;
  if (__retval != ((void *)0))
    {
      register char *__cp = __retval;
      while (1)
        {
          if (*__cp == '\0')
            {
              __cp = ((void *)0);
          break;
            }
          if (*__cp == __reject1 || *__cp == __reject2)
            {
              *__cp++ = '\0';
              break;
            }
          ++__cp;
        }
      *__s = __cp;
    }
  return __retval;
}

extern __inline char *__strsep_3c (char **__s, char __reject1, char __reject2,
                                   char __reject3);
extern __inline char *
__strsep_3c (char **__s, char __reject1, char __reject2, char __reject3)
{
  register char *__retval = *__s;
  if (__retval != ((void *)0))
    {
      register char *__cp = __retval;
      while (1)
        {
          if (*__cp == '\0')
            {
              __cp = ((void *)0);
          break;
            }
          if (*__cp == __reject1 || *__cp == __reject2 || *__cp == __reject3)
            {
              *__cp++ = '\0';
              break;
            }
          ++__cp;
        }
      *__s = __cp;
    }
  return __retval;
}
# 1185 "../string/bits/string2.h"
# 1 "../include/stdlib.h" 1






# 1 "../stdlib/stdlib.h" 1
# 25 "../stdlib/stdlib.h"
# 1 "../include/features.h" 1
# 26 "../stdlib/stdlib.h" 2







# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 1 3
# 34 "../stdlib/stdlib.h" 2
# 527 "../stdlib/stdlib.h"
extern void *malloc (size_t __size) __attribute__ ((__malloc__));

extern void *calloc (size_t __nmemb, size_t __size)
             __attribute__ ((__malloc__));
# 8 "../include/stdlib.h" 2
# 1186 "../string/bits/string2.h" 2




extern char *__strdup (__const char *__string) __attribute__ ((__malloc__));
# 1209 "../string/bits/string2.h"
extern char *__strndup (__const char *__string, size_t __n)
             __attribute__ ((__malloc__));
# 2 "../include/bits/string2.h" 2
# 361 "../string/string.h" 2
# 50 "../include/string.h" 2
# 42 "printf_fp.c" 2
# 1 "../include/unistd.h" 1
# 43 "printf_fp.c" 2
# 1 "../include/stdlib.h" 1






# 1 "../stdlib/stdlib.h" 1
# 25 "../stdlib/stdlib.h"
# 1 "../include/features.h" 1
# 26 "../stdlib/stdlib.h" 2







# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 1 3
# 34 "../stdlib/stdlib.h" 2
# 42 "../stdlib/stdlib.h"
# 1 "../sysdeps/unix/sysv/linux/bits/waitflags.h" 1
# 43 "../stdlib/stdlib.h" 2
# 1 "../sysdeps/generic/bits/waitstatus.h" 1
# 63 "../sysdeps/generic/bits/waitstatus.h"
# 1 "../include/endian.h" 1
# 1 "../string/endian.h" 1
# 2 "../include/endian.h" 2
# 64 "../sysdeps/generic/bits/waitstatus.h" 2

union wait
  {
    int w_status;
    struct
      {

        unsigned int __w_termsig:7;
        unsigned int __w_coredump:1;
        unsigned int __w_retcode:8;
        unsigned int:16;







      } __wait_terminated;
    struct
      {

        unsigned int __w_stopval:8;
        unsigned int __w_stopsig:8;
        unsigned int:16;






      } __wait_stopped;
  };
# 44 "../stdlib/stdlib.h" 2
# 68 "../stdlib/stdlib.h"
typedef union
  {
    union wait *__uptr;
    int *__iptr;
  } __WAIT_STATUS __attribute__ ((__transparent_union__));
# 94 "../stdlib/stdlib.h"
typedef struct
  {
    int quot;
    int rem;
  } div_t;



typedef struct
  {
    long int quot;
    long int rem;
  } ldiv_t;





__extension__ typedef struct
  {
    long long int quot;
    long long int rem;
  } lldiv_t;
# 133 "../stdlib/stdlib.h"
extern size_t __ctype_get_mb_cur_max (void) ;



extern double atof (__const char *__nptr) __attribute__ ((__pure__));

extern int atoi (__const char *__nptr) __attribute__ ((__pure__));

extern long int atol (__const char *__nptr) __attribute__ ((__pure__));



__extension__ extern long long int atoll (__const char *__nptr)
             __attribute__ ((__pure__));



extern double strtod (__const char *__restrict __nptr,
                      char **__restrict __endptr) ;



extern float strtof (__const char *__restrict __nptr,
                     char **__restrict __endptr) ;

extern long double strtold (__const char *__restrict __nptr,
                            char **__restrict __endptr) ;



extern long int strtol (__const char *__restrict __nptr,
                        char **__restrict __endptr, int __base) ;

extern unsigned long int strtoul (__const char *__restrict __nptr,
                                  char **__restrict __endptr, int __base)
            ;



__extension__
extern long long int strtoq (__const char *__restrict __nptr,
                             char **__restrict __endptr, int __base) ;

__extension__
extern unsigned long long int strtouq (__const char *__restrict __nptr,
                                       char **__restrict __endptr, int __base)
            ;






__extension__
extern long long int strtoll (__const char *__restrict __nptr,
                              char **__restrict __endptr, int __base) ;

__extension__
extern unsigned long long int strtoull (__const char *__restrict __nptr,
                                        char **__restrict __endptr, int __base)
            ;
# 211 "../stdlib/stdlib.h"
# 1 "../include/xlocale.h" 1
# 1 "../locale/xlocale.h" 1
# 2 "../include/xlocale.h" 2
# 212 "../stdlib/stdlib.h" 2



extern long int __strtol_l (__const char *__restrict __nptr,
                            char **__restrict __endptr, int __base,
                            __locale_t __loc) ;

extern unsigned long int __strtoul_l (__const char *__restrict __nptr,
                                      char **__restrict __endptr,
                                      int __base, __locale_t __loc) ;

__extension__
extern long long int __strtoll_l (__const char *__restrict __nptr,
                                  char **__restrict __endptr, int __base,
                                  __locale_t __loc) ;

__extension__
extern unsigned long long int __strtoull_l (__const char *__restrict __nptr,
                                            char **__restrict __endptr,
                                            int __base, __locale_t __loc)
            ;

extern double __strtod_l (__const char *__restrict __nptr,
                          char **__restrict __endptr, __locale_t __loc)
            ;

extern float __strtof_l (__const char *__restrict __nptr,
                         char **__restrict __endptr, __locale_t __loc) ;

extern long double __strtold_l (__const char *__restrict __nptr,
                                char **__restrict __endptr,
                                __locale_t __loc) ;






extern double __strtod_internal (__const char *__restrict __nptr,
                                 char **__restrict __endptr, int __group)
            ;
extern float __strtof_internal (__const char *__restrict __nptr,
                                char **__restrict __endptr, int __group)
            ;
extern long double __strtold_internal (__const char *__restrict __nptr,
                                       char **__restrict __endptr,
                                       int __group) ;

extern long int __strtol_internal (__const char *__restrict __nptr,
                                   char **__restrict __endptr,
                                   int __base, int __group) ;



extern unsigned long int __strtoul_internal (__const char *__restrict __nptr,
                                             char **__restrict __endptr,
                                             int __base, int __group) ;




__extension__
extern long long int __strtoll_internal (__const char *__restrict __nptr,
                                         char **__restrict __endptr,
                                         int __base, int __group) ;



__extension__
extern unsigned long long int __strtoull_internal (__const char *
                                                   __restrict __nptr,
                                                   char **__restrict __endptr,
                                                   int __base, int __group)
            ;







extern __inline double
strtod (__const char *__restrict __nptr, char **__restrict __endptr)
{
  return __strtod_internal (__nptr, __endptr, 0);
}
extern __inline long int
strtol (__const char *__restrict __nptr, char **__restrict __endptr,
        int __base)
{
  return __strtol_internal (__nptr, __endptr, __base, 0);
}
extern __inline unsigned long int
strtoul (__const char *__restrict __nptr, char **__restrict __endptr,
         int __base)
{
  return __strtoul_internal (__nptr, __endptr, __base, 0);
}


extern __inline float
strtof (__const char *__restrict __nptr, char **__restrict __endptr)
{
  return __strtof_internal (__nptr, __endptr, 0);
}
extern __inline long double
strtold (__const char *__restrict __nptr, char **__restrict __endptr)
{
  return __strtold_internal (__nptr, __endptr, 0);
}



__extension__ extern __inline long long int
strtoq (__const char *__restrict __nptr, char **__restrict __endptr,
        int __base)
{
  return __strtoll_internal (__nptr, __endptr, __base, 0);
}
__extension__ extern __inline unsigned long long int
strtouq (__const char *__restrict __nptr, char **__restrict __endptr,
         int __base)
{
  return __strtoull_internal (__nptr, __endptr, __base, 0);
}



__extension__ extern __inline long long int
strtoll (__const char *__restrict __nptr, char **__restrict __endptr,
         int __base)
{
  return __strtoll_internal (__nptr, __endptr, __base, 0);
}
__extension__ extern __inline unsigned long long int
strtoull (__const char * __restrict __nptr, char **__restrict __endptr,
          int __base)
{
  return __strtoull_internal (__nptr, __endptr, __base, 0);
}


extern __inline double
atof (__const char *__nptr)
{
  return strtod (__nptr, (char **) ((void *)0));
}
extern __inline int
atoi (__const char *__nptr)
{
  return (int) strtol (__nptr, (char **) ((void *)0), 10);
}
extern __inline long int
atol (__const char *__nptr)
{
  return strtol (__nptr, (char **) ((void *)0), 10);
}


__extension__ extern __inline long long int
atoll (__const char *__nptr)
{
  return strtoll (__nptr, (char **) ((void *)0), 10);
}
# 384 "../stdlib/stdlib.h"
extern char *l64a (long int __n) ;


extern long int a64l (__const char *__s) __attribute__ ((__pure__));


# 1 "../include/sys/types.h" 1
# 1 "../posix/sys/types.h" 1
# 2 "../include/sys/types.h" 2
# 391 "../stdlib/stdlib.h" 2






extern long int random (void) ;


extern void srandom (unsigned int __seed) ;





extern char *initstate (unsigned int __seed, char *__statebuf,
                        size_t __statelen) ;



extern char *setstate (char *__statebuf) ;







struct random_data
  {
    int32_t *fptr;
    int32_t *rptr;
    int32_t *state;
    int rand_type;
    int rand_deg;
    int rand_sep;
    int32_t *end_ptr;
  };

extern int random_r (struct random_data *__restrict __buf,
                     int32_t *__restrict __result) ;

extern int srandom_r (unsigned int __seed, struct random_data *__buf) ;

extern int initstate_r (unsigned int __seed, char *__restrict __statebuf,
                        size_t __statelen,
                        struct random_data *__restrict __buf) ;

extern int setstate_r (char *__restrict __statebuf,
                       struct random_data *__restrict __buf) ;





extern int rand (void) ;

extern void srand (unsigned int __seed) ;



extern int rand_r (unsigned int *__seed) ;







extern double drand48 (void) ;
extern double erand48 (unsigned short int __xsubi[3]) ;


extern long int lrand48 (void) ;
extern long int nrand48 (unsigned short int __xsubi[3]) ;


extern long int mrand48 (void) ;
extern long int jrand48 (unsigned short int __xsubi[3]) ;


extern void srand48 (long int __seedval) ;
extern unsigned short int *seed48 (unsigned short int __seed16v[3]) ;
extern void lcong48 (unsigned short int __param[7]) ;





struct drand48_data
  {
    unsigned short int __x[3];
    unsigned short int __old_x[3];
    unsigned short int __c;
    unsigned short int __init;
    unsigned long long int __a;
  };


extern int drand48_r (struct drand48_data *__restrict __buffer,
                      double *__restrict __result) ;
extern int erand48_r (unsigned short int __xsubi[3],
                      struct drand48_data *__restrict __buffer,
                      double *__restrict __result) ;


extern int lrand48_r (struct drand48_data *__restrict __buffer,
                      long int *__restrict __result) ;
extern int nrand48_r (unsigned short int __xsubi[3],
                      struct drand48_data *__restrict __buffer,
                      long int *__restrict __result) ;


extern int mrand48_r (struct drand48_data *__restrict __buffer,
                      long int *__restrict __result) ;
extern int jrand48_r (unsigned short int __xsubi[3],
                      struct drand48_data *__restrict __buffer,
                      long int *__restrict __result) ;


extern int srand48_r (long int __seedval, struct drand48_data *__buffer)
            ;

extern int seed48_r (unsigned short int __seed16v[3],
                     struct drand48_data *__buffer) ;

extern int lcong48_r (unsigned short int __param[7],
                      struct drand48_data *__buffer) ;
# 536 "../stdlib/stdlib.h"
extern void *realloc (void *__ptr, size_t __size) __attribute__ ((__malloc__));

extern void free (void *__ptr) ;



extern void cfree (void *__ptr) ;



# 1 "../include/alloca.h" 1
# 547 "../stdlib/stdlib.h" 2




extern void *valloc (size_t __size) __attribute__ ((__malloc__));




extern int posix_memalign (void **__memptr, size_t __alignment, size_t __size)
             __attribute__ ((__malloc__));



extern void abort (void) __attribute__ ((__noreturn__));



extern int atexit (void (*__func) (void)) ;




extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)
            ;





extern void exit (int __status) __attribute__ ((__noreturn__));




extern void _Exit (int __status) __attribute__ ((__noreturn__));




extern char *getenv (__const char *__name) ;



extern char *__secure_getenv (__const char *__name) ;





extern int putenv (char *__string) ;





extern int setenv (__const char *__name, __const char *__value, int __replace)
            ;


extern int unsetenv (__const char *__name) ;






extern int clearenv (void) ;
# 623 "../stdlib/stdlib.h"
extern char *mktemp (char *__template) ;







extern int mkstemp (char *__template) ;
# 640 "../stdlib/stdlib.h"
extern int mkstemp64 (char *__template) ;
# 650 "../stdlib/stdlib.h"
extern char *mkdtemp (char *__template) ;




extern int system (__const char *__command) ;






extern char *canonicalize_file_name (__const char *__name) ;
# 672 "../stdlib/stdlib.h"
extern char *realpath (__const char *__restrict __name,
                       char *__restrict __resolved) ;






typedef int (*__compar_fn_t) (__const void *, __const void *);


typedef __compar_fn_t comparison_fn_t;





extern void *bsearch (__const void *__key, __const void *__base,
                      size_t __nmemb, size_t __size, __compar_fn_t __compar);



extern void qsort (void *__base, size_t __nmemb, size_t __size,
                   __compar_fn_t __compar);



extern int abs (int __x) __attribute__ ((__const__));
extern long int labs (long int __x) __attribute__ ((__const__));

__extension__ extern long long int llabs (long long int __x)
             __attribute__ ((__const__));






extern div_t div (int __numer, int __denom)
             __attribute__ ((__const__));
extern ldiv_t ldiv (long int __numer, long int __denom)
             __attribute__ ((__const__));

__extension__ extern lldiv_t lldiv (long long int __numer,
                                    long long int __denom)
             __attribute__ ((__const__));
# 728 "../stdlib/stdlib.h"
extern char *ecvt (double __value, int __ndigit, int *__restrict __decpt,
                   int *__restrict __sign) ;




extern char *fcvt (double __value, int __ndigit, int *__restrict __decpt,
                   int *__restrict __sign) ;




extern char *gcvt (double __value, int __ndigit, char *__buf) ;




extern char *qecvt (long double __value, int __ndigit,
                    int *__restrict __decpt, int *__restrict __sign) ;
extern char *qfcvt (long double __value, int __ndigit,
                    int *__restrict __decpt, int *__restrict __sign) ;
extern char *qgcvt (long double __value, int __ndigit, char *__buf) ;




extern int ecvt_r (double __value, int __ndigit, int *__restrict __decpt,
                   int *__restrict __sign, char *__restrict __buf,
                   size_t __len) ;
extern int fcvt_r (double __value, int __ndigit, int *__restrict __decpt,
                   int *__restrict __sign, char *__restrict __buf,
                   size_t __len) ;

extern int qecvt_r (long double __value, int __ndigit,
                    int *__restrict __decpt, int *__restrict __sign,
                    char *__restrict __buf, size_t __len) ;
extern int qfcvt_r (long double __value, int __ndigit,
                    int *__restrict __decpt, int *__restrict __sign,
                    char *__restrict __buf, size_t __len) ;






extern int mblen (__const char *__s, size_t __n) ;


extern int mbtowc (wchar_t *__restrict __pwc,
                   __const char *__restrict __s, size_t __n) ;


extern int wctomb (char *__s, wchar_t __wchar) ;



extern size_t mbstowcs (wchar_t *__restrict __pwcs,
                        __const char *__restrict __s, size_t __n) ;

extern size_t wcstombs (char *__restrict __s,
                        __const wchar_t *__restrict __pwcs, size_t __n)
            ;







extern int rpmatch (__const char *__response) ;
# 808 "../stdlib/stdlib.h"
extern int getsubopt (char **__restrict __optionp,
                      char *__const *__restrict __tokens,
                      char **__restrict __valuep) ;





extern void setkey (__const char *__key) ;







extern int posix_openpt (int __oflag) ;







extern int grantpt (int __fd) ;



extern int unlockpt (int __fd) ;




extern char *ptsname (int __fd) ;






extern int ptsname_r (int __fd, char *__buf, size_t __buflen) ;


extern int getpt (void) ;






extern int getloadavg (double __loadavg[], int __nelem) ;
# 8 "../include/stdlib.h" 2



extern long int __random (void);
extern void __srandom (unsigned int __seed);
extern char *__initstate (unsigned int __seed, char *__statebuf,
                          size_t __statelen);
extern char *__setstate (char *__statebuf);
extern int __random_r (struct random_data *__buf, int32_t *__result);
extern int __srandom_r (unsigned int __seed, struct random_data *__buf);
extern int __initstate_r (unsigned int __seed, char *__statebuf,
                          size_t __statelen, struct random_data *__buf);
extern int __setstate_r (char *__statebuf, struct random_data *__buf);
extern int __rand_r (unsigned int *__seed);
extern int __erand48_r (unsigned short int __xsubi[3],
                        struct drand48_data *__buffer, double *__result);
extern int __nrand48_r (unsigned short int __xsubi[3],
                        struct drand48_data *__buffer,
                        long int *__result);
extern int __jrand48_r (unsigned short int __xsubi[3],
                        struct drand48_data *__buffer,
                        long int *__result);
extern int __srand48_r (long int __seedval,
                        struct drand48_data *__buffer);
extern int __seed48_r (unsigned short int __seed16v[3],
                       struct drand48_data *__buffer);
extern int __lcong48_r (unsigned short int __param[7],
                        struct drand48_data *__buffer);


extern int __drand48_iterate (unsigned short int __xsubi[3],
                              struct drand48_data *__buffer);

extern int __setenv (__const char *__name, __const char *__value,
                     int __replace);
extern int __unsetenv (__const char *__name);
extern int __clearenv (void);
extern char *__canonicalize_file_name (__const char *__name);
extern char *__realpath (__const char *__name, char *__resolved);
extern int __ptsname_r (int __fd, char *__buf, size_t __buflen);
extern int __getpt (void);
extern int __posix_openpt (int __oflag);

extern int __add_to_environ (const char *name, const char *value,
                             const char *combines, int replace);

extern void _quicksort (void *const pbase, size_t total_elems,
                        size_t size, __compar_fn_t cmp);

extern int __on_exit (void (*__func) (int __status, void *__arg), void *__arg);

extern int __cxa_atexit (void (*func) (void *), void *arg, void *d);

extern void __cxa_finalize (void *d);

extern int __posix_memalign (void **memptr, size_t alignment, size_t size)
     __attribute__ ((__malloc__));

extern int __libc_system (const char *line);
# 44 "printf_fp.c" 2
# 1 "../include/wchar.h" 1

# 1 "../wcsmbs/wchar.h" 1
# 28 "../wcsmbs/wchar.h"
# 1 "../include/features.h" 1
# 29 "../wcsmbs/wchar.h" 2
# 37 "../wcsmbs/wchar.h"
# 1 "../include/stdio.h" 1



# 1 "../libio/stdio.h" 1
# 55 "../libio/stdio.h"
typedef struct _IO_FILE __FILE;
# 5 "../include/stdio.h" 2
# 38 "../wcsmbs/wchar.h" 2


# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stdarg.h" 1 3
# 41 "../wcsmbs/wchar.h" 2







# 1 "/usr/lib/gcc-lib/alphapca56-unknown-linux-gnu/3.0.4/include/stddef.h" 1 3
# 49 "../wcsmbs/wchar.h" 2

# 1 "../sysdeps/generic/bits/wchar.h" 1
# 51 "../wcsmbs/wchar.h" 2
# 85 "../wcsmbs/wchar.h"
typedef __mbstate_t mbstate_t;
# 105 "../wcsmbs/wchar.h"
struct tm;





extern wchar_t *wcscpy (wchar_t *__restrict __dest,
                        __const wchar_t *__restrict __src) ;

extern wchar_t *wcsncpy (wchar_t *__restrict __dest,
                         __const wchar_t *__restrict __src, size_t __n)
            ;


extern wchar_t *wcscat (wchar_t *__restrict __dest,
                        __const wchar_t *__restrict __src) ;

extern wchar_t *wcsncat (wchar_t *__restrict __dest,
                         __const wchar_t *__restrict __src, size_t __n)
            ;


extern int wcscmp (__const wchar_t *__s1, __const wchar_t *__s2)
             __attribute__ ((__pure__));

extern int wcsncmp (__const wchar_t *__s1, __const wchar_t *__s2, size_t __n)
             __attribute__ ((__pure__));



extern int wcscasecmp (__const wchar_t *__s1, __const wchar_t *__s2) ;


extern int wcsncasecmp (__const wchar_t *__s1, __const wchar_t *__s2,
                        size_t __n) ;



# 1 "../include/xlocale.h" 1
# 1 "../locale/xlocale.h" 1
# 2 "../include/xlocale.h" 2
# 144 "../wcsmbs/wchar.h" 2

extern int __wcscasecmp_l (__const wchar_t *__s1, __const wchar_t *__s2,
                           __locale_t __loc) ;

extern int __wcsncasecmp_l (__const wchar_t *__s1, __const wchar_t *__s2,
                            size_t __n, __locale_t __loc) ;




extern int wcscoll (__const wchar_t *__s1, __const wchar_t *__s2) ;



extern size_t wcsxfrm (wchar_t *__restrict __s1,
                       __const wchar_t *__restrict __s2, size_t __n) ;







extern int __wcscoll_l (__const wchar_t *__s1, __const wchar_t *__s2,
                        __locale_t __loc) ;



extern size_t __wcsxfrm_l (wchar_t *__s1, __const wchar_t *__s2,
                           size_t __n, __locale_t __loc) ;


extern wchar_t *wcsdup (__const wchar_t *__s) __attribute__ ((__malloc__));



extern wchar_t *wcschr (__const wchar_t *__wcs, wchar_t __wc)
             __attribute__ ((__pure__));

extern wchar_t *wcsrchr (__const wchar_t *__wcs, wchar_t __wc)
             __attribute__ ((__pure__));




extern wchar_t *wcschrnul (__const wchar_t *__s, wchar_t __wc)
             __attribute__ ((__pure__));




extern size_t wcscspn (__const wchar_t *__wcs, __const wchar_t *__reject)
             __attribute__ ((__pure__));


extern size_t wcsspn (__const wchar_t *__wcs, __const wchar_t *__accept)
             __attribute__ ((__pure__));

extern wchar_t *wcspbrk (__const wchar_t *__wcs, __const wchar_t *__accept)
             __attribute__ ((__pure__));

extern wchar_t *wcsstr (__const wchar_t *__haystack, __const wchar_t *__needle)
             __attribute__ ((__pure__));



extern wchar_t *wcswcs (__const wchar_t *__haystack, __const wchar_t *__needle)
             __attribute__ ((__pure__));



extern wchar_t *wcstok (wchar_t *__restrict __s,
                        __const wchar_t *__restrict __delim,
                        wchar_t **__restrict __ptr) ;


extern size_t wcslen (__const wchar_t *__s) __attribute__ ((__pure__));



extern size_t wcsnlen (__const wchar_t *__s, size_t __maxlen)
             __attribute__ ((__pure__));




extern wchar_t *wmemchr (__const wchar_t *__s, wchar_t __c, size_t __n)
             __attribute__ ((__pure__));


extern int wmemcmp (__const wchar_t *__restrict __s1,
                    __const wchar_t *__restrict __s2, size_t __n)
             __attribute__ ((__pure__));


extern wchar_t *wmemcpy (wchar_t *__restrict __s1,
                         __const wchar_t *__restrict __s2, size_t __n) ;



extern wchar_t *wmemmove (wchar_t *__s1, __const wchar_t *__s2, size_t __n)
            ;


extern wchar_t *wmemset (wchar_t *__s, wchar_t __c, size_t __n) ;




extern wchar_t *wmempcpy (wchar_t *__restrict __s1,
                          __const wchar_t *__restrict __s2, size_t __n)
            ;





extern wint_t btowc (int __c) ;



extern int wctob (wint_t __c) ;



extern int mbsinit (__const mbstate_t *__ps) __attribute__ ((__pure__));



extern size_t mbrtowc (wchar_t *__restrict __pwc,
                       __const char *__restrict __s, size_t __n,
                       mbstate_t *__p) ;


extern size_t wcrtomb (char *__restrict __s, wchar_t __wc,
                       mbstate_t *__restrict __ps) ;


extern size_t __mbrlen (__const char *__restrict __s, size_t __n,
                        mbstate_t *__restrict __ps) ;
extern size_t mbrlen (__const char *__restrict __s, size_t __n,
                      mbstate_t *__restrict __ps) ;



extern __inline size_t mbrlen (__const char *__restrict __s, size_t __n,
                               mbstate_t *__restrict __ps)
{ return (__ps != ((void *)0)
          ? mbrtowc (((void *)0), __s, __n, __ps) : __mbrlen (__s, __n, ((void *)0))); }




extern size_t mbsrtowcs (wchar_t *__restrict __dst,
                         __const char **__restrict __src, size_t __len,
                         mbstate_t *__restrict __ps) ;



extern size_t wcsrtombs (char *__restrict __dst,
                         __const wchar_t **__restrict __src, size_t __len,
                         mbstate_t *__restrict __ps) ;





extern size_t mbsnrtowcs (wchar_t *__restrict __dst,
                          __const char **__restrict __src, size_t __nmc,
                          size_t __len, mbstate_t *__restrict __ps) ;



extern size_t wcsnrtombs (char *__restrict __dst,
                          __const wchar_t **__restrict __src,
                          size_t __nwc, size_t __len,
                          mbstate_t *__restrict __ps) ;






extern int wcwidth (wchar_t __c) ;



extern int wcswidth (__const wchar_t *__s, size_t __n) ;





extern double wcstod (__const wchar_t *__restrict __nptr,
                      wchar_t **__restrict __endptr) ;



extern float wcstof (__const wchar_t *__restrict __nptr,
                     wchar_t **__restrict __endptr) ;
extern long double wcstold (__const wchar_t *__restrict __nptr,
                            wchar_t **__restrict __endptr) ;





extern long int wcstol (__const wchar_t *__restrict __nptr,
                        wchar_t **__restrict __endptr, int __base) ;



extern unsigned long int wcstoul (__const wchar_t *__restrict __nptr,
                                  wchar_t **__restrict __endptr, int __base)
            ;




__extension__
extern long long int wcstoq (__const wchar_t *__restrict __nptr,
                             wchar_t **__restrict __endptr, int __base)
            ;



__extension__
extern unsigned long long int wcstouq (__const wchar_t *__restrict __nptr,
                                       wchar_t **__restrict __endptr,
                                       int __base) ;





__extension__
extern long long int wcstoll (__const wchar_t *__restrict __nptr,
                              wchar_t **__restrict __endptr, int __base)
            ;



__extension__
extern unsigned long long int wcstoull (__const wchar_t *__restrict __nptr,
                                        wchar_t **__restrict __endptr,
                                        int __base) ;
# 406 "../wcsmbs/wchar.h"
# 1 "../include/xlocale.h" 1
# 1 "../locale/xlocale.h" 1
# 2 "../include/xlocale.h" 2
# 407 "../wcsmbs/wchar.h" 2



extern long int __wcstol_l (__const wchar_t *__restrict __nptr,
                            wchar_t **__restrict __endptr, int __base,
                            __locale_t __loc) ;

extern unsigned long int __wcstoul_l (__const wchar_t *__restrict __nptr,
                                      wchar_t **__restrict __endptr,
                                      int __base, __locale_t __loc) ;

__extension__
extern long long int __wcstoll_l (__const wchar_t *__restrict __nptr,
                                  wchar_t **__restrict __endptr,
                                  int __base, __locale_t __loc) ;

__extension__
extern unsigned long long int __wcstoull_l (__const wchar_t *__restrict __nptr,
                                            wchar_t **__restrict __endptr,
                                            int __base, __locale_t __loc)
            ;

extern double __wcstod_l (__const wchar_t *__restrict __nptr,
                          wchar_t **__restrict __endptr, __locale_t __loc)
            ;

extern float __wcstof_l (__const wchar_t *__restrict __nptr,
                         wchar_t **__restrict __endptr, __locale_t __loc)
            ;

extern long double __wcstold_l (__const wchar_t *__restrict __nptr,
                                wchar_t **__restrict __endptr,
                                __locale_t __loc) ;





extern double __wcstod_internal (__const wchar_t *__restrict __nptr,
                                 wchar_t **__restrict __endptr, int __group)
            ;
extern float __wcstof_internal (__const wchar_t *__restrict __nptr,
                                wchar_t **__restrict __endptr, int __group)
            ;
extern long double __wcstold_internal (__const wchar_t *__restrict __nptr,
                                       wchar_t **__restrict __endptr,
                                       int __group) ;


extern long int __wcstol_internal (__const wchar_t *__restrict __nptr,
                                   wchar_t **__restrict __endptr,
                                   int __base, int __group) ;



extern unsigned long int __wcstoul_internal (__const wchar_t *__restrict __npt,
                                             wchar_t **__restrict __endptr,
                                             int __base, int __group) ;



__extension__
extern long long int __wcstoll_internal (__const wchar_t *__restrict __nptr,
                                         wchar_t **__restrict __endptr,
                                         int __base, int __group) ;



__extension__
extern unsigned long long int __wcstoull_internal (__const wchar_t *
                                                   __restrict __nptr,
                                                   wchar_t **
                                                   __restrict __endptr,
                                                   int __base,
                                                   int __group) ;







extern __inline double wcstod (__const wchar_t *__restrict __nptr,
                               wchar_t **__restrict __endptr)
{ return __wcstod_internal (__nptr, __endptr, 0); }
extern __inline long int wcstol (__const wchar_t *__restrict __nptr,
                                 wchar_t **__restrict __endptr,
                                 int __base)
{ return __wcstol_internal (__nptr, __endptr, __base, 0); }
extern __inline unsigned long int wcstoul (__const wchar_t *__restrict __nptr,
                                           wchar_t **__restrict __endptr,
                                           int __base)
{ return __wcstoul_internal (__nptr, __endptr, __base, 0); }


extern __inline float wcstof (__const wchar_t *__restrict __nptr,
                              wchar_t **__restrict __endptr)
{ return __wcstof_internal (__nptr, __endptr, 0); }
extern __inline long double wcstold (__const wchar_t *__restrict __nptr,
                                     wchar_t **__restrict __endptr)
{ return __wcstold_internal (__nptr, __endptr, 0); }


__extension__
extern __inline long long int wcstoq (__const wchar_t *__restrict __nptr,
                                      wchar_t **__restrict __endptr,
                                      int __base)
{ return __wcstoll_internal (__nptr, __endptr, __base, 0); }
__extension__
extern __inline unsigned long long int wcstouq (__const wchar_t *
                                                __restrict __nptr,
                                                wchar_t **__restrict __endptr,
                                                int __base)
{ return __wcstoull_internal (__nptr, __endptr, __base, 0); }







extern wchar_t *wcpcpy (wchar_t *__dest, __const wchar_t *__src) ;



extern wchar_t *wcpncpy (wchar_t *__dest, __const wchar_t *__src, size_t __n)
            ;







extern int fwide (__FILE *__fp, int __mode) ;



extern int fwprintf (__FILE *__restrict __stream,
                     __const wchar_t *__restrict __format, ...)
                                                                   ;

extern int wprintf (__const wchar_t *__restrict __format, ...)
                                                                   ;

extern int swprintf (wchar_t *__restrict __s, size_t __n,
                     __const wchar_t *__restrict __format, ...)
                                                                   ;


extern int vfwprintf (__FILE *__restrict __s,
                      __const wchar_t *__restrict __format,
                      __gnuc_va_list __arg)
                                                                   ;

extern int vwprintf (__const wchar_t *__restrict __format,
                     __gnuc_va_list __arg)
                                                                   ;


extern int vswprintf (wchar_t *__restrict __s, size_t __n,
                      __const wchar_t *__restrict __format,
                      __gnuc_va_list __arg)
                                                                   ;



extern int fwscanf (__FILE *__restrict __stream,
                    __const wchar_t *__restrict __format, ...)
                                                                  ;

extern int wscanf (__const wchar_t *__restrict __format, ...)
                                                                  ;

extern int swscanf (__const wchar_t *__restrict __s,
                    __const wchar_t *__restrict __format, ...)
                                                                  ;




extern int vfwscanf (__FILE *__restrict __s,
                     __const wchar_t *__restrict __format,
                     __gnuc_va_list __arg)
                                                                  ;

extern int vwscanf (__const wchar_t *__restrict __format,
                    __gnuc_va_list __arg)
                                                                  ;

extern int vswscanf (__const wchar_t *__restrict __s,
                     __const wchar_t *__restrict __format,
                     __gnuc_va_list __arg)
                                                                  ;




extern wint_t fgetwc (__FILE *__stream) ;
extern wint_t getwc (__FILE *__stream) ;


extern wint_t getwchar (void) ;



extern wint_t fputwc (wchar_t __wc, __FILE *__stream) ;
extern wint_t putwc (wchar_t __wc, __FILE *__stream) ;


extern wint_t putwchar (wchar_t __wc) ;




extern wchar_t *fgetws (wchar_t *__restrict __ws, int __n,
                        __FILE *__restrict __stream) ;


extern int fputws (__const wchar_t *__restrict __ws,
                   __FILE *__restrict __stream) ;



extern wint_t ungetwc (wint_t __wc, __FILE *__stream) ;





extern wint_t getwc_unlocked (__FILE *__stream) ;
extern wint_t getwchar_unlocked (void) ;


extern wint_t fgetwc_unlocked (__FILE *__stream) ;


extern wint_t fputwc_unlocked (wchar_t __wc, __FILE *__stream) ;



extern wint_t putwc_unlocked (wchar_t __wc, __FILE *__stream) ;
extern wint_t putwchar_unlocked (wchar_t __wc) ;



extern wchar_t *fgetws_unlocked (wchar_t *__restrict __ws, int __n,
                                 __FILE *__restrict __stream) ;


extern int fputws_unlocked (__const wchar_t *__restrict __ws,
                            __FILE *__restrict __stream) ;






extern size_t wcsftime (wchar_t *__restrict __s, size_t __maxsize,
                        __const wchar_t *__restrict __format,
                        __const struct tm *__restrict __tp) ;
# 3 "../include/wchar.h" 2



extern int __wcscasecmp (__const wchar_t *__s1, __const wchar_t *__s2)
     __attribute__ ((__pure__));
extern int __wcsncasecmp (__const wchar_t *__s1, __const wchar_t *__s2,
                          size_t __n)
     __attribute__ ((__pure__));
extern int __wcscoll (__const wchar_t *__s1, __const wchar_t *__s2);
extern size_t __wcslen (__const wchar_t *__s) __attribute__ ((__pure__));
extern size_t __wcsnlen (__const wchar_t *__s, size_t __maxlen)
     __attribute__ ((__pure__));
extern wchar_t *__wcscat (wchar_t *dest, const wchar_t *src);
extern wint_t __btowc (int __c);
extern int __mbsinit (__const __mbstate_t *__ps);
extern size_t __mbrtowc (wchar_t *__restrict __pwc,
                         __const char *__restrict __s, size_t __n,
                         __mbstate_t *__restrict __p);
extern size_t __wcrtomb (char *__restrict __s, wchar_t __wc,
                         __mbstate_t *__restrict __ps);
extern size_t __mbsrtowcs (wchar_t *__restrict __dst,
                           __const char **__restrict __src,
                           size_t __len, __mbstate_t *__restrict __ps);
extern size_t __wcsrtombs (char *__restrict __dst,
                           __const wchar_t **__restrict __src,
                           size_t __len, __mbstate_t *__restrict __ps);
extern size_t __mbsnrtowcs (wchar_t *__restrict __dst,
                            __const char **__restrict __src, size_t __nmc,
                            size_t __len, __mbstate_t *__restrict __ps);
extern size_t __wcsnrtombs (char *__restrict __dst,
                            __const wchar_t **__restrict __src,
                            size_t __nwc, size_t __len,
                            __mbstate_t *__restrict __ps);
extern wchar_t *__wcpcpy (wchar_t *__dest, __const wchar_t *__src);
extern wchar_t *__wcpncpy (wchar_t *__dest, __const wchar_t *__src,
                           size_t __n);
extern wchar_t *__wmemcpy (wchar_t *__s1, __const wchar_t *s2,
                           size_t __n);
extern wchar_t *__wmempcpy (wchar_t *__restrict __s1,
                            __const wchar_t *__restrict __s2,
                            size_t __n);
extern wchar_t *__wmemmove (wchar_t *__s1, __const wchar_t *__s2,
                            size_t __n);
extern wchar_t *__wcschrnul (__const wchar_t *__s, wchar_t __wc)
     __attribute__ ((__pure__));

extern int __vfwscanf (__FILE *__restrict __s,
                       __const wchar_t *__restrict __format,
                       __gnuc_va_list __arg)
                                                         ;
extern int __vswprintf (wchar_t *__restrict __s, size_t __n,
                        __const wchar_t *__restrict __format,
                        __gnuc_va_list __arg)
                                                           ;
extern int __fwprintf (__FILE *__restrict __s,
                       __const wchar_t *__restrict __format, ...)
                                                           ;
extern int __vfwprintf (__FILE *__restrict __s,
                        __const wchar_t *__restrict __format,
                        __gnuc_va_list __arg)
                                                           ;
# 45 "printf_fp.c" 2




# 1 "../include/assert.h" 1
# 1 "../assert/assert.h" 1
# 36 "../assert/assert.h"
# 1 "../include/features.h" 1
# 37 "../assert/assert.h" 2
# 2 "../include/assert.h" 2
# 50 "printf_fp.c" 2
# 123 "printf_fp.c"
extern int __isinfl (long double), __isnanl (long double);

extern mp_size_t __mpn_extract_double (mp_ptr res_ptr, mp_size_t size,
                                       int *expt, int *is_neg,
                                       double value);
extern mp_size_t __mpn_extract_long_double (mp_ptr res_ptr, mp_size_t size,
                                            int *expt, int *is_neg,
                                            long double value);
extern unsigned int __guess_grouping (unsigned int intdig_max,
                                      const char *grouping);


static wchar_t *group_number (wchar_t *buf, wchar_t *bufend,
                              unsigned int intdig_no, const char *grouping,
                              wchar_t thousands_sep, int ngroups)
                      ;


int
__printf_fp (_IO_FILE *fp,
             const struct printf_info *info,
             const void *const *args)
{

  union
    {
      double dbl;
      long double ldbl;
    }
  fpnum;


  const char *decimal;
  wchar_t decimalwc;


  const char *thousands_sep = ((void *)0);
  wchar_t thousands_sepwc = 0;
  const char *grouping;


  const char *special = ((void *)0);
  const wchar_t *wspecial = ((void *)0);



  mp_limb_t fp_input[(53 + 64 - 1) / 64];

  int to_shift = 0;


  mp_limb_t *frac; mp_size_t fracsize;

  int exponent;

  int expsign = 0;

  int is_neg = 0;


  mp_limb_t *scale; mp_size_t scalesize;


  mp_limb_t *tmp; mp_size_t tmpsize;


  wchar_t digit;


  int type;


  int done = 0;


  mp_limb_t cy;


  int wide = info->wide;

  auto wchar_t hack_digit (void);

  wchar_t hack_digit (void)
    {
      mp_limb_t hi;

      if (expsign != 0 && type == 'f' && exponent-- > 0)
        hi = 0;
      else if (scalesize == 0)
        {
          hi = frac[fracsize - 1];
          cy = __mpn_mul_1 (frac, frac, fracsize - 1, 10);
          frac[fracsize - 1] = cy;
        }
      else
        {
          if (fracsize < scalesize)
            hi = 0;
          else
            {
              hi = __mpn_divrem (tmp,0,frac,fracsize,scale,scalesize);
              tmp[fracsize - scalesize] = hi;
              hi = tmp[0];

              fracsize = scalesize;
              while (fracsize != 0 && frac[fracsize - 1] == 0)
                --fracsize;
              if (fracsize == 0)
                {


                  fracsize = 1;
                  return L'0' + hi;
                }
            }

          cy = __mpn_mul_1 (frac, frac, fracsize, 10);
          if (cy != 0)
            frac[fracsize++] = cy;
        }

      return L'0' + hi;
    }



  if (info->extra == 0)
    {
      decimal = (_nl_current_LC_NUMERIC->values[((int) (__DECIMAL_POINT) & 0xffff)].string);
      decimalwc = (_nl_current_LC_NUMERIC->values[((int) (_NL_NUMERIC_DECIMAL_POINT_WC) & 0xffff)].word);
    }
  else
    {
      decimal = (_nl_current_LC_MONETARY->values[((int) (__MON_DECIMAL_POINT) & 0xffff)].string);
      if (*decimal == '\0')
        decimal = (_nl_current_LC_NUMERIC->values[((int) (__DECIMAL_POINT) & 0xffff)].string);
      decimalwc = (_nl_current_LC_MONETARY->values[((int) (_NL_MONETARY_DECIMAL_POINT_WC) & 0xffff)].word);

      if (decimalwc == L'\0')
        decimalwc = (_nl_current_LC_NUMERIC->values[((int) (_NL_NUMERIC_DECIMAL_POINT_WC) & 0xffff)].word);

    }

  ((void) (0));
  ((void) (0));

  if (info->group)
    {
      if (info->extra == 0)
        grouping = (_nl_current_LC_NUMERIC->values[((int) (__GROUPING) & 0xffff)].string);
      else
        grouping = (_nl_current_LC_MONETARY->values[((int) (__MON_GROUPING) & 0xffff)].string);

      if (*grouping <= 0 || *grouping == 127)
        grouping = ((void *)0);
      else
        {

          if (wide)
            {
              if (info->extra == 0)
                thousands_sepwc =
                  (_nl_current_LC_NUMERIC->values[((int) (_NL_NUMERIC_THOUSANDS_SEP_WC) & 0xffff)].word);
              else
                thousands_sepwc =
                  (_nl_current_LC_MONETARY->values[((int) (_NL_MONETARY_THOUSANDS_SEP_WC) & 0xffff)].word);

            }
          else
            {
              if (info->extra == 0)
                thousands_sep = (_nl_current_LC_NUMERIC->values[((int) (__THOUSANDS_SEP) & 0xffff)].string);
              else
                thousands_sep = (_nl_current_LC_MONETARY->values[((int) (__MON_THOUSANDS_SEP) & 0xffff)].string);
            }

          if ((wide && thousands_sepwc == L'\0')
              || (! wide && *thousands_sep == '\0'))
            grouping = ((void *)0);
          else if (thousands_sepwc == L'\0')




            thousands_sepwc = 0xfffffffe;
        }
    }
  else
    grouping = ((void *)0);
# 360 "printf_fp.c"
    {
      fpnum.dbl = *(const double *) args[0];


      if (__isnan (fpnum.dbl))
        {
          if ((__ctype_b[(int) ((info->spec))] & (unsigned short int) _ISupper))
            {
              special = "NAN";
              wspecial = L"NAN";
            }
          else
            {
              special = "nan";
              wspecial = L"nan";
            }
          is_neg = 0;
        }
      else if (__isinf (fpnum.dbl))
        {
          if ((__ctype_b[(int) ((info->spec))] & (unsigned short int) _ISupper))
            {
              special = "INF";
              wspecial = L"INF";
            }
          else
            {
              special = "inf";
              wspecial = L"inf";
            }
          is_neg = fpnum.dbl < 0;
        }
      else
        {
          fracsize = __mpn_extract_double (fp_input,
                                           (sizeof (fp_input)
                                            / sizeof (fp_input[0])),
                                           &exponent, &is_neg, fpnum.dbl);
          to_shift = 1 + fracsize * 64 - 53;
        }
    }

  if (special)
    {
      int width = info->width;

      if (is_neg || info->showsign || info->space)
        --width;
      width -= 3;

      if (!info->left && width > 0)
        do { if ((wide ? _IO_wpadn (fp, ' ', width) : _IO_padn (fp, ' ', width)) != width) return -1; done += width; } while (0);

      if (is_neg)
        do { register const int outc = ('-'); if ((wide ? (int)((fp)->_wide_data->_IO_write_ptr >= (fp)->_wide_data->_IO_write_end ? __woverflow (fp, outc) : (wint_t) (*(fp)->_wide_data->_IO_write_ptr++ = (outc))) : (((fp)->_IO_write_ptr >= (fp)->_IO_write_end) ? __overflow (fp, (unsigned char) (outc)) : (unsigned char) (*(fp)->_IO_write_ptr++ = (outc)))) == (-1)) return -1; ++done; } while (0);
      else if (info->showsign)
        do { register const int outc = ('+'); if ((wide ? (int)((fp)->_wide_data->_IO_write_ptr >= (fp)->_wide_data->_IO_write_end ? __woverflow (fp, outc) : (wint_t) (*(fp)->_wide_data->_IO_write_ptr++ = (outc))) : (((fp)->_IO_write_ptr >= (fp)->_IO_write_end) ? __overflow (fp, (unsigned char) (outc)) : (unsigned char) (*(fp)->_IO_write_ptr++ = (outc)))) == (-1)) return -1; ++done; } while (0);
      else if (info->space)
        do { register const int outc = (' '); if ((wide ? (int)((fp)->_wide_data->_IO_write_ptr >= (fp)->_wide_data->_IO_write_end ? __woverflow (fp, outc) : (wint_t) (*(fp)->_wide_data->_IO_write_ptr++ = (outc))) : (((fp)->_IO_write_ptr >= (fp)->_IO_write_end) ? __overflow (fp, (unsigned char) (outc)) : (unsigned char) (*(fp)->_IO_write_ptr++ = (outc)))) == (-1)) return -1; ++done; } while (0);

      do { register size_t outlen = (3); if (3 > 20) { if ((*(struct _IO_jump_t **) ((void *) &((struct _IO_FILE_plus *) (fp))->vtable + (fp)->_vtable_offset))->__xsputn (fp, wide ? (const char *) wspecial : special, outlen) != outlen) return -1; special += outlen; done += outlen; } else { if (wide) while (outlen-- > 0) do { register const int outc = (*wspecial++); if ((wide ? (int)((fp)->_wide_data->_IO_write_ptr >= (fp)->_wide_data->_IO_write_end ? __woverflow (fp, outc) : (wint_t) (*(fp)->_wide_data-
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
 >_IO_write_ptr++ = (outc))) : (((fp)->_IO_write_ptr >= (fp)->_IO_write_end) ? __overflow (fp, (unsigned char) (outc)) : (unsigned char) (*(fp)->_IO_write_ptr++ = (outc)))) == (-1)) return -1; ++done; } while (0); else while (outlen-- > 0) do { register c onst int outc = (*special++); if ((wide ? (int)((fp)->_wide_data->_IO_write_ptr >= (fp)->_wide_data->_IO_write_end ? __woverflow (fp, outc) : (wint_t) (*(fp)->_wide_data->_IO_write_ptr++ = (outc))) : (((fp)->_IO_write_ptr >= (f!
 p)->_IO_write_end) ? __overflow (fp, (unsigned char) (outc)) : (unsigned char) (*(fp)->_IO_write_ptr++ = (outc)))) == (-1)) return -1; ++done; } while (0); } } while (0);
 
       if (info->left && width > 0)
         do { if ((wide ? _IO_wpadn (fp, ' ', width) : _IO_padn (fp, ' ', width)) != width) return -1; done += width; } while (0);
 
       return done;
     }
 
 
 
 
 
 
   {
     mp_size_t bignum_size = (((exponent >= 0 ? exponent : -exponent) + 64 - 1)
                              / 64 + 4) * sizeof (mp_limb_t);
     frac = (mp_limb_t *) __builtin_alloca (bignum_size);
     tmp = (mp_limb_t *) __builtin_alloca (bignum_size);
     scale = (mp_limb_t *) __builtin_alloca (bignum_size);
   }
 
 
 
 
   scalesize = 0;
   if (exponent > 2)
     {
 
       int scaleexpo = 0;
       int explog = 8;
       int exp10 = 0;
       const struct mp_power *powers = &_fpioconst_pow10[explog + 1];
       int cnt_h, cnt_l, i;
 
       if ((exponent + to_shift) % 64 == 0)
         {
           do { mp_size_t __i; for (__i = (fracsize) - 1; __i >= 0; __i--) (frac + (exponent + to_shift) / 64)[__i] = (fp_input)[__i]; } while (0);
 
           fracsize += (exponent + to_shift) / 64;
         }
       else
         {
           cy = __mpn_lshift (frac + (exponent + to_shift) / 64,
                              fp_input, fracsize,
                              (exponent + to_shift) % 64);
           fracsize += (exponent + to_shift) / 64;
           if (cy)
             frac[fracsize++] = cy;
         }
       do { mp_size_t __i; for (__i = 0; __i < ((exponent + to_shift) / 64); __i++) (frac)[__i] = 0; } while (0);
 
       ((void) (0));
       do
         {
           --powers;
 
 
 
           if (exponent >= scaleexpo + powers->p_expo - 1)
             {
               if (scalesize == 0)
                 {
 # 499 "printf_fp.c"
                     {
                       tmpsize = powers->arraysize;
                       memcpy (tmp, &__tens[powers->arrayoff],
                               tmpsize * sizeof (mp_limb_t));
                     }
                 }
               else
                 {
                   cy = __mpn_mul (tmp, scale, scalesize,
                                   &__tens[powers->arrayoff
                                          + 1],
                                   powers->arraysize - 1);
                   tmpsize = scalesize + powers->arraysize - 1;
                   if (cy == 0)
                     --tmpsize;
                 }
 
               if ((fracsize > tmpsize || (fracsize == tmpsize && __mpn_cmp (frac, tmp, fracsize) >= 0)))
                 {
                   int cnt;
                   memcpy (scale, tmp, (scalesize = tmpsize) * sizeof (mp_limb_t));
                   do { UWtype __xr = (scale[scalesize - 1]); UWtype __a; if (64 <= 32) { __a = __xr < ((UWtype)1<<2*(64 / 4)) ? (__xr < ((UWtype)1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < ((UWtype)1<<3*(64 / 4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a  = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (cnt) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0);
                   scaleexpo = (scalesize - 2) * 64 - cnt - 1;
                   exp10 |= 1 << explog;
                 }
             }
           --explog;
         }
       while (powers > &_fpioconst_pow10[0]);
       exponent = exp10;
 
 
 
 
 
       if (scalesize > 0)
         {
 
 
           for (i = 0; scale[i] == 0 && frac[i] == 0; i++)
             ;
 
 
           do { UWtype __xr = (scale[scalesize - 1]); UWtype __a; if (64 <= 32) { __a = __xr < ((UWtype)1<<2*(64 / 4)) ? (__xr < ((UWtype)1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < ((UWtype)1<<3*(64 / 4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8 ; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (cnt_h) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0);
 
           if (cnt_h == 0)
             {
 
 
               if (i > 0)
                 {
                   do { mp_size_t __i; for (__i = 0; __i < (scalesize - i); __i++) (scale)[__i] = (scale + i)[__i]; } while (0);
                   scalesize -= i;
                   do { mp_size_t __i; for (__i = 0; __i < (fracsize - i); __i++) (frac)[__i] = (frac + i)[__i]; } while (0);
                   fracsize -= i;
                 }
             }
           else
             {
               if (scale[i] != 0)
                 {
                   do { UWtype __ctz_x = (scale[i]); UWtype __ctz_c; do { UWtype __xr = (__ctz_x & -__ctz_x); UWtype __a; if (64 <= 32) { __a = __xr < ((UWtype)1<<2*(64 / 4)) ? (__xr < ((UWtype)1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < ((UWtype)1<<3*(64 / 4) ) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (__ctz_c) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0); (cnt_l) = 64 - 1 - __ctz_c; } while (0);
                   if (frac[i] != 0)
                     {
                       int cnt_l2;
                       do { UWtype __ctz_x = (frac[i]); UWtype __ctz_c; do { UWtype __xr = (__ctz_x & -__ctz_x); UWtype __a; if (64 <= 32) { __a = __xr < ((UWtype)1<<2*(64 / 4)) ? (__xr < ((UWtype)1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < ((UWtype)1<<3*(64 /  4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (__ctz_c) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0); (cnt_l2) = 64 - 1 - __ctz_c; } while (0);
                       if (cnt_l2 < cnt_l)
                         cnt_l = cnt_l2;
                     }
                 }
               else
                 do { UWtype __ctz_x = (frac[i]); UWtype __ctz_c; do { UWtype __xr = (__ctz_x & -__ctz_x); UWtype __a; if (64 <= 32) { __a = __xr < ((UWtype)1<<2*(64 / 4)) ? (__xr < ((UWtype)1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < ((UWtype)1<<3*(64 / 4)) ?  2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (__ctz_c) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0); (cnt_l) = 64 - 1 - __ctz_c; } while (0);
 
 
               if (i == 0 && 64 - cnt_h > cnt_l)
                 {
 
 
 
                   (void) __mpn_lshift (scale, scale, scalesize, cnt_h);
                   cy = __mpn_lshift (frac, frac, fracsize, cnt_h);
                   if (cy != 0)
                     frac[fracsize++] = cy;
                 }
               else if (64 - cnt_h <= cnt_l)
                 {
 
 
 
 
                   (void) __mpn_rshift (scale, scale + i, scalesize - i,
                                        64 - cnt_h);
                   scalesize -= i + 1;
                   (void) __mpn_rshift (frac, frac + i, fracsize - i,
                                        64 - cnt_h);
                   fracsize -= frac[fracsize - i - 1] == 0 ? i + 1 : i;
                 }
               else
                 {
 
 
 
                   (void) __mpn_rshift (scale, scale + (i - 1),
                                        scalesize - (i - 1),
                                        64 - cnt_h);
                   scalesize -= i;
                   (void) __mpn_rshift (frac, frac + (i - 1),
                                        fracsize - (i - 1),
                                        64 - cnt_h);
                   fracsize -= frac[fracsize - (i - 1) - 1] == 0 ? i : i - 1;
                 }
             }
         }
     }
   else if (exponent < 0)
     {
 
       int exp10 = 0;
       int explog = 8;
       const struct mp_power *powers = &_fpioconst_pow10[explog + 1];
       mp_size_t used_limbs = fracsize - 1;
 
 
       cy = __mpn_lshift (frac, fp_input, fracsize, to_shift);
       frac[fracsize++] = cy;
       ((void) (0));
 
       expsign = 1;
       exponent = -exponent;
 
       ((void) (0));
       do
         {
           --powers;
 
           if (exponent >= powers->m_expo)
             {
               int i, incr, cnt_h, cnt_l;
               mp_limb_t topval[2];
 
 
 
               if (fracsize < powers->arraysize - 1)
                 cy = __mpn_mul (tmp, &__tens[powers->arrayoff
                                             + 1],
                                 powers->arraysize - 1,
                                 frac, fracsize);
               else
                 cy = __mpn_mul (tmp, frac, fracsize,
                                 &__tens[powers->arrayoff + 1],
                                 powers->arraysize - 1);
               tmpsize = fracsize + powers->arraysize - 1;
               if (cy == 0)
                 --tmpsize;
 
               do { UWtype __xr = (tmp[tmpsize - 1]); UWtype __a; if (64 <= 32) { __a = __xr < ((UWtype)1<<2*(64 / 4)) ? (__xr < ((UWtype)1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < ((UWtype)1<<3*(64 / 4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8 ; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (cnt_h) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0);
               incr = (tmpsize - fracsize) * 64
                      + 64 - 1 - cnt_h;
 
               ((void) (0));
 
 
 
 
               if (incr == exponent + 3)
                 {
                   if (cnt_h <= 64 - 4)
                     {
                       topval[0] = 0;
                       topval[1]
                         = ((mp_limb_t) 10) << (64 - 4 - cnt_h);
                     }
                   else
                     {
                       topval[0] = ((mp_limb_t) 10) << (64 - 4);
                       topval[1] = 0;
                       (void) __mpn_lshift (topval, topval, 2,
                                            64 - cnt_h);
                     }
                 }
 
 
 
 
 
 
               if (incr < exponent + 3
                   || (incr == exponent + 3 &&
                       (tmp[tmpsize - 1] < topval[1]
                        || (tmp[tmpsize - 1] == topval[1]
                            && tmp[tmpsize - 2] < topval[0]))))
                 {
 
 
                   exponent -= incr;
                   exp10 |= 1 << explog;
 
 
 
                   if (exponent < 0)
                     cnt_h += -exponent;
 
 
                   for (i = 0; tmp[i] == 0; ++i);
                   if (cnt_h == 64 - 1)
                     {
                       do { mp_size_t __i; for (__i = 0; __i < (tmpsize - i); __i++) (frac)[__i] = (tmp + i)[__i]; } while (0);
                       fracsize = tmpsize - i;
                     }
                   else
                     {
                       do { UWtype __ctz_x = (tmp[i]); UWtype __ctz_c; do { UWtype __xr = (__ctz_x & -__ctz_x); UWtype __a; if (64 <= 32) { __a = __xr < ((UWtype)1<<2*(64 / 4)) ? (__xr < ((UWtype)1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < ((UWtype)1<<3*(64 /  4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (__ctz_c) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0); (cnt_l) = 64 - 1 - __ctz_c; } while (0);
 
 
                       if (i == 0 && 64 - 1 - cnt_h > cnt_l)
                         {
 
 
 
 
                           cy = __mpn_lshift (frac, tmp, tmpsize, cnt_h + 1);
                           fracsize = tmpsize + 1;
                           frac[fracsize - 1] = cy;
                         }
                       else if (64 - 1 - cnt_h <= cnt_l)
                         {
                           (void) __mpn_rshift (frac, tmp + i, tmpsize - i,
                                                64 - 1 - cnt_h);
                           fracsize = tmpsize - i;
                         }
                       else
                         {
 
 
 
 
                           (void) __mpn_rshift (frac, tmp + (i - 1),
                                                tmpsize - (i - 1),
                                                64 - 1 - cnt_h);
                           fracsize = tmpsize - (i - 1);
                         }
                     }
                   used_limbs = fracsize - 1;
                 }
             }
           --explog;
         }
       while (powers != &_fpioconst_pow10[1] && exponent > 0);
 
       if (exponent > 0)
         {
           int cnt_l;
 
           cy = __mpn_mul_1 (tmp, frac, fracsize, 10);
           tmpsize = fracsize;
           ((void) (0));
 
           do { UWtype __ctz_x = (tmp[0]); UWtype __ctz_c; do { UWtype __xr = (__ctz_x & -__ctz_x); UWtype __a; if (64 <= 32) { __a = __xr < ((UWtype)1<<2*(64 / 4)) ? (__xr < ((UWtype)1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < ((UWtype)1<<3*(64 / 4)) ? 2*(64  / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (__ctz_c) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0); (cnt_l) = 64 - 1 - __ctz_c; } while (0);
           if (cnt_l < (((4)<(exponent))?(4):(exponent)))
             {
               cy = __mpn_lshift (frac, tmp, tmpsize,
                                  64 - (((4)<(exponent))?(4):(exponent)));
               if (cy != 0)
                 frac[tmpsize++] = cy;
             }
           else
             (void) __mpn_rshift (frac, tmp, tmpsize, (((4)<(exponent))?(4):(exponent)));
           fracsize = tmpsize;
           exp10 |= 1;
           ((void) (0));
         }
       exponent = exp10;
     }
   else
     {
 
 
 
 
       ((void) (0));
 
 
 
       cy = __mpn_lshift (frac, fp_input, fracsize, (exponent + to_shift));
       frac[fracsize++] = cy;
       exponent = 0;
     }
 
   {
     int width = info->width;
     wchar_t *wbuffer, *wstartp, *wcp;
     int buffer_malloced;
     int chars_needed;
     int expscale;
     int intdig_max, intdig_no = 0;
     int fracdig_min, fracdig_max, fracdig_no = 0;
     int dig_max;
     int significant;
     int ngroups = 0;
 
     if (((int) __ctype_tolower[(int) (info->spec)]) == 'e')
       {
         type = info->spec;
         intdig_max = 1;
         fracdig_min = fracdig_max = info->prec < 0 ? 6 : info->prec;
         chars_needed = 1 + 1 + fracdig_max + 1 + 1 + 4;
 
         dig_max = 2147483647;
         significant = 1;
       }
     else if (info->spec == 'f')
       {
         type = 'f';
         fracdig_min = fracdig_max = info->prec < 0 ? 6 : info->prec;
         if (expsign == 0)
           {
             intdig_max = exponent + 1;
 
             chars_needed = exponent + 1 + 1 + fracdig_max;
           }
         else
           {
             intdig_max = 1;
             chars_needed = 1 + 1 + fracdig_max;
           }
         dig_max = 2147483647;
         significant = 1;
       }
     else
       {
         dig_max = info->prec < 0 ? 6 : (info->prec == 0 ? 1 : info->prec);
         if ((expsign == 0 && exponent >= dig_max)
             || (expsign != 0 && exponent > 4))
           {
             if ('g' - 'G' == 'e' - 'E')
               type = 'E' + (info->spec - 'G');
             else
               type = (__ctype_b[(int) ((info->spec))] & (unsigned short int) _ISupper) ? 'E' : 'e';
             fracdig_max = dig_max - 1;
             intdig_max = 1;
             chars_needed = 1 + 1 + fracdig_max + 1 + 1 + 4;
           }
         else
           {
             type = 'f';
             intdig_max = expsign == 0 ? exponent + 1 : 0;
             fracdig_max = dig_max - intdig_max;
 
 
 
 
 
             chars_needed = dig_max + 1 + 4;
           }
         fracdig_min = info->alt ? fracdig_max : 0;
         significant = 0;
       }
 
     if (grouping)
       {
 
 
         ngroups = __guess_grouping (intdig_max, grouping);
         chars_needed += ngroups;
       }
 
 
 
 
 
     buffer_malloced = chars_needed > 5000;
     if (buffer_malloced)
       {
         wbuffer = (wchar_t *) malloc ((2 + chars_needed) * sizeof (wchar_t));
         if (wbuffer == ((void *)0))
 
           return -1;
       }
     else
       wbuffer = (wchar_t *) __builtin_alloca ((2 + chars_needed) * sizeof (wchar_t));
     wcp = wstartp = wbuffer + 2;
 
 
     if (expsign == 0 || type != 'f')
       {
         ((void) (0));
         while (intdig_no < intdig_max)
           {
             ++intdig_no;
             *wcp++ = hack_digit ();
           }
         significant = 1;
         if (info->alt
             || fracdig_min > 0
             || (fracdig_max > 0 && (fracsize > 1 || frac[0] != 0)))
           *wcp++ = decimalwc;
       }
     else
       {
 
 
         *wcp++ = L'0';
         --exponent;
         *wcp++ = decimalwc;
       }
 
 
     while (fracdig_no < fracdig_min
            || (fracdig_no < fracdig_max && (fracsize > 1 || frac[0] != 0)))
       {
         ++fracdig_no;
         *wcp = hack_digit ();
         if (*wcp != L'0')
           significant = 1;
         else if (significant == 0)
           {
             ++fracdig_max;
             if (fracdig_min > 0)
               ++fracdig_min;
           }
         ++wcp;
       }
 
 
     digit = hack_digit ();
     if (digit > L'4')
       {
         wchar_t *wtp = wcp;
 
         if (digit == L'5'
             && ((*(wcp - 1) != decimalwc && (*(wcp - 1) & 1) == 0)
                 || ((*(wcp - 1) == decimalwc && (*(wcp - 2) & 1) == 0))))
           {
 
             if (fracsize == 1 && frac[0] == 0)
 
 
               goto do_expo;
             else if (scalesize == 0)
               {
 
 
                 size_t lcnt = fracsize;
                 while (lcnt >= 1 && frac[lcnt - 1] == 0)
                   --lcnt;
                 if (lcnt == 0)
 
 
                   goto do_expo;
               }
           }
 
         if (fracdig_no > 0)
           {
 
 
             while (*--wtp != decimalwc && *wtp == L'9')
               *wtp = '0';
             if (*wtp != decimalwc)
 
               (*wtp)++;
           }
 
         if (fracdig_no == 0 || *wtp == decimalwc)
           {
 
             if (*(wtp - 1) == decimalwc)
               --wtp;
 
             while (--wtp >= wstartp && *wtp == L'9')
               *wtp = L'0';
 
             if (wtp >= wstartp)
 
               (*wtp)++;
             else
 
               {
                 if (type != 'f')
                   {
                     *wstartp = '1';
                     exponent += expsign == 0 ? 1 : -1;
                   }
                 else if (intdig_no == dig_max)
                   {
 
 
 
                     *--wstartp = decimalwc;
                     *--wstartp = L'1';
 
                     if (info->alt || fracdig_no > 0)
                       {
 
                         wstartp[intdig_no + 2] = L'0';
                         ++fracdig_no;
                       }
 
                     fracdig_no += intdig_no;
                     intdig_no = 1;
                     fracdig_max = intdig_max - intdig_no;
                     ++exponent;
 
                     type = (__ctype_b[(int) ((info->spec))] & (unsigned short int) _ISupper) ? 'E' : 'e';
                   }
                 else
                   {
 
 
                     *--wstartp = L'1';
                     ++intdig_no;
                   }
 
 
 
 
                 if (intdig_no + fracdig_no > dig_max)
                   {
                     wcp -= intdig_no + fracdig_no - dig_max;
                     fracdig_no -= intdig_no + fracdig_no - dig_max;
                   }
               }
           }
       }
 
   do_expo:
 
     while (fracdig_no > fracdig_min && *(wcp - 1) == L'0')
       {
         --wcp;
         --fracdig_no;
       }
 
 
     if (fracdig_no == 0 && !info->alt && *(wcp - 1) == decimalwc)
       --wcp;
 
     if (grouping)
 
       wcp = group_number (wstartp, wcp, intdig_no, grouping, thousands_sepwc,
                           ngroups);
 
 
     if (type != 'f')
       {
         *wcp++ = (wchar_t) type;
         *wcp++ = expsign ? L'-' : L'+';
 
 
         expscale = 10;
         while (expscale <= exponent)
           expscale *= 10;
 
         if (exponent < 10)
 
           *wcp++ = L'0';
         else
           do
             {
               expscale /= 10;
               *wcp++ = L'0' + (exponent / expscale);
               exponent %= expscale;
             }
           while (expscale > 10);
         *wcp++ = L'0' + exponent;
       }
 
 
 
     if (is_neg || info->showsign || info->space)
       --width;
     width -= wcp - wstartp;
 
     if (!info->left && info->pad != '0' && width > 0)
       do { if ((wide ? _IO_wpadn (fp, info->pad, width) : _IO_padn (fp, info->pad, width)) != width) return -1; done += width; } while (0);
 
     if (is_neg)
       do { register const int outc = ('-'); if ((wide ? (int)((fp)->_wide_data->_IO_write_ptr >= (fp)->_wide_data->_IO_write_end ? __woverflow (fp, outc) : (wint_t) (*(fp)->_wide_data->_IO_write_ptr++ = (outc))) : (((fp)->_IO_write_ptr >= (fp)->_IO_write _end) ? __overflow (fp, (unsigned char) (outc)) : (unsigned char) (*(fp)->_IO_write_ptr++ = (outc)))) == (-1)) return -1; ++done; } while (0);
     else if (info->showsign)
       do { register const int outc = ('+'); if ((wide ? (int)((fp)->_wide_data->_IO_write_ptr >= (fp)->_wide_data->_IO_write_end ? __woverflow (fp, outc) : (wint_t) (*(fp)->_wide_data->_IO_write_ptr++ = (outc))) : (((fp)->_IO_write_ptr >= (fp)->_IO_write _end) ? __overflow (fp, (unsigned char) (outc)) : (unsigned char) (*(fp)->_IO_write_ptr++ = (outc)))) == (-1)) return -1; ++done; } while (0);
     else if (info->space)
       do { register const int outc = (' '); if ((wide ? (int)((fp)->_wide_data->_IO_write_ptr >= (fp)->_wide_data->_IO_write_end ? __woverflow (fp, outc) : (wint_t) (*(fp)->_wide_data->_IO_write_ptr++ = (outc))) : (((fp)->_IO_write_ptr >= (fp)->_IO_write _end) ? __overflow (fp, (unsigned char) (outc)) : (unsigned char) (*(fp)->_IO_write_ptr++ = (outc)))) == (-1)) return -1; ++done; } while (0);
 
     if (!info->left && info->pad == '0' && width > 0)
       do { if ((wide ? _IO_wpadn (fp, '0', width) : _IO_padn (fp, '0', width)) != width) return -1; done += width; } while (0);
 
     {
       char *buffer = ((void *)0);
       char *cp = ((void *)0);
       char *tmpptr;
 
       if (! wide)
         {
 
           size_t decimal_len;
           size_t thousands_sep_len;
           wchar_t *copywc;
 
           decimal_len = strlen (decimal);
 
           if (thousands_sep == ((void *)0))
             thousands_sep_len = 0;
           else
             thousands_sep_len = strlen (thousands_sep);
 
           if (buffer_malloced)
             {
               buffer = (char *) malloc (2 + chars_needed + decimal_len
                                         + ngroups * thousands_sep_len);
               if (buffer == ((void *)0))
 
                 return -1;
             }
           else
             buffer = (char *) __builtin_alloca (2 + chars_needed + decimal_len + ngroups * thousands_sep_len);
 
 
 
 
 
 
           for (cp = buffer, copywc = wstartp; copywc < wcp; ++copywc)
             if (*copywc == decimalwc)
               cp = (char *) (__extension__ (__builtin_constant_p (decimal) && __builtin_constant_p (decimal_len) && ((size_t)(const void *)((decimal) + 1) - (size_t)(const void *)(decimal) == 1) && decimal_len <= 8 ? __mempcpy_small (cp, ((__const char * ) (decimal))[0], __extension__ ((__STRING2_COPY_ARR2) { { ((__const char *) (decimal))[0], ((__const char *) (decimal))[1] } }), __extension__ ((__STRING2_COPY_ARR3) { { ((__const char *) (decimal))[0], ((__const char *) (decimal))[1], ((__const char *)  (decimal))[2] } }), __extension__ ((__STRING2_COPY_ARR4) { { ((__const char *) (decimal))[0], ((__const char *) (decimal))[1], ((__const char *) (decimal))[2], ((__const char *) (decimal))[3] } }), __extension__ ((__STRING2_COPY_ARR5) { { ((__const char  *) (decimal))[0], ((__const char *) (decimal))[1], ((__const char *) (decimal))[2], ((__const char *) (decimal))[3], ((__const char *) (decimal))[4] } }), __extension__ ((__STRING2_COPY_ARR6) { { ((__const char *) (decimal))[0]!
 , ((__const char *) (decimal))[1], ((__const char *) (decimal))[2], ((__const char *) (decimal))[3], ((__const char *) (decimal))[4], ((__const char *) (decimal))[5] } }), __extension__ ((__STRING2_COPY_ARR7) { { ((__const char *) (decimal))[0], ((__cons t char *) (decimal))[1], ((__const char *) (decimal))[2], ((__const char *) (decimal))[3], ((__const char *) (decimal))[4], ((__const char *) (decimal))[5], ((__const char *) (decimal))[6] } }), __extension__ ((__STRING2_COPY_ARR8) { { ((__const char *)  (decimal))[0], ((__const char *) (decimal))[1], ((__const char *) (decimal))[2], ((__const char *) (decimal))[3], ((__const char *) (decimal))[4], ((__const char *) (decimal))[5], ((__const char *) (decimal))[6], ((__const char *) (decimal))[7] } }), dec imal_len) : __mempcpy (cp, decimal, decimal_len)));
             else if (*copywc == thousands_sepwc)
               cp = (char *) (__extension__ (__builtin_constant_p (thousands_sep) && __builtin_constant_p (thousands_sep_len) && ((size_t)(const void *)((thousands_sep) + 1) - (size_t)(const void *)(thousands_sep) == 1) && thousands_sep_len <= 8 ? __mempc py_small (cp, ((__const char *) (thousands_sep))[0], __extension__ ((__STRING2_COPY_ARR2) { { ((__const char *) (thousands_sep))[0], ((__const char *) (thousands_sep))[1] } }), __extension__ ((__STRING2_COPY_ARR3) { { ((__const char *) (thousands_sep))[0 ], ((__const char *) (thousands_sep))[1], ((__const char *) (thousands_sep))[2] } }), __extension__ ((__STRING2_COPY_ARR4) { { ((__const char *) (thousands_sep))[0], ((__const char *) (thousands_sep))[1], ((__const char *) (thousands_sep))[2], ((__const  char *) (thousands_sep))[3] } }), __extension__ ((__STRING2_COPY_ARR5) { { ((__const char *) (thousands_sep))[0], ((__const char *) (thousands_sep))[1], ((__const char *) (thousands_sep))[2], ((__const char *) (thousands_sep))[!
 3], ((__const char *) (thousands_sep))[4] } }), __extension__ ((__STRING2_COPY_ARR6) { { ((__const char *) (thousands_sep))[0], ((__const char *) (thousands_sep))[1], ((__const char *) (thousands_sep))[2], ((__const char *) (thousands_sep))[3], ((__const  char *) (thousands_sep))[4], ((__const char *) (thousands_sep))[5] } }), __extension__ ((__STRING2_COPY_ARR7) { { ((__const char *) (thousands_sep))[0], ((__const char *) (thousands_sep))[1], ((__const char *) (thousands_sep))[2], ((__const char *) (tho usands_sep))[3], ((__const char *) (thousands_sep))[4], ((__const char *) (thousands_sep))[5], ((__const char *) (thousands_sep))[6] } }), __extension__ ((__STRING2_COPY_ARR8) { { ((__const char *) (thousands_sep))[0], ((__const char *) (thousands_sep))[ 1], ((__const char *) (thousands_sep))[2], ((__const char *) (thousands_sep))[3], ((__const char *) (thousands_sep))[4], ((__const char *) (thousands_sep))[5], ((__const char *) (thousands_sep))[6], ((__const char *) (thousands!
 _sep))[7] } }), thousands_sep_len) : __mempcpy (cp, thousands!
 _sep, thousands_sep_len)));
             else
               *cp++ = (char) *copywc;
         }
 
       tmpptr = buffer;
       do { register size_t outlen = (wide ? wcp - wstartp : cp - tmpptr); if (wide ? wcp - wstartp : cp - tmpptr > 20) { if ((*(struct _IO_jump_t **) ((void *) &((struct _IO_FILE_plus *) (fp))->vtable + (fp)->_vtable_offset))->__xsputn (fp, wide ? (const  char *) wstartp : tmpptr, outlen) != outlen) return -1; tmpptr += outlen; done += outlen; } else { if (wide) while (outlen-- > 0) do { register const int outc = (*wstartp++); if ((wide ? (int)((fp)->_wide_data->_IO_write_ptr >= (fp)->_wide_data->_IO_wri te_end ? __woverflow (fp, outc) : (wint_t) (*(fp)->_wide_data->_IO_write_ptr++ = (outc))) : (((fp)->_IO_write_ptr >= (fp)->_IO_write_end) ? __overflow (fp, (unsigned char) (outc)) : (unsigned char) (*(fp)->_IO_write_ptr++ = (outc)))) == (-1)) return -1;  ++done; } while (0); else while (outlen-- > 0) do { register const int outc = (*tmpptr++); if ((wide ? (int)((fp)->_wide_data->_IO_write_ptr >= (fp)->_wide_data->_IO_write_end ? __woverflow (fp, outc) : (wint_t) (*(fp)->_wide_d!
 ata->_IO_write_ptr++ = (outc))) : (((fp)->_IO_write_ptr >= (fp)->_IO_write_end) ? __overflow (fp, (unsigned char) (outc)) : (unsigned char) (*(fp)->_IO_write_ptr++ = (outc)))) == (-1)) return -1; ++done; } while (0); } } while (0);
 
 
       if (buffer_malloced)
         {
           free (buffer);
           free (wbuffer);
         }
     }
 
     if (info->left && width > 0)
       do { if ((wide ? _IO_wpadn (fp, info->pad, width) : _IO_padn (fp, info->pad, width)) != width) return -1; done += width; } while (0);
   }
   return done;
 }
 
 
 
 
 unsigned int
 __guess_grouping (unsigned int intdig_max, const char *grouping)
 {
   unsigned int groups;
 
 
 
   if (*grouping == 127 || *grouping <= 0)
 
     return 0;
 
   groups = 0;
   while (intdig_max > (unsigned int) *grouping)
     {
       ++groups;
       intdig_max -= *grouping++;
 
       if (*grouping == 127
 
           || *grouping < 0
 
           )
 
         break;
       else if (*grouping == 0)
         {
 
           groups += (intdig_max - 1) / grouping[-1];
           break;
         }
     }
 
   return groups;
 }
 
 
 
 
 
 static wchar_t *
 
 group_number (wchar_t *buf, wchar_t *bufend, unsigned int intdig_no,
               const char *grouping, wchar_t thousands_sep, int ngroups)
 {
   wchar_t *p;
 
   if (ngroups == 0)
     return bufend;
 
 
   __wmemmove (buf + intdig_no + ngroups, buf + intdig_no,
               bufend - (buf + intdig_no));
 
   p = buf + intdig_no + ngroups - 1;
   do
     {
       unsigned int len = *grouping++;
       do
         *p-- = buf[--intdig_no];
       while (--len > 0);
       *p-- = thousands_sep;
 
       if (*grouping == 127
 
           || *grouping < 0
 
           )
 
         break;
       else if (*grouping == 0)
 
         --grouping;
     } while (intdig_no > (unsigned int) *grouping);
 
 
   do
     *p-- = buf[--intdig_no];
   while (p > buf);
 
   return bufend + ngroups;
 }
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: c/5835: stdio-common/printf_fp.c of glibc-2.2.5 - internal compiler error
@ 2002-03-05 17:17 rodrigc
  0 siblings, 0 replies; 2+ messages in thread
From: rodrigc @ 2002-03-05 17:17 UTC (permalink / raw)
  To: Chad.D.Campbell, gcc-bugs, gcc-prs, nobody

Synopsis: stdio-common/printf_fp.c of glibc-2.2.5 - internal compiler error

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Tue Mar  5 17:17:53 2002
State-Changed-Why:
    Duplicate of PR 2621.
    http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=2621

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5835


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-03-06  1:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-04 10:26 c/5835: stdio-common/printf_fp.c of glibc-2.2.5 - internal compiler error Chad.D.Campbell
2002-03-05 17:17 rodrigc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).