Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 43933 Details for
Bug 71173
libvorbis-1.1.0 crashed during compile, reporting internal compiler (gcc 3.4.2) error (Floating point exception) on mdct.c and smallft.c
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Preprocessed source file
cc1mbsui.out (text/plain), 93.77 KB, created by
Tomasz Mloduchowski
on 2004-11-14 08:29:54 UTC
(
hide
)
Description:
Preprocessed source file
Filename:
MIME Type:
Creator:
Tomasz Mloduchowski
Created:
2004-11-14 08:29:54 UTC
Size:
93.77 KB
patch
obsolete
>// /usr/libexec/gcc/i586-pc-linux-gnu/3.4.2/cc1 -quiet -I. -I. -I.. -I../include -MD .libs/smallft.d -MF .deps/smallft.Tpo -MP -MT smallft.lo -MQ .libs/smallft.o -DHAVE_CONFIG_H -D_REENTRANT -DUSE_MEMORY_H -DPIC smallft.c -mno-sse2 -quiet -dumpbase smallft.c -mmmx -msse -mfpmath=sse,387 -momit-leaf-frame-pointer -maccumulate-outgoing-args -mno-sse2 -mtune=pentium -auxbase-strip .libs/smallft.o -O20 -O3 -ffast-math -fsigned-char -fomit-frame-pointer -fforce-addr -fforce-mem -ffast-math -fprefetch-loop-arrays -fmove-all-movables -freduce-all-givs -ftracer -fno-crossjumping -fPIC -fPIC -o - -frandom-seed=0 ># 1 "smallft.c" ># 1 "<built-in>" ># 1 "<command line>" ># 1 "smallft.c" ># 31 "smallft.c" ># 1 "/usr/include/stdlib.h" 1 3 4 ># 25 "/usr/include/stdlib.h" 3 4 ># 1 "/usr/include/features.h" 1 3 4 ># 296 "/usr/include/features.h" 3 4 ># 1 "/usr/include/sys/cdefs.h" 1 3 4 ># 297 "/usr/include/features.h" 2 3 4 ># 319 "/usr/include/features.h" 3 4 ># 1 "/usr/include/gnu/stubs.h" 1 3 4 ># 320 "/usr/include/features.h" 2 3 4 ># 26 "/usr/include/stdlib.h" 2 3 4 > > > > > > > ># 1 "/usr/lib/gcc/i586-pc-linux-gnu/3.4.2/include/stddef.h" 1 3 4 ># 213 "/usr/lib/gcc/i586-pc-linux-gnu/3.4.2/include/stddef.h" 3 4 >typedef unsigned int size_t; ># 325 "/usr/lib/gcc/i586-pc-linux-gnu/3.4.2/include/stddef.h" 3 4 >typedef long int wchar_t; ># 34 "/usr/include/stdlib.h" 2 3 4 > > ># 93 "/usr/include/stdlib.h" 3 4 > > >typedef struct > { > int quot; > int rem; > } div_t; > > > >typedef struct > { > long int quot; > long int rem; > } ldiv_t; > > > ># 137 "/usr/include/stdlib.h" 3 4 >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) ; > ># 174 "/usr/include/stdlib.h" 3 4 > > >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) > ; > ># 264 "/usr/include/stdlib.h" 3 4 >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); >} > ># 343 "/usr/include/stdlib.h" 3 4 >__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); >} > ># 408 "/usr/include/stdlib.h" 3 4 >extern char *l64a (long int __n) ; > > >extern long int a64l (__const char *__s) __attribute__ ((__pure__)); > > > > ># 1 "/usr/include/sys/types.h" 1 3 4 ># 29 "/usr/include/sys/types.h" 3 4 > > ># 1 "/usr/include/bits/types.h" 1 3 4 ># 28 "/usr/include/bits/types.h" 3 4 ># 1 "/usr/include/bits/wordsize.h" 1 3 4 ># 29 "/usr/include/bits/types.h" 2 3 4 > > ># 1 "/usr/lib/gcc/i586-pc-linux-gnu/3.4.2/include/stddef.h" 1 3 4 ># 32 "/usr/include/bits/types.h" 2 3 4 > > >typedef unsigned char __u_char; >typedef unsigned short int __u_short; >typedef unsigned int __u_int; >typedef unsigned long int __u_long; > > >typedef signed char __int8_t; >typedef unsigned char __uint8_t; >typedef signed short int __int16_t; >typedef unsigned short int __uint16_t; >typedef signed int __int32_t; >typedef unsigned int __uint32_t; > > > > >__extension__ typedef signed long long int __int64_t; >__extension__ typedef unsigned long long int __uint64_t; > > > > > > > >__extension__ typedef long long int __quad_t; >__extension__ typedef unsigned long long int __u_quad_t; ># 129 "/usr/include/bits/types.h" 3 4 ># 1 "/usr/include/bits/typesizes.h" 1 3 4 ># 130 "/usr/include/bits/types.h" 2 3 4 > > > > > > >__extension__ typedef unsigned long long int __dev_t; >__extension__ typedef unsigned int __uid_t; >__extension__ typedef unsigned int __gid_t; >__extension__ typedef unsigned long int __ino_t; >__extension__ typedef unsigned long long int __ino64_t; >__extension__ typedef unsigned int __mode_t; >__extension__ typedef unsigned int __nlink_t; >__extension__ typedef long int __off_t; >__extension__ typedef long long int __off64_t; >__extension__ typedef int __pid_t; >__extension__ typedef struct { int __val[2]; } __fsid_t; >__extension__ typedef long int __clock_t; >__extension__ typedef unsigned long int __rlim_t; >__extension__ typedef unsigned long long int __rlim64_t; >__extension__ typedef unsigned int __id_t; >__extension__ typedef long int __time_t; >__extension__ typedef unsigned int __useconds_t; >__extension__ typedef long int __suseconds_t; > >__extension__ typedef int __daddr_t; >__extension__ typedef long int __swblk_t; >__extension__ typedef int __key_t; > > >__extension__ typedef int __clockid_t; > > >__extension__ typedef int __timer_t; > > >__extension__ typedef long int __blksize_t; > > > > >__extension__ typedef long int __blkcnt_t; >__extension__ typedef long long int __blkcnt64_t; > > >__extension__ typedef unsigned long int __fsblkcnt_t; >__extension__ typedef unsigned long long int __fsblkcnt64_t; > > >__extension__ typedef unsigned long int __fsfilcnt_t; >__extension__ typedef unsigned long long int __fsfilcnt64_t; > >__extension__ typedef int __ssize_t; > > > >typedef __off64_t __loff_t; >typedef __quad_t *__qaddr_t; >typedef char *__caddr_t; > > >__extension__ typedef int __intptr_t; > > >__extension__ typedef unsigned int __socklen_t; ># 32 "/usr/include/sys/types.h" 2 3 4 > > > >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; ># 62 "/usr/include/sys/types.h" 3 4 >typedef __dev_t dev_t; > > > > >typedef __gid_t gid_t; > > > > >typedef __mode_t mode_t; > > > > >typedef __nlink_t nlink_t; > > > > >typedef __uid_t uid_t; > > > > > >typedef __off_t off_t; ># 100 "/usr/include/sys/types.h" 3 4 >typedef __pid_t pid_t; > > > > >typedef __id_t id_t; > > > > >typedef __ssize_t ssize_t; > > > > > >typedef __daddr_t daddr_t; >typedef __caddr_t caddr_t; > > > > > >typedef __key_t key_t; ># 133 "/usr/include/sys/types.h" 3 4 ># 1 "/usr/include/time.h" 1 3 4 ># 74 "/usr/include/time.h" 3 4 > > >typedef __time_t time_t; > > > ># 92 "/usr/include/time.h" 3 4 >typedef __clockid_t clockid_t; ># 104 "/usr/include/time.h" 3 4 >typedef __timer_t timer_t; ># 134 "/usr/include/sys/types.h" 2 3 4 ># 147 "/usr/include/sys/types.h" 3 4 ># 1 "/usr/lib/gcc/i586-pc-linux-gnu/3.4.2/include/stddef.h" 1 3 4 ># 148 "/usr/include/sys/types.h" 2 3 4 > > > >typedef unsigned long int ulong; >typedef unsigned short int ushort; >typedef unsigned int uint; ># 191 "/usr/include/sys/types.h" 3 4 >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__))); ># 213 "/usr/include/sys/types.h" 3 4 ># 1 "/usr/include/endian.h" 1 3 4 ># 37 "/usr/include/endian.h" 3 4 ># 1 "/usr/include/bits/endian.h" 1 3 4 ># 38 "/usr/include/endian.h" 2 3 4 ># 214 "/usr/include/sys/types.h" 2 3 4 > > ># 1 "/usr/include/sys/select.h" 1 3 4 ># 31 "/usr/include/sys/select.h" 3 4 ># 1 "/usr/include/bits/select.h" 1 3 4 ># 32 "/usr/include/sys/select.h" 2 3 4 > > ># 1 "/usr/include/bits/sigset.h" 1 3 4 ># 23 "/usr/include/bits/sigset.h" 3 4 >typedef int __sig_atomic_t; > > > > >typedef struct > { > unsigned long int __val[(1024 / (8 * sizeof (unsigned long int)))]; > } __sigset_t; ># 35 "/usr/include/sys/select.h" 2 3 4 > > > >typedef __sigset_t sigset_t; > > > > > ># 1 "/usr/include/time.h" 1 3 4 ># 118 "/usr/include/time.h" 3 4 >struct timespec > { > __time_t tv_sec; > long int tv_nsec; > }; ># 45 "/usr/include/sys/select.h" 2 3 4 > ># 1 "/usr/include/bits/time.h" 1 3 4 ># 69 "/usr/include/bits/time.h" 3 4 >struct timeval > { > __time_t tv_sec; > __suseconds_t tv_usec; > }; ># 47 "/usr/include/sys/select.h" 2 3 4 > > >typedef __suseconds_t suseconds_t; > > > > > >typedef long int __fd_mask; ># 67 "/usr/include/sys/select.h" 3 4 >typedef struct > { > > > > > > > __fd_mask __fds_bits[1024 / (8 * sizeof (__fd_mask))]; > > > } fd_set; > > > > > > >typedef __fd_mask fd_mask; ># 99 "/usr/include/sys/select.h" 3 4 > ># 109 "/usr/include/sys/select.h" 3 4 >extern int select (int __nfds, fd_set *__restrict __readfds, > fd_set *__restrict __writefds, > fd_set *__restrict __exceptfds, > struct timeval *__restrict __timeout); ># 128 "/usr/include/sys/select.h" 3 4 > ># 217 "/usr/include/sys/types.h" 2 3 4 > > ># 1 "/usr/include/sys/sysmacros.h" 1 3 4 ># 29 "/usr/include/sys/sysmacros.h" 3 4 >__extension__ >extern __inline unsigned int gnu_dev_major (unsigned long long int __dev) > ; >__extension__ >extern __inline unsigned int gnu_dev_minor (unsigned long long int __dev) > ; >__extension__ >extern __inline unsigned long long int gnu_dev_makedev (unsigned int __major, > unsigned int __minor) > ; > > >__extension__ extern __inline unsigned int >gnu_dev_major (unsigned long long int __dev) >{ > return ((__dev >> 8) & 0xfff) | ((unsigned int) (__dev >> 32) & ~0xfff); >} > >__extension__ extern __inline unsigned int >gnu_dev_minor (unsigned long long int __dev) >{ > return (__dev & 0xff) | ((unsigned int) (__dev >> 12) & ~0xff); >} > >__extension__ extern __inline unsigned long long int >gnu_dev_makedev (unsigned int __major, unsigned int __minor) >{ > return ((__minor & 0xff) | ((__major & 0xfff) << 8) > | (((unsigned long long int) (__minor & ~0xff)) << 12) > | (((unsigned long long int) (__major & ~0xfff)) << 32)); >} ># 220 "/usr/include/sys/types.h" 2 3 4 ># 231 "/usr/include/sys/types.h" 3 4 >typedef __blkcnt_t blkcnt_t; > > > >typedef __fsblkcnt_t fsblkcnt_t; > > > >typedef __fsfilcnt_t fsfilcnt_t; ># 266 "/usr/include/sys/types.h" 3 4 ># 1 "/usr/include/bits/pthreadtypes.h" 1 3 4 ># 23 "/usr/include/bits/pthreadtypes.h" 3 4 ># 1 "/usr/include/bits/sched.h" 1 3 4 ># 83 "/usr/include/bits/sched.h" 3 4 >struct __sched_param > { > int __sched_priority; > }; ># 24 "/usr/include/bits/pthreadtypes.h" 2 3 4 > > >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; > > > > > >__extension__ typedef long long __pthread_cond_align_t; > > > > >typedef struct >{ > struct _pthread_fastlock __c_lock; > _pthread_descr __c_waiting; > char __padding[48 - sizeof (struct _pthread_fastlock) > - sizeof (_pthread_descr) - sizeof (__pthread_cond_align_t)]; > __pthread_cond_align_t __align; >} 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; ># 150 "/usr/include/bits/pthreadtypes.h" 3 4 >typedef unsigned long int pthread_t; ># 267 "/usr/include/sys/types.h" 2 3 4 > > > ># 417 "/usr/include/stdlib.h" 2 3 4 > > > > > > >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) ; > > > > > > > > > >extern void *malloc (size_t __size) __attribute__ ((__malloc__)); > >extern void *calloc (size_t __nmemb, size_t __size) > __attribute__ ((__malloc__)); > > > > > > > >extern void *realloc (void *__ptr, size_t __size) __attribute__ ((__malloc__)); > >extern void free (void *__ptr) ; > > > > >extern void cfree (void *__ptr) ; > > > ># 1 "/usr/include/alloca.h" 1 3 4 ># 25 "/usr/include/alloca.h" 3 4 ># 1 "/usr/lib/gcc/i586-pc-linux-gnu/3.4.2/include/stddef.h" 1 3 4 ># 26 "/usr/include/alloca.h" 2 3 4 > > > > > > > >extern void *alloca (size_t __size) ; > > > > > > ># 579 "/usr/include/stdlib.h" 2 3 4 > > > > >extern void *valloc (size_t __size) __attribute__ ((__malloc__)); ># 592 "/usr/include/stdlib.h" 3 4 > > >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__)); > ># 624 "/usr/include/stdlib.h" 3 4 > > >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) ; ># 663 "/usr/include/stdlib.h" 3 4 >extern char *mktemp (char *__template) ; ># 674 "/usr/include/stdlib.h" 3 4 >extern int mkstemp (char *__template); ># 693 "/usr/include/stdlib.h" 3 4 >extern char *mkdtemp (char *__template) ; > > > > > > > > >extern int system (__const char *__command); > ># 720 "/usr/include/stdlib.h" 3 4 >extern char *realpath (__const char *__restrict __name, > char *__restrict __resolved) ; > > > > > > >typedef int (*__compar_fn_t) (__const void *, __const void *); > > > > > > > > > >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__)); > > > > > > > > > > > > >extern div_t div (int __numer, int __denom) > __attribute__ ((__const__)); >extern ldiv_t ldiv (long int __numer, long int __denom) > __attribute__ ((__const__)); > ># 784 "/usr/include/stdlib.h" 3 4 >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) ; ># 916 "/usr/include/stdlib.h" 3 4 >extern int getloadavg (double __loadavg[], int __nelem) ; > > > > > > ># 32 "smallft.c" 2 ># 1 "/usr/include/string.h" 1 3 4 ># 28 "/usr/include/string.h" 3 4 > > > > > ># 1 "/usr/lib/gcc/i586-pc-linux-gnu/3.4.2/include/stddef.h" 1 3 4 ># 34 "/usr/include/string.h" 2 3 4 > > > > >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__)); > ># 80 "/usr/include/string.h" 3 4 > > >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) ; > ># 126 "/usr/include/string.h" 3 4 >extern char *strdup (__const char *__s) __attribute__ ((__malloc__)); ># 160 "/usr/include/string.h" 3 4 > > >extern char *strchr (__const char *__s, int __c) __attribute__ ((__pure__)); > >extern char *strrchr (__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 *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) ; ># 228 "/usr/include/string.h" 3 4 > > >extern size_t strlen (__const char *__s) __attribute__ ((__pure__)); > ># 241 "/usr/include/string.h" 3 4 > > >extern char *strerror (int __errnum) ; > ># 268 "/usr/include/string.h" 3 4 >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__)); ># 308 "/usr/include/string.h" 3 4 >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__)); ># 330 "/usr/include/string.h" 3 4 >extern char *strsep (char **__restrict __stringp, > __const char *__restrict __delim) ; ># 393 "/usr/include/string.h" 3 4 ># 1 "/usr/include/bits/string.h" 1 3 4 ># 394 "/usr/include/string.h" 2 3 4 > > ># 1 "/usr/include/bits/string2.h" 1 3 4 ># 394 "/usr/include/bits/string2.h" 3 4 >extern void *__rawmemchr (const void *__s, int __c); ># 969 "/usr/include/bits/string2.h" 3 4 >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; >} ># 1045 "/usr/include/bits/string2.h" 3 4 >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; >} ># 1121 "/usr/include/bits/string2.h" 3 4 >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; >} ># 1173 "/usr/include/bits/string2.h" 3 4 >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; >} ># 1205 "/usr/include/bits/string2.h" 3 4 >extern char *__strsep_g (char **__stringp, __const char *__delim); ># 1223 "/usr/include/bits/string2.h" 3 4 >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) && !__builtin_constant_p (__retval) && (__reject) == '\0' ? (char *) __rawmemchr (__retval, __reject) : __builtin_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; >} ># 1304 "/usr/include/bits/string2.h" 3 4 >extern char *__strdup (__const char *__string) __attribute__ ((__malloc__)); ># 1323 "/usr/include/bits/string2.h" 3 4 >extern char *__strndup (__const char *__string, size_t __n) > __attribute__ ((__malloc__)); ># 397 "/usr/include/string.h" 2 3 4 > > > > ># 33 "smallft.c" 2 ># 1 "/usr/include/math.h" 1 3 4 ># 29 "/usr/include/math.h" 3 4 > > > > ># 1 "/usr/include/bits/huge_val.h" 1 3 4 ># 34 "/usr/include/math.h" 2 3 4 ># 46 "/usr/include/math.h" 3 4 ># 1 "/usr/include/bits/mathdef.h" 1 3 4 ># 47 "/usr/include/math.h" 2 3 4 ># 70 "/usr/include/math.h" 3 4 ># 1 "/usr/include/bits/mathcalls.h" 1 3 4 ># 53 "/usr/include/bits/mathcalls.h" 3 4 > > >extern double acos (double __x) ; 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 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) ; > ># 87 "/usr/include/bits/mathcalls.h" 3 4 > > >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 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) ; > ># 127 "/usr/include/bits/mathcalls.h" 3 4 > > >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) ; > ># 152 "/usr/include/bits/mathcalls.h" 3 4 > > >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) __attribute__ ((__const__)); extern double __ceil (double __x) __attribute__ ((__const__)); > > >extern double fabs (double __x) __attribute__ ((__const__)); extern double __fabs (double __x) __attribute__ ((__const__)); > > >extern double floor (double __x) __attribute__ ((__const__)); extern double __floor (double __x) __attribute__ ((__const__)); > > >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__)); > ># 231 "/usr/include/bits/mathcalls.h" 3 4 >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) ; > ># 265 "/usr/include/bits/mathcalls.h" 3 4 >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 remainder (double __x, double __y) ; extern double __remainder (double __x, double __y) ; > > > >extern double scalbn (double __x, int __n) ; extern double __scalbn (double __x, int __n) ; > > > >extern int ilogb (double __x) ; extern int __ilogb (double __x) ; ># 71 "/usr/include/math.h" 2 3 4 ># 93 "/usr/include/math.h" 3 4 ># 1 "/usr/include/bits/mathcalls.h" 1 3 4 ># 53 "/usr/include/bits/mathcalls.h" 3 4 > > >extern float acosf (float __x) ; 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 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) ; > ># 87 "/usr/include/bits/mathcalls.h" 3 4 > > >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 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) ; > ># 127 "/usr/include/bits/mathcalls.h" 3 4 > > >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) ; > ># 152 "/usr/include/bits/mathcalls.h" 3 4 > > >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) __attribute__ ((__const__)); extern float __ceilf (float __x) __attribute__ ((__const__)); > > >extern float fabsf (float __x) __attribute__ ((__const__)); extern float __fabsf (float __x) __attribute__ ((__const__)); > > >extern float floorf (float __x) __attribute__ ((__const__)); extern float __floorf (float __x) __attribute__ ((__const__)); > > >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__)); > ># 231 "/usr/include/bits/mathcalls.h" 3 4 >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) ; > ># 265 "/usr/include/bits/mathcalls.h" 3 4 >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 remainderf (float __x, float __y) ; extern float __remainderf (float __x, float __y) ; > > > >extern float scalbnf (float __x, int __n) ; extern float __scalbnf (float __x, int __n) ; > > > >extern int ilogbf (float __x) ; extern int __ilogbf (float __x) ; ># 94 "/usr/include/math.h" 2 3 4 ># 114 "/usr/include/math.h" 3 4 ># 1 "/usr/include/bits/mathcalls.h" 1 3 4 ># 53 "/usr/include/bits/mathcalls.h" 3 4 > > >extern long double acosl (long double __x) ; extern long double __acosl (long double __x) ; > >extern long double asinl (long double __x) ; extern long double __asinl (long double __x) ; > >extern long double atanl (long double __x) ; extern long double __atanl (long double __x) ; > >extern long double atan2l (long double __y, long double __x) ; extern long double __atan2l (long double __y, long double __x) ; > > >extern long double cosl (long double __x) ; extern long double __cosl (long double __x) ; > >extern long double sinl (long double __x) ; extern long double __sinl (long double __x) ; > >extern long double tanl (long double __x) ; extern long double __tanl (long double __x) ; > > > > >extern long double coshl (long double __x) ; extern long double __coshl (long double __x) ; > >extern long double sinhl (long double __x) ; extern long double __sinhl (long double __x) ; > >extern long double tanhl (long double __x) ; extern long double __tanhl (long double __x) ; > ># 87 "/usr/include/bits/mathcalls.h" 3 4 > > >extern long double acoshl (long double __x) ; extern long double __acoshl (long double __x) ; > >extern long double asinhl (long double __x) ; extern long double __asinhl (long double __x) ; > >extern long double atanhl (long double __x) ; extern long double __atanhl (long double __x) ; > > > > > > > >extern long double expl (long double __x) ; extern long double __expl (long double __x) ; > > >extern long double frexpl (long double __x, int *__exponent) ; extern long double __frexpl (long double __x, int *__exponent) ; > > >extern long double ldexpl (long double __x, int __exponent) ; extern long double __ldexpl (long double __x, int __exponent) ; > > >extern long double logl (long double __x) ; extern long double __logl (long double __x) ; > > >extern long double log10l (long double __x) ; extern long double __log10l (long double __x) ; > > >extern long double modfl (long double __x, long double *__iptr) ; extern long double __modfl (long double __x, long double *__iptr) ; > ># 127 "/usr/include/bits/mathcalls.h" 3 4 > > >extern long double expm1l (long double __x) ; extern long double __expm1l (long double __x) ; > > >extern long double log1pl (long double __x) ; extern long double __log1pl (long double __x) ; > > >extern long double logbl (long double __x) ; extern long double __logbl (long double __x) ; > ># 152 "/usr/include/bits/mathcalls.h" 3 4 > > >extern long double powl (long double __x, long double __y) ; extern long double __powl (long double __x, long double __y) ; > > >extern long double sqrtl (long double __x) ; extern long double __sqrtl (long double __x) ; > > > > > >extern long double hypotl (long double __x, long double __y) ; extern long double __hypotl (long double __x, long double __y) ; > > > > > > >extern long double cbrtl (long double __x) ; extern long double __cbrtl (long double __x) ; > > > > > > > > >extern long double ceill (long double __x) __attribute__ ((__const__)); extern long double __ceill (long double __x) __attribute__ ((__const__)); > > >extern long double fabsl (long double __x) __attribute__ ((__const__)); extern long double __fabsl (long double __x) __attribute__ ((__const__)); > > >extern long double floorl (long double __x) __attribute__ ((__const__)); extern long double __floorl (long double __x) __attribute__ ((__const__)); > > >extern long double fmodl (long double __x, long double __y) ; extern long double __fmodl (long double __x, long double __y) ; > > > > >extern int __isinfl (long double __value) __attribute__ ((__const__)); > > >extern int __finitel (long double __value) __attribute__ ((__const__)); > > > > > >extern int isinfl (long double __value) __attribute__ ((__const__)); > > >extern int finitel (long double __value) __attribute__ ((__const__)); > > >extern long double dreml (long double __x, long double __y) ; extern long double __dreml (long double __x, long double __y) ; > > > >extern long double significandl (long double __x) ; extern long double __significandl (long double __x) ; > > > > > >extern long double copysignl (long double __x, long double __y) __attribute__ ((__const__)); extern long double __copysignl (long double __x, long double __y) __attribute__ ((__const__)); > ># 231 "/usr/include/bits/mathcalls.h" 3 4 >extern int __isnanl (long double __value) __attribute__ ((__const__)); > > > >extern int isnanl (long double __value) __attribute__ ((__const__)); > > >extern long double j0l (long double) ; extern long double __j0l (long double) ; >extern long double j1l (long double) ; extern long double __j1l (long double) ; >extern long double jnl (int, long double) ; extern long double __jnl (int, long double) ; >extern long double y0l (long double) ; extern long double __y0l (long double) ; >extern long double y1l (long double) ; extern long double __y1l (long double) ; >extern long double ynl (int, long double) ; extern long double __ynl (int, long double) ; > > > > > > >extern long double erfl (long double) ; extern long double __erfl (long double) ; >extern long double erfcl (long double) ; extern long double __erfcl (long double) ; >extern long double lgammal (long double) ; extern long double __lgammal (long double) ; > ># 265 "/usr/include/bits/mathcalls.h" 3 4 >extern long double gammal (long double) ; extern long double __gammal (long double) ; > > > > > > >extern long double lgammal_r (long double, int *__signgamp) ; extern long double __lgammal_r (long double, int *__signgamp) ; > > > > > > > >extern long double rintl (long double __x) ; extern long double __rintl (long double __x) ; > > >extern long double nextafterl (long double __x, long double __y) __attribute__ ((__const__)); extern long double __nextafterl (long double __x, long double __y) __attribute__ ((__const__)); > > > > > >extern long double remainderl (long double __x, long double __y) ; extern long double __remainderl (long double __x, long double __y) ; > > > >extern long double scalbnl (long double __x, int __n) ; extern long double __scalbnl (long double __x, int __n) ; > > > >extern int ilogbl (long double __x) ; extern int __ilogbl (long double __x) ; ># 115 "/usr/include/math.h" 2 3 4 ># 130 "/usr/include/math.h" 3 4 >extern int signgam; ># 257 "/usr/include/math.h" 3 4 >typedef enum >{ > _IEEE_ = -1, > _SVID_, > _XOPEN_, > _POSIX_, > _ISOC_ >} _LIB_VERSION_TYPE; > > > > >extern _LIB_VERSION_TYPE _LIB_VERSION; ># 282 "/usr/include/math.h" 3 4 >struct exception > > { > int type; > char *name; > double arg1; > double arg2; > double retval; > }; > > > > >extern int matherr (struct exception *__exc); ># 382 "/usr/include/math.h" 3 4 ># 1 "/usr/include/bits/mathinline.h" 1 3 4 ># 291 "/usr/include/bits/mathinline.h" 3 4 >extern __inline double __sgn (double) ; extern __inline double __sgn (double __x) { return __x == 0.0 ? 0.0 : (__x > 0.0 ? 1.0 : -1.0); } extern __inline float __sgnf (float) ; extern __inline float __sgnf (float __x) { return __x == 0.0 ? 0.0 : (__x > 0.0 ? 1.0 : -1.0); } extern __inline long double __sgnl (long double) ; extern __inline long double __sgnl (long double __x) { return __x == 0.0 ? 0.0 : (__x > 0.0 ? 1.0 : -1.0); } > > > > >extern __inline double __pow2 (double) ; extern __inline double __pow2 (double __x) { register long double __value; register long double __exponent; __extension__ long long int __p = (long long int) __x; if (__x == (long double) __p) { __asm __volatile__ ("fscale" : "=t" (__value) : "0" (1.0), "u" (__x)); return __value; } __asm __volatile__ ("fld %%st(0)\n\t" "frndint # int(x)\n\t" "fxch\n\t" "fsub %%st(1) # fract(x)\n\t" "f2xm1 # 2^(fract(x)) - 1\n\t" : "=t" (__value), "=u" (__exponent) : "0" (__x)); __value += 1.0; __asm __volatile__ ("fscale" : "=t" (__value) : "0" (__value), "u" (__exponent)); return __value; } extern __inline float __pow2f (float) ; extern __inline float __pow2f (float __x) { register long double __value; register long double __exponent; __extension__ long long int __p = (long long int) __x; if (__x == (long double) __p) { __asm __volatile__ ("fscale" : "=t" (__value) : "0" (1.0), "u" (__x)); return __value; } __asm __volatile__ ("fld %%st(0)\n\t" "frndint # int(x)\n\t" "fxch\n\t" "fsub %%st(1) # fract(x)\n\t" "f2xm1 # 2^(fract(x)) - 1\n\t" : "=t" (__value), "=u" (__exponent) : "0" (__x)); __value += 1.0; __asm __volatile__ ("fscale" : "=t" (__value) : "0" (__value), "u" (__exponent)); return __value; } extern __inline long double __pow2l (long double) ; extern __inline long double __pow2l (long double __x) { register long double __value; register long double __exponent; __extension__ long long int __p = (long long int) __x; if (__x == (long double) __p) { __asm __volatile__ ("fscale" : "=t" (__value) : "0" (1.0), "u" (__x)); return __value; } __asm __volatile__ ("fld %%st(0)\n\t" "frndint # int(x)\n\t" "fxch\n\t" "fsub %%st(1) # fract(x)\n\t" "f2xm1 # 2^(fract(x)) - 1\n\t" : "=t" (__value), "=u" (__exponent) : "0" (__x)); __value += 1.0; __asm __volatile__ ("fscale" : "=t" (__value) : "0" (__value), "u" (__exponent)); return __value; } ># 393 "/usr/include/bits/mathinline.h" 3 4 >extern __inline long double __expm1l (long double __x) { register long double __value; register long double __exponent; register long double __temp; __asm __volatile__ ("fldl2e # e^x - 1 = 2^(x * log2(e)) - 1\n\t" "fmul %%st(1) # x * log2(e)\n\t" "fst %%st(1)\n\t" "frndint # int(x * log2(e))\n\t" "fxch\n\t" "fsub %%st(1) # fract(x * log2(e))\n\t" "f2xm1 # 2^(fract(x * log2(e))) - 1\n\t" "fscale # 2^(x * log2(e)) - 2^(int(x * log2(e)))\n\t" : "=t" (__value), "=u" (__exponent) : "0" (__x)); __asm __volatile__ ("fscale # 2^int(x * log2(e))\n\t" : "=t" (__temp) : "0" (1.0), "u" (__exponent)); __temp -= 1.0; __temp += __value; return __temp ? __temp : __x; } > > >extern __inline long double __expl (long double __x) { return __builtin_expl (__x); } ># 421 "/usr/include/bits/mathinline.h" 3 4 >extern __inline double tan (double __x) { register long double __value; register long double __value2 __attribute__ ((__unused__)); __asm __volatile__ ("fptan" : "=t" (__value2), "=u" (__value) : "0" (__x)); return __value; } extern __inline float tanf (float __x) { register long double __value; register long double __value2 __attribute__ ((__unused__)); __asm __volatile__ ("fptan" : "=t" (__value2), "=u" (__value) : "0" (__x)); return __value; } extern __inline long double tanl (long double __x) { register long double __value; register long double __value2 __attribute__ ((__unused__)); __asm __volatile__ ("fptan" : "=t" (__value2), "=u" (__value) : "0" (__x)); return __value; } ># 433 "/usr/include/bits/mathinline.h" 3 4 >extern __inline long double __atan2l (long double __y, long double __x) { return __builtin_atan2l (__y, __x); } ># 450 "/usr/include/bits/mathinline.h" 3 4 >extern __inline double fmod (double __x, double __y) { register long double __value; __asm __volatile__ ("1: fprem\n\t" "fnstsw %%ax\n\t" "sahf\n\t" "jp 1b" : "=t" (__value) : "0" (__x), "u" (__y) : "ax", "cc"); return __value; } extern __inline float fmodf (float __x, float __y) { register long double __value; __asm __volatile__ ("1: fprem\n\t" "fnstsw %%ax\n\t" "sahf\n\t" "jp 1b" : "=t" (__value) : "0" (__x), "u" (__y) : "ax", "cc"); return __value; } extern __inline long double fmodl (long double __x, long double __y) { register long double __value; __asm __volatile__ ("1: fprem\n\t" "fnstsw %%ax\n\t" "sahf\n\t" "jp 1b" : "=t" (__value) : "0" (__x), "u" (__y) : "ax", "cc"); return __value; } ># 473 "/usr/include/bits/mathinline.h" 3 4 >extern __inline double fabs (double __x) { return __builtin_fabs (__x); } > >extern __inline float fabsf (float __x) { return __builtin_fabsf (__x); } >extern __inline long double fabsl (long double __x) { return __builtin_fabsl (__x); } > >extern __inline long double __fabsl (long double __x) { return __builtin_fabsl (__x); } ># 495 "/usr/include/bits/mathinline.h" 3 4 >extern __inline double log10 (double __x) { register double __result; __asm __volatile__ ("fldlg2; fxch; fyl2x" : "=t" (__result) : "0" (__x) : "st(1)"); return __result; } extern __inline float log10f (float __x) { register float __result; __asm __volatile__ ("fldlg2; fxch; fyl2x" : "=t" (__result) : "0" (__x) : "st(1)"); return __result; } extern __inline long double log10l (long double __x) { register long double __result; __asm __volatile__ ("fldlg2; fxch; fyl2x" : "=t" (__result) : "0" (__x) : "st(1)"); return __result; } > >extern __inline double asin (double __x) { return __atan2l (__x, __builtin_sqrtl (1.0 - __x * __x)); } extern __inline float asinf (float __x) { return __atan2l (__x, __builtin_sqrtl (1.0 - __x * __x)); } extern __inline long double asinl (long double __x) { return __atan2l (__x, __builtin_sqrtl (1.0 - __x * __x)); } >extern __inline double acos (double __x) { return __atan2l (__builtin_sqrtl (1.0 - __x * __x), __x); } extern __inline float acosf (float __x) { return __atan2l (__builtin_sqrtl (1.0 - __x * __x), __x); } extern __inline long double acosl (long double __x) { return __atan2l (__builtin_sqrtl (1.0 - __x * __x), __x); } > > > > > > > >extern __inline long double __sgn1l (long double) ; extern __inline long double __sgn1l (long double __x) { __extension__ union { long double __xld; unsigned int __xi[3]; } __n = { __xld: __x }; __n.__xi[2] = (__n.__xi[2] & 0x8000) | 0x3fff; __n.__xi[1] = 0x80000000; __n.__xi[0] = 0; return __n.__xld; } ># 517 "/usr/include/bits/mathinline.h" 3 4 >extern __inline double sinh (double __x) { register long double __exm1 = __expm1l (__fabsl (__x)); return 0.5 * (__exm1 / (__exm1 + 1.0) + __exm1) * __sgn1l (__x); } extern __inline float sinhf (float __x) { register long double __exm1 = __expm1l (__fabsl (__x)); return 0.5 * (__exm1 / (__exm1 + 1.0) + __exm1) * __sgn1l (__x); } extern __inline long double sinhl (long double __x) { register long double __exm1 = __expm1l (__fabsl (__x)); return 0.5 * (__exm1 / (__exm1 + 1.0) + __exm1) * __sgn1l (__x); } > > > >extern __inline double cosh (double __x) { register long double __ex = __expl (__x); return 0.5 * (__ex + 1.0 / __ex); } extern __inline float coshf (float __x) { register long double __ex = __expl (__x); return 0.5 * (__ex + 1.0 / __ex); } extern __inline long double coshl (long double __x) { register long double __ex = __expl (__x); return 0.5 * (__ex + 1.0 / __ex); } > > > >extern __inline double tanh (double __x) { register long double __exm1 = __expm1l (-__fabsl (__x + __x)); return __exm1 / (__exm1 + 2.0) * __sgn1l (-__x); } extern __inline float tanhf (float __x) { register long double __exm1 = __expm1l (-__fabsl (__x + __x)); return __exm1 / (__exm1 + 2.0) * __sgn1l (-__x); } extern __inline long double tanhl (long double __x) { register long double __exm1 = __expm1l (-__fabsl (__x + __x)); return __exm1 / (__exm1 + 2.0) * __sgn1l (-__x); } > > > > >extern __inline double floor (double __x) { register long double __value; __volatile unsigned short int __cw; __volatile unsigned short int __cwtmp; __asm __volatile ("fnstcw %0" : "=m" (__cw)); __cwtmp = (__cw & 0xf3ff) | 0x0400; __asm __volatile ("fldcw %0" : : "m" (__cwtmp)); __asm __volatile ("frndint" : "=t" (__value) : "0" (__x)); __asm __volatile ("fldcw %0" : : "m" (__cw)); return __value; } extern __inline float floorf (float __x) { register long double __value; __volatile unsigned short int __cw; __volatile unsigned short int __cwtmp; __asm __volatile ("fnstcw %0" : "=m" (__cw)); __cwtmp = (__cw & 0xf3ff) | 0x0400; __asm __volatile ("fldcw %0" : : "m" (__cwtmp)); __asm __volatile ("frndint" : "=t" (__value) : "0" (__x)); __asm __volatile ("fldcw %0" : : "m" (__cw)); return __value; } extern __inline long double floorl (long double __x) { register long double __value; __volatile unsigned short int __cw; __volatile unsigned short int __cwtmp; __asm __volatile ("fnstcw %0" : "=m" (__cw)); __cwtmp = (__cw & 0xf3ff) | 0x0400; __asm __volatile ("fldcw %0" : : "m" (__cwtmp)); __asm __volatile ("frndint" : "=t" (__value) : "0" (__x)); __asm __volatile ("fldcw %0" : : "m" (__cw)); return __value; } ># 541 "/usr/include/bits/mathinline.h" 3 4 >extern __inline double ceil (double __x) { register long double __value; __volatile unsigned short int __cw; __volatile unsigned short int __cwtmp; __asm __volatile ("fnstcw %0" : "=m" (__cw)); __cwtmp = (__cw & 0xf3ff) | 0x0800; __asm __volatile ("fldcw %0" : : "m" (__cwtmp)); __asm __volatile ("frndint" : "=t" (__value) : "0" (__x)); __asm __volatile ("fldcw %0" : : "m" (__cw)); return __value; } extern __inline float ceilf (float __x) { register long double __value; __volatile unsigned short int __cw; __volatile unsigned short int __cwtmp; __asm __volatile ("fnstcw %0" : "=m" (__cw)); __cwtmp = (__cw & 0xf3ff) | 0x0800; __asm __volatile ("fldcw %0" : : "m" (__cwtmp)); __asm __volatile ("frndint" : "=t" (__value) : "0" (__x)); __asm __volatile ("fldcw %0" : : "m" (__cw)); return __value; } extern __inline long double ceill (long double __x) { register long double __value; __volatile unsigned short int __cw; __volatile unsigned short int __cwtmp; __asm __volatile ("fnstcw %0" : "=m" (__cw)); __cwtmp = (__cw & 0xf3ff) | 0x0800; __asm __volatile ("fldcw %0" : : "m" (__cwtmp)); __asm __volatile ("frndint" : "=t" (__value) : "0" (__x)); __asm __volatile ("fldcw %0" : : "m" (__cw)); return __value; } ># 560 "/usr/include/bits/mathinline.h" 3 4 >extern __inline double >ldexp (double __x, int __y) >{ > register long double __value; __asm __volatile__ ("fscale" : "=t" (__value) : "0" (__x), "u" ((long double) __y)); return __value; >} > > > > > > > >extern __inline double expm1 (double __x) { register long double __value; register long double __exponent; register long double __temp; __asm __volatile__ ("fldl2e # e^x - 1 = 2^(x * log2(e)) - 1\n\t" "fmul %%st(1) # x * log2(e)\n\t" "fst %%st(1)\n\t" "frndint # int(x * log2(e))\n\t" "fxch\n\t" "fsub %%st(1) # fract(x * log2(e))\n\t" "f2xm1 # 2^(fract(x * log2(e))) - 1\n\t" "fscale # 2^(x * log2(e)) - 2^(int(x * log2(e)))\n\t" : "=t" (__value), "=u" (__exponent) : "0" (__x)); __asm __volatile__ ("fscale # 2^int(x * log2(e))\n\t" : "=t" (__temp) : "0" (1.0), "u" (__exponent)); __temp -= 1.0; __temp += __value; return __temp ? __temp : __x; } extern __inline float expm1f (float __x) { register long double __value; register long double __exponent; register long double __temp; __asm __volatile__ ("fldl2e # e^x - 1 = 2^(x * log2(e)) - 1\n\t" "fmul %%st(1) # x * log2(e)\n\t" "fst %%st(1)\n\t" "frndint # int(x * log2(e))\n\t" "fxch\n\t" "fsub %%st(1) # fract(x * log2(e))\n\t" "f2xm1 # 2^(fract(x * log2(e))) - 1\n\t" "fscale # 2^(x * log2(e)) - 2^(int(x * log2(e)))\n\t" : "=t" (__value), "=u" (__exponent) : "0" (__x)); __asm __volatile__ ("fscale # 2^int(x * log2(e))\n\t" : "=t" (__temp) : "0" (1.0), "u" (__exponent)); __temp -= 1.0; __temp += __value; return __temp ? __temp : __x; } extern __inline long double expm1l (long double __x) { register long double __value; register long double __exponent; register long double __temp; __asm __volatile__ ("fldl2e # e^x - 1 = 2^(x * log2(e)) - 1\n\t" "fmul %%st(1) # x * log2(e)\n\t" "fst %%st(1)\n\t" "frndint # int(x * log2(e))\n\t" "fxch\n\t" "fsub %%st(1) # fract(x * log2(e))\n\t" "f2xm1 # 2^(fract(x * log2(e))) - 1\n\t" "fscale # 2^(x * log2(e)) - 2^(int(x * log2(e)))\n\t" : "=t" (__value), "=u" (__exponent) : "0" (__x)); __asm __volatile__ ("fscale # 2^int(x * log2(e))\n\t" : "=t" (__temp) : "0" (1.0), "u" (__exponent)); __temp -= 1.0; __temp += __value; return __temp ? __temp : __x; } > > > > > > >extern __inline double log1p (double __x) { register long double __value; if (__fabsl (__x) >= 1.0 - 0.5 * 1.41421356237309504880L) __value = logl (1.0 + __x); else __asm __volatile__ ("fldln2\n\t" "fxch\n\t" "fyl2xp1" : "=t" (__value) : "0" (__x) : "st(1)"); return __value; } extern __inline float log1pf (float __x) { register long double __value; if (__fabsl (__x) >= 1.0 - 0.5 * 1.41421356237309504880L) __value = logl (1.0 + __x); else __asm __volatile__ ("fldln2\n\t" "fxch\n\t" "fyl2xp1" : "=t" (__value) : "0" (__x) : "st(1)"); return __value; } extern __inline long double log1pl (long double __x) { register long double __value; if (__fabsl (__x) >= 1.0 - 0.5 * 1.41421356237309504880L) __value = logl (1.0 + __x); else __asm __volatile__ ("fldln2\n\t" "fxch\n\t" "fyl2xp1" : "=t" (__value) : "0" (__x) : "st(1)"); return __value; } ># 594 "/usr/include/bits/mathinline.h" 3 4 >extern __inline double asinh (double __x) { register long double __y = __fabsl (__x); return (log1pl (__y * __y / (__builtin_sqrtl (__y * __y + 1.0) + 1.0) + __y) * __sgn1l (__x)); } extern __inline float asinhf (float __x) { register long double __y = __fabsl (__x); return (log1pl (__y * __y / (__builtin_sqrtl (__y * __y + 1.0) + 1.0) + __y) * __sgn1l (__x)); } extern __inline long double asinhl (long double __x) { register long double __y = __fabsl (__x); return (log1pl (__y * __y / (__builtin_sqrtl (__y * __y + 1.0) + 1.0) + __y) * __sgn1l (__x)); } > > > > >extern __inline double acosh (double __x) { return logl (__x + __builtin_sqrtl (__x - 1.0) * __builtin_sqrtl (__x + 1.0)); } extern __inline float acoshf (float __x) { return logl (__x + __builtin_sqrtl (__x - 1.0) * __builtin_sqrtl (__x + 1.0)); } extern __inline long double acoshl (long double __x) { return logl (__x + __builtin_sqrtl (__x - 1.0) * __builtin_sqrtl (__x + 1.0)); } > > >extern __inline double atanh (double __x) { register long double __y = __fabsl (__x); return -0.5 * log1pl (-(__y + __y) / (1.0 + __y)) * __sgn1l (__x); } extern __inline float atanhf (float __x) { register long double __y = __fabsl (__x); return -0.5 * log1pl (-(__y + __y) / (1.0 + __y)) * __sgn1l (__x); } extern __inline long double atanhl (long double __x) { register long double __y = __fabsl (__x); return -0.5 * log1pl (-(__y + __y) / (1.0 + __y)) * __sgn1l (__x); } > > > > >extern __inline double hypot (double __x, double __y) { return __builtin_sqrtl (__x * __x + __y * __y); } extern __inline float hypotf (float __x, float __y) { return __builtin_sqrtl (__x * __x + __y * __y); } extern __inline long double hypotl (long double __x, long double __y) { return __builtin_sqrtl (__x * __x + __y * __y); } > > > >extern __inline double logb (double __x) { register long double __value; register long double __junk; __asm __volatile__ ("fxtract\n\t" : "=t" (__junk), "=u" (__value) : "0" (__x)); return __value; } extern __inline float logbf (float __x) { register long double __value; register long double __junk; __asm __volatile__ ("fxtract\n\t" : "=t" (__junk), "=u" (__value) : "0" (__x)); return __value; } extern __inline long double logbl (long double __x) { register long double __value; register long double __junk; __asm __volatile__ ("fxtract\n\t" : "=t" (__junk), "=u" (__value) : "0" (__x)); return __value; } ># 699 "/usr/include/bits/mathinline.h" 3 4 >extern __inline double drem (double __x, double __y) { register double __value; register int __clobbered; __asm __volatile__ ("1: fprem1\n\t" "fstsw %%ax\n\t" "sahf\n\t" "jp 1b" : "=t" (__value), "=&a" (__clobbered) : "0" (__x), "u" (__y) : "cc"); return __value; } extern __inline float dremf (float __x, float __y) { register double __value; register int __clobbered; __asm __volatile__ ("1: fprem1\n\t" "fstsw %%ax\n\t" "sahf\n\t" "jp 1b" : "=t" (__value), "=&a" (__clobbered) : "0" (__x), "u" (__y) : "cc"); return __value; } extern __inline long double dreml (long double __x, long double __y) { register double __value; register int __clobbered; __asm __volatile__ ("1: fprem1\n\t" "fstsw %%ax\n\t" "sahf\n\t" "jp 1b" : "=t" (__value), "=&a" (__clobbered) : "0" (__x), "u" (__y) : "cc"); return __value; } ># 713 "/usr/include/bits/mathinline.h" 3 4 >extern __inline int >__finite (double __x) >{ > return (__extension__ > (((((union { double __d; int __i[2]; }) {__d: __x}).__i[1] > | 0x800fffffu) + 1) >> 31)); >} > > > >extern __inline double __coshm1 (double) ; extern __inline double __coshm1 (double __x) { register long double __exm1 = __expm1l (__fabsl (__x)); return 0.5 * (__exm1 / (__exm1 + 1.0)) * __exm1; } extern __inline float __coshm1f (float) ; extern __inline float __coshm1f (float __x) { register long double __exm1 = __expm1l (__fabsl (__x)); return 0.5 * (__exm1 / (__exm1 + 1.0)) * __exm1; } extern __inline long double __coshm1l (long double) ; extern __inline long double __coshm1l (long double __x) { register long double __exm1 = __expm1l (__fabsl (__x)); return 0.5 * (__exm1 / (__exm1 + 1.0)) * __exm1; } > > > >extern __inline double __acosh1p (double) ; extern __inline double __acosh1p (double __x) { return log1pl (__x + __builtin_sqrtl (__x) * __builtin_sqrtl (__x + 2.0)); } extern __inline float __acosh1pf (float) ; extern __inline float __acosh1pf (float __x) { return log1pl (__x + __builtin_sqrtl (__x) * __builtin_sqrtl (__x + 2.0)); } extern __inline long double __acosh1pl (long double) ; extern __inline long double __acosh1pl (long double __x) { return log1pl (__x + __builtin_sqrtl (__x) * __builtin_sqrtl (__x + 2.0)); } ># 383 "/usr/include/math.h" 2 3 4 ># 438 "/usr/include/math.h" 3 4 > ># 34 "smallft.c" 2 ># 1 "smallft.h" 1 ># 21 "smallft.h" ># 1 "../include/vorbis/codec.h" 1 ># 26 "../include/vorbis/codec.h" ># 1 "/usr/include/ogg/ogg.h" 1 3 4 ># 24 "/usr/include/ogg/ogg.h" 3 4 ># 1 "/usr/include/ogg/os_types.h" 1 3 4 ># 123 "/usr/include/ogg/os_types.h" 3 4 ># 1 "/usr/include/ogg/config_types.h" 1 3 4 > > > > >typedef int16_t ogg_int16_t; >typedef u_int16_t ogg_uint16_t; >typedef int32_t ogg_int32_t; >typedef u_int32_t ogg_uint32_t; >typedef int64_t ogg_int64_t; ># 124 "/usr/include/ogg/os_types.h" 2 3 4 ># 25 "/usr/include/ogg/ogg.h" 2 3 4 > >typedef struct { > long endbyte; > int endbit; > > unsigned char *buffer; > unsigned char *ptr; > long storage; >} oggpack_buffer; > > > >typedef struct { > unsigned char *header; > long header_len; > unsigned char *body; > long body_len; >} ogg_page; > > > > >typedef struct { > unsigned char *body_data; > long body_storage; > long body_fill; > long body_returned; > > > int *lacing_vals; > ogg_int64_t *granule_vals; > > > long lacing_storage; > long lacing_fill; > long lacing_packet; > long lacing_returned; > > unsigned char header[282]; > int header_fill; > > int e_o_s; > > int b_o_s; > > long serialno; > long pageno; > ogg_int64_t packetno; > > > > > ogg_int64_t granulepos; > >} ogg_stream_state; > > > > >typedef struct { > unsigned char *packet; > long bytes; > long b_o_s; > long e_o_s; > > ogg_int64_t granulepos; > > ogg_int64_t packetno; > > > > >} ogg_packet; > >typedef struct { > unsigned char *data; > int storage; > int fill; > int returned; > > int unsynced; > int headerbytes; > int bodybytes; >} ogg_sync_state; > > > >extern void oggpack_writeinit(oggpack_buffer *b); >extern void oggpack_writetrunc(oggpack_buffer *b,long bits); >extern void oggpack_writealign(oggpack_buffer *b); >extern void oggpack_writecopy(oggpack_buffer *b,void *source,long bits); >extern void oggpack_reset(oggpack_buffer *b); >extern void oggpack_writeclear(oggpack_buffer *b); >extern void oggpack_readinit(oggpack_buffer *b,unsigned char *buf,int bytes); >extern void oggpack_write(oggpack_buffer *b,unsigned long value,int bits); >extern long oggpack_look(oggpack_buffer *b,int bits); >extern long oggpack_look1(oggpack_buffer *b); >extern void oggpack_adv(oggpack_buffer *b,int bits); >extern void oggpack_adv1(oggpack_buffer *b); >extern long oggpack_read(oggpack_buffer *b,int bits); >extern long oggpack_read1(oggpack_buffer *b); >extern long oggpack_bytes(oggpack_buffer *b); >extern long oggpack_bits(oggpack_buffer *b); >extern unsigned char *oggpack_get_buffer(oggpack_buffer *b); > >extern void oggpackB_writeinit(oggpack_buffer *b); >extern void oggpackB_writetrunc(oggpack_buffer *b,long bits); >extern void oggpackB_writealign(oggpack_buffer *b); >extern void oggpackB_writecopy(oggpack_buffer *b,void *source,long bits); >extern void oggpackB_reset(oggpack_buffer *b); >extern void oggpackB_writeclear(oggpack_buffer *b); >extern void oggpackB_readinit(oggpack_buffer *b,unsigned char *buf,int bytes); >extern void oggpackB_write(oggpack_buffer *b,unsigned long value,int bits); >extern long oggpackB_look(oggpack_buffer *b,int bits); >extern long oggpackB_look1(oggpack_buffer *b); >extern void oggpackB_adv(oggpack_buffer *b,int bits); >extern void oggpackB_adv1(oggpack_buffer *b); >extern long oggpackB_read(oggpack_buffer *b,int bits); >extern long oggpackB_read1(oggpack_buffer *b); >extern long oggpackB_bytes(oggpack_buffer *b); >extern long oggpackB_bits(oggpack_buffer *b); >extern unsigned char *oggpackB_get_buffer(oggpack_buffer *b); > > > >extern int ogg_stream_packetin(ogg_stream_state *os, ogg_packet *op); >extern int ogg_stream_pageout(ogg_stream_state *os, ogg_page *og); >extern int ogg_stream_flush(ogg_stream_state *os, ogg_page *og); > > > >extern int ogg_sync_init(ogg_sync_state *oy); >extern int ogg_sync_clear(ogg_sync_state *oy); >extern int ogg_sync_reset(ogg_sync_state *oy); >extern int ogg_sync_destroy(ogg_sync_state *oy); > >extern char *ogg_sync_buffer(ogg_sync_state *oy, long size); >extern int ogg_sync_wrote(ogg_sync_state *oy, long bytes); >extern long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og); >extern int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og); >extern int ogg_stream_pagein(ogg_stream_state *os, ogg_page *og); >extern int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op); >extern int ogg_stream_packetpeek(ogg_stream_state *os,ogg_packet *op); > > > >extern int ogg_stream_init(ogg_stream_state *os,int serialno); >extern int ogg_stream_clear(ogg_stream_state *os); >extern int ogg_stream_reset(ogg_stream_state *os); >extern int ogg_stream_reset_serialno(ogg_stream_state *os,int serialno); >extern int ogg_stream_destroy(ogg_stream_state *os); >extern int ogg_stream_eos(ogg_stream_state *os); > >extern void ogg_page_checksum_set(ogg_page *og); > >extern int ogg_page_version(ogg_page *og); >extern int ogg_page_continued(ogg_page *og); >extern int ogg_page_bos(ogg_page *og); >extern int ogg_page_eos(ogg_page *og); >extern ogg_int64_t ogg_page_granulepos(ogg_page *og); >extern int ogg_page_serialno(ogg_page *og); >extern long ogg_page_pageno(ogg_page *og); >extern int ogg_page_packets(ogg_page *og); > >extern void ogg_packet_clear(ogg_packet *op); ># 27 "../include/vorbis/codec.h" 2 > >typedef struct vorbis_info{ > int version; > int channels; > long rate; ># 48 "../include/vorbis/codec.h" > long bitrate_upper; > long bitrate_nominal; > long bitrate_lower; > long bitrate_window; > > void *codec_setup; >} vorbis_info; > > > > >typedef struct vorbis_dsp_state{ > int analysisp; > vorbis_info *vi; > > float **pcm; > float **pcmret; > int pcm_storage; > int pcm_current; > int pcm_returned; > > int preextrapolate; > int eofflag; > > long lW; > long W; > long nW; > long centerW; > > ogg_int64_t granulepos; > ogg_int64_t sequence; > > ogg_int64_t glue_bits; > ogg_int64_t time_bits; > ogg_int64_t floor_bits; > ogg_int64_t res_bits; > > void *backend_state; >} vorbis_dsp_state; > >typedef struct vorbis_block{ > > float **pcm; > oggpack_buffer opb; > > long lW; > long W; > long nW; > int pcmend; > int mode; > > int eofflag; > ogg_int64_t granulepos; > ogg_int64_t sequence; > vorbis_dsp_state *vd; > > > > void *localstore; > long localtop; > long localalloc; > long totaluse; > struct alloc_chain *reap; > > > long glue_bits; > long time_bits; > long floor_bits; > long res_bits; > > void *internal; > >} vorbis_block; > > > > > > >struct alloc_chain{ > void *ptr; > struct alloc_chain *next; >}; ># 140 "../include/vorbis/codec.h" >typedef struct vorbis_comment{ > > > char **user_comments; > int *comment_lengths; > int comments; > char *vendor; > >} vorbis_comment; ># 165 "../include/vorbis/codec.h" >extern void vorbis_info_init(vorbis_info *vi); >extern void vorbis_info_clear(vorbis_info *vi); >extern int vorbis_info_blocksize(vorbis_info *vi,int zo); >extern void vorbis_comment_init(vorbis_comment *vc); >extern void vorbis_comment_add(vorbis_comment *vc, char *comment); >extern void vorbis_comment_add_tag(vorbis_comment *vc, > char *tag, char *contents); >extern char *vorbis_comment_query(vorbis_comment *vc, char *tag, int count); >extern int vorbis_comment_query_count(vorbis_comment *vc, char *tag); >extern void vorbis_comment_clear(vorbis_comment *vc); > >extern int vorbis_block_init(vorbis_dsp_state *v, vorbis_block *vb); >extern int vorbis_block_clear(vorbis_block *vb); >extern void vorbis_dsp_clear(vorbis_dsp_state *v); >extern double vorbis_granule_time(vorbis_dsp_state *v, > ogg_int64_t granulepos); > > > >extern int vorbis_analysis_init(vorbis_dsp_state *v,vorbis_info *vi); >extern int vorbis_commentheader_out(vorbis_comment *vc, ogg_packet *op); >extern int vorbis_analysis_headerout(vorbis_dsp_state *v, > vorbis_comment *vc, > ogg_packet *op, > ogg_packet *op_comm, > ogg_packet *op_code); >extern float **vorbis_analysis_buffer(vorbis_dsp_state *v,int vals); >extern int vorbis_analysis_wrote(vorbis_dsp_state *v,int vals); >extern int vorbis_analysis_blockout(vorbis_dsp_state *v,vorbis_block *vb); >extern int vorbis_analysis(vorbis_block *vb,ogg_packet *op); > >extern int vorbis_bitrate_addblock(vorbis_block *vb); >extern int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd, > ogg_packet *op); > > >extern int vorbis_synthesis_headerin(vorbis_info *vi,vorbis_comment *vc, > ogg_packet *op); > >extern int vorbis_synthesis_init(vorbis_dsp_state *v,vorbis_info *vi); >extern int vorbis_synthesis_restart(vorbis_dsp_state *v); >extern int vorbis_synthesis(vorbis_block *vb,ogg_packet *op); >extern int vorbis_synthesis_trackonly(vorbis_block *vb,ogg_packet *op); >extern int vorbis_synthesis_blockin(vorbis_dsp_state *v,vorbis_block *vb); >extern int vorbis_synthesis_pcmout(vorbis_dsp_state *v,float ***pcm); >extern int vorbis_synthesis_lapout(vorbis_dsp_state *v,float ***pcm); >extern int vorbis_synthesis_read(vorbis_dsp_state *v,int samples); >extern long vorbis_packet_blocksize(vorbis_info *vi,ogg_packet *op); > >extern int vorbis_synthesis_halfrate(vorbis_info *v,int flag); >extern int vorbis_synthesis_halfrate_p(vorbis_info *v); ># 22 "smallft.h" 2 > >typedef struct { > int n; > float *trigcache; > int *splitcache; >} drft_lookup; > >extern void drft_forward(drft_lookup *l,float *data); >extern void drft_backward(drft_lookup *l,float *data); >extern void drft_init(drft_lookup *l,int n); >extern void drft_clear(drft_lookup *l); ># 35 "smallft.c" 2 ># 1 "os.h" 1 ># 21 "os.h" ># 1 "../config.h" 1 ># 22 "os.h" 2 > > > > > ># 1 "misc.h" 1 ># 22 "misc.h" >extern int analysis_noisy; > >extern void *_vorbis_block_alloc(vorbis_block *vb,long bytes); >extern void _vorbis_block_ripcord(vorbis_block *vb); >extern void _analysis_output(char *base,int i,float *v,int n,int bark,int dB, > ogg_int64_t off); ># 28 "os.h" 2 ># 71 "os.h" ># 1 "/usr/include/memory.h" 1 3 4 ># 72 "os.h" 2 ># 91 "os.h" >typedef ogg_int16_t vorbis_fpu_control; > >static inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){ > ogg_int16_t ret; > ogg_int16_t temp; > __asm__ __volatile__("fnstcw %0\n\t" > "movw %0,%%dx\n\t" > "orw $62463,%%dx\n\t" > "movw %%dx,%1\n\t" > "fldcw %1\n\t":"=m"(ret):"m"(temp): "dx"); > *fpu=ret; >} > >static inline void vorbis_fpu_restore(vorbis_fpu_control fpu){ > __asm__ __volatile__("fldcw %0":: "m"(fpu)); >} > > >static inline int vorbis_ftoi(double f){ > > > int i; > __asm__("fistl %0": "=m"(i) : "t"(f)); > return(i); >} ># 36 "smallft.c" 2 > > >static void drfti1(int n, float *wa, int *ifac){ > static int ntryh[4] = { 4,2,3,5 }; > static float tpi = 6.28318530717958648f; > float arg,argh,argld,fi; > int ntry=0,i,j=-1; > int k1, l1, l2, ib; > int ld, ii, ip, is, nq, nr; > int ido, ipm, nfm1; > int nl=n; > int nf=0; > > L101: > j++; > if (j < 4) > ntry=ntryh[j]; > else > ntry+=2; > > L104: > nq=nl/ntry; > nr=nl-ntry*nq; > if (nr!=0) goto L101; > > nf++; > ifac[nf+1]=ntry; > nl=nq; > if(ntry!=2)goto L107; > if(nf==1)goto L107; > > for (i=1;i<nf;i++){ > ib=nf-i+1; > ifac[ib+1]=ifac[ib]; > } > ifac[2] = 2; > > L107: > if(nl!=1)goto L104; > ifac[0]=n; > ifac[1]=nf; > argh=tpi/n; > is=0; > nfm1=nf-1; > l1=1; > > if(nfm1==0)return; > > for (k1=0;k1<nfm1;k1++){ > ip=ifac[k1+2]; > ld=0; > l2=l1*ip; > ido=n/l2; > ipm=ip-1; > > for (j=0;j<ipm;j++){ > ld+=l1; > i=is; > argld=(float)ld*argh; > fi=0.f; > for (ii=2;ii<ido;ii+=2){ > fi+=1.f; > arg=fi*argld; > wa[i++]=cos(arg); > wa[i++]=sin(arg); > } > is+=ido; > } > l1=l2; > } >} > >static void fdrffti(int n, float *wsave, int *ifac){ > > if (n == 1) return; > drfti1(n, wsave+n, ifac); >} > >static void dradf2(int ido,int l1,float *cc,float *ch,float *wa1){ > int i,k; > float ti2,tr2; > int t0,t1,t2,t3,t4,t5,t6; > > t1=0; > t0=(t2=l1*ido); > t3=ido<<1; > for(k=0;k<l1;k++){ > ch[t1<<1]=cc[t1]+cc[t2]; > ch[(t1<<1)+t3-1]=cc[t1]-cc[t2]; > t1+=ido; > t2+=ido; > } > > if(ido<2)return; > if(ido==2)goto L105; > > t1=0; > t2=t0; > for(k=0;k<l1;k++){ > t3=t2; > t4=(t1<<1)+(ido<<1); > t5=t1; > t6=t1+t1; > for(i=2;i<ido;i+=2){ > t3+=2; > t4-=2; > t5+=2; > t6+=2; > tr2=wa1[i-2]*cc[t3-1]+wa1[i-1]*cc[t3]; > ti2=wa1[i-2]*cc[t3]-wa1[i-1]*cc[t3-1]; > ch[t6]=cc[t5]+ti2; > ch[t4]=ti2-cc[t5]; > ch[t6-1]=cc[t5-1]+tr2; > ch[t4-1]=cc[t5-1]-tr2; > } > t1+=ido; > t2+=ido; > } > > if(ido%2==1)return; > > L105: > t3=(t2=(t1=ido)-1); > t2+=t0; > for(k=0;k<l1;k++){ > ch[t1]=-cc[t2]; > ch[t1-1]=cc[t3]; > t1+=ido<<1; > t2+=ido; > t3+=ido; > } >} > >static void dradf4(int ido,int l1,float *cc,float *ch,float *wa1, > float *wa2,float *wa3){ > static float hsqt2 = .70710678118654752f; > int i,k,t0,t1,t2,t3,t4,t5,t6; > float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; > t0=l1*ido; > > t1=t0; > t4=t1<<1; > t2=t1+(t1<<1); > t3=0; > > for(k=0;k<l1;k++){ > tr1=cc[t1]+cc[t2]; > tr2=cc[t3]+cc[t4]; > > ch[t5=t3<<2]=tr1+tr2; > ch[(ido<<2)+t5-1]=tr2-tr1; > ch[(t5+=(ido<<1))-1]=cc[t3]-cc[t4]; > ch[t5]=cc[t2]-cc[t1]; > > t1+=ido; > t2+=ido; > t3+=ido; > t4+=ido; > } > > if(ido<2)return; > if(ido==2)goto L105; > > > t1=0; > for(k=0;k<l1;k++){ > t2=t1; > t4=t1<<2; > t5=(t6=ido<<1)+t4; > for(i=2;i<ido;i+=2){ > t3=(t2+=2); > t4+=2; > t5-=2; > > t3+=t0; > cr2=wa1[i-2]*cc[t3-1]+wa1[i-1]*cc[t3]; > ci2=wa1[i-2]*cc[t3]-wa1[i-1]*cc[t3-1]; > t3+=t0; > cr3=wa2[i-2]*cc[t3-1]+wa2[i-1]*cc[t3]; > ci3=wa2[i-2]*cc[t3]-wa2[i-1]*cc[t3-1]; > t3+=t0; > cr4=wa3[i-2]*cc[t3-1]+wa3[i-1]*cc[t3]; > ci4=wa3[i-2]*cc[t3]-wa3[i-1]*cc[t3-1]; > > tr1=cr2+cr4; > tr4=cr4-cr2; > ti1=ci2+ci4; > ti4=ci2-ci4; > > ti2=cc[t2]+ci3; > ti3=cc[t2]-ci3; > tr2=cc[t2-1]+cr3; > tr3=cc[t2-1]-cr3; > > ch[t4-1]=tr1+tr2; > ch[t4]=ti1+ti2; > > ch[t5-1]=tr3-ti4; > ch[t5]=tr4-ti3; > > ch[t4+t6-1]=ti4+tr3; > ch[t4+t6]=tr4+ti3; > > ch[t5+t6-1]=tr2-tr1; > ch[t5+t6]=ti1-ti2; > } > t1+=ido; > } > if(ido&1)return; > > L105: > > t2=(t1=t0+ido-1)+(t0<<1); > t3=ido<<2; > t4=ido; > t5=ido<<1; > t6=ido; > > for(k=0;k<l1;k++){ > ti1=-hsqt2*(cc[t1]+cc[t2]); > tr1=hsqt2*(cc[t1]-cc[t2]); > > ch[t4-1]=tr1+cc[t6-1]; > ch[t4+t5-1]=cc[t6-1]-tr1; > > ch[t4]=ti1-cc[t1+t0]; > ch[t4+t5]=ti1+cc[t1+t0]; > > t1+=ido; > t2+=ido; > t4+=t3; > t6+=ido; > } >} > >static void dradfg(int ido,int ip,int l1,int idl1,float *cc,float *c1, > float *c2,float *ch,float *ch2,float *wa){ > > static float tpi=6.283185307179586f; > int idij,ipph,i,j,k,l,ic,ik,is; > int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; > float dc2,ai1,ai2,ar1,ar2,ds2; > int nbd; > float dcp,arg,dsp,ar1h,ar2h; > int idp2,ipp2; > > arg=tpi/(float)ip; > dcp=cos(arg); > dsp=sin(arg); > ipph=(ip+1)>>1; > ipp2=ip; > idp2=ido; > nbd=(ido-1)>>1; > t0=l1*ido; > t10=ip*ido; > > if(ido==1)goto L119; > for(ik=0;ik<idl1;ik++)ch2[ik]=c2[ik]; > > t1=0; > for(j=1;j<ip;j++){ > t1+=t0; > t2=t1; > for(k=0;k<l1;k++){ > ch[t2]=c1[t2]; > t2+=ido; > } > } > > is=-ido; > t1=0; > if(nbd>l1){ > for(j=1;j<ip;j++){ > t1+=t0; > is+=ido; > t2= -ido+t1; > for(k=0;k<l1;k++){ > idij=is-1; > t2+=ido; > t3=t2; > for(i=2;i<ido;i+=2){ > idij+=2; > t3+=2; > ch[t3-1]=wa[idij-1]*c1[t3-1]+wa[idij]*c1[t3]; > ch[t3]=wa[idij-1]*c1[t3]-wa[idij]*c1[t3-1]; > } > } > } > }else{ > > for(j=1;j<ip;j++){ > is+=ido; > idij=is-1; > t1+=t0; > t2=t1; > for(i=2;i<ido;i+=2){ > idij+=2; > t2+=2; > t3=t2; > for(k=0;k<l1;k++){ > ch[t3-1]=wa[idij-1]*c1[t3-1]+wa[idij]*c1[t3]; > ch[t3]=wa[idij-1]*c1[t3]-wa[idij]*c1[t3-1]; > t3+=ido; > } > } > } > } > > t1=0; > t2=ipp2*t0; > if(nbd<l1){ > for(j=1;j<ipph;j++){ > t1+=t0; > t2-=t0; > t3=t1; > t4=t2; > for(i=2;i<ido;i+=2){ > t3+=2; > t4+=2; > t5=t3-ido; > t6=t4-ido; > for(k=0;k<l1;k++){ > t5+=ido; > t6+=ido; > c1[t5-1]=ch[t5-1]+ch[t6-1]; > c1[t6-1]=ch[t5]-ch[t6]; > c1[t5]=ch[t5]+ch[t6]; > c1[t6]=ch[t6-1]-ch[t5-1]; > } > } > } > }else{ > for(j=1;j<ipph;j++){ > t1+=t0; > t2-=t0; > t3=t1; > t4=t2; > for(k=0;k<l1;k++){ > t5=t3; > t6=t4; > for(i=2;i<ido;i+=2){ > t5+=2; > t6+=2; > c1[t5-1]=ch[t5-1]+ch[t6-1]; > c1[t6-1]=ch[t5]-ch[t6]; > c1[t5]=ch[t5]+ch[t6]; > c1[t6]=ch[t6-1]-ch[t5-1]; > } > t3+=ido; > t4+=ido; > } > } > } > >L119: > for(ik=0;ik<idl1;ik++)c2[ik]=ch2[ik]; > > t1=0; > t2=ipp2*idl1; > for(j=1;j<ipph;j++){ > t1+=t0; > t2-=t0; > t3=t1-ido; > t4=t2-ido; > for(k=0;k<l1;k++){ > t3+=ido; > t4+=ido; > c1[t3]=ch[t3]+ch[t4]; > c1[t4]=ch[t4]-ch[t3]; > } > } > > ar1=1.f; > ai1=0.f; > t1=0; > t2=ipp2*idl1; > t3=(ip-1)*idl1; > for(l=1;l<ipph;l++){ > t1+=idl1; > t2-=idl1; > ar1h=dcp*ar1-dsp*ai1; > ai1=dcp*ai1+dsp*ar1; > ar1=ar1h; > t4=t1; > t5=t2; > t6=t3; > t7=idl1; > > for(ik=0;ik<idl1;ik++){ > ch2[t4++]=c2[ik]+ar1*c2[t7++]; > ch2[t5++]=ai1*c2[t6++]; > } > > dc2=ar1; > ds2=ai1; > ar2=ar1; > ai2=ai1; > > t4=idl1; > t5=(ipp2-1)*idl1; > for(j=2;j<ipph;j++){ > t4+=idl1; > t5-=idl1; > > ar2h=dc2*ar2-ds2*ai2; > ai2=dc2*ai2+ds2*ar2; > ar2=ar2h; > > t6=t1; > t7=t2; > t8=t4; > t9=t5; > for(ik=0;ik<idl1;ik++){ > ch2[t6++]+=ar2*c2[t8++]; > ch2[t7++]+=ai2*c2[t9++]; > } > } > } > > t1=0; > for(j=1;j<ipph;j++){ > t1+=idl1; > t2=t1; > for(ik=0;ik<idl1;ik++)ch2[ik]+=c2[t2++]; > } > > if(ido<l1)goto L132; > > t1=0; > t2=0; > for(k=0;k<l1;k++){ > t3=t1; > t4=t2; > for(i=0;i<ido;i++)cc[t4++]=ch[t3++]; > t1+=ido; > t2+=t10; > } > > goto L135; > > L132: > for(i=0;i<ido;i++){ > t1=i; > t2=i; > for(k=0;k<l1;k++){ > cc[t2]=ch[t1]; > t1+=ido; > t2+=t10; > } > } > > L135: > t1=0; > t2=ido<<1; > t3=0; > t4=ipp2*t0; > for(j=1;j<ipph;j++){ > > t1+=t2; > t3+=t0; > t4-=t0; > > t5=t1; > t6=t3; > t7=t4; > > for(k=0;k<l1;k++){ > cc[t5-1]=ch[t6]; > cc[t5]=ch[t7]; > t5+=t10; > t6+=ido; > t7+=ido; > } > } > > if(ido==1)return; > if(nbd<l1)goto L141; > > t1=-ido; > t3=0; > t4=0; > t5=ipp2*t0; > for(j=1;j<ipph;j++){ > t1+=t2; > t3+=t2; > t4+=t0; > t5-=t0; > t6=t1; > t7=t3; > t8=t4; > t9=t5; > for(k=0;k<l1;k++){ > for(i=2;i<ido;i+=2){ > ic=idp2-i; > cc[i+t7-1]=ch[i+t8-1]+ch[i+t9-1]; > cc[ic+t6-1]=ch[i+t8-1]-ch[i+t9-1]; > cc[i+t7]=ch[i+t8]+ch[i+t9]; > cc[ic+t6]=ch[i+t9]-ch[i+t8]; > } > t6+=t10; > t7+=t10; > t8+=ido; > t9+=ido; > } > } > return; > > L141: > > t1=-ido; > t3=0; > t4=0; > t5=ipp2*t0; > for(j=1;j<ipph;j++){ > t1+=t2; > t3+=t2; > t4+=t0; > t5-=t0; > for(i=2;i<ido;i+=2){ > t6=idp2+t1-i; > t7=i+t3; > t8=i+t4; > t9=i+t5; > for(k=0;k<l1;k++){ > cc[t7-1]=ch[t8-1]+ch[t9-1]; > cc[t6-1]=ch[t8-1]-ch[t9-1]; > cc[t7]=ch[t8]+ch[t9]; > cc[t6]=ch[t9]-ch[t8]; > t6+=t10; > t7+=t10; > t8+=ido; > t9+=ido; > } > } > } >} > >static void drftf1(int n,float *c,float *ch,float *wa,int *ifac){ > int i,k1,l1,l2; > int na,kh,nf; > int ip,iw,ido,idl1,ix2,ix3; > > nf=ifac[1]; > na=1; > l2=n; > iw=n; > > for(k1=0;k1<nf;k1++){ > kh=nf-k1; > ip=ifac[kh+1]; > l1=l2/ip; > ido=n/l2; > idl1=ido*l1; > iw-=(ip-1)*ido; > na=1-na; > > if(ip!=4)goto L102; > > ix2=iw+ido; > ix3=ix2+ido; > if(na!=0) > dradf4(ido,l1,ch,c,wa+iw-1,wa+ix2-1,wa+ix3-1); > else > dradf4(ido,l1,c,ch,wa+iw-1,wa+ix2-1,wa+ix3-1); > goto L110; > > L102: > if(ip!=2)goto L104; > if(na!=0)goto L103; > > dradf2(ido,l1,c,ch,wa+iw-1); > goto L110; > > L103: > dradf2(ido,l1,ch,c,wa+iw-1); > goto L110; > > L104: > if(ido==1)na=1-na; > if(na!=0)goto L109; > > dradfg(ido,ip,l1,idl1,c,c,c,ch,ch,wa+iw-1); > na=1; > goto L110; > > L109: > dradfg(ido,ip,l1,idl1,ch,ch,ch,c,c,wa+iw-1); > na=0; > > L110: > l2=l1; > } > > if(na==1)return; > > for(i=0;i<n;i++)c[i]=ch[i]; >} > >static void dradb2(int ido,int l1,float *cc,float *ch,float *wa1){ > int i,k,t0,t1,t2,t3,t4,t5,t6; > float ti2,tr2; > > t0=l1*ido; > > t1=0; > t2=0; > t3=(ido<<1)-1; > for(k=0;k<l1;k++){ > ch[t1]=cc[t2]+cc[t3+t2]; > ch[t1+t0]=cc[t2]-cc[t3+t2]; > t2=(t1+=ido)<<1; > } > > if(ido<2)return; > if(ido==2)goto L105; > > t1=0; > t2=0; > for(k=0;k<l1;k++){ > t3=t1; > t5=(t4=t2)+(ido<<1); > t6=t0+t1; > for(i=2;i<ido;i+=2){ > t3+=2; > t4+=2; > t5-=2; > t6+=2; > ch[t3-1]=cc[t4-1]+cc[t5-1]; > tr2=cc[t4-1]-cc[t5-1]; > ch[t3]=cc[t4]-cc[t5]; > ti2=cc[t4]+cc[t5]; > ch[t6-1]=wa1[i-2]*tr2-wa1[i-1]*ti2; > ch[t6]=wa1[i-2]*ti2+wa1[i-1]*tr2; > } > t2=(t1+=ido)<<1; > } > > if(ido%2==1)return; > >L105: > t1=ido-1; > t2=ido-1; > for(k=0;k<l1;k++){ > ch[t1]=cc[t2]+cc[t2]; > ch[t1+t0]=-(cc[t2+1]+cc[t2+1]); > t1+=ido; > t2+=ido<<1; > } >} > >static void dradb3(int ido,int l1,float *cc,float *ch,float *wa1, > float *wa2){ > static float taur = -.5f; > static float taui = .8660254037844386f; > int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; > float ci2,ci3,di2,di3,cr2,cr3,dr2,dr3,ti2,tr2; > t0=l1*ido; > > t1=0; > t2=t0<<1; > t3=ido<<1; > t4=ido+(ido<<1); > t5=0; > for(k=0;k<l1;k++){ > tr2=cc[t3-1]+cc[t3-1]; > cr2=cc[t5]+(taur*tr2); > ch[t1]=cc[t5]+tr2; > ci3=taui*(cc[t3]+cc[t3]); > ch[t1+t0]=cr2-ci3; > ch[t1+t2]=cr2+ci3; > t1+=ido; > t3+=t4; > t5+=t4; > } > > if(ido==1)return; > > t1=0; > t3=ido<<1; > for(k=0;k<l1;k++){ > t7=t1+(t1<<1); > t6=(t5=t7+t3); > t8=t1; > t10=(t9=t1+t0)+t0; > > for(i=2;i<ido;i+=2){ > t5+=2; > t6-=2; > t7+=2; > t8+=2; > t9+=2; > t10+=2; > tr2=cc[t5-1]+cc[t6-1]; > cr2=cc[t7-1]+(taur*tr2); > ch[t8-1]=cc[t7-1]+tr2; > ti2=cc[t5]-cc[t6]; > ci2=cc[t7]+(taur*ti2); > ch[t8]=cc[t7]+ti2; > cr3=taui*(cc[t5-1]-cc[t6-1]); > ci3=taui*(cc[t5]+cc[t6]); > dr2=cr2-ci3; > dr3=cr2+ci3; > di2=ci2+cr3; > di3=ci2-cr3; > ch[t9-1]=wa1[i-2]*dr2-wa1[i-1]*di2; > ch[t9]=wa1[i-2]*di2+wa1[i-1]*dr2; > ch[t10-1]=wa2[i-2]*dr3-wa2[i-1]*di3; > ch[t10]=wa2[i-2]*di3+wa2[i-1]*dr3; > } > t1+=ido; > } >} > >static void dradb4(int ido,int l1,float *cc,float *ch,float *wa1, > float *wa2,float *wa3){ > static float sqrt2=1.414213562373095f; > int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8; > float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; > t0=l1*ido; > > t1=0; > t2=ido<<2; > t3=0; > t6=ido<<1; > for(k=0;k<l1;k++){ > t4=t3+t6; > t5=t1; > tr3=cc[t4-1]+cc[t4-1]; > tr4=cc[t4]+cc[t4]; > tr1=cc[t3]-cc[(t4+=t6)-1]; > tr2=cc[t3]+cc[t4-1]; > ch[t5]=tr2+tr3; > ch[t5+=t0]=tr1-tr4; > ch[t5+=t0]=tr2-tr3; > ch[t5+=t0]=tr1+tr4; > t1+=ido; > t3+=t2; > } > > if(ido<2)return; > if(ido==2)goto L105; > > t1=0; > for(k=0;k<l1;k++){ > t5=(t4=(t3=(t2=t1<<2)+t6))+t6; > t7=t1; > for(i=2;i<ido;i+=2){ > t2+=2; > t3+=2; > t4-=2; > t5-=2; > t7+=2; > ti1=cc[t2]+cc[t5]; > ti2=cc[t2]-cc[t5]; > ti3=cc[t3]-cc[t4]; > tr4=cc[t3]+cc[t4]; > tr1=cc[t2-1]-cc[t5-1]; > tr2=cc[t2-1]+cc[t5-1]; > ti4=cc[t3-1]-cc[t4-1]; > tr3=cc[t3-1]+cc[t4-1]; > ch[t7-1]=tr2+tr3; > cr3=tr2-tr3; > ch[t7]=ti2+ti3; > ci3=ti2-ti3; > cr2=tr1-tr4; > cr4=tr1+tr4; > ci2=ti1+ti4; > ci4=ti1-ti4; > > ch[(t8=t7+t0)-1]=wa1[i-2]*cr2-wa1[i-1]*ci2; > ch[t8]=wa1[i-2]*ci2+wa1[i-1]*cr2; > ch[(t8+=t0)-1]=wa2[i-2]*cr3-wa2[i-1]*ci3; > ch[t8]=wa2[i-2]*ci3+wa2[i-1]*cr3; > ch[(t8+=t0)-1]=wa3[i-2]*cr4-wa3[i-1]*ci4; > ch[t8]=wa3[i-2]*ci4+wa3[i-1]*cr4; > } > t1+=ido; > } > > if(ido%2 == 1)return; > > L105: > > t1=ido; > t2=ido<<2; > t3=ido-1; > t4=ido+(ido<<1); > for(k=0;k<l1;k++){ > t5=t3; > ti1=cc[t1]+cc[t4]; > ti2=cc[t4]-cc[t1]; > tr1=cc[t1-1]-cc[t4-1]; > tr2=cc[t1-1]+cc[t4-1]; > ch[t5]=tr2+tr2; > ch[t5+=t0]=sqrt2*(tr1-ti1); > ch[t5+=t0]=ti2+ti2; > ch[t5+=t0]=-sqrt2*(tr1+ti1); > > t3+=ido; > t1+=t2; > t4+=t2; > } >} > >static void dradbg(int ido,int ip,int l1,int idl1,float *cc,float *c1, > float *c2,float *ch,float *ch2,float *wa){ > static float tpi=6.283185307179586f; > int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, > t11,t12; > float dc2,ai1,ai2,ar1,ar2,ds2; > int nbd; > float dcp,arg,dsp,ar1h,ar2h; > int ipp2; > > t10=ip*ido; > t0=l1*ido; > arg=tpi/(float)ip; > dcp=cos(arg); > dsp=sin(arg); > nbd=(ido-1)>>1; > ipp2=ip; > ipph=(ip+1)>>1; > if(ido<l1)goto L103; > > t1=0; > t2=0; > for(k=0;k<l1;k++){ > t3=t1; > t4=t2; > for(i=0;i<ido;i++){ > ch[t3]=cc[t4]; > t3++; > t4++; > } > t1+=ido; > t2+=t10; > } > goto L106; > > L103: > t1=0; > for(i=0;i<ido;i++){ > t2=t1; > t3=t1; > for(k=0;k<l1;k++){ > ch[t2]=cc[t3]; > t2+=ido; > t3+=t10; > } > t1++; > } > > L106: > t1=0; > t2=ipp2*t0; > t7=(t5=ido<<1); > for(j=1;j<ipph;j++){ > t1+=t0; > t2-=t0; > t3=t1; > t4=t2; > t6=t5; > for(k=0;k<l1;k++){ > ch[t3]=cc[t6-1]+cc[t6-1]; > ch[t4]=cc[t6]+cc[t6]; > t3+=ido; > t4+=ido; > t6+=t10; > } > t5+=t7; > } > > if (ido == 1)goto L116; > if(nbd<l1)goto L112; > > t1=0; > t2=ipp2*t0; > t7=0; > for(j=1;j<ipph;j++){ > t1+=t0; > t2-=t0; > t3=t1; > t4=t2; > > t7+=(ido<<1); > t8=t7; > for(k=0;k<l1;k++){ > t5=t3; > t6=t4; > t9=t8; > t11=t8; > for(i=2;i<ido;i+=2){ > t5+=2; > t6+=2; > t9+=2; > t11-=2; > ch[t5-1]=cc[t9-1]+cc[t11-1]; > ch[t6-1]=cc[t9-1]-cc[t11-1]; > ch[t5]=cc[t9]-cc[t11]; > ch[t6]=cc[t9]+cc[t11]; > } > t3+=ido; > t4+=ido; > t8+=t10; > } > } > goto L116; > > L112: > t1=0; > t2=ipp2*t0; > t7=0; > for(j=1;j<ipph;j++){ > t1+=t0; > t2-=t0; > t3=t1; > t4=t2; > t7+=(ido<<1); > t8=t7; > t9=t7; > for(i=2;i<ido;i+=2){ > t3+=2; > t4+=2; > t8+=2; > t9-=2; > t5=t3; > t6=t4; > t11=t8; > t12=t9; > for(k=0;k<l1;k++){ > ch[t5-1]=cc[t11-1]+cc[t12-1]; > ch[t6-1]=cc[t11-1]-cc[t12-1]; > ch[t5]=cc[t11]-cc[t12]; > ch[t6]=cc[t11]+cc[t12]; > t5+=ido; > t6+=ido; > t11+=t10; > t12+=t10; > } > } > } > >L116: > ar1=1.f; > ai1=0.f; > t1=0; > t9=(t2=ipp2*idl1); > t3=(ip-1)*idl1; > for(l=1;l<ipph;l++){ > t1+=idl1; > t2-=idl1; > > ar1h=dcp*ar1-dsp*ai1; > ai1=dcp*ai1+dsp*ar1; > ar1=ar1h; > t4=t1; > t5=t2; > t6=0; > t7=idl1; > t8=t3; > for(ik=0;ik<idl1;ik++){ > c2[t4++]=ch2[t6++]+ar1*ch2[t7++]; > c2[t5++]=ai1*ch2[t8++]; > } > dc2=ar1; > ds2=ai1; > ar2=ar1; > ai2=ai1; > > t6=idl1; > t7=t9-idl1; > for(j=2;j<ipph;j++){ > t6+=idl1; > t7-=idl1; > ar2h=dc2*ar2-ds2*ai2; > ai2=dc2*ai2+ds2*ar2; > ar2=ar2h; > t4=t1; > t5=t2; > t11=t6; > t12=t7; > for(ik=0;ik<idl1;ik++){ > c2[t4++]+=ar2*ch2[t11++]; > c2[t5++]+=ai2*ch2[t12++]; > } > } > } > > t1=0; > for(j=1;j<ipph;j++){ > t1+=idl1; > t2=t1; > for(ik=0;ik<idl1;ik++)ch2[ik]+=ch2[t2++]; > } > > t1=0; > t2=ipp2*t0; > for(j=1;j<ipph;j++){ > t1+=t0; > t2-=t0; > t3=t1; > t4=t2; > for(k=0;k<l1;k++){ > ch[t3]=c1[t3]-c1[t4]; > ch[t4]=c1[t3]+c1[t4]; > t3+=ido; > t4+=ido; > } > } > > if(ido==1)goto L132; > if(nbd<l1)goto L128; > > t1=0; > t2=ipp2*t0; > for(j=1;j<ipph;j++){ > t1+=t0; > t2-=t0; > t3=t1; > t4=t2; > for(k=0;k<l1;k++){ > t5=t3; > t6=t4; > for(i=2;i<ido;i+=2){ > t5+=2; > t6+=2; > ch[t5-1]=c1[t5-1]-c1[t6]; > ch[t6-1]=c1[t5-1]+c1[t6]; > ch[t5]=c1[t5]+c1[t6-1]; > ch[t6]=c1[t5]-c1[t6-1]; > } > t3+=ido; > t4+=ido; > } > } > goto L132; > > L128: > t1=0; > t2=ipp2*t0; > for(j=1;j<ipph;j++){ > t1+=t0; > t2-=t0; > t3=t1; > t4=t2; > for(i=2;i<ido;i+=2){ > t3+=2; > t4+=2; > t5=t3; > t6=t4; > for(k=0;k<l1;k++){ > ch[t5-1]=c1[t5-1]-c1[t6]; > ch[t6-1]=c1[t5-1]+c1[t6]; > ch[t5]=c1[t5]+c1[t6-1]; > ch[t6]=c1[t5]-c1[t6-1]; > t5+=ido; > t6+=ido; > } > } > } > >L132: > if(ido==1)return; > > for(ik=0;ik<idl1;ik++)c2[ik]=ch2[ik]; > > t1=0; > for(j=1;j<ip;j++){ > t2=(t1+=t0); > for(k=0;k<l1;k++){ > c1[t2]=ch[t2]; > t2+=ido; > } > } > > if(nbd>l1)goto L139; > > is= -ido-1; > t1=0; > for(j=1;j<ip;j++){ > is+=ido; > t1+=t0; > idij=is; > t2=t1; > for(i=2;i<ido;i+=2){ > t2+=2; > idij+=2; > t3=t2; > for(k=0;k<l1;k++){ > c1[t3-1]=wa[idij-1]*ch[t3-1]-wa[idij]*ch[t3]; > c1[t3]=wa[idij-1]*ch[t3]+wa[idij]*ch[t3-1]; > t3+=ido; > } > } > } > return; > > L139: > is= -ido-1; > t1=0; > for(j=1;j<ip;j++){ > is+=ido; > t1+=t0; > t2=t1; > for(k=0;k<l1;k++){ > idij=is; > t3=t2; > for(i=2;i<ido;i+=2){ > idij+=2; > t3+=2; > c1[t3-1]=wa[idij-1]*ch[t3-1]-wa[idij]*ch[t3]; > c1[t3]=wa[idij-1]*ch[t3]+wa[idij]*ch[t3-1]; > } > t2+=ido; > } > } >} > >static void drftb1(int n, float *c, float *ch, float *wa, int *ifac){ > int i,k1,l1,l2; > int na; > int nf,ip,iw,ix2,ix3,ido,idl1; > > nf=ifac[1]; > na=0; > l1=1; > iw=1; > > for(k1=0;k1<nf;k1++){ > ip=ifac[k1 + 2]; > l2=ip*l1; > ido=n/l2; > idl1=ido*l1; > if(ip!=4)goto L103; > ix2=iw+ido; > ix3=ix2+ido; > > if(na!=0) > dradb4(ido,l1,ch,c,wa+iw-1,wa+ix2-1,wa+ix3-1); > else > dradb4(ido,l1,c,ch,wa+iw-1,wa+ix2-1,wa+ix3-1); > na=1-na; > goto L115; > > L103: > if(ip!=2)goto L106; > > if(na!=0) > dradb2(ido,l1,ch,c,wa+iw-1); > else > dradb2(ido,l1,c,ch,wa+iw-1); > na=1-na; > goto L115; > > L106: > if(ip!=3)goto L109; > > ix2=iw+ido; > if(na!=0) > dradb3(ido,l1,ch,c,wa+iw-1,wa+ix2-1); > else > dradb3(ido,l1,c,ch,wa+iw-1,wa+ix2-1); > na=1-na; > goto L115; > > L109: ># 1216 "smallft.c" > if(na!=0) > dradbg(ido,ip,l1,idl1,ch,ch,ch,c,c,wa+iw-1); > else > dradbg(ido,ip,l1,idl1,c,c,c,ch,ch,wa+iw-1); > if(ido==1)na=1-na; > > L115: > l1=l2; > iw+=(ip-1)*ido; > } > > if(na==0)return; > > for(i=0;i<n;i++)c[i]=ch[i]; >} > >void drft_forward(drft_lookup *l,float *data){ > if(l->n==1)return; > drftf1(l->n,data,l->trigcache,l->trigcache+l->n,l->splitcache); >} > >void drft_backward(drft_lookup *l,float *data){ > if (l->n==1)return; > drftb1(l->n,data,l->trigcache,l->trigcache+l->n,l->splitcache); >} > >void drft_init(drft_lookup *l,int n){ > l->n=n; > l->trigcache=calloc(3*n,sizeof(*l->trigcache)); > l->splitcache=calloc(32,sizeof(*l->splitcache)); > fdrffti(n, l->trigcache, l->splitcache); >} > >void drft_clear(drft_lookup *l){ > if(l){ > if(l->trigcache)free(l->trigcache); > if(l->splitcache)free(l->splitcache); > memset(l,0,sizeof(*l)); > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 71173
: 43933