This is the mail archive of the gsl-discuss@sourceware.cygnus.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gsl0.4.1 test failures on Sun Sparc20 running Solaris2.6


Hi, 
I got some test failures when I ran "make check" for the 
GSL0.4.1 distribution. I am testing on a sparc20 running 
solaris2.6, using gcc2.9.5.1 withe "-msupersparc -O3" as 
the compiler flags. 
 
I am attaching the entire output of my build attempt (right 
from the configure stage to the test stage) with this email. 
Before running the configure script, I had set the following 
environment variables: 
% export CC="gcc" 
% export CFLAGS="-msupersparc -O3" 
 
Please let me know what you think is causing the test 
failures. Please reply to me directly as I am not a member 
of any of GSL's mailing lists. 
 
- Rahul V. Herwadkar, Concurrent Systems Group, Oracle Corp. 
  Phone: (650) 506-8130 [work], (650) 578-8130 [home] 

dlsun372~/work/gnome/gsl-0.4.1{93}% echo $CC
gcc
dlsun372~/work/gnome/gsl-0.4.1{94}% export CFLAGS="-O3 -msupersparc"
dlsun372~/work/gnome/gsl-0.4.1{95}% echo $CFLAGS
-O3 -msupersparc
dlsun372~/work/gnome/gsl-0.4.1{96}% ./configure --prefix=/home/rherwadk/packages --enable-shared
creating cache ./config.cache
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking whether make sets ${MAKE}... (cached) yes
checking host system type... sparc-sun-solaris2.6
checking for gcc... gcc
checking whether the C compiler (gcc -O3 -msupersparc ) works... yes
checking whether the C compiler (gcc -O3 -msupersparc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD compatible install... ./install-sh -c
checking whether ln -s works... yes
checking build system type... sparc-sun-solaris2.6
checking for ranlib... ranlib
checking for ar... ar
checking for ranlib... (cached) ranlib
checking for ANSI C header files... yes
checking for size_t... yes
checking for working const... yes
checking for inline... inline
srcdir is .
full_top_srcdir is /private1/rherwadk/work/gnome/gsl-0.4.1
full_top_builddir is /private1/rherwadk/work/gnome/gsl-0.4.1
checking for main in -lm... yes
checking for hypot... yes
checking for isinf... no
checking for vprintf... yes
checking for memcpy... yes
checking for memmove... yes
checking for strdup... yes
checking for strtol... yes
checking for strtoul... yes
checking for clock... yes
checking for CLOCKS_PER_SEC... yes
checking for rand... yes
checking for RAND_MAX... yes
checking for EXIT_SUCCESS and EXIT_FAILURE... yes
checking for IEEE compilation options... none
checking for IEEE arithmetic interface type... solaris
checking whether printf/scanf works with long double... yes
updating cache ./config.cache
creating ./config.status
creating err/Makefile
creating sys/Makefile
creating utils/Makefile
creating ieee-utils/Makefile
creating fft/Makefile
creating specfunc/Makefile
creating statistics/Makefile
creating sum/Makefile
creating roots/Makefile
creating rng/Makefile
creating randist/Makefile
creating siman/Makefile
creating integration/Makefile
creating interpolation/Makefile
creating doc/Makefile
creating vector/Makefile
creating matrix/Makefile
creating histogram/Makefile
creating monte/Makefile
creating blas/Makefile
creating linalg/Makefile
creating Makefile
creating config.h
dlsun372~/work/gnome/gsl-0.4.1{97}% make
make all-recursive
make[1]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1'
Making all in err
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/err'
gcc -DHAVE_CONFIG_H -I. -I. -I..   -O3 -msupersparc -c error.c
gcc -DHAVE_CONFIG_H -I. -I. -I..   -O3 -msupersparc -c stream.c
gcc -DHAVE_CONFIG_H -I. -I. -I..   -O3 -msupersparc -c message.c
gcc -DHAVE_CONFIG_H -I. -I. -I..   -O3 -msupersparc -c strerror.c
gcc -DHAVE_CONFIG_H -I. -I. -I..   -O3 -msupersparc -c warn.c
rm -f libgslerr.a
ar cru libgslerr.a error.o stream.o message.o strerror.o warn.o 
ranlib libgslerr.a
gcc -DHAVE_CONFIG_H -I. -I. -I..   -O3 -msupersparc -c test_results.c
rm -f libgsltest.a
ar cru libgsltest.a test_results.o 
ranlib libgsltest.a
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/err'
Making all in sys
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/sys'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..   -O3 -msupersparc -c minmax.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..   -O3 -msupersparc -c prec.c
rm -f libgslsys.a
ar cru libgslsys.a minmax.o prec.o 
ranlib libgslsys.a
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/sys'
Making all in utils
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/utils'
gcc -DHAVE_CONFIG_H -I. -I. -I..   -O3 -msupersparc -c xmalloc.c
rm -f libutils.a
ar cru libutils.a xmalloc.o 
ranlib libutils.a
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/utils'
Making all in ieee-utils
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/ieee-utils'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c endian.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c print.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c standardize.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c make_rep.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c env.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c fp.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c read.c
rm -f libgslieeeutils.a
ar cru libgslieeeutils.a endian.o print.o standardize.o make_rep.o env.o fp.o read.o 
ranlib libgslieeeutils.a
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/ieee-utils'
Making all in vector
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/vector'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c init.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c file.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c vector.c
rm -f libgslvector.a
ar cru libgslvector.a init.o file.o vector.o 
ranlib libgslvector.a
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/vector'
Making all in matrix
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/matrix'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c init.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c matrix.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c file.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c rowcol.c
rm -f libgslmatrix.a
ar cru libgslmatrix.a init.o matrix.o file.o rowcol.o 
ranlib libgslmatrix.a
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/matrix'
Making all in linalg
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/linalg'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err -I./../matrix -I./../vector  -O3 -msupersparc -c linalg_simple.c
rm -f libgsllinalg.a
ar cru libgsllinalg.a linalg_simple.o 
ranlib libgsllinalg.a
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/linalg'
Making all in blas
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/blas'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err -I./../vector -I./../matrix  -O3 -msupersparc -c blas.c
blas.c: In function `gsl_blas_caxpy':
blas.c:284: warning: passing arg 2 of `gsl_blas_raw_caxpy' discards qualifiers from pointer target type
blas.c: In function `gsl_blas_zaxpy':
blas.c:320: warning: passing arg 2 of `gsl_blas_raw_zaxpy' discards qualifiers from pointer target type
blas.c: In function `gsl_blas_cscal':
blas.c:389: warning: passing arg 2 of `gsl_blas_raw_cscal' discards qualifiers from pointer target type
blas.c: In function `gsl_blas_zscal':
blas.c:394: warning: passing arg 2 of `gsl_blas_raw_zscal' discards qualifiers from pointer target type
blas.c: In function `gsl_blas_cgemv':
blas.c:487: warning: passing arg 4 of `gsl_blas_raw_cgemv' discards qualifiers from pointer target type
blas.c:487: warning: passing arg 9 of `gsl_blas_raw_cgemv' discards qualifiers from pointer target type
blas.c: In function `gsl_blas_zgemv':
blas.c:513: warning: passing arg 4 of `gsl_blas_raw_zgemv' discards qualifiers from pointer target type
blas.c:513: warning: passing arg 9 of `gsl_blas_raw_zgemv' discards qualifiers from pointer target type
blas.c: In function `gsl_blas_cgbmv':
blas.c:595: warning: passing arg 6 of `gsl_blas_raw_cgbmv' discards qualifiers from pointer target type
blas.c:595: warning: passing arg 11 of `gsl_blas_raw_cgbmv' discards qualifiers from pointer target type
blas.c: In function `gsl_blas_zgbmv':
blas.c:622: warning: passing arg 6 of `gsl_blas_raw_zgbmv' discards qualifiers from pointer target type
blas.c:622: warning: passing arg 11 of `gsl_blas_raw_zgbmv' discards qualifiers from pointer target type
blas.c: In function `gsl_blas_cgemm':
blas.c:1648: warning: passing arg 6 of `gsl_blas_raw_cgemm' discards qualifiers from pointer target type
blas.c:1648: warning: passing arg 11 of `gsl_blas_raw_cgemm' discards qualifiers from pointer target type
blas.c: In function `gsl_blas_zgemm':
blas.c:1674: warning: passing arg 6 of `gsl_blas_raw_zgemm' discards qualifiers from pointer target type
blas.c:1674: warning: passing arg 11 of `gsl_blas_raw_zgemm' discards qualifiers from pointer target type
rm -f libgslblas.a
ar cru libgslblas.a blas.o 
ranlib libgslblas.a
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err -I./../vector -I./../matrix  -O3 -msupersparc -c blas_raw_native.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err -I./../vector -I./../matrix  -O3 -msupersparc -c blas_raw_native_cm.c
rm -f libgslblasnative.a
ar cru libgslblasnative.a blas_raw_native.o blas_raw_native_cm.o 
ranlib libgslblasnative.a
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err -I./../vector -I./../matrix  -O3 -msupersparc -c blas_raw_cblas.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err -I./../vector -I./../matrix  -O3 -msupersparc -c blas_raw_cblas_cm.c
rm -f libgslblascblas.a
ar cru libgslblascblas.a blas_raw_cblas.o blas_raw_cblas_cm.o 
ranlib libgslblascblas.a
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/blas'
Making all in specfunc
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/specfunc'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c airy.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c airy_der.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c atanint.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_I0.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_I1.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_In.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_Inu.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_J0.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_J1.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_Jn.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_Jnu.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_K0.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_K1.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_Kn.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_Knu.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_Y0.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_Y1.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_Yn.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_Ynu.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_amp_phase.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_i.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_j.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_k.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_olver.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_temme.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c bessel_y.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c beta.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c chebyshev.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c clausen.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c coulomb.c
coulomb.c: In function `gsl_sf_coulomb_wave_FG_impl':
coulomb.c:994: warning: passing arg 4 of `coulomb_jwkb' from incompatible pointer type
coulomb.c:994: warning: passing arg 5 of `coulomb_jwkb' from incompatible pointer type
coulomb.c:1002: warning: passing arg 4 of `coulomb_jwkb' from incompatible pointer type
coulomb.c:1002: warning: passing arg 5 of `coulomb_jwkb' from incompatible pointer type
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c coupling.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c coulomb_bound.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c dawson.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c debye.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c dilog.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c elementary.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c ellint.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c elljac.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c erfc.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c exp.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c expint.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c expint3.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c fermi_dirac.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c gegenbauer.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c gamma.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c gamma_inc.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c hyperg_0F1.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c hyperg_2F0.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c hyperg_1F1.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c hyperg_2F1.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c hyperg_U.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c hyperg.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c laguerre.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c legendre_H3d.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c legendre_Qn.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c legendre_con.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c legendre_poly.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c log.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c poch.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c poly.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c pow_int.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c psi.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c shint.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c sinint.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c synchrotron.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c transport.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c trig.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c zeta.c
rm -f libgslspecfunc.a
ar cru libgslspecfunc.a airy.o airy_der.o atanint.o bessel.o bessel_I0.o bessel_I1.o bessel_In.o bessel_Inu.o bessel_J0.o bessel_J1.o bessel_Jn.o bessel_Jnu.o bessel_K0.o bessel_K1.o bessel_Kn.o bessel_Knu.o bessel_Y0.o bessel_Y1.o bessel_Yn.o bessel_Ynu.o bessel_amp_phase.o bessel_i.o bessel_j.o bessel_k.o bessel_olver.o bessel_temme.o bessel_y.o beta.o chebyshev.o clausen.o coulomb.o coupling.o coulomb_bound.o dawson.o debye.o dilog.o elementary.o ellint.o elljac.o erfc.o exp.o expint.o expint3.o fermi_dirac.o gegenbauer.o gamma.o gamma_inc.o hyperg_0F1.o hyperg_2F0.o hyperg_1F1.o hyperg_2F1.o hyperg_U.o hyperg.o laguerre.o legendre_H3d.o legendre_Qn.o legendre_con.o legendre_poly.o log.o poch.o poly.o pow_int.o psi.o shint.o sinint.o synchrotron.o transport.o trig.o zeta.o 
ranlib libgslspecfunc.a
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/specfunc'
Making all in rng
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/rng'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c rng.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c default.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c cmrg.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c gfsr4.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c slatec.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c minstd.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c mrg.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c mt.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c r250.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c ran0.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c ran1.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c ran2.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c ran3.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c rand.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c random.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c rand48.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c randu.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c ranf.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c ranlux.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c ranmar.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c taus.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c transputer.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c tt.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c uni.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c uni32.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c vax.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c zuf.c
rm -f libgslrng.a
ar cru libgslrng.a rng.o default.o cmrg.o gfsr4.o slatec.o minstd.o mrg.o mt.o r250.o ran0.o ran1.o ran2.o ran3.o rand.o random.o rand48.o randu.o ranf.o ranlux.o ranmar.o taus.o transputer.o tt.o uni.o uni32.o vax.o zuf.o 
ranlib libgslrng.a
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/rng'
Making all in randist
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/randist'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c bernoulli.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c beta.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c binomial.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c cauchy.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c chisq.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c discrete.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c erlang.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c exponential.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c exppow.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c fdist.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c flat.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c gamma.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c gauss.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c geometric.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c gumbel.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c hyperg.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c laplace.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c levy.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c logarithmic.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c logistic.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c lognormal.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c nbinomial.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c pareto.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c pascal.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c poisson.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c rayleigh.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c shuffle.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c sphere.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c tdist.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c weibull.c
rm -f libgslrandist.a
ar cru libgslrandist.a bernoulli.o beta.o binomial.o cauchy.o chisq.o discrete.o erlang.o exponential.o exppow.o fdist.o flat.o gamma.o gauss.o geometric.o gumbel.o hyperg.o laplace.o levy.o logarithmic.o logistic.o lognormal.o nbinomial.o pareto.o pascal.o poisson.o rayleigh.o shuffle.o sphere.o tdist.o weibull.o 
ranlib libgslrandist.a
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c gsl-randist.c
gcc -O3 -msupersparc  -o gsl-randist  gsl-randist.o libgslrandist.a ../rng/libgslrng.a ../specfunc/libgslspecfunc.a ../err/libgslerr.a ../utils/libutils.a ../sys/libgslsys.a -lm 
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/randist'
Making all in fft
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/fft'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c compare.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c dft.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c c.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c c_float.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c factorize.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c hc.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c real.c
rm -f libgslfft.a
ar cru libgslfft.a compare.o dft.o c.o c_float.o factorize.o hc.o real.o 
ranlib libgslfft.a
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/fft'
Making all in roots
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/roots'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c bisection.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c brent.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c falsepos.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c secant.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c newton.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c solve_quadratic.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c solve_cubic.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c zsolve_quadratic.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c zsolve_cubic.c
rm -f libgslroots.a
ar cru libgslroots.a bisection.o brent.o falsepos.o secant.o newton.o solve_quadratic.o solve_cubic.o zsolve_quadratic.o zsolve_cubic.o 
ranlib libgslroots.a
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/roots'
Making all in statistics
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/statistics'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c mean.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c variance.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c absdev.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c skew.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c kurtosis.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c lag1.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c p_variance.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c minmax.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c ttest.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c sort.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c median.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c quantiles.c
rm -f libgslstatistics.a
ar cru libgslstatistics.a mean.o variance.o absdev.o skew.o kurtosis.o lag1.o p_variance.o minmax.o ttest.o sort.o median.o quantiles.o 
ranlib libgslstatistics.a
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/statistics'
Making all in siman
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/siman'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../rng -I./../err  -O3 -msupersparc -c siman.c
rm -f libgslsiman.a
ar cru libgslsiman.a siman.o 
ranlib libgslsiman.a
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/siman'
Making all in sum
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/sum'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c levin_u.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c levin_uerr.c
rm -f libgslsum.a
ar cru libgslsum.a levin_u.o levin_uerr.o 
ranlib libgslsum.a
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/sum'
Making all in integration
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/integration'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err  -O3 -msupersparc -c integration.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err  -O3 -msupersparc -c qk15.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err  -O3 -msupersparc -c qk21.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err  -O3 -msupersparc -c qk31.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err  -O3 -msupersparc -c qk41.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err  -O3 -msupersparc -c qk51.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err  -O3 -msupersparc -c qk61.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err  -O3 -msupersparc -c qk.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err  -O3 -msupersparc -c qng.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err  -O3 -msupersparc -c qage.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err  -O3 -msupersparc -c qage_impl.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err  -O3 -msupersparc -c qpsrt.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err  -O3 -msupersparc -c qagse.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err  -O3 -msupersparc -c qagse_impl.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err  -O3 -msupersparc -c qelg.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err  -O3 -msupersparc -c err.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err  -O3 -msupersparc -c workspace.c
rm -f libgslintegration.a
ar cru libgslintegration.a integration.o qk15.o qk21.o qk31.o qk41.o qk51.o qk61.o qk.o qng.o qage.o qage_impl.o qpsrt.o qagse.o qagse_impl.o qelg.o err.o workspace.o 
ranlib libgslintegration.a
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/integration'
Making all in interpolation
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/interpolation'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/private1/rherwadk/work/gnome/gsl-0.4.1 -I/private1/rherwadk/work/gnome/gsl-0.4.1/err  -O3 -msupersparc -c accel.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/private1/rherwadk/work/gnome/gsl-0.4.1 -I/private1/rherwadk/work/gnome/gsl-0.4.1/err  -O3 -msupersparc -c akima.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/private1/rherwadk/work/gnome/gsl-0.4.1 -I/private1/rherwadk/work/gnome/gsl-0.4.1/err  -O3 -msupersparc -c bsearch.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/private1/rherwadk/work/gnome/gsl-0.4.1 -I/private1/rherwadk/work/gnome/gsl-0.4.1/err  -O3 -msupersparc -c cspline.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/private1/rherwadk/work/gnome/gsl-0.4.1 -I/private1/rherwadk/work/gnome/gsl-0.4.1/err  -O3 -msupersparc -c interp.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/private1/rherwadk/work/gnome/gsl-0.4.1 -I/private1/rherwadk/work/gnome/gsl-0.4.1/err  -O3 -msupersparc -c linear.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/private1/rherwadk/work/gnome/gsl-0.4.1 -I/private1/rherwadk/work/gnome/gsl-0.4.1/err  -O3 -msupersparc -c tridiag.c
rm -f libgslinterpolation.a
ar cru libgslinterpolation.a accel.o akima.o bsearch.o cspline.o interp.o linear.o tridiag.o 
ranlib libgslinterpolation.a
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/interpolation'
Making all in histogram
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/histogram'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c add.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c find.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c get.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c init.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c params.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c reset.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c file.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c pdf.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c add2d.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c find2d.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c get2d.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c init2d.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c params2d.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c reset2d.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c file2d.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c pdf2d.c
rm -f libgslhistogram.a
ar cru libgslhistogram.a add.o find.o get.o init.o params.o reset.o file.o pdf.o add2d.o find2d.o get2d.o init2d.o params2d.o reset2d.o file2d.o pdf2d.o 
ranlib libgslhistogram.a
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c gsl-histogram.c
gcc -O3 -msupersparc  -o gsl-histogram  gsl-histogram.o libgslhistogram.a ../vector/libgslvector.a  ../err/libgslerr.a ../err/libgsltest.a -lm 
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/histogram'
Making all in monte
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/monte'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../ -I./../err -I./../rng/ -I./../vector/  -O3 -msupersparc -c vegas.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../ -I./../err -I./../rng/ -I./../vector/  -O3 -msupersparc -c vegas-print.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../ -I./../err -I./../rng/ -I./../vector/  -O3 -msupersparc -c miser.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../ -I./../err -I./../rng/ -I./../vector/  -O3 -msupersparc -c plain.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../ -I./../err -I./../rng/ -I./../vector/  -O3 -msupersparc -c utils.c
rm -f libgslmonte.a
ar cru libgslmonte.a vegas.o vegas-print.o miser.o plain.o utils.o 
ranlib libgslmonte.a
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/monte'
Making all in doc
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/doc'
make[1]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1'
ar q libgsl.a err/error.o err/stream.o err/message.o err/strerror.o err/warn.o
ar q libgsl.a err/test_results.o
ar q libgsl.a sys/minmax.o
ar q libgsl.a ieee-utils/endian.o ieee-utils/print.o ieee-utils/standardize.o ieee-utils/make_rep.o ieee-utils/env.o ieee-utils/fp.o ieee-utils/read.o
ar q libgsl.a vector/init.o vector/file.o vector/vector.o
ar q libgsl.a matrix/init.o matrix/matrix.o matrix/file.o matrix/rowcol.o
ar q libgsl.a blas/blas.o
ar q libgsl.a blas/blas_raw_native.o blas/blas_raw_native_cm.o
ar q libgsl.a blas/blas_raw_cblas.o blas/blas_raw_cblas_cm.o
ar q libgsl.a specfunc/airy.o specfunc/airy_der.o specfunc/atanint.o specfunc/bessel.o specfunc/bessel_I0.o specfunc/bessel_I1.o specfunc/bessel_In.o specfunc/bessel_Inu.o specfunc/bessel_J0.o specfunc/bessel_J1.o specfunc/bessel_Jn.o specfunc/bessel_Jnu.o specfunc/bessel_K0.o specfunc/bessel_K1.o specfunc/bessel_Kn.o specfunc/bessel_Knu.o specfunc/bessel_Y0.o specfunc/bessel_Y1.o specfunc/bessel_Yn.o specfunc/bessel_Ynu.o specfunc/bessel_amp_phase.o specfunc/bessel_i.o specfunc/bessel_j.o specfunc/bessel_k.o specfunc/bessel_olver.o specfunc/bessel_temme.o specfunc/bessel_y.o specfunc/beta.o specfunc/chebyshev.o specfunc/clausen.o specfunc/coupling.o specfunc/coulomb.o specfunc/coulomb_bound.o specfunc/dawson.o specfunc/debye.o specfunc/dilog.o specfunc/elementary.o specfunc/ellint.o specfunc/elljac.o specfunc/erfc.o specfunc/exp.o specfunc/expint.o specfunc/expint3.o specfunc/fermi_dirac.o specfunc/gegenbauer.o specfunc/gamma.o specfunc/gamma_inc.o specfunc/hyperg_0F1.o spe!
 cfunc/hyperg_2F0.o specfunc/hyperg_1F1.o specfunc/hyperg_2F1.o specfunc/hyperg_U.o specfunc/hyperg.o specfunc/laguerre.o specfunc/legendre_H3d.o specfunc/legendre_Qn.o specfunc/legendre_con.o specfunc/legendre_poly.o specfunc/log.o specfunc/poch.o specfunc/poly.o specfunc/pow_int.o specfunc/psi.o specfunc/shint.o specfunc/sinint.o specfunc/synchrotron.o specfunc/transport.o specfunc/trig.o specfunc/zeta.o
ar q libgsl.a rng/rng.o rng/default.o rng/cmrg.o rng/gfsr4.o rng/slatec.o rng/minstd.o rng/mrg.o rng/mt.o rng/r250.o rng/ran0.o rng/ran1.o rng/ran2.o rng/ran3.o rng/rand.o rng/random.o rng/rand48.o rng/randu.o rng/ranf.o rng/ranlux.o rng/ranmar.o rng/taus.o rng/transputer.o rng/tt.o rng/uni.o rng/uni32.o rng/vax.o rng/zuf.o
ar q libgsl.a randist/bernoulli.o randist/beta.o randist/binomial.o randist/cauchy.o randist/chisq.o randist/erlang.o randist/exponential.o randist/exppow.o randist/fdist.o randist/flat.o randist/gamma.o randist/gauss.o randist/geometric.o randist/gumbel.o randist/hyperg.o randist/laplace.o randist/levy.o randist/logarithmic.o randist/logistic.o randist/lognormal.o randist/nbinomial.o randist/pareto.o randist/pascal.o randist/poisson.o randist/rayleigh.o randist/shuffle.o randist/sphere.o randist/tdist.o randist/weibull.o
ar q libgsl.a fft/compare.o fft/dft.o fft/c.o fft/c_float.o fft/factorize.o fft/hc.o fft/real.o
ar q libgsl.a roots/bisection.o roots/brent.o roots/falsepos.o roots/secant.o roots/newton.o roots/solve_quadratic.o roots/solve_cubic.o roots/zsolve_quadratic.o roots/zsolve_cubic.o
ar q libgsl.a statistics/mean.o statistics/variance.o statistics/absdev.o statistics/skew.o statistics/kurtosis.o statistics/lag1.o statistics/p_variance.o statistics/minmax.o statistics/ttest.o statistics/sort.o statistics/median.o statistics/quantiles.o
ar q libgsl.a siman/siman.o
ar q libgsl.a sum/levin_u.o sum/levin_uerr.o
ar q libgsl.a integration/integration.o integration/qk15.o integration/qk21.o integration/qk31.o integration/qk41.o integration/qk51.o integration/qk61.o integration/qk.o integration/qng.o integration/qage.o integration/qage_impl.o integration/qpsrt.o integration/qagse.o integration/qagse_impl.o integration/qelg.o integration/err.o integration/workspace.o
ar q libgsl.a interpolation/accel.o interpolation/akima.o interpolation/bsearch.o interpolation/cspline.o interpolation/interp.o interpolation/linear.o interpolation/tridiag.o
ar q libgsl.a histogram/add.o histogram/find.o histogram/get.o histogram/init.o histogram/params.o histogram/reset.o histogram/file.o histogram/pdf.o histogram/add2d.o histogram/find2d.o histogram/get2d.o histogram/init2d.o histogram/params2d.o histogram/reset2d.o histogram/file2d.o histogram/pdf2d.o
ar q libgsl.a monte/vegas.o monte/vegas-print.o monte/miser.o monte/plain.o monte/utils.o
ranlib libgsl.a
dlsun372~/work/gnome/gsl-0.4.1{98}% make -i check
make check-recursive
make[1]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1'
Making check in err
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/err'
gcc -DHAVE_CONFIG_H -I. -I. -I..   -O3 -msupersparc -c test_errnos.c
gcc -O3 -msupersparc  -o test_errnos  test_errnos.o libgslerr.a libgsltest.a -lm 
make check-TESTS
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/err'
PASS: GSL_EDOM is distinct from other error values
PASS: GSL_ERANGE is distinct from other error values
PASS: GSL_EFAULT is distinct from other error values
PASS: GSL_EINVAL is distinct from other error values
PASS: GSL_EFAILED is distinct from other error values
PASS: GSL_EFACTOR is distinct from other error values
PASS: GSL_ESANITY is distinct from other error values
PASS: GSL_ENOMEM is distinct from other error values
PASS: GSL_EBADFUNC is distinct from other error values
PASS: GSL_ERUNAWAY is distinct from other error values
PASS: GSL_EMAXITER is distinct from other error values
PASS: GSL_EZERODIV is distinct from other error values
PASS: GSL_EBADTOL is distinct from other error values
PASS: GSL_ETOL is distinct from other error values
PASS: GSL_EUNDRFLW is distinct from other error values
PASS: GSL_EOVRFLW is distinct from other error values
PASS: GSL_ELOSS is distinct from other error values
PASS: GSL_EROUND is distinct from other error values
PASS: GSL_EBADLEN is distinct from other error values
PASS: GSL_ESING is distinct from other error values
PASS: GSL_EUNSUP is distinct from other error values
PASS: GSL_EDOM has a distinct error message
PASS: GSL_ERANGE has a distinct error message
PASS: GSL_EFAULT has a distinct error message
PASS: GSL_EINVAL has a distinct error message
PASS: GSL_EFAILED has a distinct error message
PASS: GSL_EFACTOR has a distinct error message
PASS: GSL_ESANITY has a distinct error message
PASS: GSL_ENOMEM has a distinct error message
PASS: GSL_EBADFUNC has a distinct error message
PASS: GSL_ERUNAWAY has a distinct error message
PASS: GSL_EMAXITER has a distinct error message
PASS: GSL_EZERODIV has a distinct error message
PASS: GSL_EBADTOL has a distinct error message
PASS: GSL_ETOL has a distinct error message
PASS: GSL_EUNDRFLW has a distinct error message
PASS: GSL_EOVRFLW has a distinct error message
PASS: GSL_ELOSS has a distinct error message
PASS: GSL_EROUND has a distinct error message
PASS: GSL_EBADLEN has a distinct error message
PASS: GSL_ESING has a distinct error message
PASS: GSL_EUNSUP has a distinct error message
PASS: test_errnos
==================
All 1 tests passed
==================
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/err'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/err'
Making check in sys
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/sys'
make
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/sys'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/sys'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/sys'
Making check in utils
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/utils'
make
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/utils'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/utils'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/utils'
Making check in ieee-utils
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/ieee-utils'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c test.c
gcc -O3 -msupersparc  -o test  test.o libgslieeeutils.a ../err/libgsltest.a -lm 
make check-TESTS
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/ieee-utils'
PASS: float x = 0, sign is + (0 observed vs 0 expected)
PASS: float x = 0, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = 0, mantissa
PASS: float x = 0, type is ZERO (5 observed vs 5 expected)
PASS: float x = -1*0, sign is - (1 observed vs 1 expected)
PASS: float x = -1*0, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = -1*0, mantissa
PASS: float x = -1*0, type is ZERO (5 observed vs 5 expected)
PASS: float x = 2.1, sign is + (0 observed vs 0 expected)
PASS: float x = 2.1, exponent is 1 (1 observed vs 1 expected)
PASS: float x = 2.1, mantissa
PASS: float x = 2.1, type is NORMAL (3 observed vs 3 expected)
PASS: float x = -1.3304..., sign is - (1 observed vs 1 expected)
PASS: float x = -1.3304..., exponent is 0 (0 observed vs 0 expected)
PASS: float x = -1.3304..., mantissa
PASS: float x = -1.3304..., type is NORMAL (3 observed vs 3 expected)
PASS: float x = 3.37e31, sign is + (0 observed vs 0 expected)
PASS: float x = 3.37e31, exponent is 104 (104 observed vs 104 expected)
PASS: float x = 3.37e31, mantissa
PASS: float x = 3.37e31, type is NORMAL (3 observed vs 3 expected)
PASS: float x = 3.37e-31, sign is + (0 observed vs 0 expected)
PASS: float x = 3.37e-31, exponent is -102 (-102 observed vs -102 expected)
PASS: float x = 3.37e-31, mantissa
PASS: float x = 3.37e-31, type is NORMAL (3 observed vs 3 expected)
PASS: float x = FLT_MIN, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN, exponent is -126 (-126 observed vs -126 expected)
PASS: float x = FLT_MIN, mantissa
PASS: float x = FLT_MIN, type is NORMAL (3 observed vs 3 expected)
PASS: float x = FLT_MAX, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MAX, exponent is 127 (127 observed vs 127 expected)
PASS: float x = FLT_MAX, mantissa
PASS: float x = FLT_MAX, type is NORMAL (3 observed vs 3 expected)
PASS: float x = FLT_MIN/2^1, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^1, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^1, mantissa
PASS: float x = FLT_MIN/2^1, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^2, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^2, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^2, mantissa
PASS: float x = FLT_MIN/2^2, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^3, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^3, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^3, mantissa
PASS: float x = FLT_MIN/2^3, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^4, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^4, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^4, mantissa
PASS: float x = FLT_MIN/2^4, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^5, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^5, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^5, mantissa
PASS: float x = FLT_MIN/2^5, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^6, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^6, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^6, mantissa
PASS: float x = FLT_MIN/2^6, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^7, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^7, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^7, mantissa
PASS: float x = FLT_MIN/2^7, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^8, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^8, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^8, mantissa
PASS: float x = FLT_MIN/2^8, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^9, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^9, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^9, mantissa
PASS: float x = FLT_MIN/2^9, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^10, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^10, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^10, mantissa
PASS: float x = FLT_MIN/2^10, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^11, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^11, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^11, mantissa
PASS: float x = FLT_MIN/2^11, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^12, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^12, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^12, mantissa
PASS: float x = FLT_MIN/2^12, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^13, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^13, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^13, mantissa
PASS: float x = FLT_MIN/2^13, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^14, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^14, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^14, mantissa
PASS: float x = FLT_MIN/2^14, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^15, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^15, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^15, mantissa
PASS: float x = FLT_MIN/2^15, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^16, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^16, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^16, mantissa
PASS: float x = FLT_MIN/2^16, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^17, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^17, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^17, mantissa
PASS: float x = FLT_MIN/2^17, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^18, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^18, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^18, mantissa
PASS: float x = FLT_MIN/2^18, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^19, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^19, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^19, mantissa
PASS: float x = FLT_MIN/2^19, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^20, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^20, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^20, mantissa
PASS: float x = FLT_MIN/2^20, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^21, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^21, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^21, mantissa
PASS: float x = FLT_MIN/2^21, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^22, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^22, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^22, mantissa
PASS: float x = FLT_MIN/2^22, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = FLT_MIN/2^23, sign is + (0 observed vs 0 expected)
PASS: float x = FLT_MIN/2^23, exponent is -127 (-127 observed vs -127 expected)
PASS: float x = FLT_MIN/2^23, mantissa
PASS: float x = FLT_MIN/2^23, type is DENORMAL (4 observed vs 4 expected)
PASS: float x = 2*FLT_MAX, sign is + (0 observed vs 0 expected)
PASS: float x = 2*FLT_MAX, exponent is 128 (128 observed vs 128 expected)
PASS: float x = 2*FLT_MAX, mantissa
PASS: float x = -2*FLT_MAX, type is INF (2 observed vs 2 expected)
PASS: float x = -2*FLT_MAX, sign is - (1 observed vs 1 expected)
PASS: float x = -2*FLT_MAX, exponent is 128 (128 observed vs 128 expected)
PASS: float x = -2*FLT_MAX, mantissa
PASS: float x = -2*FLT_MAX, type is INF (2 observed vs 2 expected)
PASS: float x = NaN, exponent is 128 (128 observed vs 128 expected)
PASS: float x = NaN, type is NAN (1 observed vs 1 expected)
PASS: double x = 0, sign is + (0 observed vs 0 expected)
PASS: double x = 0, exponent is -1023 (-1023 observed vs -1023 expected)
PASS: double x = 0, mantissa
PASS: double x = 0, type is ZERO (5 observed vs 5 expected)
PASS: double x = -1*0, sign is - (1 observed vs 1 expected)
PASS: double x = -1*0, exponent is -1023 (-1023 observed vs -1023 expected)
PASS: double x = -1*0, mantissa
PASS: double x = -1*0, type is ZERO (5 observed vs 5 expected)
PASS: double x = 2.1, sign is + (0 observed vs 0 expected)
PASS: double x = 2.1, exponent is 1 (1 observed vs 1 expected)
PASS: double x = 2.1, mantissa
PASS: double x = 2.1, type is NORMAL (3 observed vs 3 expected)
PASS: double x = -1.3304..., sign is - (1 observed vs 1 expected)
PASS: double x = -1.3304..., exponent is 0 (0 observed vs 0 expected)
PASS: double x = -1.3304..., mantissa
PASS: double x = -1.3304..., type is NORMAL (3 observed vs 3 expected)
PASS: double x = 3.37e297, sign is + (0 observed vs 0 expected)
PASS: double x = 3.37e297, exponent is 998 (988 observed vs 988 expected)
PASS: double x = 3.37e297, mantissa
PASS: double x = 3.37e297, type is NORMAL (3 observed vs 3 expected)
PASS: double x = 3.37e-297, sign is + (0 observed vs 0 expected)
PASS: double x = 3.37e-297, exponent is -985 (-985 observed vs -985 expected)
PASS: double x = 3.37e-297, mantissa
PASS: double x = 3.37e-297, type is NORMAL (3 observed vs 3 expected)
PASS: double x = DBL_MIN, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN, exponent is -1022 (-1022 observed vs -1022 expected)
PASS: double x = DBL_MIN, mantissa
PASS: double x = DBL_MIN, type is NORMAL (3 observed vs 3 expected)
PASS: double x = DBL_MAX, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MAX, exponent is 1023 (1023 observed vs 1023 expected)
PASS: double x = DBL_MAX, mantissa
PASS: double x = DBL_MAX, type is NORMAL (3 observed vs 3 expected)
PASS: double x = DBL_MIN/2^1, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^1, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^1, mantissa
PASS: double x = DBL_MIN/2^1, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^2, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^2, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^2, mantissa
PASS: double x = DBL_MIN/2^2, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^3, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^3, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^3, mantissa
PASS: double x = DBL_MIN/2^3, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^4, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^4, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^4, mantissa
PASS: double x = DBL_MIN/2^4, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^5, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^5, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^5, mantissa
PASS: double x = DBL_MIN/2^5, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^6, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^6, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^6, mantissa
PASS: double x = DBL_MIN/2^6, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^7, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^7, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^7, mantissa
PASS: double x = DBL_MIN/2^7, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^8, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^8, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^8, mantissa
PASS: double x = DBL_MIN/2^8, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^9, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^9, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^9, mantissa
PASS: double x = DBL_MIN/2^9, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^10, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^10, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^10, mantissa
PASS: double x = DBL_MIN/2^10, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^11, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^11, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^11, mantissa
PASS: double x = DBL_MIN/2^11, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^12, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^12, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^12, mantissa
PASS: double x = DBL_MIN/2^12, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^13, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^13, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^13, mantissa
PASS: double x = DBL_MIN/2^13, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^14, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^14, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^14, mantissa
PASS: double x = DBL_MIN/2^14, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^15, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^15, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^15, mantissa
PASS: double x = DBL_MIN/2^15, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^16, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^16, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^16, mantissa
PASS: double x = DBL_MIN/2^16, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^17, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^17, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^17, mantissa
PASS: double x = DBL_MIN/2^17, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^18, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^18, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^18, mantissa
PASS: double x = DBL_MIN/2^18, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^19, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^19, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^19, mantissa
PASS: double x = DBL_MIN/2^19, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^20, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^20, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^20, mantissa
PASS: double x = DBL_MIN/2^20, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^21, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^21, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^21, mantissa
PASS: double x = DBL_MIN/2^21, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^22, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^22, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^22, mantissa
PASS: double x = DBL_MIN/2^22, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^23, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^23, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^23, mantissa
PASS: double x = DBL_MIN/2^23, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^24, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^24, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^24, mantissa
PASS: double x = DBL_MIN/2^24, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^25, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^25, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^25, mantissa
PASS: double x = DBL_MIN/2^25, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^26, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^26, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^26, mantissa
PASS: double x = DBL_MIN/2^26, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^27, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^27, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^27, mantissa
PASS: double x = DBL_MIN/2^27, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^28, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^28, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^28, mantissa
PASS: double x = DBL_MIN/2^28, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^29, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^29, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^29, mantissa
PASS: double x = DBL_MIN/2^29, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^30, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^30, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^30, mantissa
PASS: double x = DBL_MIN/2^30, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^31, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^31, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^31, mantissa
PASS: double x = DBL_MIN/2^31, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^32, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^32, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^32, mantissa
PASS: double x = DBL_MIN/2^32, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^33, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^33, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^33, mantissa
PASS: double x = DBL_MIN/2^33, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^34, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^34, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^34, mantissa
PASS: double x = DBL_MIN/2^34, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^35, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^35, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^35, mantissa
PASS: double x = DBL_MIN/2^35, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^36, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^36, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^36, mantissa
PASS: double x = DBL_MIN/2^36, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^37, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^37, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^37, mantissa
PASS: double x = DBL_MIN/2^37, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^38, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^38, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^38, mantissa
PASS: double x = DBL_MIN/2^38, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^39, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^39, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^39, mantissa
PASS: double x = DBL_MIN/2^39, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^40, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^40, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^40, mantissa
PASS: double x = DBL_MIN/2^40, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^41, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^41, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^41, mantissa
PASS: double x = DBL_MIN/2^41, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^42, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^42, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^42, mantissa
PASS: double x = DBL_MIN/2^42, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^43, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^43, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^43, mantissa
PASS: double x = DBL_MIN/2^43, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^44, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^44, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^44, mantissa
PASS: double x = DBL_MIN/2^44, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^45, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^45, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^45, mantissa
PASS: double x = DBL_MIN/2^45, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^46, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^46, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^46, mantissa
PASS: double x = DBL_MIN/2^46, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^47, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^47, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^47, mantissa
PASS: double x = DBL_MIN/2^47, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^48, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^48, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^48, mantissa
PASS: double x = DBL_MIN/2^48, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^49, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^49, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^49, mantissa
PASS: double x = DBL_MIN/2^49, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^50, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^50, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^50, mantissa
PASS: double x = DBL_MIN/2^50, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^51, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^51, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^51, mantissa
PASS: double x = DBL_MIN/2^51, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = DBL_MIN/2^52, sign is + (0 observed vs 0 expected)
PASS: double x = DBL_MIN/2^52, exponent (-1023 observed vs -1023 expected)
PASS: double x = DBL_MIN/2^52, mantissa
PASS: double x = DBL_MIN/2^52, type is DENORMAL (4 observed vs 4 expected)
PASS: double x = 2*DBL_MAX, sign is + (0 observed vs 0 expected)
PASS: double x = 2*DBL_MAX, exponent is 1024 (1024 observed vs 1024 expected)
PASS: double x = 2*DBL_MAX, mantissa
PASS: double x = 2*DBL_MAX, type is INF (2 observed vs 2 expected)
PASS: double x = -2*DBL_MAX, sign is - (1 observed vs 1 expected)
PASS: double x = -2*DBL_MAX, exponent is 1024 (1024 observed vs 1024 expected)
PASS: double x = -2*DBL_MAX, mantissa
PASS: double x = -2*DBL_MAX, type is INF (2 observed vs 2 expected)
PASS: double x = NaN, exponent is 1024 (1024 observed vs 1024 expected)
PASS: double x = NaN, type is NAN (1 observed vs 1 expected)
PASS: test
==================
All 1 tests passed
==================
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/ieee-utils'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/ieee-utils'
Making check in vector
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/vector'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c test.c
gcc -O3 -msupersparc  -o test  test.o libgslvector.a ../err/libgslerr.a ../err/libgsltest.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c test_static.c
gcc -O3 -msupersparc  -o test_static  test_static.o libgslvector.a ../err/libgslerr.a ../err/libgsltest.a -lm 
make check-TESTS
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/vector'
PASS: gsl_vector_alloc returns valid pointer
PASS: gsl_vector_alloc returns valid size
PASS: gsl_vector_alloc returns unit stride
PASS: gsl_vector_alloc sets parent to zero
PASS: gsl_vector_set writes into array correctly
PASS: gsl_vector_get reads from array correctly
PASS: gsl_vector_get reads correctly with stride
PASS: gsl_vector_set writes correctly with stride
PASS: gsl_vector_calloc returns valid pointer
PASS: gsl_vector_calloc returns valid size
PASS: gsl_vector_calloc initializes array to zero
PASS: gsl_vector_float_alloc returns valid pointer
PASS: gsl_vector_float_alloc returns valid size
PASS: gsl_vector_float_alloc returns unit stride
PASS: gsl_vector_float_alloc sets parent to zero
PASS: gsl_vector_float_set writes into array correctly
PASS: gsl_vector_float_get reads from array correctly
PASS: gsl_vector_float_get reads correctly with stride
PASS: gsl_vector_float_set writes correctly with stride
PASS: gsl_vector_float_calloc returns valid pointer
PASS: gsl_vector_float_calloc returns valid size
PASS: gsl_vector_float_calloc initializes array to zero
PASS: gsl_vector_long_double_alloc returns valid pointer
PASS: gsl_vector_long_double_alloc returns valid size
PASS: gsl_vector_long_double_alloc returns unit stride
PASS: gsl_vector_long_double_alloc sets parent to zero
PASS: gsl_vector_long_double_set writes into array correctly
PASS: gsl_vector_long_double_get reads from array correctly
PASS: gsl_vector_long_double_get reads correctly with stride
PASS: gsl_vector_long_double_set writes correctly with stride
PASS: gsl_vector_long_double_calloc returns valid pointer
PASS: gsl_vector_long_double_calloc returns valid size
PASS: gsl_vector_long_double_calloc initializes array to zero
PASS: gsl_vector_ulong_alloc returns valid pointer
PASS: gsl_vector_ulong_alloc returns valid size
PASS: gsl_vector_ulong_alloc returns unit stride
PASS: gsl_vector_ulong_alloc sets parent to zero
PASS: gsl_vector_ulong_set writes into array correctly
PASS: gsl_vector_ulong_get reads from array correctly
PASS: gsl_vector_ulong_get reads correctly with stride
PASS: gsl_vector_ulong_set writes correctly with stride
PASS: gsl_vector_ulong_calloc returns valid pointer
PASS: gsl_vector_ulong_calloc returns valid size
PASS: gsl_vector_ulong_calloc initializes array to zero
PASS: gsl_vector_long_alloc returns valid pointer
PASS: gsl_vector_long_alloc returns valid size
PASS: gsl_vector_long_alloc returns unit stride
PASS: gsl_vector_long_alloc sets parent to zero
PASS: gsl_vector_long_set writes into array correctly
PASS: gsl_vector_long_get reads from array correctly
PASS: gsl_vector_long_get reads correctly with stride
PASS: gsl_vector_long_set writes correctly with stride
PASS: gsl_vector_long_calloc returns valid pointer
PASS: gsl_vector_long_calloc returns valid size
PASS: gsl_vector_long_calloc initializes array to zero
PASS: gsl_vector_uint_alloc returns valid pointer
PASS: gsl_vector_uint_alloc returns valid size
PASS: gsl_vector_uint_alloc returns unit stride
PASS: gsl_vector_uint_alloc sets parent to zero
PASS: gsl_vector_uint_set writes into array correctly
PASS: gsl_vector_uint_get reads from array correctly
PASS: gsl_vector_uint_get reads correctly with stride
PASS: gsl_vector_uint_set writes correctly with stride
PASS: gsl_vector_uint_calloc returns valid pointer
PASS: gsl_vector_uint_calloc returns valid size
PASS: gsl_vector_uint_calloc initializes array to zero
PASS: gsl_vector_int_alloc returns valid pointer
PASS: gsl_vector_int_alloc returns valid size
PASS: gsl_vector_int_alloc returns unit stride
PASS: gsl_vector_int_alloc sets parent to zero
PASS: gsl_vector_int_set writes into array correctly
PASS: gsl_vector_int_get reads from array correctly
PASS: gsl_vector_int_get reads correctly with stride
PASS: gsl_vector_int_set writes correctly with stride
PASS: gsl_vector_int_calloc returns valid pointer
PASS: gsl_vector_int_calloc returns valid size
PASS: gsl_vector_int_calloc initializes array to zero
PASS: gsl_vector_ushort_alloc returns valid pointer
PASS: gsl_vector_ushort_alloc returns valid size
PASS: gsl_vector_ushort_alloc returns unit stride
PASS: gsl_vector_ushort_alloc sets parent to zero
PASS: gsl_vector_ushort_set writes into array correctly
PASS: gsl_vector_ushort_get reads from array correctly
PASS: gsl_vector_ushort_get reads correctly with stride
PASS: gsl_vector_ushort_set writes correctly with stride
PASS: gsl_vector_ushort_calloc returns valid pointer
PASS: gsl_vector_ushort_calloc returns valid size
PASS: gsl_vector_ushort_calloc initializes array to zero
PASS: gsl_vector_short_alloc returns valid pointer
PASS: gsl_vector_short_alloc returns valid size
PASS: gsl_vector_short_alloc returns unit stride
PASS: gsl_vector_short_alloc sets parent to zero
PASS: gsl_vector_short_set writes into array correctly
PASS: gsl_vector_short_get reads from array correctly
PASS: gsl_vector_short_get reads correctly with stride
PASS: gsl_vector_short_set writes correctly with stride
PASS: gsl_vector_short_calloc returns valid pointer
PASS: gsl_vector_short_calloc returns valid size
PASS: gsl_vector_short_calloc initializes array to zero
PASS: gsl_vector_uchar_alloc returns valid pointer
PASS: gsl_vector_uchar_alloc returns valid size
PASS: gsl_vector_uchar_alloc returns unit stride
PASS: gsl_vector_uchar_alloc sets parent to zero
PASS: gsl_vector_uchar_set writes into array correctly
PASS: gsl_vector_uchar_get reads from array correctly
PASS: gsl_vector_uchar_get reads correctly with stride
PASS: gsl_vector_uchar_set writes correctly with stride
PASS: gsl_vector_uchar_calloc returns valid pointer
PASS: gsl_vector_uchar_calloc returns valid size
PASS: gsl_vector_uchar_calloc initializes array to zero
PASS: gsl_vector_char_alloc returns valid pointer
PASS: gsl_vector_char_alloc returns valid size
PASS: gsl_vector_char_alloc returns unit stride
PASS: gsl_vector_char_alloc sets parent to zero
PASS: gsl_vector_char_set writes into array correctly
PASS: gsl_vector_char_get reads from array correctly
PASS: gsl_vector_char_get reads correctly with stride
PASS: gsl_vector_char_set writes correctly with stride
PASS: gsl_vector_char_calloc returns valid pointer
PASS: gsl_vector_char_calloc returns valid size
PASS: gsl_vector_char_calloc initializes array to zero
PASS: gsl_vector_complex_alloc returns valid pointer
PASS: gsl_vector_complex_alloc returns valid size
PASS: gsl_vector_complex_alloc returns unit stride
PASS: gsl_vector_complex_alloc sets parent to zero
PASS: gsl_vector_complex_set writes into array correctly
PASS: gsl_vector_complex_get reads from array correctly
PASS: gsl_vector_complex_calloc returns valid pointer
PASS: gsl_vector_complex_calloc returns valid size
PASS: gsl_vector_complex_calloc initializes array to zero
PASS: gsl_vector_complex_float_alloc returns valid pointer
PASS: gsl_vector_complex_float_alloc returns valid size
PASS: gsl_vector_complex_float_alloc returns unit stride
PASS: gsl_vector_complex_float_alloc sets parent to zero
PASS: gsl_vector_complex_float_set writes into array correctly
PASS: gsl_vector_complex_float_get reads from array correctly
PASS: gsl_vector_complex_float_calloc returns valid pointer
PASS: gsl_vector_complex_float_calloc returns valid size
PASS: gsl_vector_complex_float_calloc initializes array to zero
PASS: gsl_vector_complex_long_double_alloc returns valid pointer
PASS: gsl_vector_complex_long_double_alloc returns valid size
PASS: gsl_vector_complex_long_double_alloc returns unit stride
PASS: gsl_vector_complex_long_double_alloc sets parent to zero
PASS: gsl_vector_complex_long_double_set writes into array correctly
PASS: gsl_vector_complex_long_double_get reads from array correctly
PASS: gsl_vector_complex_long_double_calloc returns valid pointer
PASS: gsl_vector_complex_long_double_calloc returns valid size
PASS: gsl_vector_complex_long_double_calloc initializes array to zero
PASS: gsl_vector_fprintf and fscanf work correctly
PASS: gsl_vector_float_fprintf and fscanf work correctly
PASS: gsl_vector_long_double_fprintf and fscanf work correctly
PASS: gsl_vector_ulong_fprintf and fscanf work correctly
PASS: gsl_vector_long_fprintf and fscanf work correctly
PASS: gsl_vector_uint_fprintf and fscanf work correctly
PASS: gsl_vector_int_fprintf and fscanf work correctly
PASS: gsl_vector_ushort_fprintf and fscanf work correctly
PASS: gsl_vector_short_fprintf and fscanf work correctly
PASS: gsl_vector_uchar_fprintf and fscanf work correctly
PASS: gsl_vector_char_fprintf and fscanf work correctly
PASS: gsl_vector_complex_fprintf and fscanf work correctly
PASS: gsl_vector_complex_float_fprintf and fscanf work correctly
PASS: gsl_vector_complex_long_double_fprintf and fscanf work correctly
PASS: gsl_vector_write and read work correctly
PASS: gsl_vector_float_write and read work correctly
PASS: gsl_vector_long_double_write and read work correctly
PASS: gsl_vector_ulong_write and read work correctly
PASS: gsl_vector_long_write and read work correctly
PASS: gsl_vector_uint_write and read work correctly
PASS: gsl_vector_int_write and read work correctly
PASS: gsl_vector_ushort_write and read work correctly
PASS: gsl_vector_short_write and read work correctly
PASS: gsl_vector_uchar_write and read work correctly
PASS: gsl_vector_char_write and read work correctly
PASS: gsl_vector_complex_write and read work correctly
PASS: gsl_vector_complex_float_write and read work correctly
PASS: gsl_vector_complex_long_double_write and read work correctly
PASS: gsl_vector_set traps index below lower bound
PASS: gsl_vector_set traps index above upper bound
PASS: gsl_vector_set traps index at upper bound
PASS: gsl_vector_get traps index below lower bound
PASS: gsl_vector_get returns zero for index below lower bound
PASS: gsl_vector_get traps index above upper bound
PASS: gsl_vector_get returns zero for index above upper bound
PASS: gsl_vector_get traps index at upper bound
PASS: gsl_vector_get returns zero for index at upper bound
PASS: gsl_vector_float_set traps index below lower bound
PASS: gsl_vector_float_set traps index above upper bound
PASS: gsl_vector_float_set traps index at upper bound
PASS: gsl_vector_float_get traps index below lower bound
PASS: gsl_vector_float_get returns zero for index below lower bound
PASS: gsl_vector_float_get traps index above upper bound
PASS: gsl_vector_float_get returns zero for index above upper bound
PASS: gsl_vector_float_get traps index at upper bound
PASS: gsl_vector_float_get returns zero for index at upper bound
PASS: gsl_vector_long_double_set traps index below lower bound
PASS: gsl_vector_long_double_set traps index above upper bound
PASS: gsl_vector_long_double_set traps index at upper bound
PASS: gsl_vector_long_double_get traps index below lower bound
PASS: gsl_vector_long_double_get returns zero for index below lower bound
PASS: gsl_vector_long_double_get traps index above upper bound
PASS: gsl_vector_long_double_get returns zero for index above upper bound
PASS: gsl_vector_long_double_get traps index at upper bound
PASS: gsl_vector_long_double_get returns zero for index at upper bound
PASS: gsl_vector_ulong_set traps index below lower bound
PASS: gsl_vector_ulong_set traps index above upper bound
PASS: gsl_vector_ulong_set traps index at upper bound
PASS: gsl_vector_ulong_get traps index below lower bound
PASS: gsl_vector_ulong_get returns zero for index below lower bound
PASS: gsl_vector_ulong_get traps index above upper bound
PASS: gsl_vector_ulong_get returns zero for index above upper bound
PASS: gsl_vector_ulong_get traps index at upper bound
PASS: gsl_vector_ulong_get returns zero for index at upper bound
PASS: gsl_vector_long_set traps index below lower bound
PASS: gsl_vector_long_set traps index above upper bound
PASS: gsl_vector_long_set traps index at upper bound
PASS: gsl_vector_long_get traps index below lower bound
PASS: gsl_vector_long_get returns zero for index below lower bound
PASS: gsl_vector_long_get traps index above upper bound
PASS: gsl_vector_long_get returns zero for index above upper bound
PASS: gsl_vector_long_get traps index at upper bound
PASS: gsl_vector_long_get returns zero for index at upper bound
PASS: gsl_vector_uint_set traps index below lower bound
PASS: gsl_vector_uint_set traps index above upper bound
PASS: gsl_vector_uint_set traps index at upper bound
PASS: gsl_vector_uint_get traps index below lower bound
PASS: gsl_vector_uint_get returns zero for index below lower bound
PASS: gsl_vector_uint_get traps index above upper bound
PASS: gsl_vector_uint_get returns zero for index above upper bound
PASS: gsl_vector_uint_get traps index at upper bound
PASS: gsl_vector_uint_get returns zero for index at upper bound
PASS: gsl_vector_int_set traps index below lower bound
PASS: gsl_vector_int_set traps index above upper bound
PASS: gsl_vector_int_set traps index at upper bound
PASS: gsl_vector_int_get traps index below lower bound
PASS: gsl_vector_int_get returns zero for index below lower bound
PASS: gsl_vector_int_get traps index above upper bound
PASS: gsl_vector_int_get returns zero for index above upper bound
PASS: gsl_vector_int_get traps index at upper bound
PASS: gsl_vector_int_get returns zero for index at upper bound
PASS: gsl_vector_ushort_set traps index below lower bound
PASS: gsl_vector_ushort_set traps index above upper bound
PASS: gsl_vector_ushort_set traps index at upper bound
PASS: gsl_vector_ushort_get traps index below lower bound
PASS: gsl_vector_ushort_get returns zero for index below lower bound
PASS: gsl_vector_ushort_get traps index above upper bound
PASS: gsl_vector_ushort_get returns zero for index above upper bound
PASS: gsl_vector_ushort_get traps index at upper bound
PASS: gsl_vector_ushort_get returns zero for index at upper bound
PASS: gsl_vector_short_set traps index below lower bound
PASS: gsl_vector_short_set traps index above upper bound
PASS: gsl_vector_short_set traps index at upper bound
PASS: gsl_vector_short_get traps index below lower bound
PASS: gsl_vector_short_get returns zero for index below lower bound
PASS: gsl_vector_short_get traps index above upper bound
PASS: gsl_vector_short_get returns zero for index above upper bound
PASS: gsl_vector_short_get traps index at upper bound
PASS: gsl_vector_short_get returns zero for index at upper bound
PASS: gsl_vector_uchar_set traps index below lower bound
PASS: gsl_vector_uchar_set traps index above upper bound
PASS: gsl_vector_uchar_set traps index at upper bound
PASS: gsl_vector_uchar_get traps index below lower bound
PASS: gsl_vector_uchar_get returns zero for index below lower bound
PASS: gsl_vector_uchar_get traps index above upper bound
PASS: gsl_vector_uchar_get returns zero for index above upper bound
PASS: gsl_vector_uchar_get traps index at upper bound
PASS: gsl_vector_uchar_get returns zero for index at upper bound
PASS: gsl_vector_char_set traps index below lower bound
PASS: gsl_vector_char_set traps index above upper bound
PASS: gsl_vector_char_set traps index at upper bound
PASS: gsl_vector_char_get traps index below lower bound
PASS: gsl_vector_char_get returns zero for index below lower bound
PASS: gsl_vector_char_get traps index above upper bound
PASS: gsl_vector_char_get returns zero for index above upper bound
PASS: gsl_vector_char_get traps index at upper bound
PASS: gsl_vector_char_get returns zero for index at upper bound
PASS: gsl_vector_complex_set traps index below lower bound
PASS: gsl_vector_complex_set traps index above upper bound
PASS: gsl_vector_complex_set traps index at upper bound
PASS: gsl_vector_complex_get traps index below lower bound
PASS: gsl_vector_complex_get returns zero real below lower bound
PASS: gsl_vector_complex_get returns zero imag below lower bound
PASS: gsl_vector_complex_get traps index above upper bound
PASS: gsl_vector_complex_get returns zero real above upper bound
PASS: gsl_vector_complex_get returns zero imag above upper bound
PASS: gsl_vector_complex_get traps index at upper bound
PASS: gsl_vector_complex_get returns zero real at upper bound
PASS: gsl_vector_complex_get returns zero imag at upper bound
PASS: gsl_vector_complex_float_set traps index below lower bound
PASS: gsl_vector_complex_float_set traps index above upper bound
PASS: gsl_vector_complex_float_set traps index at upper bound
PASS: gsl_vector_complex_float_get traps index below lower bound
PASS: gsl_vector_complex_float_get returns zero real below lower bound
PASS: gsl_vector_complex_float_get returns zero imag below lower bound
PASS: gsl_vector_complex_float_get traps index above upper bound
PASS: gsl_vector_complex_float_get returns zero real above upper bound
PASS: gsl_vector_complex_float_get returns zero imag above upper bound
PASS: gsl_vector_complex_float_get traps index at upper bound
PASS: gsl_vector_complex_float_get returns zero real at upper bound
PASS: gsl_vector_complex_float_get returns zero imag at upper bound
PASS: gsl_vector_complex_long_double_set traps index below lower bound
PASS: gsl_vector_complex_long_double_set traps index above upper bound
PASS: gsl_vector_complex_long_double_set traps index at upper bound
PASS: gsl_vector_complex_long_double_get traps index below lower bound
PASS: gsl_vector_complex_long_double_get returns zero real below lower bound
PASS: gsl_vector_complex_long_double_get returns zero imag below lower bound
PASS: gsl_vector_complex_long_double_get traps index above upper bound
PASS: gsl_vector_complex_long_double_get returns zero real above upper bound
PASS: gsl_vector_complex_long_double_get returns zero imag above upper bound
PASS: gsl_vector_complex_long_double_get traps index at upper bound
PASS: gsl_vector_complex_long_double_get returns zero real at upper bound
PASS: gsl_vector_complex_long_double_get returns zero imag at upper bound
PASS: test
PASS: gsl_vector_alloc returns valid pointer
PASS: gsl_vector_alloc returns valid size
PASS: gsl_vector_alloc returns unit stride
PASS: gsl_vector_alloc sets parent to zero
PASS: gsl_vector_set (static) writes into array correctly
PASS: gsl_vector_get (static) reads from array correctly
PASS: gsl_vector_get (static) reads correctly with stride
PASS: gsl_vector_set (static) writes correctly with stride
PASS: gsl_vector_calloc returns valid pointer
PASS: gsl_vector_calloc returns valid size
PASS: gsl_vector_calloc initializes array to zero
PASS: gsl_vector_float_alloc returns valid pointer
PASS: gsl_vector_float_alloc returns valid size
PASS: gsl_vector_float_alloc returns unit stride
PASS: gsl_vector_float_alloc sets parent to zero
PASS: gsl_vector_float_set (static) writes into array correctly
PASS: gsl_vector_float_get (static) reads from array correctly
PASS: gsl_vector_float_get (static) reads correctly with stride
PASS: gsl_vector_float_set (static) writes correctly with stride
PASS: gsl_vector_float_calloc returns valid pointer
PASS: gsl_vector_float_calloc returns valid size
PASS: gsl_vector_float_calloc initializes array to zero
PASS: gsl_vector_long_double_alloc returns valid pointer
PASS: gsl_vector_long_double_alloc returns valid size
PASS: gsl_vector_long_double_alloc returns unit stride
PASS: gsl_vector_long_double_alloc sets parent to zero
PASS: gsl_vector_long_double_set (static) writes into array correctly
PASS: gsl_vector_long_double_get (static) reads from array correctly
PASS: gsl_vector_long_double_get (static) reads correctly with stride
PASS: gsl_vector_long_double_set (static) writes correctly with stride
PASS: gsl_vector_long_double_calloc returns valid pointer
PASS: gsl_vector_long_double_calloc returns valid size
PASS: gsl_vector_long_double_calloc initializes array to zero
PASS: gsl_vector_ulong_alloc returns valid pointer
PASS: gsl_vector_ulong_alloc returns valid size
PASS: gsl_vector_ulong_alloc returns unit stride
PASS: gsl_vector_ulong_alloc sets parent to zero
PASS: gsl_vector_ulong_set (static) writes into array correctly
PASS: gsl_vector_ulong_get (static) reads from array correctly
PASS: gsl_vector_ulong_get (static) reads correctly with stride
PASS: gsl_vector_ulong_set (static) writes correctly with stride
PASS: gsl_vector_ulong_calloc returns valid pointer
PASS: gsl_vector_ulong_calloc returns valid size
PASS: gsl_vector_ulong_calloc initializes array to zero
PASS: gsl_vector_long_alloc returns valid pointer
PASS: gsl_vector_long_alloc returns valid size
PASS: gsl_vector_long_alloc returns unit stride
PASS: gsl_vector_long_alloc sets parent to zero
PASS: gsl_vector_long_set (static) writes into array correctly
PASS: gsl_vector_long_get (static) reads from array correctly
PASS: gsl_vector_long_get (static) reads correctly with stride
PASS: gsl_vector_long_set (static) writes correctly with stride
PASS: gsl_vector_long_calloc returns valid pointer
PASS: gsl_vector_long_calloc returns valid size
PASS: gsl_vector_long_calloc initializes array to zero
PASS: gsl_vector_uint_alloc returns valid pointer
PASS: gsl_vector_uint_alloc returns valid size
PASS: gsl_vector_uint_alloc returns unit stride
PASS: gsl_vector_uint_alloc sets parent to zero
PASS: gsl_vector_uint_set (static) writes into array correctly
PASS: gsl_vector_uint_get (static) reads from array correctly
PASS: gsl_vector_uint_get (static) reads correctly with stride
PASS: gsl_vector_uint_set (static) writes correctly with stride
PASS: gsl_vector_uint_calloc returns valid pointer
PASS: gsl_vector_uint_calloc returns valid size
PASS: gsl_vector_uint_calloc initializes array to zero
PASS: gsl_vector_int_alloc returns valid pointer
PASS: gsl_vector_int_alloc returns valid size
PASS: gsl_vector_int_alloc returns unit stride
PASS: gsl_vector_int_alloc sets parent to zero
PASS: gsl_vector_int_set (static) writes into array correctly
PASS: gsl_vector_int_get (static) reads from array correctly
PASS: gsl_vector_int_get (static) reads correctly with stride
PASS: gsl_vector_int_set (static) writes correctly with stride
PASS: gsl_vector_int_calloc returns valid pointer
PASS: gsl_vector_int_calloc returns valid size
PASS: gsl_vector_int_calloc initializes array to zero
PASS: gsl_vector_ushort_alloc returns valid pointer
PASS: gsl_vector_ushort_alloc returns valid size
PASS: gsl_vector_ushort_alloc returns unit stride
PASS: gsl_vector_ushort_alloc sets parent to zero
PASS: gsl_vector_ushort_set (static) writes into array correctly
PASS: gsl_vector_ushort_get (static) reads from array correctly
PASS: gsl_vector_ushort_get (static) reads correctly with stride
PASS: gsl_vector_ushort_set (static) writes correctly with stride
PASS: gsl_vector_ushort_calloc returns valid pointer
PASS: gsl_vector_ushort_calloc returns valid size
PASS: gsl_vector_ushort_calloc initializes array to zero
PASS: gsl_vector_short_alloc returns valid pointer
PASS: gsl_vector_short_alloc returns valid size
PASS: gsl_vector_short_alloc returns unit stride
PASS: gsl_vector_short_alloc sets parent to zero
PASS: gsl_vector_short_set (static) writes into array correctly
PASS: gsl_vector_short_get (static) reads from array correctly
PASS: gsl_vector_short_get (static) reads correctly with stride
PASS: gsl_vector_short_set (static) writes correctly with stride
PASS: gsl_vector_short_calloc returns valid pointer
PASS: gsl_vector_short_calloc returns valid size
PASS: gsl_vector_short_calloc initializes array to zero
PASS: gsl_vector_uchar_alloc returns valid pointer
PASS: gsl_vector_uchar_alloc returns valid size
PASS: gsl_vector_uchar_alloc returns unit stride
PASS: gsl_vector_uchar_alloc sets parent to zero
PASS: gsl_vector_uchar_set (static) writes into array correctly
PASS: gsl_vector_uchar_get (static) reads from array correctly
PASS: gsl_vector_uchar_get (static) reads correctly with stride
PASS: gsl_vector_uchar_set (static) writes correctly with stride
PASS: gsl_vector_uchar_calloc returns valid pointer
PASS: gsl_vector_uchar_calloc returns valid size
PASS: gsl_vector_uchar_calloc initializes array to zero
PASS: gsl_vector_char_alloc returns valid pointer
PASS: gsl_vector_char_alloc returns valid size
PASS: gsl_vector_char_alloc returns unit stride
PASS: gsl_vector_char_alloc sets parent to zero
PASS: gsl_vector_char_set (static) writes into array correctly
PASS: gsl_vector_char_get (static) reads from array correctly
PASS: gsl_vector_char_get (static) reads correctly with stride
PASS: gsl_vector_char_set (static) writes correctly with stride
PASS: gsl_vector_char_calloc returns valid pointer
PASS: gsl_vector_char_calloc returns valid size
PASS: gsl_vector_char_calloc initializes array to zero
PASS: gsl_vector_complex_alloc returns valid pointer
PASS: gsl_vector_complex_alloc returns valid size
PASS: gsl_vector_complex_alloc returns unit stride
PASS: gsl_vector_complex_alloc sets parent to zero
PASS: gsl_vector_complex_set writes into array correctly
PASS: gsl_vector_complex_get reads from array correctly
PASS: gsl_vector_complex_calloc returns valid pointer
PASS: gsl_vector_complex_calloc returns valid size
PASS: gsl_vector_complex_calloc initializes array to zero
PASS: gsl_vector_complex_float_alloc returns valid pointer
PASS: gsl_vector_complex_float_alloc returns valid size
PASS: gsl_vector_complex_float_alloc returns unit stride
PASS: gsl_vector_complex_float_alloc sets parent to zero
PASS: gsl_vector_complex_float_set writes into array correctly
PASS: gsl_vector_complex_float_get reads from array correctly
PASS: gsl_vector_complex_float_calloc returns valid pointer
PASS: gsl_vector_complex_float_calloc returns valid size
PASS: gsl_vector_complex_float_calloc initializes array to zero
PASS: gsl_vector_complex_long_double_alloc returns valid pointer
PASS: gsl_vector_complex_long_double_alloc returns valid size
PASS: gsl_vector_complex_long_double_alloc returns unit stride
PASS: gsl_vector_complex_long_double_alloc sets parent to zero
PASS: gsl_vector_complex_long_double_set writes into array correctly
PASS: gsl_vector_complex_long_double_get reads from array correctly
PASS: gsl_vector_complex_long_double_calloc returns valid pointer
PASS: gsl_vector_complex_long_double_calloc returns valid size
PASS: gsl_vector_complex_long_double_calloc initializes array to zero
PASS: gsl_vector_fprintf and fscanf work correctly
PASS: gsl_vector_float_fprintf and fscanf work correctly
PASS: gsl_vector_long_double_fprintf and fscanf work correctly
PASS: gsl_vector_ulong_fprintf and fscanf work correctly
PASS: gsl_vector_long_fprintf and fscanf work correctly
PASS: gsl_vector_uint_fprintf and fscanf work correctly
PASS: gsl_vector_int_fprintf and fscanf work correctly
PASS: gsl_vector_ushort_fprintf and fscanf work correctly
PASS: gsl_vector_short_fprintf and fscanf work correctly
PASS: gsl_vector_uchar_fprintf and fscanf work correctly
PASS: gsl_vector_char_fprintf and fscanf work correctly
PASS: gsl_vector_complex_fprintf and fscanf work correctly
PASS: gsl_vector_complex_float_fprintf and fscanf work correctly
PASS: gsl_vector_complex_long_double_fprintf and fscanf work correctly
PASS: gsl_vector_write and read work correctly
PASS: gsl_vector_float_write and read work correctly
PASS: gsl_vector_long_double_write and read work correctly
PASS: gsl_vector_ulong_write and read work correctly
PASS: gsl_vector_long_write and read work correctly
PASS: gsl_vector_uint_write and read work correctly
PASS: gsl_vector_int_write and read work correctly
PASS: gsl_vector_ushort_write and read work correctly
PASS: gsl_vector_short_write and read work correctly
PASS: gsl_vector_uchar_write and read work correctly
PASS: gsl_vector_char_write and read work correctly
PASS: gsl_vector_complex_write and read work correctly
PASS: gsl_vector_complex_float_write and read work correctly
PASS: gsl_vector_complex_long_double_write and read work correctly
PASS: gsl_vector_set traps index below lower bound
PASS: gsl_vector_set traps index above upper bound
PASS: gsl_vector_set traps index at upper bound
PASS: gsl_vector_get traps index below lower bound
PASS: gsl_vector_get returns zero for index below lower bound
PASS: gsl_vector_get traps index above upper bound
PASS: gsl_vector_get returns zero for index above upper bound
PASS: gsl_vector_get traps index at upper bound
PASS: gsl_vector_get returns zero for index at upper bound
PASS: gsl_vector_float_set traps index below lower bound
PASS: gsl_vector_float_set traps index above upper bound
PASS: gsl_vector_float_set traps index at upper bound
PASS: gsl_vector_float_get traps index below lower bound
PASS: gsl_vector_float_get returns zero for index below lower bound
PASS: gsl_vector_float_get traps index above upper bound
PASS: gsl_vector_float_get returns zero for index above upper bound
PASS: gsl_vector_float_get traps index at upper bound
PASS: gsl_vector_float_get returns zero for index at upper bound
PASS: gsl_vector_long_double_set traps index below lower bound
PASS: gsl_vector_long_double_set traps index above upper bound
PASS: gsl_vector_long_double_set traps index at upper bound
PASS: gsl_vector_long_double_get traps index below lower bound
PASS: gsl_vector_long_double_get returns zero for index below lower bound
PASS: gsl_vector_long_double_get traps index above upper bound
PASS: gsl_vector_long_double_get returns zero for index above upper bound
PASS: gsl_vector_long_double_get traps index at upper bound
PASS: gsl_vector_long_double_get returns zero for index at upper bound
PASS: gsl_vector_ulong_set traps index below lower bound
PASS: gsl_vector_ulong_set traps index above upper bound
PASS: gsl_vector_ulong_set traps index at upper bound
PASS: gsl_vector_ulong_get traps index below lower bound
PASS: gsl_vector_ulong_get returns zero for index below lower bound
PASS: gsl_vector_ulong_get traps index above upper bound
PASS: gsl_vector_ulong_get returns zero for index above upper bound
PASS: gsl_vector_ulong_get traps index at upper bound
PASS: gsl_vector_ulong_get returns zero for index at upper bound
PASS: gsl_vector_long_set traps index below lower bound
PASS: gsl_vector_long_set traps index above upper bound
PASS: gsl_vector_long_set traps index at upper bound
PASS: gsl_vector_long_get traps index below lower bound
PASS: gsl_vector_long_get returns zero for index below lower bound
PASS: gsl_vector_long_get traps index above upper bound
PASS: gsl_vector_long_get returns zero for index above upper bound
PASS: gsl_vector_long_get traps index at upper bound
PASS: gsl_vector_long_get returns zero for index at upper bound
PASS: gsl_vector_uint_set traps index below lower bound
PASS: gsl_vector_uint_set traps index above upper bound
PASS: gsl_vector_uint_set traps index at upper bound
PASS: gsl_vector_uint_get traps index below lower bound
PASS: gsl_vector_uint_get returns zero for index below lower bound
PASS: gsl_vector_uint_get traps index above upper bound
PASS: gsl_vector_uint_get returns zero for index above upper bound
PASS: gsl_vector_uint_get traps index at upper bound
PASS: gsl_vector_uint_get returns zero for index at upper bound
PASS: gsl_vector_int_set traps index below lower bound
PASS: gsl_vector_int_set traps index above upper bound
PASS: gsl_vector_int_set traps index at upper bound
PASS: gsl_vector_int_get traps index below lower bound
PASS: gsl_vector_int_get returns zero for index below lower bound
PASS: gsl_vector_int_get traps index above upper bound
PASS: gsl_vector_int_get returns zero for index above upper bound
PASS: gsl_vector_int_get traps index at upper bound
PASS: gsl_vector_int_get returns zero for index at upper bound
PASS: gsl_vector_ushort_set traps index below lower bound
PASS: gsl_vector_ushort_set traps index above upper bound
PASS: gsl_vector_ushort_set traps index at upper bound
PASS: gsl_vector_ushort_get traps index below lower bound
PASS: gsl_vector_ushort_get returns zero for index below lower bound
PASS: gsl_vector_ushort_get traps index above upper bound
PASS: gsl_vector_ushort_get returns zero for index above upper bound
PASS: gsl_vector_ushort_get traps index at upper bound
PASS: gsl_vector_ushort_get returns zero for index at upper bound
PASS: gsl_vector_short_set traps index below lower bound
PASS: gsl_vector_short_set traps index above upper bound
PASS: gsl_vector_short_set traps index at upper bound
PASS: gsl_vector_short_get traps index below lower bound
PASS: gsl_vector_short_get returns zero for index below lower bound
PASS: gsl_vector_short_get traps index above upper bound
PASS: gsl_vector_short_get returns zero for index above upper bound
PASS: gsl_vector_short_get traps index at upper bound
PASS: gsl_vector_short_get returns zero for index at upper bound
PASS: gsl_vector_uchar_set traps index below lower bound
PASS: gsl_vector_uchar_set traps index above upper bound
PASS: gsl_vector_uchar_set traps index at upper bound
PASS: gsl_vector_uchar_get traps index below lower bound
PASS: gsl_vector_uchar_get returns zero for index below lower bound
PASS: gsl_vector_uchar_get traps index above upper bound
PASS: gsl_vector_uchar_get returns zero for index above upper bound
PASS: gsl_vector_uchar_get traps index at upper bound
PASS: gsl_vector_uchar_get returns zero for index at upper bound
PASS: gsl_vector_char_set traps index below lower bound
PASS: gsl_vector_char_set traps index above upper bound
PASS: gsl_vector_char_set traps index at upper bound
PASS: gsl_vector_char_get traps index below lower bound
PASS: gsl_vector_char_get returns zero for index below lower bound
PASS: gsl_vector_char_get traps index above upper bound
PASS: gsl_vector_char_get returns zero for index above upper bound
PASS: gsl_vector_char_get traps index at upper bound
PASS: gsl_vector_char_get returns zero for index at upper bound
PASS: gsl_vector_complex_set traps index below lower bound
PASS: gsl_vector_complex_set traps index above upper bound
PASS: gsl_vector_complex_set traps index at upper bound
PASS: gsl_vector_complex_get traps index below lower bound
PASS: gsl_vector_complex_get returns zero real below lower bound
PASS: gsl_vector_complex_get returns zero imag below lower bound
PASS: gsl_vector_complex_get traps index above upper bound
PASS: gsl_vector_complex_get returns zero real above upper bound
PASS: gsl_vector_complex_get returns zero imag above upper bound
PASS: gsl_vector_complex_get traps index at upper bound
PASS: gsl_vector_complex_get returns zero real at upper bound
PASS: gsl_vector_complex_get returns zero imag at upper bound
PASS: gsl_vector_complex_float_set traps index below lower bound
PASS: gsl_vector_complex_float_set traps index above upper bound
PASS: gsl_vector_complex_float_set traps index at upper bound
PASS: gsl_vector_complex_float_get traps index below lower bound
PASS: gsl_vector_complex_float_get returns zero real below lower bound
PASS: gsl_vector_complex_float_get returns zero imag below lower bound
PASS: gsl_vector_complex_float_get traps index above upper bound
PASS: gsl_vector_complex_float_get returns zero real above upper bound
PASS: gsl_vector_complex_float_get returns zero imag above upper bound
PASS: gsl_vector_complex_float_get traps index at upper bound
PASS: gsl_vector_complex_float_get returns zero real at upper bound
PASS: gsl_vector_complex_float_get returns zero imag at upper bound
PASS: gsl_vector_complex_long_double_set traps index below lower bound
PASS: gsl_vector_complex_long_double_set traps index above upper bound
PASS: gsl_vector_complex_long_double_set traps index at upper bound
PASS: gsl_vector_complex_long_double_get traps index below lower bound
PASS: gsl_vector_complex_long_double_get returns zero real below lower bound
PASS: gsl_vector_complex_long_double_get returns zero imag below lower bound
PASS: gsl_vector_complex_long_double_get traps index above upper bound
PASS: gsl_vector_complex_long_double_get returns zero real above upper bound
PASS: gsl_vector_complex_long_double_get returns zero imag above upper bound
PASS: gsl_vector_complex_long_double_get traps index at upper bound
PASS: gsl_vector_complex_long_double_get returns zero real at upper bound
PASS: gsl_vector_complex_long_double_get returns zero imag at upper bound
PASS: test_static
==================
All 2 tests passed
==================
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/vector'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/vector'
Making check in matrix
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/matrix'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c test.c
gcc -O3 -msupersparc  -o test  test.o libgslmatrix.a ../vector/libgslvector.a ../err/libgslerr.a ../err/libgsltest.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c test_static.c
gcc -O3 -msupersparc  -o test_static  test_static.o libgslmatrix.a ../vector/libgslvector.a ../err/libgslerr.a ../err/libgsltest.a -lm 
make check-TESTS
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/matrix'
PASS: gsl_matrix_alloc returns valid pointer
PASS: gsl_matrix_alloc returns valid size1
PASS: gsl_matrix_alloc returns valid size2
PASS: gsl_matrix_set writes into array correctly
PASS: gsl_matrix_get reads from array correctly
PASS: gsl_matrix_calloc returns valid pointer
PASS: gsl_matrix_calloc returns valid size1
PASS: gsl_matrix_calloc returns valid size2
PASS: gsl_matrix_calloc initializes array to zero
PASS: gsl_matrix_copy_row extracts row correctly
PASS: gsl_matrix_float_alloc returns valid pointer
PASS: gsl_matrix_float_alloc returns valid size1
PASS: gsl_matrix_float_alloc returns valid size2
PASS: gsl_matrix_float_set writes into array correctly
PASS: gsl_matrix_float_get reads from array correctly
PASS: gsl_matrix_float_calloc returns valid pointer
PASS: gsl_matrix_float_calloc returns valid size1
PASS: gsl_matrix_float_calloc returns valid size2
PASS: gsl_matrix_float_calloc initializes array to zero
PASS: gsl_matrix_float_copy_row extracts row correctly
PASS: gsl_matrix_long_double_alloc returns valid pointer
PASS: gsl_matrix_long_double_alloc returns valid size1
PASS: gsl_matrix_long_double_alloc returns valid size2
PASS: gsl_matrix_long_double_set writes into array correctly
PASS: gsl_matrix_long_double_get reads from array correctly
PASS: gsl_matrix_long_double_calloc returns valid pointer
PASS: gsl_matrix_long_double_calloc returns valid size1
PASS: gsl_matrix_long_double_calloc returns valid size2
PASS: gsl_matrix_long_double_calloc initializes array to zero
PASS: gsl_matrix_long_double_copy_row extracts row correctly
PASS: gsl_matrix_ulong_alloc returns valid pointer
PASS: gsl_matrix_ulong_alloc returns valid size1
PASS: gsl_matrix_ulong_alloc returns valid size2
PASS: gsl_matrix_ulong_set writes into array correctly
PASS: gsl_matrix_ulong_get reads from array correctly
PASS: gsl_matrix_ulong_calloc returns valid pointer
PASS: gsl_matrix_ulong_calloc returns valid size1
PASS: gsl_matrix_ulong_calloc returns valid size2
PASS: gsl_matrix_ulong_calloc initializes array to zero
PASS: gsl_matrix_ulong_copy_row extracts row correctly
PASS: gsl_matrix_long_alloc returns valid pointer
PASS: gsl_matrix_long_alloc returns valid size1
PASS: gsl_matrix_long_alloc returns valid size2
PASS: gsl_matrix_long_set writes into array correctly
PASS: gsl_matrix_long_get reads from array correctly
PASS: gsl_matrix_long_calloc returns valid pointer
PASS: gsl_matrix_long_calloc returns valid size1
PASS: gsl_matrix_long_calloc returns valid size2
PASS: gsl_matrix_long_calloc initializes array to zero
PASS: gsl_matrix_long_copy_row extracts row correctly
PASS: gsl_matrix_uint_alloc returns valid pointer
PASS: gsl_matrix_uint_alloc returns valid size1
PASS: gsl_matrix_uint_alloc returns valid size2
PASS: gsl_matrix_uint_set writes into array correctly
PASS: gsl_matrix_uint_get reads from array correctly
PASS: gsl_matrix_uint_calloc returns valid pointer
PASS: gsl_matrix_uint_calloc returns valid size1
PASS: gsl_matrix_uint_calloc returns valid size2
PASS: gsl_matrix_uint_calloc initializes array to zero
PASS: gsl_matrix_uint_copy_row extracts row correctly
PASS: gsl_matrix_int_alloc returns valid pointer
PASS: gsl_matrix_int_alloc returns valid size1
PASS: gsl_matrix_int_alloc returns valid size2
PASS: gsl_matrix_int_set writes into array correctly
PASS: gsl_matrix_int_get reads from array correctly
PASS: gsl_matrix_int_calloc returns valid pointer
PASS: gsl_matrix_int_calloc returns valid size1
PASS: gsl_matrix_int_calloc returns valid size2
PASS: gsl_matrix_int_calloc initializes array to zero
PASS: gsl_matrix_int_copy_row extracts row correctly
PASS: gsl_matrix_ushort_alloc returns valid pointer
PASS: gsl_matrix_ushort_alloc returns valid size1
PASS: gsl_matrix_ushort_alloc returns valid size2
PASS: gsl_matrix_ushort_set writes into array correctly
PASS: gsl_matrix_ushort_get reads from array correctly
PASS: gsl_matrix_ushort_calloc returns valid pointer
PASS: gsl_matrix_ushort_calloc returns valid size1
PASS: gsl_matrix_ushort_calloc returns valid size2
PASS: gsl_matrix_ushort_calloc initializes array to zero
PASS: gsl_matrix_ushort_copy_row extracts row correctly
PASS: gsl_matrix_short_alloc returns valid pointer
PASS: gsl_matrix_short_alloc returns valid size1
PASS: gsl_matrix_short_alloc returns valid size2
PASS: gsl_matrix_short_set writes into array correctly
PASS: gsl_matrix_short_get reads from array correctly
PASS: gsl_matrix_short_calloc returns valid pointer
PASS: gsl_matrix_short_calloc returns valid size1
PASS: gsl_matrix_short_calloc returns valid size2
PASS: gsl_matrix_short_calloc initializes array to zero
PASS: gsl_matrix_short_copy_row extracts row correctly
PASS: gsl_matrix_uchar_alloc returns valid pointer
PASS: gsl_matrix_uchar_alloc returns valid size1
PASS: gsl_matrix_uchar_alloc returns valid size2
PASS: gsl_matrix_uchar_set writes into array correctly
PASS: gsl_matrix_uchar_get reads from array correctly
PASS: gsl_matrix_uchar_calloc returns valid pointer
PASS: gsl_matrix_uchar_calloc returns valid size1
PASS: gsl_matrix_uchar_calloc returns valid size2
PASS: gsl_matrix_uchar_calloc initializes array to zero
PASS: gsl_matrix_uchar_copy_row extracts row correctly
PASS: gsl_matrix_char_alloc returns valid pointer
PASS: gsl_matrix_char_alloc returns valid size1
PASS: gsl_matrix_char_alloc returns valid size2
PASS: gsl_matrix_char_set writes into array correctly
PASS: gsl_matrix_char_get reads from array correctly
PASS: gsl_matrix_char_calloc returns valid pointer
PASS: gsl_matrix_char_calloc returns valid size1
PASS: gsl_matrix_char_calloc returns valid size2
PASS: gsl_matrix_char_calloc initializes array to zero
PASS: gsl_matrix_char_copy_row extracts row correctly
PASS: gsl_matrix_complex_alloc returns valid pointer
PASS: gsl_matrix_complex_alloc returns valid size1
PASS: gsl_matrix_complex_alloc returns valid size2
PASS: gsl_matrix_complex_set writes into array correctly
PASS: gsl_matrix_complex_get reads from array correctly
PASS: gsl_matrix_complex_calloc returns valid pointer
PASS: gsl_matrix_complex_calloc returns valid size1
PASS: gsl_matrix_complex_calloc returns valid size2
PASS: gsl_matrix_complex_calloc initializes array to zero
PASS: gsl_matrix_complex_float_alloc returns valid pointer
PASS: gsl_matrix_complex_float_alloc returns valid size1
PASS: gsl_matrix_complex_float_alloc returns valid size2
PASS: gsl_matrix_complex_float_set writes into array correctly
PASS: gsl_matrix_complex_float_get reads from array correctly
PASS: gsl_matrix_complex_float_calloc returns valid pointer
PASS: gsl_matrix_complex_float_calloc returns valid size1
PASS: gsl_matrix_complex_float_calloc returns valid size2
PASS: gsl_matrix_complex_float_calloc initializes array to zero
PASS: gsl_matrix_complex_long_double_alloc returns valid pointer
PASS: gsl_matrix_complex_long_double_alloc returns valid size1
PASS: gsl_matrix_complex_long_double_alloc returns valid size2
PASS: gsl_matrix_complex_long_double_set writes into array correctly
PASS: gsl_matrix_complex_long_double_get reads from array correctly
PASS: gsl_matrix_complex_long_double_calloc returns valid pointer
PASS: gsl_matrix_complex_long_double_calloc returns valid size1
PASS: gsl_matrix_complex_long_double_calloc returns valid size2
PASS: gsl_matrix_complex_long_double_calloc initializes array to zero
PASS: gsl_matrix_fprintf and fscanf work correctly
PASS: gsl_matrix_float_fprintf and fscanf work correctly
PASS: gsl_matrix_long_double_fprintf and fscanf work correctly
PASS: gsl_matrix_ulong_fprintf and fscanf work correctly
PASS: gsl_matrix_long_fprintf and fscanf work correctly
PASS: gsl_matrix_uint_fprintf and fscanf work correctly
PASS: gsl_matrix_int_fprintf and fscanf work correctly
PASS: gsl_matrix_ushort_fprintf and fscanf work correctly
PASS: gsl_matrix_short_fprintf and fscanf work correctly
PASS: gsl_matrix_uchar_fprintf and fscanf work correctly
PASS: gsl_matrix_char_fprintf and fscanf work correctly
PASS: gsl_matrix_complex_fprintf and fscanf work correctly
PASS: gsl_matrix_complex_float_fprintf and fscanf work correctly
PASS: gsl_matrix_complex_long_double_fprintf and fscanf work correctly
PASS: gsl_matrix_write and read work correctly
PASS: gsl_matrix_float_write and read work correctly
PASS: gsl_matrix_long_double_write and read work correctly
PASS: gsl_matrix_ulong_write and read work correctly
PASS: gsl_matrix_long_write and read work correctly
PASS: gsl_matrix_uint_write and read work correctly
PASS: gsl_matrix_int_write and read work correctly
PASS: gsl_matrix_ushort_write and read work correctly
PASS: gsl_matrix_short_write and read work correctly
PASS: gsl_matrix_uchar_write and read work correctly
PASS: gsl_matrix_char_write and read work correctly
PASS: gsl_matrix_complex_write and read work correctly
PASS: gsl_matrix_complex_float_write and read work correctly
PASS: gsl_matrix_complex_long_double_write and read work correctly
PASS: gsl_matrix_set traps 1st index above upper bound
PASS: gsl_matrix_set traps 2nd index above upper bound
PASS: gsl_matrix_set traps 1st index at upper bound
PASS: gsl_matrix_set traps 2nd index at upper bound
PASS: gsl_matrix_get traps 1st index below lower bound
PASS: gsl_matrix_get returns zero for 1st index below lower bound
PASS: gsl_matrix_get traps 2nd index below lower bound
PASS: gsl_matrix_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_get traps 1st index above upper bound
PASS: gsl_matrix_get returns zero for 1st index above upper bound
PASS: gsl_matrix_get traps 2nd index above upper bound
PASS: gsl_matrix_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_get traps 1st index at upper bound
PASS: gsl_matrix_get returns zero for 1st index at upper bound
PASS: gsl_matrix_get traps 2nd index at upper bound
PASS: gsl_matrix_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_float_set traps 1st index above upper bound
PASS: gsl_matrix_float_set traps 2nd index above upper bound
PASS: gsl_matrix_float_set traps 1st index at upper bound
PASS: gsl_matrix_float_set traps 2nd index at upper bound
PASS: gsl_matrix_float_get traps 1st index below lower bound
PASS: gsl_matrix_float_get returns zero for 1st index below lower bound
PASS: gsl_matrix_float_get traps 2nd index below lower bound
PASS: gsl_matrix_float_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_float_get traps 1st index above upper bound
PASS: gsl_matrix_float_get returns zero for 1st index above upper bound
PASS: gsl_matrix_float_get traps 2nd index above upper bound
PASS: gsl_matrix_float_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_float_get traps 1st index at upper bound
PASS: gsl_matrix_float_get returns zero for 1st index at upper bound
PASS: gsl_matrix_float_get traps 2nd index at upper bound
PASS: gsl_matrix_float_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_long_double_set traps 1st index above upper bound
PASS: gsl_matrix_long_double_set traps 2nd index above upper bound
PASS: gsl_matrix_long_double_set traps 1st index at upper bound
PASS: gsl_matrix_long_double_set traps 2nd index at upper bound
PASS: gsl_matrix_long_double_get traps 1st index below lower bound
PASS: gsl_matrix_long_double_get returns zero for 1st index below lower bound
PASS: gsl_matrix_long_double_get traps 2nd index below lower bound
PASS: gsl_matrix_long_double_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_long_double_get traps 1st index above upper bound
PASS: gsl_matrix_long_double_get returns zero for 1st index above upper bound
PASS: gsl_matrix_long_double_get traps 2nd index above upper bound
PASS: gsl_matrix_long_double_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_long_double_get traps 1st index at upper bound
PASS: gsl_matrix_long_double_get returns zero for 1st index at upper bound
PASS: gsl_matrix_long_double_get traps 2nd index at upper bound
PASS: gsl_matrix_long_double_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_ulong_set traps 1st index above upper bound
PASS: gsl_matrix_ulong_set traps 2nd index above upper bound
PASS: gsl_matrix_ulong_set traps 1st index at upper bound
PASS: gsl_matrix_ulong_set traps 2nd index at upper bound
PASS: gsl_matrix_ulong_get traps 1st index below lower bound
PASS: gsl_matrix_ulong_get returns zero for 1st index below lower bound
PASS: gsl_matrix_ulong_get traps 2nd index below lower bound
PASS: gsl_matrix_ulong_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_ulong_get traps 1st index above upper bound
PASS: gsl_matrix_ulong_get returns zero for 1st index above upper bound
PASS: gsl_matrix_ulong_get traps 2nd index above upper bound
PASS: gsl_matrix_ulong_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_ulong_get traps 1st index at upper bound
PASS: gsl_matrix_ulong_get returns zero for 1st index at upper bound
PASS: gsl_matrix_ulong_get traps 2nd index at upper bound
PASS: gsl_matrix_ulong_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_long_set traps 1st index above upper bound
PASS: gsl_matrix_long_set traps 2nd index above upper bound
PASS: gsl_matrix_long_set traps 1st index at upper bound
PASS: gsl_matrix_long_set traps 2nd index at upper bound
PASS: gsl_matrix_long_get traps 1st index below lower bound
PASS: gsl_matrix_long_get returns zero for 1st index below lower bound
PASS: gsl_matrix_long_get traps 2nd index below lower bound
PASS: gsl_matrix_long_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_long_get traps 1st index above upper bound
PASS: gsl_matrix_long_get returns zero for 1st index above upper bound
PASS: gsl_matrix_long_get traps 2nd index above upper bound
PASS: gsl_matrix_long_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_long_get traps 1st index at upper bound
PASS: gsl_matrix_long_get returns zero for 1st index at upper bound
PASS: gsl_matrix_long_get traps 2nd index at upper bound
PASS: gsl_matrix_long_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_uint_set traps 1st index above upper bound
PASS: gsl_matrix_uint_set traps 2nd index above upper bound
PASS: gsl_matrix_uint_set traps 1st index at upper bound
PASS: gsl_matrix_uint_set traps 2nd index at upper bound
PASS: gsl_matrix_uint_get traps 1st index below lower bound
PASS: gsl_matrix_uint_get returns zero for 1st index below lower bound
PASS: gsl_matrix_uint_get traps 2nd index below lower bound
PASS: gsl_matrix_uint_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_uint_get traps 1st index above upper bound
PASS: gsl_matrix_uint_get returns zero for 1st index above upper bound
PASS: gsl_matrix_uint_get traps 2nd index above upper bound
PASS: gsl_matrix_uint_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_uint_get traps 1st index at upper bound
PASS: gsl_matrix_uint_get returns zero for 1st index at upper bound
PASS: gsl_matrix_uint_get traps 2nd index at upper bound
PASS: gsl_matrix_uint_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_int_set traps 1st index above upper bound
PASS: gsl_matrix_int_set traps 2nd index above upper bound
PASS: gsl_matrix_int_set traps 1st index at upper bound
PASS: gsl_matrix_int_set traps 2nd index at upper bound
PASS: gsl_matrix_int_get traps 1st index below lower bound
PASS: gsl_matrix_int_get returns zero for 1st index below lower bound
PASS: gsl_matrix_int_get traps 2nd index below lower bound
PASS: gsl_matrix_int_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_int_get traps 1st index above upper bound
PASS: gsl_matrix_int_get returns zero for 1st index above upper bound
PASS: gsl_matrix_int_get traps 2nd index above upper bound
PASS: gsl_matrix_int_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_int_get traps 1st index at upper bound
PASS: gsl_matrix_int_get returns zero for 1st index at upper bound
PASS: gsl_matrix_int_get traps 2nd index at upper bound
PASS: gsl_matrix_int_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_ushort_set traps 1st index above upper bound
PASS: gsl_matrix_ushort_set traps 2nd index above upper bound
PASS: gsl_matrix_ushort_set traps 1st index at upper bound
PASS: gsl_matrix_ushort_set traps 2nd index at upper bound
PASS: gsl_matrix_ushort_get traps 1st index below lower bound
PASS: gsl_matrix_ushort_get returns zero for 1st index below lower bound
PASS: gsl_matrix_ushort_get traps 2nd index below lower bound
PASS: gsl_matrix_ushort_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_ushort_get traps 1st index above upper bound
PASS: gsl_matrix_ushort_get returns zero for 1st index above upper bound
PASS: gsl_matrix_ushort_get traps 2nd index above upper bound
PASS: gsl_matrix_ushort_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_ushort_get traps 1st index at upper bound
PASS: gsl_matrix_ushort_get returns zero for 1st index at upper bound
PASS: gsl_matrix_ushort_get traps 2nd index at upper bound
PASS: gsl_matrix_ushort_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_short_set traps 1st index above upper bound
PASS: gsl_matrix_short_set traps 2nd index above upper bound
PASS: gsl_matrix_short_set traps 1st index at upper bound
PASS: gsl_matrix_short_set traps 2nd index at upper bound
PASS: gsl_matrix_short_get traps 1st index below lower bound
PASS: gsl_matrix_short_get returns zero for 1st index below lower bound
PASS: gsl_matrix_short_get traps 2nd index below lower bound
PASS: gsl_matrix_short_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_short_get traps 1st index above upper bound
PASS: gsl_matrix_short_get returns zero for 1st index above upper bound
PASS: gsl_matrix_short_get traps 2nd index above upper bound
PASS: gsl_matrix_short_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_short_get traps 1st index at upper bound
PASS: gsl_matrix_short_get returns zero for 1st index at upper bound
PASS: gsl_matrix_short_get traps 2nd index at upper bound
PASS: gsl_matrix_short_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_uchar_set traps 1st index above upper bound
PASS: gsl_matrix_uchar_set traps 2nd index above upper bound
PASS: gsl_matrix_uchar_set traps 1st index at upper bound
PASS: gsl_matrix_uchar_set traps 2nd index at upper bound
PASS: gsl_matrix_uchar_get traps 1st index below lower bound
PASS: gsl_matrix_uchar_get returns zero for 1st index below lower bound
PASS: gsl_matrix_uchar_get traps 2nd index below lower bound
PASS: gsl_matrix_uchar_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_uchar_get traps 1st index above upper bound
PASS: gsl_matrix_uchar_get returns zero for 1st index above upper bound
PASS: gsl_matrix_uchar_get traps 2nd index above upper bound
PASS: gsl_matrix_uchar_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_uchar_get traps 1st index at upper bound
PASS: gsl_matrix_uchar_get returns zero for 1st index at upper bound
PASS: gsl_matrix_uchar_get traps 2nd index at upper bound
PASS: gsl_matrix_uchar_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_char_set traps 1st index above upper bound
PASS: gsl_matrix_char_set traps 2nd index above upper bound
PASS: gsl_matrix_char_set traps 1st index at upper bound
PASS: gsl_matrix_char_set traps 2nd index at upper bound
PASS: gsl_matrix_char_get traps 1st index below lower bound
PASS: gsl_matrix_char_get returns zero for 1st index below lower bound
PASS: gsl_matrix_char_get traps 2nd index below lower bound
PASS: gsl_matrix_char_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_char_get traps 1st index above upper bound
PASS: gsl_matrix_char_get returns zero for 1st index above upper bound
PASS: gsl_matrix_char_get traps 2nd index above upper bound
PASS: gsl_matrix_char_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_char_get traps 1st index at upper bound
PASS: gsl_matrix_char_get returns zero for 1st index at upper bound
PASS: gsl_matrix_char_get traps 2nd index at upper bound
PASS: gsl_matrix_char_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_complex_set traps 1st index below lower bound
PASS: gsl_matrix_complex_set traps 2nd index below lower bound
PASS: gsl_matrix_complex_set traps 1st index above upper bound
PASS: gsl_matrix_complex_set traps 2nd index above upper bound
PASS: gsl_matrix_complex_set traps 1st index at upper bound
PASS: gsl_matrix_complex_set traps 2nd index at upper bound
PASS: gsl_matrix_complex_get traps 1st index below lower bound
PASS: gsl_matrix_complex_get, zero real for 1st index below l.b.
PASS: gsl_matrix_complex_get, zero imag for 1st index below l.b.
PASS: gsl_matrix_complex_get traps 2nd index below lower bound
PASS: gsl_matrix_complex_get, zero real for 2nd index below l.b.
PASS: gsl_matrix_complex_get, zero imag for 2nd index below l.b.
PASS: gsl_matrix_complex_get traps 1st index above upper bound
PASS: gsl_matrix_complex_get, zero real for 1st index above u.b.
PASS: gsl_matrix_complex_get, zero imag for 1st index above u.b.
PASS: gsl_matrix_complex_get traps 2nd index above upper bound
PASS: gsl_matrix_complex_get, zero real for 2nd index above u.b.
PASS: gsl_matrix_complex_get, zero imag for 2nd index above u.b.
PASS: gsl_matrix_complex_get traps 1st index at upper bound
PASS: gsl_matrix_complex_get, zero real for 1st index at u.b.
PASS: gsl_matrix_complex_get, zero imag for 1st index at u.b.
PASS: gsl_matrix_complex_get traps 2nd index at upper bound
PASS: gsl_matrix_complex_get, zero real for 2nd index at u.b.
PASS: gsl_matrix_complex_get, zero imag for 2nd index at u.b.
PASS: gsl_matrix_complex_float_set traps 1st index below lower bound
PASS: gsl_matrix_complex_float_set traps 2nd index below lower bound
PASS: gsl_matrix_complex_float_set traps 1st index above upper bound
PASS: gsl_matrix_complex_float_set traps 2nd index above upper bound
PASS: gsl_matrix_complex_float_set traps 1st index at upper bound
PASS: gsl_matrix_complex_float_set traps 2nd index at upper bound
PASS: gsl_matrix_complex_float_get traps 1st index below lower bound
PASS: gsl_matrix_complex_float_get, zero real for 1st index below l.b.
PASS: gsl_matrix_complex_float_get, zero imag for 1st index below l.b.
PASS: gsl_matrix_complex_float_get traps 2nd index below lower bound
PASS: gsl_matrix_complex_float_get, zero real for 2nd index below l.b.
PASS: gsl_matrix_complex_float_get, zero imag for 2nd index below l.b.
PASS: gsl_matrix_complex_float_get traps 1st index above upper bound
PASS: gsl_matrix_complex_float_get, zero real for 1st index above u.b.
PASS: gsl_matrix_complex_float_get, zero imag for 1st index above u.b.
PASS: gsl_matrix_complex_float_get traps 2nd index above upper bound
PASS: gsl_matrix_complex_float_get, zero real for 2nd index above u.b.
PASS: gsl_matrix_complex_float_get, zero imag for 2nd index above u.b.
PASS: gsl_matrix_complex_float_get traps 1st index at upper bound
PASS: gsl_matrix_complex_float_get, zero real for 1st index at u.b.
PASS: gsl_matrix_complex_float_get, zero imag for 1st index at u.b.
PASS: gsl_matrix_complex_float_get traps 2nd index at upper bound
PASS: gsl_matrix_complex_float_get, zero real for 2nd index at u.b.
PASS: gsl_matrix_complex_float_get, zero imag for 2nd index at u.b.
PASS: gsl_matrix_complex_long_double_set traps 1st index below lower bound
PASS: gsl_matrix_complex_long_double_set traps 2nd index below lower bound
PASS: gsl_matrix_complex_long_double_set traps 1st index above upper bound
PASS: gsl_matrix_complex_long_double_set traps 2nd index above upper bound
PASS: gsl_matrix_complex_long_double_set traps 1st index at upper bound
PASS: gsl_matrix_complex_long_double_set traps 2nd index at upper bound
PASS: gsl_matrix_complex_long_double_get traps 1st index below lower bound
PASS: gsl_matrix_complex_long_double_get, zero real for 1st index below l.b.
PASS: gsl_matrix_complex_long_double_get, zero imag for 1st index below l.b.
PASS: gsl_matrix_complex_long_double_get traps 2nd index below lower bound
PASS: gsl_matrix_complex_long_double_get, zero real for 2nd index below l.b.
PASS: gsl_matrix_complex_long_double_get, zero imag for 2nd index below l.b.
PASS: gsl_matrix_complex_long_double_get traps 1st index above upper bound
PASS: gsl_matrix_complex_long_double_get, zero real for 1st index above u.b.
PASS: gsl_matrix_complex_long_double_get, zero imag for 1st index above u.b.
PASS: gsl_matrix_complex_long_double_get traps 2nd index above upper bound
PASS: gsl_matrix_complex_long_double_get, zero real for 2nd index above u.b.
PASS: gsl_matrix_complex_long_double_get, zero imag for 2nd index above u.b.
PASS: gsl_matrix_complex_long_double_get traps 1st index at upper bound
PASS: gsl_matrix_complex_long_double_get, zero real for 1st index at u.b.
PASS: gsl_matrix_complex_long_double_get, zero imag for 1st index at u.b.
PASS: gsl_matrix_complex_long_double_get traps 2nd index at upper bound
PASS: gsl_matrix_complex_long_double_get, zero real for 2nd index at u.b.
PASS: gsl_matrix_complex_long_double_get, zero imag for 2nd index at u.b.
PASS: test
PASS: gsl_matrix_alloc returns valid pointer
PASS: gsl_matrix_alloc returns valid size1
PASS: gsl_matrix_alloc returns valid size2
PASS: gsl_matrix_set writes into array correctly
PASS: gsl_matrix_get reads from array correctly
PASS: gsl_matrix_calloc returns valid pointer
PASS: gsl_matrix_calloc returns valid size1
PASS: gsl_matrix_calloc returns valid size2
PASS: gsl_matrix_calloc initializes array to zero
PASS: gsl_matrix_copy_row extracts row correctly
PASS: gsl_matrix_float_alloc returns valid pointer
PASS: gsl_matrix_float_alloc returns valid size1
PASS: gsl_matrix_float_alloc returns valid size2
PASS: gsl_matrix_float_set writes into array correctly
PASS: gsl_matrix_float_get reads from array correctly
PASS: gsl_matrix_float_calloc returns valid pointer
PASS: gsl_matrix_float_calloc returns valid size1
PASS: gsl_matrix_float_calloc returns valid size2
PASS: gsl_matrix_float_calloc initializes array to zero
PASS: gsl_matrix_float_copy_row extracts row correctly
PASS: gsl_matrix_long_double_alloc returns valid pointer
PASS: gsl_matrix_long_double_alloc returns valid size1
PASS: gsl_matrix_long_double_alloc returns valid size2
PASS: gsl_matrix_long_double_set writes into array correctly
PASS: gsl_matrix_long_double_get reads from array correctly
PASS: gsl_matrix_long_double_calloc returns valid pointer
PASS: gsl_matrix_long_double_calloc returns valid size1
PASS: gsl_matrix_long_double_calloc returns valid size2
PASS: gsl_matrix_long_double_calloc initializes array to zero
PASS: gsl_matrix_long_double_copy_row extracts row correctly
PASS: gsl_matrix_ulong_alloc returns valid pointer
PASS: gsl_matrix_ulong_alloc returns valid size1
PASS: gsl_matrix_ulong_alloc returns valid size2
PASS: gsl_matrix_ulong_set writes into array correctly
PASS: gsl_matrix_ulong_get reads from array correctly
PASS: gsl_matrix_ulong_calloc returns valid pointer
PASS: gsl_matrix_ulong_calloc returns valid size1
PASS: gsl_matrix_ulong_calloc returns valid size2
PASS: gsl_matrix_ulong_calloc initializes array to zero
PASS: gsl_matrix_ulong_copy_row extracts row correctly
PASS: gsl_matrix_long_alloc returns valid pointer
PASS: gsl_matrix_long_alloc returns valid size1
PASS: gsl_matrix_long_alloc returns valid size2
PASS: gsl_matrix_long_set writes into array correctly
PASS: gsl_matrix_long_get reads from array correctly
PASS: gsl_matrix_long_calloc returns valid pointer
PASS: gsl_matrix_long_calloc returns valid size1
PASS: gsl_matrix_long_calloc returns valid size2
PASS: gsl_matrix_long_calloc initializes array to zero
PASS: gsl_matrix_long_copy_row extracts row correctly
PASS: gsl_matrix_uint_alloc returns valid pointer
PASS: gsl_matrix_uint_alloc returns valid size1
PASS: gsl_matrix_uint_alloc returns valid size2
PASS: gsl_matrix_uint_set writes into array correctly
PASS: gsl_matrix_uint_get reads from array correctly
PASS: gsl_matrix_uint_calloc returns valid pointer
PASS: gsl_matrix_uint_calloc returns valid size1
PASS: gsl_matrix_uint_calloc returns valid size2
PASS: gsl_matrix_uint_calloc initializes array to zero
PASS: gsl_matrix_uint_copy_row extracts row correctly
PASS: gsl_matrix_int_alloc returns valid pointer
PASS: gsl_matrix_int_alloc returns valid size1
PASS: gsl_matrix_int_alloc returns valid size2
PASS: gsl_matrix_int_set writes into array correctly
PASS: gsl_matrix_int_get reads from array correctly
PASS: gsl_matrix_int_calloc returns valid pointer
PASS: gsl_matrix_int_calloc returns valid size1
PASS: gsl_matrix_int_calloc returns valid size2
PASS: gsl_matrix_int_calloc initializes array to zero
PASS: gsl_matrix_int_copy_row extracts row correctly
PASS: gsl_matrix_ushort_alloc returns valid pointer
PASS: gsl_matrix_ushort_alloc returns valid size1
PASS: gsl_matrix_ushort_alloc returns valid size2
PASS: gsl_matrix_ushort_set writes into array correctly
PASS: gsl_matrix_ushort_get reads from array correctly
PASS: gsl_matrix_ushort_calloc returns valid pointer
PASS: gsl_matrix_ushort_calloc returns valid size1
PASS: gsl_matrix_ushort_calloc returns valid size2
PASS: gsl_matrix_ushort_calloc initializes array to zero
PASS: gsl_matrix_ushort_copy_row extracts row correctly
PASS: gsl_matrix_short_alloc returns valid pointer
PASS: gsl_matrix_short_alloc returns valid size1
PASS: gsl_matrix_short_alloc returns valid size2
PASS: gsl_matrix_short_set writes into array correctly
PASS: gsl_matrix_short_get reads from array correctly
PASS: gsl_matrix_short_calloc returns valid pointer
PASS: gsl_matrix_short_calloc returns valid size1
PASS: gsl_matrix_short_calloc returns valid size2
PASS: gsl_matrix_short_calloc initializes array to zero
PASS: gsl_matrix_short_copy_row extracts row correctly
PASS: gsl_matrix_uchar_alloc returns valid pointer
PASS: gsl_matrix_uchar_alloc returns valid size1
PASS: gsl_matrix_uchar_alloc returns valid size2
PASS: gsl_matrix_uchar_set writes into array correctly
PASS: gsl_matrix_uchar_get reads from array correctly
PASS: gsl_matrix_uchar_calloc returns valid pointer
PASS: gsl_matrix_uchar_calloc returns valid size1
PASS: gsl_matrix_uchar_calloc returns valid size2
PASS: gsl_matrix_uchar_calloc initializes array to zero
PASS: gsl_matrix_uchar_copy_row extracts row correctly
PASS: gsl_matrix_char_alloc returns valid pointer
PASS: gsl_matrix_char_alloc returns valid size1
PASS: gsl_matrix_char_alloc returns valid size2
PASS: gsl_matrix_char_set writes into array correctly
PASS: gsl_matrix_char_get reads from array correctly
PASS: gsl_matrix_char_calloc returns valid pointer
PASS: gsl_matrix_char_calloc returns valid size1
PASS: gsl_matrix_char_calloc returns valid size2
PASS: gsl_matrix_char_calloc initializes array to zero
PASS: gsl_matrix_char_copy_row extracts row correctly
PASS: gsl_matrix_complex_alloc returns valid pointer
PASS: gsl_matrix_complex_alloc returns valid size1
PASS: gsl_matrix_complex_alloc returns valid size2
PASS: gsl_matrix_complex_set writes into array correctly
PASS: gsl_matrix_complex_get reads from array correctly
PASS: gsl_matrix_complex_calloc returns valid pointer
PASS: gsl_matrix_complex_calloc returns valid size1
PASS: gsl_matrix_complex_calloc returns valid size2
PASS: gsl_matrix_complex_calloc initializes array to zero
PASS: gsl_matrix_complex_float_alloc returns valid pointer
PASS: gsl_matrix_complex_float_alloc returns valid size1
PASS: gsl_matrix_complex_float_alloc returns valid size2
PASS: gsl_matrix_complex_float_set writes into array correctly
PASS: gsl_matrix_complex_float_get reads from array correctly
PASS: gsl_matrix_complex_float_calloc returns valid pointer
PASS: gsl_matrix_complex_float_calloc returns valid size1
PASS: gsl_matrix_complex_float_calloc returns valid size2
PASS: gsl_matrix_complex_float_calloc initializes array to zero
PASS: gsl_matrix_complex_long_double_alloc returns valid pointer
PASS: gsl_matrix_complex_long_double_alloc returns valid size1
PASS: gsl_matrix_complex_long_double_alloc returns valid size2
PASS: gsl_matrix_complex_long_double_set writes into array correctly
PASS: gsl_matrix_complex_long_double_get reads from array correctly
PASS: gsl_matrix_complex_long_double_calloc returns valid pointer
PASS: gsl_matrix_complex_long_double_calloc returns valid size1
PASS: gsl_matrix_complex_long_double_calloc returns valid size2
PASS: gsl_matrix_complex_long_double_calloc initializes array to zero
PASS: gsl_matrix_fprintf and fscanf work correctly
PASS: gsl_matrix_float_fprintf and fscanf work correctly
PASS: gsl_matrix_long_double_fprintf and fscanf work correctly
PASS: gsl_matrix_ulong_fprintf and fscanf work correctly
PASS: gsl_matrix_long_fprintf and fscanf work correctly
PASS: gsl_matrix_uint_fprintf and fscanf work correctly
PASS: gsl_matrix_int_fprintf and fscanf work correctly
PASS: gsl_matrix_ushort_fprintf and fscanf work correctly
PASS: gsl_matrix_short_fprintf and fscanf work correctly
PASS: gsl_matrix_uchar_fprintf and fscanf work correctly
PASS: gsl_matrix_char_fprintf and fscanf work correctly
PASS: gsl_matrix_complex_fprintf and fscanf work correctly
PASS: gsl_matrix_complex_float_fprintf and fscanf work correctly
PASS: gsl_matrix_complex_long_double_fprintf and fscanf work correctly
PASS: gsl_matrix_write and read work correctly
PASS: gsl_matrix_float_write and read work correctly
PASS: gsl_matrix_long_double_write and read work correctly
PASS: gsl_matrix_ulong_write and read work correctly
PASS: gsl_matrix_long_write and read work correctly
PASS: gsl_matrix_uint_write and read work correctly
PASS: gsl_matrix_int_write and read work correctly
PASS: gsl_matrix_ushort_write and read work correctly
PASS: gsl_matrix_short_write and read work correctly
PASS: gsl_matrix_uchar_write and read work correctly
PASS: gsl_matrix_char_write and read work correctly
PASS: gsl_matrix_complex_write and read work correctly
PASS: gsl_matrix_complex_float_write and read work correctly
PASS: gsl_matrix_complex_long_double_write and read work correctly
PASS: gsl_matrix_set traps 1st index above upper bound
PASS: gsl_matrix_set traps 2nd index above upper bound
PASS: gsl_matrix_set traps 1st index at upper bound
PASS: gsl_matrix_set traps 2nd index at upper bound
PASS: gsl_matrix_get traps 1st index below lower bound
PASS: gsl_matrix_get returns zero for 1st index below lower bound
PASS: gsl_matrix_get traps 2nd index below lower bound
PASS: gsl_matrix_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_get traps 1st index above upper bound
PASS: gsl_matrix_get returns zero for 1st index above upper bound
PASS: gsl_matrix_get traps 2nd index above upper bound
PASS: gsl_matrix_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_get traps 1st index at upper bound
PASS: gsl_matrix_get returns zero for 1st index at upper bound
PASS: gsl_matrix_get traps 2nd index at upper bound
PASS: gsl_matrix_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_float_set traps 1st index above upper bound
PASS: gsl_matrix_float_set traps 2nd index above upper bound
PASS: gsl_matrix_float_set traps 1st index at upper bound
PASS: gsl_matrix_float_set traps 2nd index at upper bound
PASS: gsl_matrix_float_get traps 1st index below lower bound
PASS: gsl_matrix_float_get returns zero for 1st index below lower bound
PASS: gsl_matrix_float_get traps 2nd index below lower bound
PASS: gsl_matrix_float_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_float_get traps 1st index above upper bound
PASS: gsl_matrix_float_get returns zero for 1st index above upper bound
PASS: gsl_matrix_float_get traps 2nd index above upper bound
PASS: gsl_matrix_float_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_float_get traps 1st index at upper bound
PASS: gsl_matrix_float_get returns zero for 1st index at upper bound
PASS: gsl_matrix_float_get traps 2nd index at upper bound
PASS: gsl_matrix_float_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_long_double_set traps 1st index above upper bound
PASS: gsl_matrix_long_double_set traps 2nd index above upper bound
PASS: gsl_matrix_long_double_set traps 1st index at upper bound
PASS: gsl_matrix_long_double_set traps 2nd index at upper bound
PASS: gsl_matrix_long_double_get traps 1st index below lower bound
PASS: gsl_matrix_long_double_get returns zero for 1st index below lower bound
PASS: gsl_matrix_long_double_get traps 2nd index below lower bound
PASS: gsl_matrix_long_double_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_long_double_get traps 1st index above upper bound
PASS: gsl_matrix_long_double_get returns zero for 1st index above upper bound
PASS: gsl_matrix_long_double_get traps 2nd index above upper bound
PASS: gsl_matrix_long_double_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_long_double_get traps 1st index at upper bound
PASS: gsl_matrix_long_double_get returns zero for 1st index at upper bound
PASS: gsl_matrix_long_double_get traps 2nd index at upper bound
PASS: gsl_matrix_long_double_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_ulong_set traps 1st index above upper bound
PASS: gsl_matrix_ulong_set traps 2nd index above upper bound
PASS: gsl_matrix_ulong_set traps 1st index at upper bound
PASS: gsl_matrix_ulong_set traps 2nd index at upper bound
PASS: gsl_matrix_ulong_get traps 1st index below lower bound
PASS: gsl_matrix_ulong_get returns zero for 1st index below lower bound
PASS: gsl_matrix_ulong_get traps 2nd index below lower bound
PASS: gsl_matrix_ulong_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_ulong_get traps 1st index above upper bound
PASS: gsl_matrix_ulong_get returns zero for 1st index above upper bound
PASS: gsl_matrix_ulong_get traps 2nd index above upper bound
PASS: gsl_matrix_ulong_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_ulong_get traps 1st index at upper bound
PASS: gsl_matrix_ulong_get returns zero for 1st index at upper bound
PASS: gsl_matrix_ulong_get traps 2nd index at upper bound
PASS: gsl_matrix_ulong_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_long_set traps 1st index above upper bound
PASS: gsl_matrix_long_set traps 2nd index above upper bound
PASS: gsl_matrix_long_set traps 1st index at upper bound
PASS: gsl_matrix_long_set traps 2nd index at upper bound
PASS: gsl_matrix_long_get traps 1st index below lower bound
PASS: gsl_matrix_long_get returns zero for 1st index below lower bound
PASS: gsl_matrix_long_get traps 2nd index below lower bound
PASS: gsl_matrix_long_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_long_get traps 1st index above upper bound
PASS: gsl_matrix_long_get returns zero for 1st index above upper bound
PASS: gsl_matrix_long_get traps 2nd index above upper bound
PASS: gsl_matrix_long_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_long_get traps 1st index at upper bound
PASS: gsl_matrix_long_get returns zero for 1st index at upper bound
PASS: gsl_matrix_long_get traps 2nd index at upper bound
PASS: gsl_matrix_long_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_uint_set traps 1st index above upper bound
PASS: gsl_matrix_uint_set traps 2nd index above upper bound
PASS: gsl_matrix_uint_set traps 1st index at upper bound
PASS: gsl_matrix_uint_set traps 2nd index at upper bound
PASS: gsl_matrix_uint_get traps 1st index below lower bound
PASS: gsl_matrix_uint_get returns zero for 1st index below lower bound
PASS: gsl_matrix_uint_get traps 2nd index below lower bound
PASS: gsl_matrix_uint_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_uint_get traps 1st index above upper bound
PASS: gsl_matrix_uint_get returns zero for 1st index above upper bound
PASS: gsl_matrix_uint_get traps 2nd index above upper bound
PASS: gsl_matrix_uint_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_uint_get traps 1st index at upper bound
PASS: gsl_matrix_uint_get returns zero for 1st index at upper bound
PASS: gsl_matrix_uint_get traps 2nd index at upper bound
PASS: gsl_matrix_uint_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_int_set traps 1st index above upper bound
PASS: gsl_matrix_int_set traps 2nd index above upper bound
PASS: gsl_matrix_int_set traps 1st index at upper bound
PASS: gsl_matrix_int_set traps 2nd index at upper bound
PASS: gsl_matrix_int_get traps 1st index below lower bound
PASS: gsl_matrix_int_get returns zero for 1st index below lower bound
PASS: gsl_matrix_int_get traps 2nd index below lower bound
PASS: gsl_matrix_int_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_int_get traps 1st index above upper bound
PASS: gsl_matrix_int_get returns zero for 1st index above upper bound
PASS: gsl_matrix_int_get traps 2nd index above upper bound
PASS: gsl_matrix_int_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_int_get traps 1st index at upper bound
PASS: gsl_matrix_int_get returns zero for 1st index at upper bound
PASS: gsl_matrix_int_get traps 2nd index at upper bound
PASS: gsl_matrix_int_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_ushort_set traps 1st index above upper bound
PASS: gsl_matrix_ushort_set traps 2nd index above upper bound
PASS: gsl_matrix_ushort_set traps 1st index at upper bound
PASS: gsl_matrix_ushort_set traps 2nd index at upper bound
PASS: gsl_matrix_ushort_get traps 1st index below lower bound
PASS: gsl_matrix_ushort_get returns zero for 1st index below lower bound
PASS: gsl_matrix_ushort_get traps 2nd index below lower bound
PASS: gsl_matrix_ushort_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_ushort_get traps 1st index above upper bound
PASS: gsl_matrix_ushort_get returns zero for 1st index above upper bound
PASS: gsl_matrix_ushort_get traps 2nd index above upper bound
PASS: gsl_matrix_ushort_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_ushort_get traps 1st index at upper bound
PASS: gsl_matrix_ushort_get returns zero for 1st index at upper bound
PASS: gsl_matrix_ushort_get traps 2nd index at upper bound
PASS: gsl_matrix_ushort_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_short_set traps 1st index above upper bound
PASS: gsl_matrix_short_set traps 2nd index above upper bound
PASS: gsl_matrix_short_set traps 1st index at upper bound
PASS: gsl_matrix_short_set traps 2nd index at upper bound
PASS: gsl_matrix_short_get traps 1st index below lower bound
PASS: gsl_matrix_short_get returns zero for 1st index below lower bound
PASS: gsl_matrix_short_get traps 2nd index below lower bound
PASS: gsl_matrix_short_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_short_get traps 1st index above upper bound
PASS: gsl_matrix_short_get returns zero for 1st index above upper bound
PASS: gsl_matrix_short_get traps 2nd index above upper bound
PASS: gsl_matrix_short_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_short_get traps 1st index at upper bound
PASS: gsl_matrix_short_get returns zero for 1st index at upper bound
PASS: gsl_matrix_short_get traps 2nd index at upper bound
PASS: gsl_matrix_short_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_uchar_set traps 1st index above upper bound
PASS: gsl_matrix_uchar_set traps 2nd index above upper bound
PASS: gsl_matrix_uchar_set traps 1st index at upper bound
PASS: gsl_matrix_uchar_set traps 2nd index at upper bound
PASS: gsl_matrix_uchar_get traps 1st index below lower bound
PASS: gsl_matrix_uchar_get returns zero for 1st index below lower bound
PASS: gsl_matrix_uchar_get traps 2nd index below lower bound
PASS: gsl_matrix_uchar_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_uchar_get traps 1st index above upper bound
PASS: gsl_matrix_uchar_get returns zero for 1st index above upper bound
PASS: gsl_matrix_uchar_get traps 2nd index above upper bound
PASS: gsl_matrix_uchar_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_uchar_get traps 1st index at upper bound
PASS: gsl_matrix_uchar_get returns zero for 1st index at upper bound
PASS: gsl_matrix_uchar_get traps 2nd index at upper bound
PASS: gsl_matrix_uchar_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_char_set traps 1st index above upper bound
PASS: gsl_matrix_char_set traps 2nd index above upper bound
PASS: gsl_matrix_char_set traps 1st index at upper bound
PASS: gsl_matrix_char_set traps 2nd index at upper bound
PASS: gsl_matrix_char_get traps 1st index below lower bound
PASS: gsl_matrix_char_get returns zero for 1st index below lower bound
PASS: gsl_matrix_char_get traps 2nd index below lower bound
PASS: gsl_matrix_char_get returns zero for 2nd index below lower bound
PASS: gsl_matrix_char_get traps 1st index above upper bound
PASS: gsl_matrix_char_get returns zero for 1st index above upper bound
PASS: gsl_matrix_char_get traps 2nd index above upper bound
PASS: gsl_matrix_char_get returns zero for 2nd index above upper bound
PASS: gsl_matrix_char_get traps 1st index at upper bound
PASS: gsl_matrix_char_get returns zero for 1st index at upper bound
PASS: gsl_matrix_char_get traps 2nd index at upper bound
PASS: gsl_matrix_char_get returns zero for 2nd index at upper bound
PASS: gsl_matrix_complex_set traps 1st index below lower bound
PASS: gsl_matrix_complex_set traps 2nd index below lower bound
PASS: gsl_matrix_complex_set traps 1st index above upper bound
PASS: gsl_matrix_complex_set traps 2nd index above upper bound
PASS: gsl_matrix_complex_set traps 1st index at upper bound
PASS: gsl_matrix_complex_set traps 2nd index at upper bound
PASS: gsl_matrix_complex_get traps 1st index below lower bound
PASS: gsl_matrix_complex_get, zero real for 1st index below l.b.
PASS: gsl_matrix_complex_get, zero imag for 1st index below l.b.
PASS: gsl_matrix_complex_get traps 2nd index below lower bound
PASS: gsl_matrix_complex_get, zero real for 2nd index below l.b.
PASS: gsl_matrix_complex_get, zero imag for 2nd index below l.b.
PASS: gsl_matrix_complex_get traps 1st index above upper bound
PASS: gsl_matrix_complex_get, zero real for 1st index above u.b.
PASS: gsl_matrix_complex_get, zero imag for 1st index above u.b.
PASS: gsl_matrix_complex_get traps 2nd index above upper bound
PASS: gsl_matrix_complex_get, zero real for 2nd index above u.b.
PASS: gsl_matrix_complex_get, zero imag for 2nd index above u.b.
PASS: gsl_matrix_complex_get traps 1st index at upper bound
PASS: gsl_matrix_complex_get, zero real for 1st index at u.b.
PASS: gsl_matrix_complex_get, zero imag for 1st index at u.b.
PASS: gsl_matrix_complex_get traps 2nd index at upper bound
PASS: gsl_matrix_complex_get, zero real for 2nd index at u.b.
PASS: gsl_matrix_complex_get, zero imag for 2nd index at u.b.
PASS: gsl_matrix_complex_float_set traps 1st index below lower bound
PASS: gsl_matrix_complex_float_set traps 2nd index below lower bound
PASS: gsl_matrix_complex_float_set traps 1st index above upper bound
PASS: gsl_matrix_complex_float_set traps 2nd index above upper bound
PASS: gsl_matrix_complex_float_set traps 1st index at upper bound
PASS: gsl_matrix_complex_float_set traps 2nd index at upper bound
PASS: gsl_matrix_complex_float_get traps 1st index below lower bound
PASS: gsl_matrix_complex_float_get, zero real for 1st index below l.b.
PASS: gsl_matrix_complex_float_get, zero imag for 1st index below l.b.
PASS: gsl_matrix_complex_float_get traps 2nd index below lower bound
PASS: gsl_matrix_complex_float_get, zero real for 2nd index below l.b.
PASS: gsl_matrix_complex_float_get, zero imag for 2nd index below l.b.
PASS: gsl_matrix_complex_float_get traps 1st index above upper bound
PASS: gsl_matrix_complex_float_get, zero real for 1st index above u.b.
PASS: gsl_matrix_complex_float_get, zero imag for 1st index above u.b.
PASS: gsl_matrix_complex_float_get traps 2nd index above upper bound
PASS: gsl_matrix_complex_float_get, zero real for 2nd index above u.b.
PASS: gsl_matrix_complex_float_get, zero imag for 2nd index above u.b.
PASS: gsl_matrix_complex_float_get traps 1st index at upper bound
PASS: gsl_matrix_complex_float_get, zero real for 1st index at u.b.
PASS: gsl_matrix_complex_float_get, zero imag for 1st index at u.b.
PASS: gsl_matrix_complex_float_get traps 2nd index at upper bound
PASS: gsl_matrix_complex_float_get, zero real for 2nd index at u.b.
PASS: gsl_matrix_complex_float_get, zero imag for 2nd index at u.b.
PASS: gsl_matrix_complex_long_double_set traps 1st index below lower bound
PASS: gsl_matrix_complex_long_double_set traps 2nd index below lower bound
PASS: gsl_matrix_complex_long_double_set traps 1st index above upper bound
PASS: gsl_matrix_complex_long_double_set traps 2nd index above upper bound
PASS: gsl_matrix_complex_long_double_set traps 1st index at upper bound
PASS: gsl_matrix_complex_long_double_set traps 2nd index at upper bound
PASS: gsl_matrix_complex_long_double_get traps 1st index below lower bound
PASS: gsl_matrix_complex_long_double_get, zero real for 1st index below l.b.
PASS: gsl_matrix_complex_long_double_get, zero imag for 1st index below l.b.
PASS: gsl_matrix_complex_long_double_get traps 2nd index below lower bound
PASS: gsl_matrix_complex_long_double_get, zero real for 2nd index below l.b.
PASS: gsl_matrix_complex_long_double_get, zero imag for 2nd index below l.b.
PASS: gsl_matrix_complex_long_double_get traps 1st index above upper bound
PASS: gsl_matrix_complex_long_double_get, zero real for 1st index above u.b.
PASS: gsl_matrix_complex_long_double_get, zero imag for 1st index above u.b.
PASS: gsl_matrix_complex_long_double_get traps 2nd index above upper bound
PASS: gsl_matrix_complex_long_double_get, zero real for 2nd index above u.b.
PASS: gsl_matrix_complex_long_double_get, zero imag for 2nd index above u.b.
PASS: gsl_matrix_complex_long_double_get traps 1st index at upper bound
PASS: gsl_matrix_complex_long_double_get, zero real for 1st index at u.b.
PASS: gsl_matrix_complex_long_double_get, zero imag for 1st index at u.b.
PASS: gsl_matrix_complex_long_double_get traps 2nd index at upper bound
PASS: gsl_matrix_complex_long_double_get, zero real for 2nd index at u.b.
PASS: gsl_matrix_complex_long_double_get, zero imag for 2nd index at u.b.
PASS: test_static
==================
All 2 tests passed
==================
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/matrix'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/matrix'
Making check in linalg
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/linalg'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err -I./../matrix -I./../vector  -O3 -msupersparc -c test_la.c
gcc -O3 -msupersparc  -o test_la  test_la.o libgsllinalg.a ../sys/libgslsys.a ../err/libgslerr.a ../err/libgsltest.a -lm 
make check-TESTS
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/linalg'
PASS: test_la
==================
All 1 tests passed
==================
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/linalg'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/linalg'
Making check in blas
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/blas'
make
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/blas'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/blas'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/blas'
Making check in specfunc
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/specfunc'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c test_sf.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c test_airy.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c test_bessel.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c test_dilog.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c test_gamma.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c test_hyperg.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c test_legendre.c
gcc -O3 -msupersparc  -o test_sf  test_sf.o test_airy.o test_bessel.o test_dilog.o test_gamma.o test_hyperg.o test_legendre.o libgslspecfunc.a ../sys/libgslsys.a ../err/libgslerr.a ../err/libgsltest.a -lm 
make check-TESTS
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/specfunc'
PASS:   gsl_sf_airy_Ai_impl(-500.0, m, &r)
PASS:   gsl_sf_airy_Ai_impl(-5.0, m, &r)
PASS:   gsl_sf_airy_Ai_impl(-0.3000000000000094, m, &r)
PASS:   gsl_sf_airy_Ai_impl(0.6999999999999907, m, &r)
PASS:   gsl_sf_airy_Ai_impl(1.649999999999991, m, &r)
PASS:   gsl_sf_airy_Ai_impl(2.54999999999999, m, &r)
PASS:   gsl_sf_airy_Ai_impl(3.499999999999987, m, &r)
PASS:   gsl_sf_airy_Ai_impl(5.39999999999998, m, &r)
PASS:   gsl_sf_airy_Ai_scaled_impl(-5.0, m, &r)
PASS:   gsl_sf_airy_Ai_scaled_impl(0.6999999999999907, m, &r)
PASS:   gsl_sf_airy_Ai_scaled_impl(1.649999999999991, m, &r)
PASS:   gsl_sf_airy_Ai_scaled_impl(2.54999999999999, m, &r)
PASS:   gsl_sf_airy_Ai_scaled_impl(3.499999999999987, m, &r)
PASS:   gsl_sf_airy_Ai_scaled_impl(5.39999999999998, m, &r)
PASS:   gsl_sf_airy_Bi_impl(-500.0, m, &r)
PASS:   gsl_sf_airy_Bi_impl(-5.0, m, &r)
PASS:   gsl_sf_airy_Bi_impl(0.6999999999999907, m, &r)
PASS:   gsl_sf_airy_Bi_impl(1.649999999999991, m, &r)
PASS:   gsl_sf_airy_Bi_impl(2.54999999999999, m, &r)
FAIL:   gsl_sf_airy_Bi_impl(3.499999999999987, m, &r)
  test_airy.c 39
  fracdiff: 5.373860556993208e-16
  value not within tolerance of expected value
     33.0555067546107253  6.39572764544467104e-14
PASS:   gsl_sf_airy_Bi_impl(5.39999999999998, m, &r)
PASS:   gsl_sf_airy_Bi_scaled_impl(-5.0, m, &r)
PASS:   gsl_sf_airy_Bi_scaled_impl(0.6999999999999907, m, &r)
PASS:   gsl_sf_airy_Bi_scaled_impl(1.649999999999991, m, &r)
PASS:   gsl_sf_airy_Bi_scaled_impl(2.54999999999999, m, &r)
PASS:   gsl_sf_airy_Bi_scaled_impl(3.499999999999987, m, &r)
PASS:   gsl_sf_airy_Bi_scaled_impl(5.39999999999998, m, &r)
PASS:   gsl_sf_airy_Ai_deriv_impl(-5.0, m, &r)
PASS:   gsl_sf_airy_Ai_deriv_impl(-0.5500000000000094, m, &r)
PASS:   gsl_sf_airy_Ai_deriv_impl(0.4999999999999906, m, &r)
PASS:   gsl_sf_airy_Ai_deriv_impl(1.899999999999992, m, &r)
PASS:   gsl_sf_airy_Ai_deriv_impl(3.249999999999988, m, &r)
PASS:   gsl_sf_airy_Ai_deriv_impl(5.199999999999981, m, &r)
PASS:   gsl_sf_airy_Ai_deriv_scaled_impl(-5.0, m, &r)
PASS:   gsl_sf_airy_Ai_deriv_scaled_impl(0.5499999999999906, m, &r)
PASS:   gsl_sf_airy_Ai_deriv_scaled_impl(1.499999999999991, m, &r)
PASS:   gsl_sf_airy_Ai_deriv_scaled_impl(2.49999999999999, m, &r)
PASS:   gsl_sf_airy_Ai_deriv_scaled_impl(3.649999999999986, m, &r)
PASS:   gsl_sf_airy_Ai_deriv_scaled_impl(6.299999999999977, m, &r)
PASS:   gsl_sf_airy_Bi_deriv_impl(-5.0, m, &r)
PASS:   gsl_sf_airy_Bi_deriv_impl(-0.5500000000000094, m, &r)
PASS:   gsl_sf_airy_Bi_deriv_impl(0.4999999999999906, m, &r)
PASS:   gsl_sf_airy_Bi_deriv_impl(1.899999999999992, m, &r)
PASS:   gsl_sf_airy_Bi_deriv_impl(3.249999999999988, m, &r)
PASS:   gsl_sf_airy_Bi_deriv_impl(5.199999999999981, m, &r)
PASS:   gsl_sf_airy_Bi_deriv_scaled_impl(-5.0, m, &r)
PASS:   gsl_sf_airy_Bi_deriv_scaled_impl(0.5499999999999906, m, &r)
PASS:   gsl_sf_airy_Bi_deriv_scaled_impl(1.499999999999991, m, &r)
PASS:   gsl_sf_airy_Bi_deriv_scaled_impl(2.49999999999999, m, &r)
PASS:   gsl_sf_airy_Bi_deriv_scaled_impl(3.649999999999986, m, &r)
PASS:   gsl_sf_airy_Bi_deriv_scaled_impl(6.299999999999977, m, &r)
FAIL: Airy Functions
PASS:   gsl_sf_bessel_J0_impl(0.1, &r)
PASS:   gsl_sf_bessel_J0_impl(2.0, &r)
PASS:   gsl_sf_bessel_J0_impl(100.0, &r)
PASS:   gsl_sf_bessel_J0_impl(1.0e+10, &r)
PASS:   gsl_sf_bessel_J1_impl(0.1, &r)
PASS:   gsl_sf_bessel_J1_impl(2.0, &r)
PASS:   gsl_sf_bessel_J1_impl(100.0, &r)
PASS:   gsl_sf_bessel_J1_impl(1.0e+10, &r)
PASS:   gsl_sf_bessel_Jn_impl(4, 0.1, &r)
PASS:   gsl_sf_bessel_Jn_impl(5, 2.0, &r)
PASS:   gsl_sf_bessel_Jn_impl(10, 20.0, &r)
PASS:   gsl_sf_bessel_Jn_impl(100, 100.0, &r)
PASS:   gsl_sf_bessel_Y0_impl(0.1, &r)
PASS:   gsl_sf_bessel_Y0_impl(2, &r)
PASS:   gsl_sf_bessel_Y0_impl(256.0, &r)
PASS:   gsl_sf_bessel_Y0_impl(4294967296.0, &r)
PASS:   gsl_sf_bessel_Y1_impl(0.1, &r)
PASS:   gsl_sf_bessel_Y1_impl(2, &r)
PASS:   gsl_sf_bessel_Y1_impl(100.0, &r)
PASS:   gsl_sf_bessel_Y1_impl(4294967296.0, &r)
PASS:   gsl_sf_bessel_Yn_impl(4, 0.1, &r)
PASS:   gsl_sf_bessel_Yn_impl(5, 2, &r)
PASS:   gsl_sf_bessel_Yn_impl(100, 100.0, &r)
PASS:   gsl_sf_bessel_Yn_impl(100, 4294967296.0, &r)
PASS:   gsl_sf_bessel_Yn_impl(1000, 4294967296.0, &r)
PASS:   gsl_sf_bessel_I0_scaled_impl(0.1, &r)
PASS:   gsl_sf_bessel_I0_scaled_impl(2, &r)
PASS:   gsl_sf_bessel_I0_scaled_impl(100.0, &r)
PASS:   gsl_sf_bessel_I0_scaled_impl(65536.0, &r)
PASS:   gsl_sf_bessel_I1_scaled_impl(0.1, &r)
PASS:   gsl_sf_bessel_I1_scaled_impl(2, &r)
PASS:   gsl_sf_bessel_I1_scaled_impl(100.0, &r)
PASS:   gsl_sf_bessel_I1_scaled_impl(65536.0, &r)
PASS:   gsl_sf_bessel_In_scaled_impl( -4, 0.1, &r)
PASS:   gsl_sf_bessel_In_scaled_impl( 4, 0.1, &r)
PASS:   gsl_sf_bessel_In_scaled_impl( 5, 2.0, &r)
FAIL:   gsl_sf_bessel_In_scaled_impl( 100, 100.0, &r)
  test_bessel.c 64
  fracdiff: 3.403902539030702e-16
  value/expected not consistent within reported error
  1.72668626281677084e-22  5.36545247258185801e-38
PASS:   gsl_sf_bessel_I0_impl(0.1, &r)
PASS:   gsl_sf_bessel_I0_impl(2.0, &r)
PASS:   gsl_sf_bessel_I0_impl(100.0, &r)
PASS:   gsl_sf_bessel_I1_impl(0.1, &r)
PASS:   gsl_sf_bessel_I1_impl(2.0, &r)
PASS:   gsl_sf_bessel_I1_impl(100.0, &r)
PASS:   gsl_sf_bessel_In_impl( 4, 0.1, &r)
PASS:   gsl_sf_bessel_In_impl( 5, 2.0, &r)
FAIL:   gsl_sf_bessel_In_impl( 100, 100.0, &r)
  test_bessel.c 76
  fracdiff: 3.953450793932929e-16
  value/expected not consistent within reported error
  4.64153494161620258e+21     1442296.47651470616
PASS:   gsl_sf_bessel_K0_scaled_impl(0.1, &r)
PASS:   gsl_sf_bessel_K0_scaled_impl(2.0, &r)
PASS:   gsl_sf_bessel_K0_scaled_impl(100.0, &r)
PASS:   gsl_sf_bessel_K1_scaled_impl(0.1, &r)
PASS:   gsl_sf_bessel_K1_scaled_impl(2.0, &r)
PASS:   gsl_sf_bessel_K1_scaled_impl(100.0, &r)
PASS:   gsl_sf_bessel_Kn_scaled_impl( 4, 0.1, &r)
PASS:   gsl_sf_bessel_Kn_scaled_impl( 5, 2.0, &r)
PASS:   gsl_sf_bessel_Kn_scaled_impl( 100, 100.0, &r)
PASS:   gsl_sf_bessel_K0_impl(0.1, &r)
PASS:   gsl_sf_bessel_K0_impl(2.0, &r)
PASS:   gsl_sf_bessel_K0_impl(100.0, &r)
PASS:   gsl_sf_bessel_K1_impl(0.1, &r)
PASS:   gsl_sf_bessel_K1_impl(2.0, &r)
PASS:   gsl_sf_bessel_K1_impl(100.0, &r)
PASS:   gsl_sf_bessel_Kn_impl( 4, 0.1, &r)
PASS:   gsl_sf_bessel_Kn_impl( 5, 2.0, &r)
PASS:   gsl_sf_bessel_Kn_impl( 100, 100.0, &r)
PASS:   gsl_sf_bessel_j0_impl(-10.0, &r)
PASS:   gsl_sf_bessel_j0_impl(0.001, &r)
PASS:   gsl_sf_bessel_j0_impl( 1.0, &r)
PASS:   gsl_sf_bessel_j0_impl( 10.0, &r)
PASS:   gsl_sf_bessel_j0_impl(100.0, &r)
PASS:   gsl_sf_bessel_j0_impl(1048576.0, &r)
PASS:   gsl_sf_bessel_j1_impl(-10.0, &r)
PASS:   gsl_sf_bessel_j1_impl(0.01, &r)
PASS:   gsl_sf_bessel_j1_impl( 1.0, &r)
PASS:   gsl_sf_bessel_j1_impl( 10.0, &r)
PASS:   gsl_sf_bessel_j1_impl(100.0, &r)
PASS:   gsl_sf_bessel_j1_impl(1048576.0, &r)
PASS:   gsl_sf_bessel_j2_impl(-10.0, &r)
PASS:   gsl_sf_bessel_j2_impl(0.01, &r)
PASS:   gsl_sf_bessel_j2_impl( 1.0, &r)
PASS:   gsl_sf_bessel_j2_impl( 10.0, &r)
PASS:   gsl_sf_bessel_j2_impl(100.0, &r)
PASS:   gsl_sf_bessel_j2_impl(1048576.0, &r)
PASS:   gsl_sf_bessel_jl_impl(1, 10.0, &r)
PASS:   gsl_sf_bessel_jl_impl(5, 1.0, &r)
PASS:   gsl_sf_bessel_jl_impl(10, 10.0, &r)
PASS:   gsl_sf_bessel_jl_impl(100, 100.0, &r)
PASS:   gsl_sf_bessel_jl_impl(2000, 1048576.0, &r)
PASS:   gsl_sf_bessel_y0_impl(0.001, &r)
PASS:   gsl_sf_bessel_y0_impl( 1.0, &r)
PASS:   gsl_sf_bessel_y0_impl( 10.0, &r)
PASS:   gsl_sf_bessel_y0_impl(100.0, &r)
PASS:   gsl_sf_bessel_y0_impl(65536.0, &r)
PASS:   gsl_sf_bessel_y0_impl(4294967296.0, &r)
PASS:   gsl_sf_bessel_y1_impl( 0.01, &r)
PASS:   gsl_sf_bessel_y1_impl( 1.0, &r)
PASS:   gsl_sf_bessel_y1_impl( 10.0, &r)
PASS:   gsl_sf_bessel_y1_impl(100.0, &r)
PASS:   gsl_sf_bessel_y1_impl(4294967296.0, &r)
PASS:   gsl_sf_bessel_y2_impl( 0.01, &r)
PASS:   gsl_sf_bessel_y2_impl( 1.0, &r)
PASS:   gsl_sf_bessel_y2_impl( 10.0, &r)
PASS:   gsl_sf_bessel_y2_impl(100.0, &r)
PASS:   gsl_sf_bessel_y2_impl(4294967296.0, &r)
PASS:   gsl_sf_bessel_i0_scaled_impl(0.1, &r)
PASS:   gsl_sf_bessel_i0_scaled_impl(2.0, &r)
PASS:   gsl_sf_bessel_i0_scaled_impl(100.0, &r)
PASS:   gsl_sf_bessel_i1_scaled_impl(0.1, &r)
PASS:   gsl_sf_bessel_i1_scaled_impl(2.0, &r)
PASS:   gsl_sf_bessel_i1_scaled_impl(100.0, &r)
PASS:   gsl_sf_bessel_i2_scaled_impl(0.1, &r)
PASS:   gsl_sf_bessel_i2_scaled_impl(2.0, &r)
PASS:   gsl_sf_bessel_i2_scaled_impl(100.0, &r)
PASS:   gsl_sf_bessel_il_scaled_impl( 4, 0.001, &r)
PASS:   gsl_sf_bessel_il_scaled_impl( 4, 0.1, &r)
PASS:   gsl_sf_bessel_il_scaled_impl( 5, 2.0, &r)
PASS:   gsl_sf_bessel_il_scaled_impl( 5, 100.0, &r)
PASS:   gsl_sf_bessel_il_scaled_impl( 100, 100.0, &r)
PASS:   gsl_sf_bessel_k0_scaled_impl(0.1, &r)
PASS:   gsl_sf_bessel_k0_scaled_impl(2.0, &r)
PASS:   gsl_sf_bessel_k0_scaled_impl(100.0, &r)
PASS:   gsl_sf_bessel_k1_scaled_impl(0.1, &r)
PASS:   gsl_sf_bessel_k1_scaled_impl(2.0, &r)
PASS:   gsl_sf_bessel_k1_scaled_impl(100.0, &r)
PASS:   gsl_sf_bessel_k2_scaled_impl(0.1, &r)
PASS:   gsl_sf_bessel_k2_scaled_impl(2.0, &r)
PASS:   gsl_sf_bessel_k2_scaled_impl(100.0, &r)
PASS:   gsl_sf_bessel_kl_scaled_impl( 4, 1.0/256.0, &r)
PASS:   gsl_sf_bessel_kl_scaled_impl( 4, 1.0/8.0, &r)
PASS:   gsl_sf_bessel_kl_scaled_impl( 5, 2.0, &r)
PASS:   gsl_sf_bessel_kl_scaled_impl( 100, 100.0, &r)
PASS:   gsl_sf_bessel_Jnu_impl(0.0001, 1.0, &r)
PASS:   gsl_sf_bessel_Jnu_impl(0.0001, 10.0, &r)
PASS:   gsl_sf_bessel_Jnu_impl(0.0009765625, 10.0, &r)
PASS:   gsl_sf_bessel_Jnu_impl(0.75, 1.0, &r)
PASS:   gsl_sf_bessel_Jnu_impl(0.75, 10.0, &r)
PASS:   gsl_sf_bessel_Jnu_impl( 1.0, 0.001, &r)
PASS:   gsl_sf_bessel_Jnu_impl( 1.0, 1.0, &r)
PASS:   gsl_sf_bessel_Jnu_impl( 1.75, 1.0, &r)
PASS:   gsl_sf_bessel_Jnu_impl(30.0, 1.0, &r)
PASS:   gsl_sf_bessel_Jnu_impl(30.0, 100.0, &r)
PASS:   gsl_sf_bessel_Jnu_impl(10.0, 1.0, &r)
PASS:   gsl_sf_bessel_Jnu_impl(10.0, 100.0, &r)
FAIL:   gsl_sf_bessel_Jnu_impl(10.2, 100.0, &r)
  test_bessel.c 196
  fracdiff: 3.812665912804023e-15
  value/expected not consistent within reported error
  -0.0354891916104650013  9.45622023630532416e-17
PASS:   gsl_sf_bessel_Ynu_impl(0.0001, 1.0, &r)
PASS:   gsl_sf_bessel_Ynu_impl(0.0001,10.0, &r)
PASS:   gsl_sf_bessel_Ynu_impl( 0.75, 1.0, &r)
PASS:   gsl_sf_bessel_Ynu_impl( 0.75, 10.0, &r)
PASS:   gsl_sf_bessel_Ynu_impl( 1.0, 0.001, &r)
PASS:   gsl_sf_bessel_Ynu_impl( 1.0, 1.0, &r)
PASS:   gsl_sf_bessel_Ynu_impl(30.0, 1.0, &r)
PASS:   gsl_sf_bessel_Ynu_impl(30.0, 100.0, &r)
PASS:   gsl_sf_bessel_Ynu_impl(10.0, 1.0, &r)
PASS:   gsl_sf_bessel_Ynu_impl(10.0, 100.0, &r)
PASS:   gsl_sf_bessel_Ynu_impl(10.2, 100.0, &r)
PASS:   gsl_sf_bessel_Inu_scaled_impl(0.0001,10.0, &r)
PASS:   gsl_sf_bessel_Inu_scaled_impl( 1.0, 0.001, &r)
PASS:   gsl_sf_bessel_Inu_scaled_impl( 1.0, 1.0, &r)
PASS:   gsl_sf_bessel_Inu_scaled_impl(30.0, 1.0, &r)
PASS:   gsl_sf_bessel_Inu_scaled_impl(30.0, 100.0, &r)
PASS:   gsl_sf_bessel_Inu_scaled_impl(10.0, 1.0, &r)
PASS:   gsl_sf_bessel_Inu_scaled_impl(10.0, 100.0, &r)
PASS:   gsl_sf_bessel_Inu_scaled_impl(10.2, 100.0, &r)
PASS:   gsl_sf_bessel_Inu_impl(0.0001,10.0, &r)
PASS:   gsl_sf_bessel_Inu_impl( 1.0, 0.001, &r)
PASS:   gsl_sf_bessel_Inu_impl( 1.0, 1.0, &r)
PASS:   gsl_sf_bessel_Inu_impl(30.0, 1.0, &r)
PASS:   gsl_sf_bessel_Inu_impl(30.0, 100.0, &r)
PASS:   gsl_sf_bessel_Inu_impl(10.0, 1.0, &r)
PASS:   gsl_sf_bessel_Inu_impl(10.0, 100.0, &r)
PASS:   gsl_sf_bessel_Inu_impl(10.2, 100.0, &r)
PASS:   gsl_sf_bessel_Knu_scaled_impl(0.0001,10.0, &r)
PASS:   gsl_sf_bessel_Knu_scaled_impl( 1.0, 0.001, &r)
PASS:   gsl_sf_bessel_Knu_scaled_impl( 1.0, 1.0, &r)
PASS:   gsl_sf_bessel_Knu_scaled_impl(30.0, 1.0, &r)
PASS:   gsl_sf_bessel_Knu_scaled_impl(30.0, 100.0, &r)
PASS:   gsl_sf_bessel_Knu_scaled_impl(10.0, 1.0, &r)
PASS:   gsl_sf_bessel_Knu_scaled_impl(10.0, 100.0, &r)
PASS:   gsl_sf_bessel_Knu_scaled_impl(10.0, 1000.0, &r)
PASS:   gsl_sf_bessel_Knu_scaled_impl(10.0, 1.0e+8, &r)
PASS:   gsl_sf_bessel_Knu_scaled_impl(10.2, 100.0, &r)
PASS:   gsl_sf_bessel_Knu_impl(0.0001,0.001, &r)
PASS:   gsl_sf_bessel_Knu_impl(0.0001,10.0, &r)
PASS:   gsl_sf_bessel_Knu_impl( 1.0, 0.001, &r)
PASS:   gsl_sf_bessel_Knu_impl( 1.0, 1.0, &r)
PASS:   gsl_sf_bessel_Knu_impl(10.0, 0.001, &r)
PASS:   gsl_sf_bessel_Knu_impl(10.0, 1.0, &r)
PASS:   gsl_sf_bessel_Knu_impl(10.0, 100.0, &r)
PASS:   gsl_sf_bessel_Knu_impl(10.2, 100.0, &r)
PASS:   gsl_sf_bessel_Knu_impl(30.0, 1.0, &r)
PASS:   gsl_sf_bessel_Knu_impl(30.0, 100.0, &r)
FAIL:   gsl_sf_bessel_lnKnu_impl(0.0001,1.0e-100, &r)
  test_bessel.c 250
  fracdiff: 3.265485223660156e-16
  value/expected not consistent within reported error
     5.43979444931985068  1.6519662192226671e-15
PASS:   gsl_sf_bessel_lnKnu_impl(0.0001,0.0001, &r)
PASS:   gsl_sf_bessel_lnKnu_impl(0.0001,10.0, &r)
PASS:   gsl_sf_bessel_lnKnu_impl( 1.0, 1.0e-100, &r)
PASS:   gsl_sf_bessel_lnKnu_impl( 1.0, 1.0e-10, &r)
PASS:   gsl_sf_bessel_lnKnu_impl( 1.0, 0.001, &r)
PASS:   gsl_sf_bessel_lnKnu_impl( 1.0, 1.0, &r)
PASS:   gsl_sf_bessel_lnKnu_impl(30.0, 1.0e-100, &r)
PASS:   gsl_sf_bessel_lnKnu_impl(30.0, 1.0, &r)
PASS:   gsl_sf_bessel_lnKnu_impl(30.0, 100.0, &r)
PASS:   gsl_sf_bessel_lnKnu_impl(100.0, 1.0e-100, &r)
PASS:   gsl_sf_bessel_lnKnu_impl(100.0, 1.0, &r)
PASS:   gsl_sf_bessel_lnKnu_impl(100.0, 100.0, &r)
PASS:   gsl_sf_bessel_lnKnu_impl(1000.0, 1.0e-100, &r)
PASS:   gsl_sf_bessel_lnKnu_impl(10000.0, 1.0e-100, &r)
PASS:   gsl_sf_bessel_Jn_array_impl
PASS:   gsl_sf_bessel_Yn_array_impl
PASS:   gsl_sf_bessel_In_scaled_array_impl
PASS:   gsl_sf_bessel_In_array_impl
PASS:   gsl_sf_bessel_Kn_array_impl
PASS:   gsl_sf_bessel_Kn_scaled_array_impl
PASS:   gsl_sf_bessel_jl_array_impl
PASS:   gsl_sf_bessel_jl_steed_array_impl
PASS:   gsl_sf_bessel_yl_array_impl
PASS:   gsl_sf_bessel_il_scaled_array_impl
PASS:   gsl_sf_bessel_kl_scaled_array_impl
FAIL: Bessel Functions
PASS:   gsl_sf_cheb_eval_impl()
PASS:   gsl_sf_cheb_eval_n_impl()
PASS:   gsl_sf_cheb_calc_impl()
PASS:   gsl_sf_cheb_eval_deriv_impl()
PASS:   gsl_sf_cheb_eval_integ_impl()
PASS: Chebyshev Evaluation
PASS:   gsl_sf_clausen_impl(M_PI/20.0, &r)
PASS:   gsl_sf_clausen_impl(M_PI/6.0, &r)
PASS:   gsl_sf_clausen_impl(M_PI/3.0, &r)
PASS:   gsl_sf_clausen_impl( 2.0*M_PI + M_PI/3.0, &r)
PASS:   gsl_sf_clausen_impl(100.0*M_PI + M_PI/3.0, &r)
PASS: Clausen Integral
PASS:   gsl_sf_hydrogenicR_1_impl(3.0, 2.0, &r)
PASS:   gsl_sf_hydrogenicR_1_impl(3.0, 10.0, &r)
PASS:   gsl_sf_hydrogenicR_impl(4, 0, 3.0, 2.0, &r)
PASS:   gsl_sf_hydrogenicR_impl(4, 1, 3.0, 2.0, &r)
PASS:   gsl_sf_hydrogenicR_impl(4, 2, 3.0, 2.0, &r)
PASS:   gsl_sf_hydrogenicR_impl(100, 0, 3.0, 2.0, &r)
PASS:   gsl_sf_hydrogenicR_impl(100, 10, 3.0, 2.0, &r)
PASS:   gsl_sf_hydrogenicR_impl(100, 90, 3.0, 2.0, &r)
PASS: Coulomb Wave Functions
PASS:   gsl_sf_coupling_3j_impl(0, 1, 1, 0, 1, -1, &r)
PASS:   gsl_sf_coupling_3j_impl(1, 1, 2, 1, -1, 0, &r)
PASS:   gsl_sf_coupling_3j_impl(2, 4, 6, 0, 2, -2, &r)
PASS:   gsl_sf_coupling_6j_impl(2, 2, 4, 2, 2, 2, &r)
PASS:   gsl_sf_coupling_9j_impl(4, 2, 4, 3, 3, 2, 1, 1, 2, &r)
PASS:   gsl_sf_coupling_9j_impl(8, 4, 10, 7, 3, 8, 1, 1, 2, &r)
PASS: Coupling Coefficients
PASS:   gsl_sf_dawson_impl(1.0e-15, &r)
PASS:   gsl_sf_dawson_impl(0.5, &r)
PASS:   gsl_sf_dawson_impl(2.0, &r)
FAIL:   gsl_sf_dawson_impl(1000.0, &r)
  test_sf.c 494
  fracdiff: 1.084201630383876e-16
  value/expected not consistent within reported error
  0.000500000250000374904  8.29009269547533142e-24
FAIL: Dawson Integral
PASS:   gsl_sf_debye_1_impl(0.1, &r)
PASS:   gsl_sf_debye_1_impl(1.0, &r)
PASS:   gsl_sf_debye_1_impl(10.0, &r)
PASS:   gsl_sf_debye_2_impl(0.1, &r)
PASS:   gsl_sf_debye_2_impl(1.0, &r)
PASS:   gsl_sf_debye_2_impl(10.0, &r)
PASS:   gsl_sf_debye_3_impl(0.1, &r)
PASS:   gsl_sf_debye_3_impl(1.0, &r)
PASS:   gsl_sf_debye_3_impl(10.0, &r)
PASS:   gsl_sf_debye_4_impl(0.1, &r)
PASS:   gsl_sf_debye_4_impl(1.0, &r)
PASS:   gsl_sf_debye_4_impl(10.0, &r)
PASS: Debye Functions
PASS:   gsl_sf_dilog_impl(-3.0, &r)
PASS:   gsl_sf_dilog_impl(-0.5, &r)
PASS:   gsl_sf_dilog_impl(-0.001, &r)
PASS:   gsl_sf_dilog_impl(0.1, &r)
PASS:   gsl_sf_dilog_impl(0.7, &r)
PASS:   gsl_sf_dilog_impl(1.0, &r)
PASS:   gsl_sf_dilog_impl(1.5, &r)
PASS:   gsl_sf_dilog_impl(2.0, &r)
PASS:   gsl_sf_dilog_impl( 5.0, &r)
PASS:   gsl_sf_dilog_impl( 11.0, &r)
PASS:   gsl_sf_dilog_impl(12.59, &r)
PASS:   gsl_sf_dilog_impl(12.595, &r)
PASS:   gsl_sf_dilog_impl(13.0, &r)
PASS:   gsl_sf_dilog_impl(20.0, &r)
PASS:   gsl_sf_dilog_impl(150.0, &r)
PASS:   gsl_sf_dilog_impl(1100.0, &r)
PASS:   gsl_sf_complex_dilog_impl(1.00001, M_PI/2.0, &r1, &r2)
PASS:   gsl_sf_complex_dilog_impl(0.99999, M_PI/2.0, &r1, &r2)
PASS:   gsl_sf_complex_dilog_impl(0.991, M_PI/2.0, &r1, &r2)
PASS:   gsl_sf_complex_dilog_impl(0.98, M_PI/2.0, &r1, &r2)
PASS:   gsl_sf_complex_dilog_impl(0.95, M_PI/2.0, &r1, &r2)
PASS:   gsl_sf_complex_dilog_impl(0.8, M_PI/2.0, &r1, &r2)
PASS:   gsl_sf_complex_dilog_impl(0.5, M_PI/2.0, &r1, &r2)
PASS:   gsl_sf_complex_dilog_impl(0.01, M_PI/2.0, &r1, &r2)
PASS:   gsl_sf_complex_dilog_impl(10.0, M_PI/2.0, &r1, &r2)
PASS:   gsl_sf_complex_dilog_impl(100.0, M_PI/2.0, &r1, &r2)
PASS:   gsl_sf_complex_dilog_impl(0.99, M_PI/8.0, &r1, &r2)
PASS:   gsl_sf_complex_dilog_impl(0.99, M_PI/64.0, &r1, &r2)
PASS:   gsl_sf_complex_dilog_impl(0.9, 3.0*M_PI/4.0, &r1, &r2)
PASS: Dilogarithm
PASS:   gsl_sf_multiply_impl(-3.0,2.0, &r)
PASS:   gsl_sf_multiply_impl(x, 1.0/x, &r)
PASS:   gsl_sf_multiply_impl(x, 0.2, &r)
PASS:   gsl_sf_multiply_impl(x, 4.0, &r)
PASS: Elementary Functions (Misc)
PASS:   gsl_sf_ellint_Kcomp_impl( 0.99, mode, &r)
PASS:   gsl_sf_ellint_Kcomp_impl( 0.50, mode, &r)
PASS:   gsl_sf_ellint_Kcomp_impl(0.010, mode, &r)
PASS:   gsl_sf_ellint_Ecomp_impl(0.99, mode, &r)
PASS:   gsl_sf_ellint_Ecomp_impl(0.50, mode, &r)
PASS:   gsl_sf_ellint_Ecomp_impl(0.01, mode, &r)
PASS:   gsl_sf_ellint_F_impl(M_PI/3.0, 0.99, mode, &r)
PASS:   gsl_sf_ellint_F_impl(M_PI/3.0, 0.50, mode, &r)
PASS:   gsl_sf_ellint_F_impl(M_PI/3.0, 0.01, mode, &r)
PASS:   gsl_sf_ellint_E_impl(M_PI/3.0, 0.99, mode, &r)
PASS:   gsl_sf_ellint_E_impl(M_PI/3.0, 0.50, mode, &r)
PASS:   gsl_sf_ellint_E_impl(M_PI/3.0, 0.01, mode, &r)
PASS:   gsl_sf_ellint_P_impl(M_PI/3.0, 0.99, 0.5, mode, &r)
PASS:   gsl_sf_ellint_P_impl(M_PI/3.0, 0.50, 0.5, mode, &r)
PASS:   gsl_sf_ellint_P_impl(M_PI/3.0, 0.01, 0.5, mode, &r)
PASS:   gsl_sf_ellint_RF_impl(5.0e-11, 1.0e-10, 1.0, mode, &r)
PASS:   gsl_sf_ellint_RF_impl(1.0, 2.0, 3.0, mode, &r)
PASS:   gsl_sf_ellint_RD_impl(5.0e-11, 1.0e-10, 1.0, mode, &r)
PASS:   gsl_sf_ellint_RD_impl(1.0, 2.0, 3.0, mode, &r)
PASS:   gsl_sf_ellint_RC_impl(1.0, 2.0, mode, &r)
PASS:   gsl_sf_ellint_RJ_impl(2.0, 3.0, 4.0, 5.0, mode, &r)
PASS: Elliptic Integrals
PASS:   gsl_sf_elljac_impl(0.5|0.5)
PASS:   gsl_sf_elljac_impl(2.0|0.999999)
PASS: Elliptic Functions (Jacobi)
PASS:   gsl_sf_erfc_impl(-10.0, &r)
PASS:   gsl_sf_erfc_impl(-1.0, &r)
PASS:   gsl_sf_erfc_impl(-0.5, &r)
PASS:   gsl_sf_erfc_impl(1.0, &r)
PASS:   gsl_sf_erfc_impl(3.0, &r)
PASS:   gsl_sf_erfc_impl(7.0, &r)
PASS:   gsl_sf_erfc_impl(10.0, &r)
PASS:   gsl_sf_log_erfc_impl(-1.0, &r)
PASS:   gsl_sf_log_erfc_impl(1.0, &r)
PASS:   gsl_sf_log_erfc_impl(10.0, &r)
PASS:   gsl_sf_erf_impl(-10.0, &r)
PASS:   gsl_sf_erf_impl(0.5, &r)
PASS:   gsl_sf_erf_impl(1.0, &r)
PASS:   gsl_sf_erf_impl(10.0, &r)
PASS:   gsl_sf_erf_Z_impl(1.0, &r)
PASS:   gsl_sf_erf_Q_impl(10.0, &r)
PASS: Error Functions
PASS:   gsl_sf_exp_impl(-10.0, &r)
PASS:   gsl_sf_exp_impl( 10.0, &r)
PASS:   gsl_sf_exp_mult_impl(-10.0, 1.0e-06, &r)
PASS:   gsl_sf_exp_mult_impl(-10.0, 2.0, &r)
PASS:   gsl_sf_exp_mult_impl(-10.0, -2.0, &r)
PASS:   gsl_sf_exp_mult_impl( 10.0, 1.0e-06, &r)
PASS:   gsl_sf_exp_mult_impl( 10.0, -2.0, &r)
PASS:   gsl_sf_exp_mult_impl(x, 1.00001, &r)
PASS:   gsl_sf_exp_mult_impl(x, 1.000001, &r)
PASS:   gsl_sf_exp_mult_impl(x, 1.000000001, &r)
PASS:   gsl_sf_exp_mult_impl(x, 100.0, &r)
PASS:   gsl_sf_exp_mult_impl(x, 1.0e+20, &r)
PASS:   gsl_sf_exp_mult_impl(x, exp(-x)*exp(M_LN2), &r)
PASS:   gsl_sf_expm1_impl(-10.0, &r)
PASS:   gsl_sf_expm1_impl(-0.001, &r)
PASS:   gsl_sf_expm1_impl(-1.0e-8, &r)
PASS:   gsl_sf_expm1_impl( 1.0e-8, &r)
PASS:   gsl_sf_expm1_impl( 0.001, &r)
PASS:   gsl_sf_expm1_impl( 10.0, &r)
PASS:   gsl_sf_exprel_impl(-10.0, &r)
PASS:   gsl_sf_exprel_impl(-0.001, &r)
PASS:   gsl_sf_exprel_impl(-1.0e-8, &r)
PASS:   gsl_sf_exprel_impl( 1.0e-8, &r)
PASS:   gsl_sf_exprel_impl( 0.001, &r)
PASS:   gsl_sf_exprel_impl( 10.0, &r)
PASS:   gsl_sf_exprel_2_impl(-10.0, &r)
PASS:   gsl_sf_exprel_2_impl(-0.001, &r)
PASS:   gsl_sf_exprel_2_impl(-1.0e-8, &r)
PASS:   gsl_sf_exprel_2_impl( 1.0e-8, &r)
PASS:   gsl_sf_exprel_2_impl( 0.001, &r)
PASS:   gsl_sf_exprel_2_impl( 10.0, &r)
PASS:   gsl_sf_exprel_n_impl(3, -1000.0, &r)
PASS:   gsl_sf_exprel_n_impl(3, -100.0, &r)
PASS:   gsl_sf_exprel_n_impl(3, -10.0, &r)
PASS:   gsl_sf_exprel_n_impl(3, -3.0, &r)
PASS:   gsl_sf_exprel_n_impl(3, -0.001, &r)
PASS:   gsl_sf_exprel_n_impl(3, -1.0e-8, &r)
PASS:   gsl_sf_exprel_n_impl(3, 1.0e-8, &r)
PASS:   gsl_sf_exprel_n_impl(3, 0.001, &r)
PASS:   gsl_sf_exprel_n_impl(3, 3.0, &r)
PASS:   gsl_sf_exprel_n_impl(3, 3.1, &r)
FAIL:   gsl_sf_exprel_n_impl(3, 10.0, &r)
  test_sf.c 666
  fracdiff: 6.469635038908155e-16
  value not within tolerance of expected value
     131.792794768840139  1.46351902562225212e-12
PASS:   gsl_sf_exprel_n_impl(3, 100.0, &r)
PASS:   gsl_sf_exprel_n_impl(50, -1000.0, &r)
PASS:   gsl_sf_exprel_n_impl(50, -100.0, &r)
PASS:   gsl_sf_exprel_n_impl(50, -10.0, &r)
PASS:   gsl_sf_exprel_n_impl(50, -3.0, &r)
PASS:   gsl_sf_exprel_n_impl(50, -1.0, &r)
PASS:   gsl_sf_exprel_n_impl(50, -1.0e-8, &r)
PASS:   gsl_sf_exprel_n_impl(50, 1.0e-8, &r)
PASS:   gsl_sf_exprel_n_impl(50, 1.0, &r)
PASS:   gsl_sf_exprel_n_impl(50, 3.0, &r)
PASS:   gsl_sf_exprel_n_impl(50, 48.0, &r)
PASS:   gsl_sf_exprel_n_impl(50, 50.1, &r)
PASS:   gsl_sf_exprel_n_impl(50, 100.0, &r)
PASS:   gsl_sf_exprel_n_impl(50, 500.0, &r)
PASS:   gsl_sf_exprel_n_impl(500, -1000.0, &r)
PASS:   gsl_sf_exprel_n_impl(500, -100.0, &r)
PASS:   gsl_sf_exprel_n_impl(500, -10.0, &r)
PASS:   gsl_sf_exprel_n_impl(500, -3.0, &r)
PASS:   gsl_sf_exprel_n_impl(500, -1.0, &r)
PASS:   gsl_sf_exprel_n_impl(500, -1.0e-8, &r)
PASS:   gsl_sf_exprel_n_impl(500, 1.0e-8, &r)
PASS:   gsl_sf_exprel_n_impl(500, 1.0, &r)
PASS:   gsl_sf_exprel_n_impl(500, 3.0, &r)
PASS:   gsl_sf_exprel_n_impl(500, 48.0, &r)
PASS:   gsl_sf_exprel_n_impl(500, 100.0, &r)
FAIL:   gsl_sf_exprel_n_impl(500, 500.0, &r)
  test_sf.c 694
  fracdiff: 2.254655762808063e-15
  value/expected not consistent within reported error
  value not within tolerance of expected value
     28.3630198779275027  1.25957110865504441e-14
PASS:   gsl_sf_exprel_n_impl(500, 1000.0, &r)
PASS:   gsl_sf_exprel_n_impl(500, 1600.0, &r)
FAIL: Exponential Functions
PASS:   gsl_sf_expint_E1_impl(-1.0, &r)
PASS:   gsl_sf_expint_E1_impl(1.0e-10, &r)
PASS:   gsl_sf_expint_E1_impl(1.0e-05, &r)
PASS:   gsl_sf_expint_E1_impl(0.1, &r)
PASS:   gsl_sf_expint_E1_impl(1.0, &r)
PASS:   gsl_sf_expint_E1_impl(10.0, &r)
PASS:   gsl_sf_expint_E1_impl(50.0, &r)
PASS:   gsl_sf_expint_E1_impl(300.0, &r)
PASS:   gsl_sf_expint_E2_impl(-1.0, &r)
PASS:   gsl_sf_expint_E2_impl(1.0/4294967296.0, &r)
PASS:   gsl_sf_expint_E2_impl(1.0/65536.0, &r)
PASS:   gsl_sf_expint_E2_impl(0.1, &r)
PASS:   gsl_sf_expint_E2_impl(1.0, &r)
PASS:   gsl_sf_expint_E2_impl(10.0, &r)
FAIL:   gsl_sf_expint_E2_impl(50.0, &r)
  test_sf.c 722
  fracdiff: 1.187597291354537e-15
  value not within tolerance of expected value
  3.71178331886883605e-24  1.38124298636928301e-37
PASS:   gsl_sf_expint_E2_impl(300.0, &r)
PASS:   gsl_sf_expint_Ei_impl(-1.0, &r)
PASS:   gsl_sf_expint_Ei_impl(1.0/4294967296.0, &r)
PASS:   gsl_sf_expint_Ei_impl(1.0, &r)
PASS:   gsl_sf_Shi_impl(-1.0, &r)
PASS:   gsl_sf_Shi_impl(1.0/4294967296.0, &r)
PASS:   gsl_sf_Shi_impl(1.0/65536.0, &r)
PASS:   gsl_sf_Shi_impl(0.1, &r)
PASS:   gsl_sf_Shi_impl(1.0, &r)
PASS:   gsl_sf_Shi_impl(10.0, &r)
PASS:   gsl_sf_Shi_impl(50.0, &r)
PASS:   gsl_sf_Shi_impl(300.0, &r)
PASS:   gsl_sf_Chi_impl(-1.0, &r)
PASS:   gsl_sf_Chi_impl(1.0/4294967296.0, &r)
PASS:   gsl_sf_Chi_impl(1.0/65536.0, &r)
PASS:   gsl_sf_Chi_impl(1.0/8.0, &r)
PASS:   gsl_sf_Chi_impl(1.0, &r)
PASS:   gsl_sf_Chi_impl(10.0, &r)
PASS:   gsl_sf_Chi_impl(50.0, &r)
PASS:   gsl_sf_Chi_impl(300.0, &r)
PASS:   gsl_sf_expint_3_impl(1.0e-10, &r)
PASS:   gsl_sf_expint_3_impl(1.0e-05, &r)
PASS:   gsl_sf_expint_3_impl(0.1, &r)
PASS:   gsl_sf_expint_3_impl(0.5, &r)
PASS:   gsl_sf_expint_3_impl(1.0, &r)
PASS:   gsl_sf_expint_3_impl(2.0, &r)
PASS:   gsl_sf_expint_3_impl(5.0, &r)
PASS:   gsl_sf_expint_3_impl(10.0, &r)
PASS:   gsl_sf_expint_3_impl(100.0, &r)
PASS:   gsl_sf_Si_impl(-1.0, &r)
PASS:   gsl_sf_Si_impl(1.0e-10, &r)
PASS:   gsl_sf_Si_impl(1.0e-05, &r)
PASS:   gsl_sf_Si_impl(0.1, &r)
PASS:   gsl_sf_Si_impl(1.0, &r)
PASS:   gsl_sf_Si_impl(10.0, &r)
PASS:   gsl_sf_Si_impl(50.0, &r)
PASS:   gsl_sf_Si_impl(300.0, &r)
PASS:   gsl_sf_Si_impl(1.0e+20, &r)
PASS:   gsl_sf_Ci_impl(1.0/4294967296.0, &r)
PASS:   gsl_sf_Ci_impl(1.0/65536.0, &r)
PASS:   gsl_sf_Ci_impl(1.0/8.0, &r)
PASS:   gsl_sf_Ci_impl(1.0, &r)
PASS:   gsl_sf_Ci_impl(10.0, &r)
PASS:   gsl_sf_Ci_impl(50.0, &r)
PASS:   gsl_sf_Ci_impl(300.0, &r)
PASS:   gsl_sf_Ci_impl(65536.0, &r)
PASS:   gsl_sf_Ci_impl(4294967296.0, &r)
PASS:   gsl_sf_Ci_impl(1099511627776.0, &r)
PASS:   gsl_sf_atanint_impl(1.0e-10, &r)
PASS:   gsl_sf_atanint_impl(1.0e-05, &r)
PASS:   gsl_sf_atanint_impl(0.1, &r)
PASS:   gsl_sf_atanint_impl(1.0, &r)
PASS:   gsl_sf_atanint_impl(2.0, &r)
PASS:   gsl_sf_atanint_impl(10.0, &r)
PASS:   gsl_sf_atanint_impl(50.0, &r)
PASS:   gsl_sf_atanint_impl(300.0, &r)
PASS:   gsl_sf_atanint_impl(1.0e+5, &r)
FAIL: Exponential/Sine/Cosine Integrals
PASS:   gsl_sf_fermi_dirac_m1_impl(-10.0, &r)
PASS:   gsl_sf_fermi_dirac_m1_impl( -1.0, &r)
PASS:   gsl_sf_fermi_dirac_m1_impl( 1.0, &r)
PASS:   gsl_sf_fermi_dirac_m1_impl( 10.0, &r)
PASS:   gsl_sf_fermi_dirac_0_impl(-10.0, &r)
PASS:   gsl_sf_fermi_dirac_0_impl( -1.0, &r)
PASS:   gsl_sf_fermi_dirac_0_impl( 1.0, &r)
PASS:   gsl_sf_fermi_dirac_0_impl( 10.0, &r)
PASS:   gsl_sf_fermi_dirac_1_impl(-10.0, &r)
PASS:   gsl_sf_fermi_dirac_1_impl( -2.0, &r)
PASS:   gsl_sf_fermi_dirac_1_impl( -1.0, &r)
PASS:   gsl_sf_fermi_dirac_1_impl( -0.4, &r)
PASS:   gsl_sf_fermi_dirac_1_impl( 0.4, &r)
PASS:   gsl_sf_fermi_dirac_1_impl( 1.0, &r)
PASS:   gsl_sf_fermi_dirac_1_impl( 1.5, &r)
PASS:   gsl_sf_fermi_dirac_1_impl( 2.5, &r)
PASS:   gsl_sf_fermi_dirac_1_impl( 10.0, &r)
PASS:   gsl_sf_fermi_dirac_1_impl( 12.0, &r)
PASS:   gsl_sf_fermi_dirac_1_impl( 20.0, &r)
PASS:   gsl_sf_fermi_dirac_1_impl( 50.0, &r)
PASS:   gsl_sf_fermi_dirac_2_impl(-10.0, &r)
PASS:   gsl_sf_fermi_dirac_2_impl( -2.0, &r)
PASS:   gsl_sf_fermi_dirac_2_impl( -1.0, &r)
PASS:   gsl_sf_fermi_dirac_2_impl( -0.4, &r)
PASS:   gsl_sf_fermi_dirac_2_impl( 0.4, &r)
PASS:   gsl_sf_fermi_dirac_2_impl( 1.0, &r)
PASS:   gsl_sf_fermi_dirac_2_impl( 1.5, &r)
PASS:   gsl_sf_fermi_dirac_2_impl( 2.5, &r)
PASS:   gsl_sf_fermi_dirac_2_impl( 10.0, &r)
PASS:   gsl_sf_fermi_dirac_2_impl( 12.0, &r)
PASS:   gsl_sf_fermi_dirac_2_impl( 20.0, &r)
PASS:   gsl_sf_fermi_dirac_2_impl( 50.0, &r)
PASS:   gsl_sf_fermi_dirac_2_impl(200.0, &r)
PASS:   gsl_sf_fermi_dirac_mhalf_impl(-10.0, &r)
PASS:   gsl_sf_fermi_dirac_mhalf_impl( -2.0, &r)
PASS:   gsl_sf_fermi_dirac_mhalf_impl( -1.0, &r)
PASS:   gsl_sf_fermi_dirac_mhalf_impl( -0.4, &r)
PASS:   gsl_sf_fermi_dirac_mhalf_impl( 0.4, &r)
PASS:   gsl_sf_fermi_dirac_mhalf_impl( 1.0, &r)
PASS:   gsl_sf_fermi_dirac_mhalf_impl( 1.5, &r)
PASS:   gsl_sf_fermi_dirac_mhalf_impl( 2.5, &r)
PASS:   gsl_sf_fermi_dirac_mhalf_impl( 10.0, &r)
PASS:   gsl_sf_fermi_dirac_mhalf_impl( 12.0, &r)
PASS:   gsl_sf_fermi_dirac_mhalf_impl( 20.0, &r)
PASS:   gsl_sf_fermi_dirac_mhalf_impl( 50.0, &r)
PASS:   gsl_sf_fermi_dirac_half_impl(-10.0, &r)
PASS:   gsl_sf_fermi_dirac_half_impl( -2.0, &r)
PASS:   gsl_sf_fermi_dirac_half_impl( -1.0, &r)
PASS:   gsl_sf_fermi_dirac_half_impl( -0.4, &r)
PASS:   gsl_sf_fermi_dirac_half_impl( 0.4, &r)
PASS:   gsl_sf_fermi_dirac_half_impl( 1.0, &r)
PASS:   gsl_sf_fermi_dirac_half_impl( 1.5, &r)
PASS:   gsl_sf_fermi_dirac_half_impl( 2.5, &r)
PASS:   gsl_sf_fermi_dirac_half_impl( 10.0, &r)
PASS:   gsl_sf_fermi_dirac_half_impl( 12.0, &r)
PASS:   gsl_sf_fermi_dirac_half_impl( 20.0, &r)
FAIL:   gsl_sf_fermi_dirac_half_impl( 50.0, &r)
  test_sf.c 858
  fracdiff: 5.340563159352952e-16
  value not within tolerance of expected value
     266.092812521362305     94077.2634552999662
PASS:   gsl_sf_fermi_dirac_3half_impl(-10.0, &r)
PASS:   gsl_sf_fermi_dirac_3half_impl( -2.0, &r)
PASS:   gsl_sf_fermi_dirac_3half_impl( -1.0, &r)
PASS:   gsl_sf_fermi_dirac_3half_impl( -0.4, &r)
PASS:   gsl_sf_fermi_dirac_3half_impl( 0.4, &r)
PASS:   gsl_sf_fermi_dirac_3half_impl( 1.0, &r)
PASS:   gsl_sf_fermi_dirac_3half_impl( 1.5, &r)
PASS:   gsl_sf_fermi_dirac_3half_impl( 2.5, &r)
PASS:   gsl_sf_fermi_dirac_3half_impl( 10.0, &r)
PASS:   gsl_sf_fermi_dirac_3half_impl( 12.0, &r)
PASS:   gsl_sf_fermi_dirac_3half_impl( 20.0, &r)
PASS:   gsl_sf_fermi_dirac_3half_impl( 50.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(3, -2.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(3, 0.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(3, 0.1, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(3, 1.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(3, 3.0, &r)
FAIL:   gsl_sf_fermi_dirac_int_impl(3, 100.0, &r)
  test_sf.c 878
  fracdiff: 1.003846410869525e-15
  value not within tolerance of expected value
     4174893.23106657527     417489323106662.625
PASS:   gsl_sf_fermi_dirac_int_impl(3, 500.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(5, -2.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(5, 0.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(5, 0.1, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(5, 1.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(5, 3.0, &r)
FAIL:   gsl_sf_fermi_dirac_int_impl(5, 100.0, &r)
  test_sf.c 886
  fracdiff: 2.049807150800366e-15
  value not within tolerance of expected value
     1395752253.13349271  1.39575225313352142e+21
PASS:   gsl_sf_fermi_dirac_int_impl(5, 500.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(7, -2.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(7, 0.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(7, 0.1, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(7, 1.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(7, 3.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(7, 10.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(7, 50.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(7, 500.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(9, -2.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(9, 0.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(9, 0.1, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(9, 1.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(9, 3.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(9, 10.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(9, 50.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(9, 500.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(10, -2.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(10, 0.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(10, 0.1, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(10, 1.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(10, 3.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(10, 10.0, &r)
FAIL:   gsl_sf_fermi_dirac_int_impl(10, 50.0, &r)
  test_sf.c 913
  fracdiff: 1.972963719059408e-15
  value not within tolerance of expected value
      131477032018.69606  6.41977695403805563e+29
PASS:   gsl_sf_fermi_dirac_int_impl(10, 500.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(11, -2.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(11, 0.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(11, 0.1, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(11, 1.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(11, 3.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(11, 10.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(11, 50.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(11, 500.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(20, -2.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(20, 0.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(20, 0.1, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(20, 1.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(20, 3.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(20, 10.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(20, 50.0, &r)
PASS:   gsl_sf_fermi_dirac_int_impl(20, 500.0, &r)
FAIL: Fermi-Dirac Functions
PASS:   gsl_sf_lngamma_impl(-0.1, &r)
PASS:   gsl_sf_lngamma_impl(-1.0/256.0, &r)
PASS:   gsl_sf_lngamma_impl(1.0e-08, &r)
PASS:   gsl_sf_lngamma_impl(0.1, &r)
PASS:   gsl_sf_lngamma_impl(1.0 + 1.0/256.0, &r)
PASS:   gsl_sf_lngamma_impl(2.0 + 1.0/256.0, &r)
PASS:   gsl_sf_lngamma_impl(100.0, &r)
PASS:   gsl_sf_lngamma_impl(-1.0-1.0/65536.0, &r)
PASS:   gsl_sf_lngamma_impl(-1.0-1.0/268435456.0, &r)
PASS:   gsl_sf_lngamma_impl(-100.5, &r)
PASS:   gsl_sf_lngamma_impl(-100-1.0/65536.0, &r)
PASS:   gsl_sf_lngamma_sgn_impl(0.7, &r, &sgn)
PASS:   gsl_sf_lngamma_sgn_impl(0.1, &r, &sgn)
PASS:   gsl_sf_lngamma_sgn_impl(-0.1, &r, &sgn)
PASS:   gsl_sf_lngamma_sgn_impl(-1.0-1.0/65536.0, &r, &sgn)
PASS:   gsl_sf_lngamma_sgn_impl(-2.0-1.0/256.0, &r, &sgn)
PASS:   gsl_sf_lngamma_sgn_impl(-2.0-1.0/65536.0, &r, &sgn)
PASS:   gsl_sf_lngamma_sgn_impl(-3.0-1.0/8.0, &r, &sgn)
PASS:   gsl_sf_lngamma_sgn_impl(-100.5, &r, &sgn)
PASS:   gsl_sf_gamma_impl(1.0 + 1.0/4096.0, &r)
PASS:   gsl_sf_gamma_impl(1.0 + 1.0/32.0, &r)
PASS:   gsl_sf_gamma_impl(2.0 + 1.0/256.0, &r)
PASS:   gsl_sf_gamma_impl(9.0, &r)
PASS:   gsl_sf_gamma_impl(10.0, &r)
PASS:   gsl_sf_gamma_impl(100.0, &r)
PASS:   gsl_sf_gamma_impl(170.0, &r)
PASS:   gsl_sf_gamma_impl(-10.5, &r)
PASS:   gsl_sf_gamma_impl(-11.25, &r)
PASS:   gsl_sf_gamma_impl(-1.0+1.0/65536.0, &r)
FAIL:   gsl_sf_gammastar_impl(1.0e-08, &r)
  test_gamma.c 49
  fracdiff: 7.409235292889309e-16
  value/expected not consistent within reported error
  value not within tolerance of expected value
     3989.42355575989677  1.83948715165581065e-12
PASS:   gsl_sf_gammastar_impl(1.0e-05, &r)
PASS:   gsl_sf_gammastar_impl(0.001, &r)
PASS:   gsl_sf_gammastar_impl(1.5, &r)
PASS:   gsl_sf_gammastar_impl(3.0, &r)
PASS:   gsl_sf_gammastar_impl(9.0, &r)
PASS:   gsl_sf_gammastar_impl(11.0, &r)
PASS:   gsl_sf_gammastar_impl(100.0, &r)
PASS:   gsl_sf_gammastar_impl(1.0e+05, &r)
PASS:   gsl_sf_gammastar_impl(1.0e+20, &r)
PASS:   gsl_sf_gammainv_impl(10.0, &r)
PASS:   gsl_sf_gammainv_impl(100.0, &r)
PASS:   gsl_sf_gammainv_impl(-10.5, &r)
PASS:   gsl_sf_gammainv_impl(-11.25, &r)
PASS:   gsl_sf_gammainv_impl(-1.0+1.0/65536.0, &r)
PASS:   gsl_sf_lngamma_complex_impl(5.0, 2.0, &r1, &r2)
PASS:   gsl_sf_lngamma_complex_impl(100.0, 100.0, &r1, &r2)
PASS:   gsl_sf_lngamma_complex_impl(100.0, -1000.0, &r1, &r2)
PASS:   gsl_sf_lngamma_complex_impl(-100.0, -1.0, &r1, &r2)
PASS:   gsl_sf_taylorcoeff_impl(10, 1.0/1048576.0, &r)
PASS:   gsl_sf_taylorcoeff_impl(10, 1.0/1024.0, &r)
PASS:   gsl_sf_taylorcoeff_impl(10, 1.0, &r)
PASS:   gsl_sf_taylorcoeff_impl(10, 5.0, &r)
PASS:   gsl_sf_taylorcoeff_impl(10, 500.0, &r)
FAIL:   gsl_sf_taylorcoeff_impl(100, 100.0, &r)
  test_gamma.c 91
  fracdiff: 5.054536323070151e-16
  value not within tolerance of expected value
  1.07151028812546794e+42  2.37923078599925976e+28
FAIL:   gsl_sf_taylorcoeff_impl(1000, 200.0, &r)
  test_gamma.c 92
  fracdiff: 5.656928241054031e-16
  value not within tolerance of expected value
  2.66287905581547771e-267  5.91277927911688102e-280
FAIL:   gsl_sf_taylorcoeff_impl(1000, 500.0, &r)
  test_gamma.c 93
  fracdiff: 2.293464327844868e-15
  value not within tolerance of expected value
  2.3193170139740962e+131  5.14991830063781518e+118
PASS:   gsl_sf_fact_impl(0, &r)
PASS:   gsl_sf_fact_impl(1, &r)
PASS:   gsl_sf_fact_impl(7, &r)
PASS:   gsl_sf_fact_impl(33, &r)
PASS:   gsl_sf_doublefact_impl(0, &r)
PASS:   gsl_sf_doublefact_impl(1, &r)
PASS:   gsl_sf_doublefact_impl(7, &r)
PASS:   gsl_sf_doublefact_impl(33, &r)
PASS:   gsl_sf_lnfact_impl(0, &r)
PASS:   gsl_sf_lnfact_impl(1, &r)
PASS:   gsl_sf_lnfact_impl(7, &r)
PASS:   gsl_sf_lnfact_impl(33, &r)
PASS:   gsl_sf_lndoublefact_impl(0, &r)
PASS:   gsl_sf_lndoublefact_impl(7, &r)
PASS:   gsl_sf_lndoublefact_impl(33, &r)
PASS:   gsl_sf_lndoublefact_impl(34, &r)
PASS:   gsl_sf_lndoublefact_impl(1034, &r)
PASS:   gsl_sf_lndoublefact_impl(1035, &r)
PASS:   gsl_sf_lnchoose_impl(7,3, &r)
PASS:   gsl_sf_lnchoose_impl(5,2, &r)
PASS:   gsl_sf_choose_impl(7,3, &r)
PASS:   gsl_sf_choose_impl(5,2, &r)
PASS:   gsl_sf_choose_impl(500,200, &r)
PASS:   gsl_sf_lnpoch_impl(5, 1.0/65536.0, &r)
PASS:   gsl_sf_lnpoch_impl(5, 1.0/256.0, &r)
PASS:   gsl_sf_lnpoch_impl(7,3, &r)
PASS:   gsl_sf_lnpoch_impl(5,2, &r)
PASS:   gsl_sf_lnpoch_sgn_impl(-4.5, 0.25, &r, &sgn)
PASS:   gsl_sf_lnpoch_sgn_impl(-4.5, 1.25, &r, &sgn)
PASS:   gsl_sf_poch_impl(7,3, &r)
PASS:   gsl_sf_poch_impl(5,2, &r)
PASS:   gsl_sf_poch_impl(5,1.0/256.0, &r)
PASS:   gsl_sf_pochrel_impl(7,3, &r)
PASS:   gsl_sf_pochrel_impl(5,2, &r)
PASS:   gsl_sf_pochrel_impl(5,0.01, &r)
PASS:   gsl_sf_pochrel_impl(-5.5,0.01, &r)
PASS:   gsl_sf_pochrel_impl(-5.5,-1.0/8.0, &r)
PASS:   gsl_sf_pochrel_impl(-5.5,-1.0/256.0, &r)
PASS:   gsl_sf_pochrel_impl(-5.5,-11.0, &r)
PASS:   gsl_sf_gamma_inc_P_impl(0.001, 0.001, &r)
PASS:   gsl_sf_gamma_inc_P_impl(0.001, 1.0, &r)
PASS:   gsl_sf_gamma_inc_P_impl(0.001, 10.0, &r)
PASS:   gsl_sf_gamma_inc_P_impl(1.0, 0.001, &r)
PASS:   gsl_sf_gamma_inc_P_impl(1.0, 1.01, &r)
PASS:   gsl_sf_gamma_inc_P_impl(1.0, 10.0, &r)
PASS:   gsl_sf_gamma_inc_P_impl(10.0, 10.01, &r)
PASS:   gsl_sf_gamma_inc_P_impl(10.0, 20.0, &r)
PASS:   gsl_sf_gamma_inc_P_impl(1000.0, 1000.1, &r)
PASS:   gsl_sf_gamma_inc_P_impl(1000.0, 2000.0, &r)
PASS:   gsl_sf_gamma_inc_Q_impl(0.001, 0.001, &r)
PASS:   gsl_sf_gamma_inc_Q_impl(0.001, 1.0, &r)
PASS:   gsl_sf_gamma_inc_Q_impl(0.001, 2.0, &r)
PASS:   gsl_sf_gamma_inc_Q_impl(0.001, 5.0, &r)
PASS:   gsl_sf_gamma_inc_Q_impl(1.0, 0.001, &r)
PASS:   gsl_sf_gamma_inc_Q_impl(1.0, 1.01, &r)
PASS:   gsl_sf_gamma_inc_Q_impl(1.0, 10.0, &r)
PASS:   gsl_sf_gamma_inc_Q_impl(10.0, 10.01, &r)
PASS:   gsl_sf_gamma_inc_Q_impl(10.0, 100.0, &r)
PASS:   gsl_sf_gamma_inc_Q_impl(1000.0, 1000.1, &r)
PASS:   gsl_sf_gamma_inc_Q_impl(1000.0, 2000.0, &r)
PASS:   gsl_sf_lnbeta_impl(1.0e-8, 1.0e-8, &r)
PASS:   gsl_sf_lnbeta_impl(1.0e-8, 0.01, &r)
PASS:   gsl_sf_lnbeta_impl(1.0e-8, 1.0, &r)
PASS:   gsl_sf_lnbeta_impl(1.0e-8, 10.0, &r)
PASS:   gsl_sf_lnbeta_impl(1.0e-8, 1000.0, &r)
PASS:   gsl_sf_lnbeta_impl(0.1, 0.1, &r)
PASS:   gsl_sf_lnbeta_impl(0.1, 1.0, &r)
PASS:   gsl_sf_lnbeta_impl(0.1, 100.0, &r)
PASS:   gsl_sf_lnbeta_impl(0.1, 1000, &r)
PASS:   gsl_sf_lnbeta_impl(1.0, 1.00025, &r)
PASS:   gsl_sf_lnbeta_impl(1.0, 1.01, &r)
PASS:   gsl_sf_lnbeta_impl(1.0, 1000.0, &r)
PASS:   gsl_sf_lnbeta_impl(100.0, 100.0, &r)
PASS:   gsl_sf_lnbeta_impl(100.0, 1000.0, &r)
PASS:   gsl_sf_lnbeta_impl(100.0, 1.0e+8, &r)
PASS:   gsl_sf_beta_impl(1.0, 1.0, &r)
PASS:   gsl_sf_beta_impl(1.0, 1.001, &r)
PASS:   gsl_sf_beta_impl(1.0, 5.0, &r)
PASS:   gsl_sf_beta_impl(1.0, 100.0, &r)
FAIL:   gsl_sf_beta_impl(10.0, 100.0, &r)
  test_gamma.c 186
  fracdiff: 4.119977027081952e-15
  value not within tolerance of expected value
  2.34553397396048421e-15  1.24995159500710653e-28
FAIL: Gamma Functions
PASS:   gsl_sf_gegenpoly_1_impl(-0.2, 1.0, &r)
PASS:   gsl_sf_gegenpoly_1_impl( 0.0, 1.0, &r)
PASS:   gsl_sf_gegenpoly_1_impl( 1.0, 1.0, &r)
PASS:   gsl_sf_gegenpoly_1_impl( 1.0, 0.5, &r)
PASS:   gsl_sf_gegenpoly_1_impl( 5.0, 1.0, &r)
PASS:   gsl_sf_gegenpoly_1_impl( 100.0, 0.5, &r)
PASS:   gsl_sf_gegenpoly_2_impl(-0.2, 0.5, &r)
PASS:   gsl_sf_gegenpoly_2_impl( 0.0, 1.0, &r)
PASS:   gsl_sf_gegenpoly_2_impl( 1.0, 1.0, &r)
PASS:   gsl_sf_gegenpoly_2_impl( 1.0, 0.1, &r)
PASS:   gsl_sf_gegenpoly_2_impl( 5.0, 1.0, &r)
PASS:   gsl_sf_gegenpoly_2_impl( 100.0, 0.5, &r)
PASS:   gsl_sf_gegenpoly_3_impl(-0.2, 0.5, &r)
PASS:   gsl_sf_gegenpoly_3_impl( 0.0, 1.0, &r)
PASS:   gsl_sf_gegenpoly_3_impl( 1.0, 1.0, &r)
PASS:   gsl_sf_gegenpoly_3_impl( 1.0, 0.1, &r)
PASS:   gsl_sf_gegenpoly_3_impl( 5.0, 1.0, &r)
PASS:   gsl_sf_gegenpoly_3_impl( 100.0, 0.5, &r)
PASS:   gsl_sf_gegenpoly_n_impl(1, 1.0, 1.0, &r)
PASS:   gsl_sf_gegenpoly_n_impl(10, 1.0, 1.0, &r)
PASS:   gsl_sf_gegenpoly_n_impl(10, 1.0, 0.1, &r)
PASS:   gsl_sf_gegenpoly_n_impl(10, 5.0, 1.0, &r)
PASS:   gsl_sf_gegenpoly_n_impl(10, 100.0, 0.5, &r)
PASS:   gsl_sf_gegenpoly_n_impl(1000, 100.0, 1.0, &r)
PASS:   gsl_sf_gegenpoly_n_impl(100, 2000.0, 1.0, &r)
PASS:   gsl_sf_gegenpoly_n_impl(103, 207.0, 2.0, &r)
PASS:   gsl_sf_gegenpoly_n_impl(103, -0.4, 0.3, &r)
PASS:   gsl_sf_gegenpoly_array_impl
PASS: Gegenbauer Polynomials
PASS:   gsl_sf_hyperg_0F1_impl(1, 0.5, &r)
PASS:   gsl_sf_hyperg_0F1_impl(5, 0.5, &r)
PASS:   gsl_sf_hyperg_0F1_impl(100, 30, &r)
PASS:   gsl_sf_hyperg_0F1_impl(-0.5, 3, &r)
PASS:   gsl_sf_hyperg_0F1_impl(-100.5, 50, &r)
PASS:   gsl_sf_hyperg_0F1_impl(1, -5.0, &r)
PASS:   gsl_sf_hyperg_0F1_impl(-0.5, -5.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(1, 1, 0.5, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(1, 2, 500.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(1, 2, -500.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(8, 1, 0.5, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(10, 1, 1.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(10, 1, 10.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(10, 1, 100.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(10, 20, 1.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(10, 20, 10.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(10, 20, 100.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(10, 100, 1.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(10, 100, 10.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(10, 100, 40.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(10, 100, 80.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(10, 100, 100.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(10, 100, 500.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(100, 1, 1.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(100, 1, 10.0, &r)
FAIL:   gsl_sf_hyperg_1F1_int_impl(100, 1, 100.0, &r)
  test_hyperg.c 48
  fracdiff: 5.186927797922487e-16
  value not within tolerance of expected value
  1.93032168963090826e+110  8.57235033904627892e+96
PASS:   gsl_sf_hyperg_1F1_int_impl(100, 200, 1.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(100, 200, 10.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(100, 200, 100.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(100, 200, 400.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(100, 400, 10.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(100, 400, 100.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(100, 400, 150.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(100, 400, 200.0, &r)
FAIL:   gsl_sf_hyperg_1F1_int_impl(100, 400, 300.0, &r)
  test_hyperg.c 57
  fracdiff: 4.811340687246086e-16
  value not within tolerance of expected value
  6.1751106134732822e+43  1.23951959686948671e+31
FAIL:   gsl_sf_hyperg_1F1_int_impl(100, 400, 400.0, &r)
  test_hyperg.c 58
  fracdiff: 7.754708116063039e-14
  value not within tolerance of expected value
  1.18074176627132033e+64  5.72061829226734083e+54
PASS:   gsl_sf_hyperg_1F1_int_impl(100, 400, 600.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(10, 1, -1.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(10, 1, -10.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(10, 1, -100.0, &r)
FAIL:   gsl_sf_hyperg_1F1_int_impl(10, 50, -1.0, &r)
  test_hyperg.c 63
  fracdiff: 1.257331614035302e-11
  value/expected not consistent within reported error
  value not within tolerance of expected value
    0.820006196079379635  3.69482497756451684e-15
PASS:   gsl_sf_hyperg_1F1_int_impl(10, 100, -10.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(10, 100, -100.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(10, 100, -500.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(10, 100, -10000.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(50, 1, -90.0, &r)
FAIL:   gsl_sf_hyperg_1F1_int_impl(50, 1, -100.0, &r)
  test_hyperg.c 69
  fracdiff: 9.026351695306391e-16
  value not within tolerance of expected value
  4.06966177512204067e-24  1.81632934648130488e-37
PASS:   gsl_sf_hyperg_1F1_int_impl(50, 1, -110.0, &r)
FAIL:   gsl_sf_hyperg_1F1_int_impl(100, 10, -100.0, &r)
  test_hyperg.c 71
  fracdiff: 1.058334214752948e-14
  value not within tolerance of expected value
  -2.78193536117345305e-37  1.74812987910241603e-50
FAIL:   gsl_sf_hyperg_1F1_int_impl(100, 1, -90.0, &r)
  test_hyperg.c 72
  fracdiff: 5.014302617861608e-16
  value not within tolerance of expected value
  7.50170504115979564e-22  4.84722521449376738e-35
FAIL:   gsl_sf_hyperg_1F1_int_impl(100, 1, -100.0, &r)
  test_hyperg.c 73
  fracdiff: 8.957601199636719e-15
  value not within tolerance of expected value
  6.30512889315217787e-25  4.21405976078493971e-38
PASS:   gsl_sf_hyperg_1F1_int_impl(100, 1, -110.0, &r)
FAIL:   gsl_sf_hyperg_1F1_int_impl(100, 10, -100.0, &r)
  test_hyperg.c 75
  fracdiff: 1.058334214752948e-14
  value not within tolerance of expected value
  -2.78193536117345305e-37  1.74812987910241603e-50
PASS:   gsl_sf_hyperg_1F1_int_impl(200, 50, -1.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(200, 50, -300.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(200, 100, -1.0, &r)
FAIL:   gsl_sf_hyperg_1F1_int_impl(200, 100, -10.0, &r)
  test_hyperg.c 79
  fracdiff: 6.201939725322908e-16
  value not within tolerance of expected value
  5.83513439374981507e-10  2.75975603673808274e-23
PASS:   gsl_sf_hyperg_1F1_int_impl(200, 100, -100.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(200, 100, -500.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-1, 1, 2.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-1, -2, 2.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-2, -3, 2.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-10, 1, 1.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-10, 1, 10.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-10, 1, 100.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-100, 20, 1.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-10, -20, 1.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-10, -20, 10.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-10, -20, 100.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-10, -100, 1.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-10, -100, 10.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-10, -100, 100.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-100, -200, 1.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-100, -200, 10.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-100, -200, 100.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-10, -20, -1.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-10, -20, -10.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-10, -20, -100.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-10, -100, -1.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-10, -100, -10.0, &r)
FAIL:   gsl_sf_hyperg_1F1_int_impl(-10, -100, -100.0, &r)
  test_hyperg.c 104
  fracdiff: 1.211228764680074e-15
  value not within tolerance of expected value
  8.19512187960478409e-09  1.85607625207071091e-22
PASS:   gsl_sf_hyperg_1F1_int_impl(-100, -200, -1.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-100, -200, -10.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(-100, -200, -100.0, &r)
PASS:   gsl_sf_hyperg_1F1_impl(1, 1.5, 1, &r)
PASS:   gsl_sf_hyperg_1F1_impl(1, 1.5, 10, &r)
PASS:   gsl_sf_hyperg_1F1_impl(1, 1.5, 100, &r)
PASS:   gsl_sf_hyperg_1F1_impl(1, 1.5, 500, &r)
PASS:   gsl_sf_hyperg_1F1_impl(1.5, 2.5, 1, &r)
FAIL:   gsl_sf_hyperg_1F1_impl(1.5, 2.5, 10, &r)
  test_hyperg.c 117
  fracdiff: 5.087089752409956e-16
  value not within tolerance of expected value
     3128.73529968409503  9.64270155284642601e-12
PASS:   gsl_sf_hyperg_1F1_impl(10, 1.1, 1, &r)
PASS:   gsl_sf_hyperg_1F1_impl(10, 1.1, 10, &r)
FAIL:   gsl_sf_hyperg_1F1_impl(10, 1.1, 100, &r)
  test_hyperg.c 120
  fracdiff: 1.341900342483289e-15
  value not within tolerance of expected value
  9.33183389723033735e+55  5.99413676316205141e+42
PASS:   gsl_sf_hyperg_1F1_impl(10, 1.1, 500, &r)
PASS:   gsl_sf_hyperg_1F1_impl(10, 50.1, 2, &r)
PASS:   gsl_sf_hyperg_1F1_impl(10, 50.1, 10, &r)
PASS:   gsl_sf_hyperg_1F1_impl(10, 50.1, 100, &r)
PASS:   gsl_sf_hyperg_1F1_impl(10, 50.1, 500, &r)
FAIL:   gsl_sf_hyperg_1F1_impl(100, 1.1, 1, &r)
  test_hyperg.c 128
  fracdiff: 6.180631726124139e-15
  value not within tolerance of expected value
     51835310.6711687297  2.73593605984626635e-06
FAIL:   gsl_sf_hyperg_1F1_impl(100, 1.1, 10, &r)
  test_hyperg.c 129
  fracdiff: 4.663408409635892e-15
  value not within tolerance of expected value
  1.60326491100971294e+28     807297247930123.375
FAIL:   gsl_sf_hyperg_1F1_impl(100, 1.1, 100, &r)
  test_hyperg.c 130
  fracdiff: 3.323836538882468e-15
  value not within tolerance of expected value
  1.10451512131923541e+110  1.15097759840410055e+97
FAIL:   gsl_sf_hyperg_1F1_impl(100, 50.1, 1, &r)
  test_hyperg.c 132
  fracdiff: 2.88970348803272e-15
  value not within tolerance of expected value
     7.22295313321664523  2.09531516950612451e-13
FAIL:   gsl_sf_hyperg_1F1_impl(100, 50.1, 10, &r)
  test_hyperg.c 133
  fracdiff: 2.506401411473679e-15
  value not within tolerance of expected value
     109986964.108872265  4.01246361774254356e-06
PASS:   gsl_sf_hyperg_1F1_impl(100, 50.1, 100, &r)
PASS:   gsl_sf_hyperg_1F1_impl(1, 1.5, -1, &r)
FAIL:   gsl_sf_hyperg_1F1_impl(1, 1.5, -10, &r)
  test_hyperg.c 136
  fracdiff: 3.205329079176502e-15
  value/expected not consistent within reported error
  value not within tolerance of expected value
   0.0530375809929019837  3.04923113394037698e-17
PASS:   gsl_sf_hyperg_1F1_impl(1, 1.5, -100, &r)
PASS:   gsl_sf_hyperg_1F1_impl(1, 1.5, -500, &r)
PASS:   gsl_sf_hyperg_1F1_impl(1, 1.1, -500, &r)
PASS:   gsl_sf_hyperg_1F1_impl(10, 1.1, -1, &r)
PASS:   gsl_sf_hyperg_1F1_impl(10, 1.1, -10, &r)
FAIL:   gsl_sf_hyperg_1F1_impl(10, 1.1, -100, &r)
  test_hyperg.c 142
  fracdiff: 9.214077106585634e-05
  value/expected not consistent within reported error
  value not within tolerance of expected value
  -8.29189713172443793e-16  2.2018900756937614e-28
PASS:   gsl_sf_hyperg_1F1_impl(10, 1.1, -500, &r)
FAIL:   gsl_sf_hyperg_1F1_impl(50, 1.1, -90, &r)
  test_hyperg.c 145
  fracdiff: 2.226090879117325e-10
  value/expected not consistent within reported error
  value not within tolerance of expected value
  -7.8431294152948255e-22  1.82923321135235013e-34
FAIL:   gsl_sf_hyperg_1F1_impl(50, 1.1, -100, &r)
  test_hyperg.c 146
  fracdiff: 1.125039787981492e-10
  value/expected not consistent within reported error
  value not within tolerance of expected value
  4.63288386849820495e-24  1.14795279515171453e-36
FAIL:   gsl_sf_hyperg_1F1_impl(50, 1.1, -110.0, &r)
  test_hyperg.c 147
  fracdiff:  0.01428286668671786
  value/expected not consistent within reported error
  value not within tolerance of expected value
  5.80620765380985959e-26  1.61975257346233305e-35
PASS:   gsl_sf_hyperg_1F1_impl(100, 1.1, -1, &r)
PASS:   gsl_sf_hyperg_1F1_impl(100, 1.1, -10, &r)
PASS:   gsl_sf_hyperg_1F1_impl(100, 1.1, -50, &r)
PASS:   gsl_sf_hyperg_1F1_impl(100, 1.1, -90, &r)
PASS:   gsl_sf_hyperg_1F1_impl(100, 1.1, -99, &r)
PASS:   gsl_sf_hyperg_1F1_impl(100, 1.1, -100, &r)
FAIL:   gsl_sf_hyperg_1F1_impl(100, 1.1, -101, &r)
  test_hyperg.c 155
  fracdiff:  0.02385505842728225
  value/expected not consistent within reported error
  value not within tolerance of expected value
  -2.5085241066595346e-24  1.55082018599810821e-31
FAIL:   gsl_sf_hyperg_1F1_impl(100, 1.1, -110, &r)
  test_hyperg.c 156
  fracdiff:  0.01346203579376194
  value/expected not consistent within reported error
  value not within tolerance of expected value
  -4.64087344080952323e-26  5.0943857494241292e-34
FAIL:   gsl_sf_hyperg_1F1_impl(100, 10.1, -220, &r)
  test_hyperg.c 157
  fracdiff:    1.064593991596857
  value/expected not consistent within reported error
  value not within tolerance of expected value
  1.37315632387295228e-62  1.03141233261558701e-74
PASS:   gsl_sf_hyperg_1F1_impl(-10, -10.1, 10.0, &r)
FAIL:   gsl_sf_hyperg_1F1_impl(-10, -10.1, 1000.0, &r)
  test_hyperg.c 159
  fracdiff: 3.204404874734017e-16
  value/expected not consistent within reported error
  2.09426918955022572e+23     46502117.4800345376
PASS:   gsl_sf_hyperg_1F1_impl(-10, -100.1, 10.0, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-1000, -1000.1, 10.0, &r)
FAIL:   gsl_sf_hyperg_1F1_impl(-1000, -1000.1, 200.0, &r)
  test_hyperg.c 162
  fracdiff: 1.250154596060524e-15
  value/expected not consistent within reported error
  value not within tolerance of expected value
  7.06651429489622702e+86  1.56908137480731891e+71
PASS:   gsl_sf_hyperg_1F1_impl(-8.1, -10.1, -10.0, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-8.1, -1000.1, -10.0, &r)
FAIL:   gsl_sf_hyperg_1F1_impl(-10, -5.1, 1, &r)
  test_hyperg.c 165
  fracdiff:                    1
  value/expected not consistent within reported error
  value not within tolerance of expected value
  unexpected return code: 5
                       0                       0
PASS:   gsl_sf_hyperg_1F1_impl(-10, -5.1, 10, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-10, -5.1, 100, &r)
FAIL:   gsl_sf_hyperg_1F1_impl(-100, -50.1, -1, &r)
  test_hyperg.c 168
  fracdiff:                    1
  value/expected not consistent within reported error
  value not within tolerance of expected value
  unexpected return code: 23
                       0                       0
FAIL:   gsl_sf_hyperg_1F1_impl(-100, -50.1, -10, &r)
  test_hyperg.c 169
??B???Bt??B|  fracdiff:                    1
  value/expected not consistent within reported error
  value not within tolerance of expected value
  unexpected return code: 23
                       0                       0
FAIL:   gsl_sf_hyperg_1F1_impl(-100, -50.1, -100, &r)
  test_hyperg.c 170
<o??A"E  fracdiff:                    1
  value/expected not consistent within reported error
  value not within tolerance of expected value
  unexpected return code: 23
                       0                       0
FAIL:   gsl_sf_hyperg_1F1_impl(-100, -50.1, 1, &r)
  test_hyperg.c 171
  fracdiff:                    1
  value/expected not consistent within reported error
  value not within tolerance of expected value
  unexpected return code: 5
                       0                       0
PASS:   gsl_sf_hyperg_1F1_impl(-100, -50.1, 10, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-100, -50.1, 50, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-100, -50.1, 100, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-10.5, -8.1, 0.1, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-10.5, -11.1, 1, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-100.5, -80.1, 10, &r)
FAIL:   gsl_sf_hyperg_1F1_impl(-100.5, -102.1, 10, &r)
  test_hyperg.c 178
  fracdiff: 7.790705611937659e-16
  value/expected not consistent within reported error
  value not within tolerance of expected value
     18678.5587252443947  8.83282341427819544e-12
PASS:   gsl_sf_hyperg_1F1_impl(-100.5, -500.1, 10, &r)
FAIL:   gsl_sf_hyperg_1F1_impl(-100.5, -500.1, 100, &r)
  test_hyperg.c 180
  fracdiff: 4.935203950326096e-16
  value/expected not consistent within reported error
  value not within tolerance of expected value
     120774430.753671661  5.64198518755554389e-08
FAIL:   gsl_sf_hyperg_1F1_impl(-500.5, -80.1, 2, &r)
  test_hyperg.c 181
  fracdiff:                    1
  value/expected not consistent within reported error
  value not within tolerance of expected value
  unexpected return code: 16
                       0                       0
FAIL:   gsl_sf_hyperg_1F1_impl(100, -10.1, 1, &r)
  test_hyperg.c 182
  fracdiff:                    1
  value/expected not consistent within reported error
  value not within tolerance of expected value
  unexpected return code: 23
                       0                       0
FAIL:   gsl_sf_hyperg_1F1_impl(100, -10.1, 10, &r)
  test_hyperg.c 183
  fracdiff:                    1
  value/expected not consistent within reported error
  value not within tolerance of expected value
  unexpected return code: 23
                       0                       0
FAIL:   gsl_sf_hyperg_1F1_impl(100, -10.1, 100, &r)
  test_hyperg.c 184
  fracdiff:                    1
  value/expected not consistent within reported error
  value not within tolerance of expected value
  unexpected return code: 23
                       0                       0
FAIL:   gsl_sf_hyperg_1F1_impl(100, -10.1, -1, &r)
  test_hyperg.c 185
  fracdiff:                    1
  value/expected not consistent within reported error
  value not within tolerance of expected value
  unexpected return code: 1
                       0                       0
FAIL:   gsl_sf_hyperg_1F1_impl(100, -10.1, -10, &r)
  test_hyperg.c 186
  fracdiff:                    1
  value/expected not consistent within reported error
  value not within tolerance of expected value
  unexpected return code: 1
                       0                       0
FAIL:   gsl_sf_hyperg_1F1_impl(100, -10.1, -100, &r)
  test_hyperg.c 187
  fracdiff:                    1
  value/expected not consistent within reported error
  value not within tolerance of expected value
  unexpected return code: 1
                       0                       0
FAIL:   gsl_sf_hyperg_1F1_impl(-100, 1.1, 1, &r)
  test_hyperg.c 188
  fracdiff: 3.611352048712097e-15
  value not within tolerance of expected value
    0.215198104963142817  6.56560345040862621e-15
PASS:   gsl_sf_hyperg_1F1_impl(-100, 1.1, 10, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-100, 1.1, 100, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-100, 20.1, 1, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-100, 20.1, 10, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-100, 20.1, 100, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-100, 1.1, -1, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-100, 1.1, -10, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-100, 1.1, -100, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-100, 50.1, -1, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-100, 50.1, -10, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-100, 50.1, -100, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 1, 0.0001, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 1, 0.01, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 1, 0.5, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 1, 2.0, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 1, 100, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 1, 1000, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 8, 0.01, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 8, 1, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 8, 5, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 8, 8, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 8, 50, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 8, 100, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 8, 1000, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 20, 1, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 20, 20, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 50, 1, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 50, 50, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 100, 0.1, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 100, 1, &r)
FAIL:   gsl_sf_hyperg_U_int_impl(1, 100, 50, &r)
  test_hyperg.c 223
  fracdiff: 2.405071496470309e-15
  value not within tolerance of expected value
     30978624.1608962826  1.56145045438448461e-06
PASS:   gsl_sf_hyperg_U_int_impl(1, 100, 100, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 100, 200, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 100, 1000, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, 1000, 2000, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, -1, 1, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, -1, 10, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, -10, 1, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, -10, 5, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, -10, 10, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, -10, 20, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, -100, 0.01, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, -100, 1, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, -100, 10, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, -100, 20, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, -100, 50, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, -100, 90, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, -100, 110, &r)
FAIL:   gsl_sf_hyperg_U_int_impl(1, -1000, 1, &r)
  test_hyperg.c 241
  fracdiff: 3.922595706069486e-09
  value/expected not consistent within reported error
  value not within tolerance of expected value
  0.000998003004831521595  3.59791680591849568e-15
PASS:   gsl_sf_hyperg_U_int_impl(1, -1000, 1010, &r)
FAIL:   gsl_sf_hyperg_U_int_impl(8, 1, 0.001, &r)
  test_hyperg.c 243
  fracdiff: 5.548590874541799e-09
  value/expected not consistent within reported error
  value not within tolerance of expected value
  0.000750535924358737105  3.6496887164575093e-17
PASS:   gsl_sf_hyperg_U_int_impl(8, 1, 0.5, &r)
PASS:   gsl_sf_hyperg_U_int_impl(8, 1, 8, &r)
PASS:   gsl_sf_hyperg_U_int_impl(8, 1, 20, &r)
PASS:   gsl_sf_hyperg_U_int_impl(8, 8, 1, &r)
PASS:   gsl_sf_hyperg_U_int_impl(8, 8, 10, &r)
PASS:   gsl_sf_hyperg_U_int_impl(8, 8, 20, &r)
PASS:   gsl_sf_hyperg_U_int_impl(100, 100, 0.01, &r)
PASS:   gsl_sf_hyperg_U_int_impl(100, 100, 0.1, &r)
PASS:   gsl_sf_hyperg_U_int_impl(100, 100, 1, &r)
PASS:   gsl_sf_hyperg_U_int_impl(100, 100, 20, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-10, 1, 0.01, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-10, 1, 1, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-10, 1, 10, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-10, 1, 100, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-10, 10, 1, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-10, 100, 1, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-10, 100, 10, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-10, 100, 100, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-10, 100, 500, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-50, 1, 0.01, &r)
FAIL:   gsl_sf_hyperg_U_int_impl(-50, 1, 1, &r)
  test_hyperg.c 264
  fracdiff: 7.218656631389569e-16
  value not within tolerance of expected value
  7.08616019830477077e+63  1.62064695091810639e+50
PASS:   gsl_sf_hyperg_U_int_impl(-50, 1, 10, &r)
FAIL:   gsl_sf_hyperg_U_int_impl(-50, 10, 1, &r)
  test_hyperg.c 266
  fracdiff: 6.210447593465916e-16
  value not within tolerance of expected value
  -7.10671347156579989e+71  1.62534760666250255e+58
PASS:   gsl_sf_hyperg_U_int_impl(-50, 100, 1, &r)
FAIL:   gsl_sf_hyperg_U_int_impl(-50, 10, 10, &r)
  test_hyperg.c 268
  fracdiff: 8.420248047116759e-16
  value not within tolerance of expected value
  5.68753858367125074e+68  1.30077387554136975e+55
PASS:   gsl_sf_hyperg_U_int_impl(-50, 100, 10, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-90, 1, 0.01, &r)
FAIL:   gsl_sf_hyperg_U_int_impl(-90, 1, 0.1, &r)
  test_hyperg.c 271
  fracdiff: 6.256888720070897e-14
  value/expected not consistent within reported error
  value not within tolerance of expected value
  2.42340434080048105e+137  9.84730062750767217e+123
PASS:   gsl_sf_hyperg_U_int_impl(-90, 1, 10, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-90, 10, 10, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-90, 100, 10, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-90, 1000, 10, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-50, -1, 10, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-50, -10, 10, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-50, -100, 0.01, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-50, -100, 10, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-100, -100, 10, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-100, -200, 10, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-100, -200, 100, &r)
PASS:   gsl_sf_hyperg_U_impl(0.0001, 0.0001, 0.0001, &r)
PASS:   gsl_sf_hyperg_U_impl(0.0001, 0.0001, 1.0, &r)
PASS:   gsl_sf_hyperg_U_impl(0.0001, 0.0001, 100.0, &r)
FAIL:   gsl_sf_hyperg_U_impl(0.0001, 1, 0.0001, &r)
  test_hyperg.c 290
  fracdiff: 5.534914899369351e-14
  value/expected not consistent within reported error
  value not within tolerance of expected value
     1.00092106086589583  1.35265082191179992e-14
FAIL:   gsl_sf_hyperg_U_impl(0.0001, 1.0, 1.0, &r)
  test_hyperg.c 291
  fracdiff: 5.528910703832717e-14
  value/expected not consistent within reported error
  value not within tolerance of expected value
    0.999999992548307293  1.93036491849689715e-14
FAIL:   gsl_sf_hyperg_U_impl(0.0001, 10, 1, &r)
  test_hyperg.c 292
  fracdiff: 8.608250646068015e-14
  value/expected not consistent within reported error
  value not within tolerance of expected value
      13.567851006279076  5.45895403752565733e-13
FAIL:   gsl_sf_hyperg_U_impl(0.0001, 10, 5, &r)
  test_hyperg.c 293
  fracdiff: 1.16522620390797e-12
  value/expected not consistent within reported error
  value not within tolerance of expected value
     1.00062650200412762  4.27648509957882998e-14
PASS:   gsl_sf_hyperg_U_impl(0.0001, 10, 10, &r)
FAIL:   gsl_sf_hyperg_U_impl(0.0001, 100, 1, &r)
  test_hyperg.c 295
  fracdiff: 1.439395606135395e-12
  value/expected not consistent within reported error
  value not within tolerance of expected value
  2.58906157088787807e+150  2.11468236502740578e+137
FAIL:   gsl_sf_hyperg_U_impl(0.0001, 100, 10, &r)
  test_hyperg.c 296
  fracdiff: 1.466602086016706e-12
  value/expected not consistent within reported error
  value not within tolerance of expected value
  2.31278454176718219e+55  1.13492736605870367e+42
FAIL:   gsl_sf_hyperg_U_impl(0.0001, 100, 50, &r)
  test_hyperg.c 297
  fracdiff: 9.882281337648821e-12
  value/expected not consistent within reported error
  value not within tolerance of expected value
     6402.81871521013181  3.14198493139890498e-10
FAIL:   gsl_sf_hyperg_U_impl(0.0001, 100, 98, &r)
  test_hyperg.c 298
  fracdiff: 2.60941085715584e-15
  value not within tolerance of expected value
    0.999851786741189241  4.9064628990827019e-14
FAIL:   gsl_sf_hyperg_U_impl(0.0001, 1000, 300, &r)
  test_hyperg.c 299
  fracdiff: 1.542674181635344e-09
  value/expected not consistent within reported error
  value not within tolerance of expected value
  2.53895571966023824e+213  2.67713385370140246e+202
PASS:   gsl_sf_hyperg_U_impl(0.0001, 1000, 999, &r)
PASS:   gsl_sf_hyperg_U_impl(0.0001, 1000, 1100, &r)
FAIL:   gsl_sf_hyperg_U_impl(0.5, 1000, 300, &r)
  test_hyperg.c 302
  fracdiff: 4.393561726211907e-10
  value/expected not consistent within reported error
  value not within tolerance of expected value
  1.19779554276890308e+217  1.26362174129853409e+206
PASS:   gsl_sf_hyperg_U_impl(0.5, 1000, 800, &r)
PASS:   gsl_sf_hyperg_U_impl(0.5, 1000, 998, &r)
PASS:   gsl_sf_hyperg_U_impl(0.5, 0.5, 1.0, &r)
PASS:   gsl_sf_hyperg_U_impl(1, 0.0001, 0.0001, &r)
PASS:   gsl_sf_hyperg_U_impl(1, 0.0001, 1, &r)
PASS:   gsl_sf_hyperg_U_impl(1, 0.0001, 100, &r)
PASS:   gsl_sf_hyperg_U_impl(1, 1.2, 2.0, &r)
PASS:   gsl_sf_hyperg_U_impl(1, -0.0001, 1, &r)
PASS:   gsl_sf_hyperg_U_impl(8, 10.5, 1, &r)
PASS:   gsl_sf_hyperg_U_impl(8, 10.5, 10, &r)
PASS:   gsl_sf_hyperg_U_impl(8, 10.5, 100, &r)
PASS:   gsl_sf_hyperg_U_impl(10, -2.5, 10, &r)
PASS:   gsl_sf_hyperg_U_impl(10, 2.5, 10, &r)
PASS:   gsl_sf_hyperg_U_impl(10, 2.5, 50, &r)
PASS:   gsl_sf_hyperg_U_impl(-10.5, 1.1, 1, &r)
PASS:   gsl_sf_hyperg_U_impl(-10.5, 1.1, 10, &r)
PASS:   gsl_sf_hyperg_U_impl(-10.5, 1.1, 50, &r)
PASS:   gsl_sf_hyperg_U_impl(-10.5, 1.1, 90, &r)
FAIL:   gsl_sf_hyperg_U_impl(-10.5, 1.1, 99, &r)
  test_hyperg.c 321
  fracdiff: 7.72123522977438e-16
  value not within tolerance of expected value
  2.54632832894206706e+20     2487753.25836116867
PASS:   gsl_sf_hyperg_U_impl(-10.5, 1.1, 100, &r)
PASS:   gsl_sf_hyperg_U_impl(-10.5, 1.1, 200, &r)
PASS:   gsl_sf_hyperg_U_impl(-10.5, 10.1, 0.1, &r)
PASS:   gsl_sf_hyperg_U_impl(-10.5, 10.1, 1, &r)
FAIL:   gsl_sf_hyperg_U_impl(-10.5, 10.1, 4, &r)
  test_hyperg.c 326
  fracdiff: 2.929915486997332e-14
  value/expected not consistent within reported error
  value not within tolerance of expected value
    -67642034.3036155701  9.31212024562847539e-07
FAIL:   gsl_sf_hyperg_U_impl(-10.5, 10.1, 10, &r)
  test_hyperg.c 327
  fracdiff: 6.342761678739437e-16
  value not within tolerance of expected value
    -2067399425.48054767  2.84614030964900257e-05
PASS:   gsl_sf_hyperg_U_impl(-10.5, 10.1, 50, &r)
PASS:   gsl_sf_hyperg_U_impl(-10.5, 100.4, 10, &r)
FAIL:   gsl_sf_hyperg_U_impl(-10.5, 100.4, 50, &r)
  test_hyperg.c 330
  fracdiff: 6.150733651484567e-16
  value not within tolerance of expected value
  -2.08105255816280243e+18     111824.931331527419
PASS:   gsl_sf_hyperg_U_impl(-10.5, 100.4, 80, &r)
FAIL:   gsl_sf_hyperg_U_impl(-10.5, 100.4, 100, &r)
  test_hyperg.c 332
  fracdiff: 6.272377393474365e-16
  value not within tolerance of expected value
     68504726843610.6172     3.68108741181178312
FAIL:   gsl_sf_hyperg_U_impl(-10.5, 100.4, 200, &r)
  test_hyperg.c 333
  fracdiff: 7.042248667667382e-15
  value not within tolerance of expected value
  1.43081570610562892e+20     7688458.77802264877
PASS:   gsl_sf_hyperg_U_impl(-19.5, 82.1, 10, &r)
FAIL:   gsl_sf_hyperg_U_impl(-50.5, 100.1, 10, &r)
  test_hyperg.c 335
  fracdiff: 8.628985554138289e-16
  value not within tolerance of expected value
  -5.57402162669529029e+126  3.9853342044168983e+113
PASS:   gsl_sf_hyperg_U_impl(-50.5, 100.1, 40, &r)
PASS:   gsl_sf_hyperg_U_impl(-50.5, 100.1, 50, &r)
PASS:   gsl_sf_hyperg_U_impl(-50.5, 100.1, 70, &r)
PASS:   gsl_sf_hyperg_U_impl(-50.5, 100.1, 100, &r)
PASS:   gsl_sf_hyperg_2F1_impl(1, 1, 1, 0.5, &r)
PASS:   gsl_sf_hyperg_2F1_impl(8, 8, 1, 0.5, &r)
PASS:   gsl_sf_hyperg_2F1_impl(8, -8, 1, 0.5, &r)
PASS:   gsl_sf_hyperg_2F1_impl(8, -8.1, 1, 0.5, &r)
PASS:   gsl_sf_hyperg_2F1_impl(8, -8, 1, -0.5, &r)
PASS:   gsl_sf_hyperg_2F1_impl(8, -8, -5.5, 0.5, &r)
PASS:   gsl_sf_hyperg_2F1_impl(8, -8, -5.5, -0.5, &r)
PASS:   gsl_sf_hyperg_2F1_impl(8, 8, 1, -0.5, &r)
PASS:   gsl_sf_hyperg_2F1_impl(8, 8, 5, 0.5, &r)
PASS:   gsl_sf_hyperg_2F1_impl(8, 8, 5, -0.5, &r)
PASS:   gsl_sf_hyperg_2F1_impl(9, 9, 1, 0.99, &r)
PASS:   gsl_sf_hyperg_2F1_impl(9, 9, -1.5, 0.99, &r)
FAIL:   gsl_sf_hyperg_2F1_impl(9, 9, -1.5, -0.99, &r)
  test_hyperg.c 356
  fracdiff: 5.651558407189175e-16
  value not within tolerance of expected value
    0.147334099460010415  5.45482898125622335e-13
PASS:   gsl_sf_hyperg_2F1_impl(9, 9, -8.5, 0.99, &r)
PASS:   gsl_sf_hyperg_2F1_impl(9, 9, -8.5, -0.99, &r)
PASS:   gsl_sf_hyperg_2F1_impl(9, 9, -21.5, 0.99, &r)
PASS:   gsl_sf_hyperg_2F1_impl(9, 9, -21.5, -0.99, &r)
PASS:   gsl_sf_hyperg_2F1_impl(9, 9, -100.5, 0.99, &r)
PASS:   gsl_sf_hyperg_2F1_impl(9, 9, -100.5, -0.99, &r)
PASS:   gsl_sf_hyperg_2F1_impl(25, 25, 1, -0.5, &r)
PASS:   gsl_sf_hyperg_2F1_conj_impl(1, 1, 1, 0.5, &r)
PASS:   gsl_sf_hyperg_2F1_conj_impl(8, 8, 1, 0.5, &r)
FAIL:   gsl_sf_hyperg_2F1_conj_impl(8, 8, 5, 0.5, &r)
  test_hyperg.c 370
  fracdiff: 5.092228016232414e-16
  value not within tolerance of expected value
     285767.156969011121  2.69800826212620198e-09
PASS:   gsl_sf_hyperg_2F1_conj_impl(8, 8, 1, -0.5, &r)
PASS:   gsl_sf_hyperg_2F1_conj_impl(8, 8, 5, -0.5, &r)
PASS:   gsl_sf_hyperg_2F1_conj_impl(25, 25, 1, -0.5, &r)
PASS:   gsl_sf_hyperg_2F1_renorm_impl(1, 1, 1, 0.5, &r)
PASS:   gsl_sf_hyperg_2F1_renorm_impl(8, 8, 1, 0.5, &r)
PASS:   gsl_sf_hyperg_2F1_renorm_impl(8, -8, 1, 0.5, &r)
PASS:   gsl_sf_hyperg_2F1_renorm_impl(8, -8, 1, -0.5, &r)
PASS:   gsl_sf_hyperg_2F1_renorm_impl(8, -8, -5.5, 0.5, &r)
PASS:   gsl_sf_hyperg_2F1_renorm_impl(8, -8, -5.5, -0.5, &r)
PASS:   gsl_sf_hyperg_2F1_renorm_impl(8, 8, 5, 0.5, &r)
PASS:   gsl_sf_hyperg_2F1_renorm_impl(9, 9, -1.5, 0.99, &r)
FAIL:   gsl_sf_hyperg_2F1_renorm_impl(9, 9, -1.5, -0.99, &r)
  test_hyperg.c 395
  fracdiff: 9.460619436748786e-16
  value not within tolerance of expected value
   0.0623432731625452874  2.31253907305066481e-13
PASS:   gsl_sf_hyperg_2F1_renorm_impl(5, 5, -1, 0.5, &r)
PASS:   gsl_sf_hyperg_2F1_renorm_impl(5, 5, -10, 0.5, &r)
PASS:   gsl_sf_hyperg_2F1_renorm_impl(5, 5, -100, 0.5, &r)
PASS:   gsl_sf_hyperg_2F1_conj_renorm_impl(9, 9, -1.5, 0.99, &r)
PASS:   gsl_sf_hyperg_2F1_conj_renorm_impl(9, 9, -1.5, -0.99, &r)
FAIL:   gsl_sf_hyperg_2F1_conj_renorm_impl(5, 5, -1, 0.5, &r)
  test_hyperg.c 404
  fracdiff: 4.004314341631983e-15
  value not within tolerance of expected value
      148851063.35357815  3.90599627564100626e-06
PASS:   gsl_sf_hyperg_2F1_conj_renorm_impl(5, 5, -10, 0.5, &r)
PASS:   gsl_sf_hyperg_2F1_conj_renorm_impl(5, 5, -100, 0.5, &r)
FAIL: Hypergeometric Functions
PASS:   gsl_sf_laguerre_1_impl(0.5, -1.0, &r)
PASS:   gsl_sf_laguerre_1_impl(0.5, 1.0, &r)
PASS:   gsl_sf_laguerre_1_impl(1.0, 1.0, &r)
PASS:   gsl_sf_laguerre_2_impl(0.5, -1.0, &r)
PASS:   gsl_sf_laguerre_2_impl(0.5, 1.0, &r)
PASS:   gsl_sf_laguerre_2_impl(1.0, 1.0, &r)
PASS:   gsl_sf_laguerre_3_impl(0.5, -1.0, &r)
PASS:   gsl_sf_laguerre_3_impl(0.5, 1.0, &r)
FAIL:   gsl_sf_laguerre_3_impl(1.0, 1.0, &r)
  test_sf.c 1035
  fracdiff: 1.748601263784625e-15
  value not within tolerance of expected value
   -0.166666666666666075  5.69914485974246971e-15
PASS:   gsl_sf_laguerre_3_impl(2.0, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(1, 0.5, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(2, 1.0, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(3, 2.0, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(4, 2.0, 0.5, &r)
FAIL:   gsl_sf_laguerre_n_impl(90, 2.0, 0.5, &r)
  test_sf.c 1042
  fracdiff: 1.187597291354537e-15
  value not within tolerance of expected value
  fracdiff: 1.092235911336707e-15
  value not within tolerance of expected value
    -48.7904715720149724  9.75029488588263172e-13
PASS:   gsl_sf_laguerre_n_impl(90, 2.0, -100.0, &r)
PASS:   gsl_sf_laguerre_n_impl(90, 2.0, 100.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, 2.0, -0.5, &r)
FAIL:   gsl_sf_laguerre_n_impl(100, 2.0, 0.5, &r)
  test_sf.c 1046
?iIq1P? =;t?}9L  fracdiff: 5.06386604451103e-15
  value not within tolerance of expected value
    -28.7648329459088075  6.38707596720884537e-13
PASS:   gsl_sf_laguerre_n_impl(1000, 2.0, -0.5, &r)
PASS:   gsl_sf_laguerre_n_impl(1000, 2.0, 0.5, &r)
PASS:   gsl_sf_laguerre_n_impl(100000, 2.0, 1.0, &r)
FAIL: Laguerre Polynomials
PASS:   gsl_sf_legendre_P1_impl(-0.5, &r)
PASS:   gsl_sf_legendre_P1_impl( 0.5, &r)
PASS:   gsl_sf_legendre_P2_impl(0.0, &r)
PASS:   gsl_sf_legendre_P2_impl(0.5, &r)
PASS:   gsl_sf_legendre_P2_impl(1.0, &r)
PASS:   gsl_sf_legendre_P2_impl(100.0, &r)
PASS:   gsl_sf_legendre_P3_impl( -0.5, &r)
PASS:   gsl_sf_legendre_P3_impl( 0.5, &r)
PASS:   gsl_sf_legendre_P3_impl( 1.0, &r)
PASS:   gsl_sf_legendre_P3_impl(100.0, &r)
PASS:   gsl_sf_legendre_Pl_impl(1, -0.5, &r)
PASS:   gsl_sf_legendre_Pl_impl(1, 1.0e-8, &r)
PASS:   gsl_sf_legendre_Pl_impl(1, 0.5, &r)
PASS:   gsl_sf_legendre_Pl_impl(1, 1.0, &r)
PASS:   gsl_sf_legendre_Pl_impl(10, -0.5, &r)
PASS:   gsl_sf_legendre_Pl_impl(10, 1.0e-8, &r)
PASS:   gsl_sf_legendre_Pl_impl(10, 0.5, &r)
PASS:   gsl_sf_legendre_Pl_impl(10, 1.0, &r)
PASS:   gsl_sf_legendre_Pl_impl(99, -0.5, &r)
PASS:   gsl_sf_legendre_Pl_impl(99, 1.0e-8, &r)
PASS:   gsl_sf_legendre_Pl_impl(99, 0.5, &r)
PASS:   gsl_sf_legendre_Pl_impl(99, 0.999, &r)
PASS:   gsl_sf_legendre_Pl_impl(99, 1.0, &r)
PASS:   gsl_sf_legendre_Pl_impl(1000, -0.5, &r)
PASS:   gsl_sf_legendre_Pl_impl(1000, 1.0e-8, &r)
PASS:   gsl_sf_legendre_Pl_impl(1000, 0.5, &r)
PASS:   gsl_sf_legendre_Pl_impl(1000, 1.0, &r)
PASS:   gsl_sf_legendre_Pl_impl(4000, -0.5, &r)
PASS:   gsl_sf_legendre_Pl_impl(4000, 0.5, &r)
PASS:   gsl_sf_legendre_Pl_impl(4000, 1.0, &r)
PASS:   gsl_sf_legendre_Pl_array_impl(100)
PASS:   gsl_sf_legendre_Plm_impl(10, 0, -0.5, &r)
PASS:   gsl_sf_legendre_Plm_impl(10, 0, 1.0e-08, &r)
PASS:   gsl_sf_legendre_Plm_impl(10, 0, 0.5, &r)
PASS:   gsl_sf_legendre_Plm_impl(10, 1, -0.5, &r)
PASS:   gsl_sf_legendre_Plm_impl(10, 1, 1.0e-08, &r)
PASS:   gsl_sf_legendre_Plm_impl(10, 1, 0.5, &r)
PASS:   gsl_sf_legendre_Plm_impl(10, 5, -0.5, &r)
PASS:   gsl_sf_legendre_Plm_impl(10, 5, 1.0e-08, &r)
PASS:   gsl_sf_legendre_Plm_impl(10, 5, 0.5, &r)
PASS:   gsl_sf_legendre_Plm_impl(10, 5, 0.999, &r)
PASS:   gsl_sf_legendre_Plm_impl(100, 5, -0.5, &r)
PASS:   gsl_sf_legendre_Plm_impl(100, 5, 1.0e-08, &r)
PASS:   gsl_sf_legendre_Plm_impl(100, 5, 0.5, &r)
FAIL:   gsl_sf_legendre_Plm_impl(100, 5, 0.999, &r)
  test_legendre.c 80
  fracdiff: 2.22409755668075e-15
  value not within tolerance of expected value
    -1983161080.38063002   0.0213569856018922775
PASS:   gsl_sf_legendre_Plm_array_impl(100, 5, 0.5)
PASS:   gsl_sf_legendre_sphPlm_impl(10, 0, -0.5, &r)
PASS:   gsl_sf_legendre_sphPlm_impl(10, 0, 0.5, &r)
PASS:   gsl_sf_legendre_sphPlm_impl(10, 0, 0.999, &r)
PASS:   gsl_sf_legendre_sphPlm_impl(10, 5, -0.5, &r)
PASS:   gsl_sf_legendre_sphPlm_impl(10, 5, 1.0e-08, &r)
PASS:   gsl_sf_legendre_sphPlm_impl(10, 5, 0.5, &r)
PASS:   gsl_sf_legendre_sphPlm_impl(10, 5, 0.999, &r)
PASS:   gsl_sf_legendre_sphPlm_impl(10, 10, -0.5, &r)
PASS:   gsl_sf_legendre_sphPlm_impl(10, 10, 0.5, &r)
PASS:   gsl_sf_legendre_sphPlm_impl(10, 10, 0.999, &r)
PASS:   gsl_sf_legendre_sphPlm_impl(200, 1, -0.5, &r)
PASS:   gsl_sf_legendre_sphPlm_impl(200, 1, 0.5, &r)
PASS:   gsl_sf_legendre_sphPlm_impl(200, 1, 0.999, &r)
FAIL:   gsl_sf_legendre_sphPlm_array_impl(100, 5, 0.5)
PASS:   gsl_sf_conicalP_half_impl(0.0, -0.5, &r)
PASS:   gsl_sf_conicalP_half_impl(0.0, 0.5, &r)
PASS:   gsl_sf_conicalP_half_impl(0.0, 2.0, &r)
PASS:   gsl_sf_conicalP_half_impl(0.0, 100.0, &r)
PASS:   gsl_sf_conicalP_half_impl(10.0, -0.5, &r)
PASS:   gsl_sf_conicalP_half_impl(10.0, 0.5, &r)
PASS:   gsl_sf_conicalP_half_impl(10.0, 2.0, &r)
PASS:   gsl_sf_conicalP_half_impl(10.0, 100.0, &r)
PASS:   gsl_sf_conicalP_half_impl(200.0, -1.0e-3, &r)
PASS:   gsl_sf_conicalP_half_impl(200.0, 1.0e-8, &r)
PASS:   gsl_sf_conicalP_half_impl(200.0, 0.5, &r)
PASS:   gsl_sf_conicalP_half_impl(200.0, 10.0, &r)
PASS:   gsl_sf_conicalP_half_impl(200.0, 100.0, &r)
PASS:   gsl_sf_conicalP_half_impl(200.0, 1000.0, &r)
PASS:   gsl_sf_conicalP_half_impl(200.0, 1.0e+8, &r)
PASS:   gsl_sf_conicalP_half_impl(1.0e+8, 1.1, &r)
PASS:   gsl_sf_conicalP_half_impl(1.0e+8, 100.0, &r)
PASS:   gsl_sf_conicalP_mhalf_impl(0.0, -0.5, &r)
PASS:   gsl_sf_conicalP_mhalf_impl(0.0, 0.5, &r)
PASS:   gsl_sf_conicalP_mhalf_impl(0.0, 2.0, &r)
PASS:   gsl_sf_conicalP_mhalf_impl(0.0, 100.0, &r)
PASS:   gsl_sf_conicalP_mhalf_impl(10.0, -0.5, &r)
PASS:   gsl_sf_conicalP_mhalf_impl(10.0, 0.5, &r)
PASS:   gsl_sf_conicalP_mhalf_impl(10.0, 2.0, &r)
PASS:   gsl_sf_conicalP_mhalf_impl(10.0, 100.0, &r)
PASS:   gsl_sf_conicalP_mhalf_impl(200.0, -0.5, &r)
PASS:   gsl_sf_conicalP_mhalf_impl(200.0, 1.0e-8, &r)
PASS:   gsl_sf_conicalP_mhalf_impl(200.0, 0.5, &r)
PASS:   gsl_sf_conicalP_mhalf_impl(200.0, 10.0, &r)
PASS:   gsl_sf_conicalP_mhalf_impl(200.0, 100.0, &r)
PASS:   gsl_sf_conicalP_mhalf_impl(200.0, 1000.0, &r)
PASS:   gsl_sf_conicalP_mhalf_impl(200.0, 1.0e+8, &r)
PASS:   gsl_sf_conicalP_mhalf_impl(1.0e+8, 1.1, &r)
PASS:   gsl_sf_conicalP_mhalf_impl(1.0e+8, 100.0, &r)
PASS:   gsl_sf_conicalP_0_impl(0.0, -0.5, &r)
PASS:   gsl_sf_conicalP_0_impl(0.0, 0.5, &r)
PASS:   gsl_sf_conicalP_0_impl(0.0, 2.0, &r)
PASS:   gsl_sf_conicalP_0_impl(0.0, 100.0, &r)
FAIL:   gsl_sf_conicalP_0_impl(10.0, -0.5, &r)
  test_legendre.c 163
  fracdiff: 7.097652989141456e-16
  value not within tolerance of expected value
     167955928.154217809  8.51064474665157056e-06
PASS:   gsl_sf_conicalP_0_impl(10.0, 0.5, &r)
PASS:   gsl_sf_conicalP_0_impl(10.0, 2.0, &r)
PASS:   gsl_sf_conicalP_0_impl(10.0, 100.0, &r)
PASS:   gsl_sf_conicalP_0_impl(200.0, -0.5, &r)
PASS:   gsl_sf_conicalP_0_impl(1000.0, 100.0, &r)
PASS:   gsl_sf_conicalP_0_impl(1000.0, 1000.0, &r)
PASS:   gsl_sf_conicalP_0_impl(1000.0, 1.0e+8, &r)
PASS:   gsl_sf_conicalP_1_impl(0.0, -0.5, &r)
PASS:   gsl_sf_conicalP_1_impl(0.0, 0.5, &r)
PASS:   gsl_sf_conicalP_1_impl(0.0, 2.0, &r)
PASS:   gsl_sf_conicalP_1_impl(0.0, 100.0, &r)
PASS:   gsl_sf_conicalP_1_impl(10.0, -0.5, &r)
PASS:   gsl_sf_conicalP_1_impl(10.0, 0.5, &r)
PASS:   gsl_sf_conicalP_1_impl(10.0, 2.0, &r)
PASS:   gsl_sf_conicalP_1_impl(10.0, 100.0, &r)
PASS:   gsl_sf_conicalP_1_impl(200.0, -0.999, &r)
PASS:   gsl_sf_conicalP_1_impl(200.0, -0.9, &r)
PASS:   gsl_sf_conicalP_1_impl(200.0, -0.5, &r)
PASS:   gsl_sf_conicalP_1_impl(200.0, 0.999, &r)
FAIL:   gsl_sf_conicalP_1_impl(200.0, 10.0, &r)
  test_legendre.c 194
  fracdiff: 7.206134673516682e-15
  value/expected not consistent within reported error
    -2.92726106624147731  6.07297877834475974e-15
FAIL:   gsl_sf_conicalP_1_impl(1000.0, 100.0, &r)
  test_legendre.c 196
  fracdiff: 1.665653735702656e-13
  value/expected not consistent within reported error
  value not within tolerance of expected value
    -1.77832581058683248  3.69471537876856077e-15
FAIL:   gsl_sf_conicalP_1_impl(1000.0, 1000.0, &r)
  test_legendre.c 197
  fracdiff: 4.112697764116024e-14
  value/expected not consistent within reported error
  value not within tolerance of expected value
        0.45351610751568  1.03107923620782466e-15
PASS:   gsl_sf_conicalP_1_impl(1000.0, 1.0e+8, &r)
PASS:   gsl_sf_conicalP_sph_reg_impl(2, 1.0, -0.5, &r)
PASS:   gsl_sf_conicalP_sph_reg_impl(10, 1.0, -0.5, &r)
PASS:   gsl_sf_conicalP_sph_reg_impl(20, 1.0, -0.5, &r)
PASS:   gsl_sf_conicalP_sph_reg_impl(30, 1.0, -0.5, &r)
PASS:   gsl_sf_conicalP_sph_reg_impl(10, 1.0, 0.5, &r)
FAIL:   gsl_sf_conicalP_sph_reg_impl(20, 1.0, 0.5, &r)
  test_legendre.c 206
  fracdiff: 5.455927606586493e-16
  value not within tolerance of expected value
  1.17825697014359197e-24  1.57335222778707519e-37
PASS:   gsl_sf_conicalP_sph_reg_impl(30, 1.0, 0.5, &r)
PASS:   gsl_sf_conicalP_sph_reg_impl(10, 1.0, 2.0, &r)
PASS:   gsl_sf_conicalP_sph_reg_impl(20, 1.0, 2.0, &r)
FAIL:   gsl_sf_conicalP_sph_reg_impl(30, 100.0, 100.0, &r)
  test_legendre.c 210
  fracdiff: 2.335897983531517e-12
  value/expected not consistent within reported error
  -1.67577720872378159e-64  3.48439606108925712e-76
PASS:   gsl_sf_conicalP_cyl_reg_impl(2, 1.0, -0.5, &r)
FAIL:   gsl_sf_conicalP_cyl_reg_impl(10, 1.0, -0.5, &r)
  test_legendre.c 214
  fracdiff: 5.542929797119073e-16
  value not within tolerance of expected value
  7.33503453161866363e-05  1.14009339127930964e-19
PASS:   gsl_sf_conicalP_cyl_reg_impl(20, 1.0, -0.5, &r)
PASS:   gsl_sf_conicalP_cyl_reg_impl(30, 1.0, -0.5, &r)
PASS:   gsl_sf_conicalP_cyl_reg_impl(10, 1.0, 0.5, &r)
PASS:   gsl_sf_conicalP_cyl_reg_impl(20, 1.0, 0.5, &r)
PASS:   gsl_sf_conicalP_cyl_reg_impl(30, 1.0, 0.5, &r)
PASS:   gsl_sf_conicalP_cyl_reg_impl(10, 1.0, 2.0, &r)
PASS:   gsl_sf_conicalP_cyl_reg_impl(20, 1.0, 2.0, &r)
PASS:   gsl_sf_conicalP_cyl_reg_impl(30, 100.0, 100.0, &r)
PASS:   gsl_sf_legendre_H3d_0_impl(1.0e-06, 1.0e-06, &r)
PASS:   gsl_sf_legendre_H3d_0_impl(1.0, 0.0, &r)
PASS:   gsl_sf_legendre_H3d_0_impl(1.0, 1.0, &r)
PASS:   gsl_sf_legendre_H3d_0_impl(1.0, 100.0, &r)
PASS:   gsl_sf_legendre_H3d_0_impl(1.0, 500.0, &r)
PASS:   gsl_sf_legendre_H3d_0_impl(100.0, 1.0, &r)
PASS:   gsl_sf_legendre_H3d_0_impl(100.0, 10.0, &r)
PASS:   gsl_sf_legendre_H3d_0_impl(1000.0, 1.0, &r)
PASS:   gsl_sf_legendre_H3d_0_impl(1.0e+08, 1.0, &r)
FAIL:   gsl_sf_legendre_H3d_0_impl(1.0e+08, 100.0, &r)
  test_legendre.c 234
  fracdiff: 8.540108056489529e-07
  value not within tolerance of expected value
  -3.62712509938968458e-52  2.89567654671551626e-57
PASS:   gsl_sf_legendre_H3d_1_impl(1.0e-06, 1.0e-06, &r)
PASS:   gsl_sf_legendre_H3d_1_impl(1.0, 1.0e-10, &r)
PASS:   gsl_sf_legendre_H3d_1_impl(1.0, 1.0, &r)
PASS:   gsl_sf_legendre_H3d_1_impl(1.0, 100.0, &r)
PASS:   gsl_sf_legendre_H3d_1_impl(1.0, 500.0, &r)
PASS:   gsl_sf_legendre_H3d_1_impl(100.0, 0.01, &r)
PASS:   gsl_sf_legendre_H3d_1_impl(100.0, 1.0, &r)
PASS:   gsl_sf_legendre_H3d_1_impl(100.0, 10.0, &r)
PASS:   gsl_sf_legendre_H3d_1_impl(1000.0, 0.001, &r)
PASS:   gsl_sf_legendre_H3d_1_impl(1000.0, 1.0, &r)
PASS:   gsl_sf_legendre_H3d_1_impl(1.0e+08, 1.0e-08, &r)
PASS:   gsl_sf_legendre_H3d_1_impl(1.0e+08, 1.0, &r)
PASS:   gsl_sf_legendre_H3d_1_impl(1.0e+08, 100.0, &r)
PASS:   gsl_sf_legendre_H3d_impl(5, 1.0e-06, 1.0e-06, &r)
PASS:   gsl_sf_legendre_H3d_impl(5, 1.0, 1.0e-10, &r)
FAIL:   gsl_sf_legendre_H3d_impl(5, 1.0, 1.0, &r)
  test_legendre.c 252
  fracdiff: 5.280219909687063e-16
  value not within tolerance of expected value
   0.0114986350374915655  2.11306173844861017e-16
FAIL:   gsl_sf_legendre_H3d_impl(5, 1.0, 5.0, &r)
  test_legendre.c 253
  fracdiff: 9.829454981540596e-13
  value/expected not consistent within reported error
  value not within tolerance of expected value
  0.00206969456625045187  2.16716555148643289e-16
FAIL:   gsl_sf_legendre_H3d_impl(5, 1.0, 7.0, &r)
  test_legendre.c 254
  fracdiff: 2.246739293732445e-12
  value/expected not consistent within reported error
  value not within tolerance of expected value
  -0.00175553037875678781  4.50408134294681335e-16
PASS:   gsl_sf_legendre_H3d_impl(5, 1.0, 10.0, &r)
PASS:   gsl_sf_legendre_H3d_impl(5, 1.0, 100.0, &r)
FAIL:   gsl_sf_legendre_H3d_impl(5, 1.0, 500.0, &r)
  test_legendre.c 257
  fracdiff: 4.355150042221584e-14
  value not within tolerance of expected value
  1.42351139010932008e-217  2.22169833921731551e-229
FAIL:   gsl_sf_legendre_H3d_impl(5, 100.0, 0.001, &r)
  test_legendre.c 258
  fracdiff: 4.460691779879481e-14
  value/expected not consistent within reported error
  value not within tolerance of expected value
  9.64276259722155813e-10  3.73479924474766854e-23
FAIL:   gsl_sf_legendre_H3d_impl(5, 100.0, 0.002, &r)
  test_legendre.c 259
  fracdiff: 4.959669674732119e-14
  value/expected not consistent within reported error
  value not within tolerance of expected value
  3.08212012543049761e-08  1.12705305587881213e-21
PASS:   gsl_sf_legendre_H3d_impl(5, 100.0, 0.01, &r)
PASS:   gsl_sf_legendre_H3d_impl(5, 100.0, 1.0, &r)
PASS:   gsl_sf_legendre_H3d_impl(5, 100.0, 10.0, &r)
PASS:   gsl_sf_legendre_H3d_impl(5, 1000.0, 0.001, &r)
PASS:   gsl_sf_legendre_H3d_impl(5, 1000.0, 0.01, &r)
PASS:   gsl_sf_legendre_H3d_impl(5, 1.0e+08, 1.0e-08, &r)
PASS:   gsl_sf_legendre_H3d_impl(5, 1.0e+08, 100.0, &r)
PASS:   gsl_sf_legendre_Q0_impl(-0.5, &r)
PASS:   gsl_sf_legendre_Q0_impl( 1.5, &r)
PASS:   gsl_sf_legendre_Q1_impl(-0.5, &r)
PASS:   gsl_sf_legendre_Q1_impl( 1.5, &r)
PASS:   gsl_sf_legendre_Ql_impl(10, -0.5, &r)
PASS:   gsl_sf_legendre_Ql_impl(10, 0.5, &r)
PASS:   gsl_sf_legendre_Ql_impl(10, 1.5, &r)
PASS:   gsl_sf_legendre_Ql_impl(100, -0.5, &r)
PASS:   gsl_sf_legendre_Ql_impl(100, 0.5, &r)
FAIL:   gsl_sf_legendre_Ql_impl(100, 1.5, &r)
  test_legendre.c 291
  fracdiff: 1.455655628710047e-15
  value not within tolerance of expected value
  1.16281634350440873e-43  2.5819709559380592e-57
PASS:   gsl_sf_legendre_Ql_impl(1000, -0.5, &r)
PASS:   gsl_sf_legendre_Ql_impl(1000, 0.5, &r)
PASS:   gsl_sf_legendre_Ql_impl(1000, 1.1, &r)
FAIL: Legendre Functions
PASS:   gsl_sf_log_impl(0.1, &r)
FAIL:   gsl_sf_log_impl(1.1, &r)
  test_sf.c 1062
  fracdiff: 3.640164103222246e-16
  value/expected not consistent within reported error
   0.0953101798043249349  2.11631112199850279e-17
PASS:   gsl_sf_log_impl(1000.0, &r)
PASS:   gsl_sf_log_abs_impl(-0.1, &r)
FAIL:   gsl_sf_log_abs_impl(-1.1, &r)
  test_sf.c 1066
  fracdiff: 3.640164103222246e-16
  value/expected not consistent within reported error
   0.0953101798043249349  2.11631112199850279e-17
PASS:   gsl_sf_log_abs_impl(-1000.0, &r)
PASS:   gsl_sf_log_abs_impl(0.1, &r)
FAIL:   gsl_sf_log_abs_impl(1.1, &r)
  test_sf.c 1069
  fracdiff: 3.640164103222246e-16
  value/expected not consistent within reported error
   0.0953101798043249349  2.11631112199850279e-17
PASS:   gsl_sf_log_abs_impl(1000.0, &r)
PASS:   gsl_sf_complex_log_impl(1.0, 1.0, &r1, &r2)
PASS:   gsl_sf_complex_log_impl(1.0, -1.0, &r1, &r2)
PASS:   gsl_sf_complex_log_impl(1.0, 100.0, &r1, &r2)
PASS:   gsl_sf_complex_log_impl(-1000.0, -1.0, &r1, &r2)
PASS:   gsl_sf_complex_log_impl(-1.0, 0.0, &r1, &r2)
PASS:   gsl_sf_log_1plusx_impl(1.0e-10, &r)
PASS:   gsl_sf_log_1plusx_impl(1.0e-8, &r)
PASS:   gsl_sf_log_1plusx_impl(1.0e-4, &r)
PASS:   gsl_sf_log_1plusx_impl(0.1, &r)
PASS:   gsl_sf_log_1plusx_impl(0.49, &r)
PASS:   gsl_sf_log_1plusx_impl(-0.49, &r)
PASS:   gsl_sf_log_1plusx_impl(1.0, &r)
PASS:   gsl_sf_log_1plusx_impl(-0.99, &r)
PASS:   gsl_sf_log_1plusx_mx_impl(1.0e-10, &r)
PASS:   gsl_sf_log_1plusx_mx_impl(1.0e-8, &r)
PASS:   gsl_sf_log_1plusx_mx_impl(1.0e-4, &r)
PASS:   gsl_sf_log_1plusx_mx_impl(0.1, &r)
PASS:   gsl_sf_log_1plusx_mx_impl(0.49, &r)
PASS:   gsl_sf_log_1plusx_mx_impl(-0.49, &r)
PASS:   gsl_sf_log_1plusx_mx_impl(1.0, &r)
PASS:   gsl_sf_log_1plusx_mx_impl(-0.99, &r)
FAIL: Logarithm
PASS:   gsl_sf_poly_eval({1, 0.5, 0.3}, 0.5)
PASS:   gsl_sf_poly_eval({1,-1, 1, -1, 1, -1, 1, -1, 1, -1, 1}, 1.0)
PASS: Polynomial Evaluation
PASS:   gsl_sf_pow_int_impl(2.0, 3, &r)
PASS:   gsl_sf_pow_int_impl(-2.0, 3, &r)
PASS:   gsl_sf_pow_int_impl(2.0, -3, &r)
PASS:   gsl_sf_pow_int_impl(-2.0, -3, &r)
PASS:   gsl_sf_pow_int_impl(10.0, 4, &r)
PASS:   gsl_sf_pow_int_impl(10.0, -4, &r)
PASS:   gsl_sf_pow_int_impl(-10.0, 4, &r)
PASS:   gsl_sf_pow_int_impl(-10.0, -4, &r)
PASS:   gsl_sf_pow_int_impl(10.0, 40, &r)
PASS:   gsl_sf_pow_int_impl(8.0, -40, &r)
PASS:   gsl_sf_pow_int_impl(-10.0, 40, &r)
PASS:   gsl_sf_pow_int_impl(-8.0, -40, &r)
PASS:   gsl_sf_pow_int_impl(10.0, 41, &r)
PASS:   gsl_sf_pow_int_impl(8.0, -41, &r)
PASS:   gsl_sf_pow_int_impl(-10.0, 41, &r)
PASS:   gsl_sf_pow_int_impl(-8.0, -41, &r)
PASS: Integer Powers
PASS:   gsl_sf_psi_int_impl(5, &r)
PASS:   gsl_sf_psi_int_impl(100, &r)
PASS:   gsl_sf_psi_int_impl(110, &r)
PASS:   gsl_sf_psi_int_impl(5000, &r)
PASS:   gsl_sf_psi_impl(5.0, &r)
PASS:   gsl_sf_psi_impl(5000.0, &r)
PASS:   gsl_sf_psi_impl(-100.5, &r)
PASS:   gsl_sf_psi_impl(-1.0e+5-0.5, &r)
PASS:   gsl_sf_psi_1piy_impl(0.8, &r)
PASS:   gsl_sf_psi_1piy_impl(1.0, &r)
PASS:   gsl_sf_psi_1piy_impl(5.0, &r)
PASS:   gsl_sf_psi_1piy_impl(100.0, &r)
PASS:   gsl_sf_psi_1piy_impl(2000.0, &r)
PASS:   gsl_sf_psi_1_int_impl(5, &r)
PASS:   gsl_sf_psi_1_int_impl(100, &r)
PASS:   gsl_sf_psi_1_int_impl(110, &r)
PASS:   gsl_sf_psi_1_int_impl(500, &r)
PASS:   gsl_sf_psi_n_impl(3, 5.0, &r)
PASS:   gsl_sf_psi_n_impl(3, 500.0, &r)
PASS:   gsl_sf_psi_n_impl(10, 5.0, &r)
PASS:   gsl_sf_psi_n_impl(10, 50.0, &r)
PASS: Psi Functions
PASS:   gsl_sf_synchrotron_1_impl(0.01, &r)
FAIL:   gsl_sf_synchrotron_1_impl(1.0, &r)
  test_sf.c 1220
  fracdiff: 5.112914370459254e-16
  value not within tolerance of expected value
     0.65142281535536517  1.4582984361312109e-15
PASS:   gsl_sf_synchrotron_1_impl(10.0, &r)
PASS:   gsl_sf_synchrotron_1_impl(100.0, &r)
PASS:   gsl_sf_synchrotron_2_impl(0.01, &r)
FAIL:   gsl_sf_synchrotron_2_impl(1.0, &r)
  test_sf.c 1225
  fracdiff: 1.627810489426884e-15
  value not within tolerance of expected value
    0.494475062104206664  1.13793585380299298e-15
PASS:   gsl_sf_synchrotron_2_impl(10.0, &r)
PASS:   gsl_sf_synchrotron_2_impl(256.0, &r)
FAIL: Synchrotron Functions
PASS:   gsl_sf_transport_2_impl(1.0e-10, &r)
PASS:   gsl_sf_transport_2_impl(1.0, &r)
PASS:   gsl_sf_transport_2_impl(3.0, &r)
PASS:   gsl_sf_transport_2_impl(10.0, &r)
PASS:   gsl_sf_transport_2_impl(100.0, &r)
PASS:   gsl_sf_transport_2_impl(1.0e+05, &r)
PASS:   gsl_sf_transport_3_impl(1.0e-10, &r)
PASS:   gsl_sf_transport_3_impl(1.0, &r)
PASS:   gsl_sf_transport_3_impl(3.0, &r)
PASS:   gsl_sf_transport_3_impl(5.0, &r)
PASS:   gsl_sf_transport_3_impl(10.0, &r)
PASS:   gsl_sf_transport_3_impl(30.0, &r)
PASS:   gsl_sf_transport_3_impl(100.0, &r)
PASS:   gsl_sf_transport_3_impl(1.0e+05, &r)
PASS:   gsl_sf_transport_4_impl(1.0e-10, &r)
PASS:   gsl_sf_transport_4_impl(1.0e-07, &r)
PASS:   gsl_sf_transport_4_impl(1.0e-04, &r)
PASS:   gsl_sf_transport_4_impl(0.1, &r)
PASS:   gsl_sf_transport_4_impl(1.0, &r)
PASS:   gsl_sf_transport_4_impl(3.0, &r)
PASS:   gsl_sf_transport_4_impl(5.0, &r)
PASS:   gsl_sf_transport_4_impl(10.0, &r)
PASS:   gsl_sf_transport_4_impl(30.0, &r)
PASS:   gsl_sf_transport_4_impl(100.0, &r)
PASS:   gsl_sf_transport_4_impl(1.0e+05, &r)
PASS:   gsl_sf_transport_5_impl(1.0e-10, &r)
PASS:   gsl_sf_transport_5_impl(1.0e-07, &r)
PASS:   gsl_sf_transport_5_impl(1.0e-04, &r)
PASS:   gsl_sf_transport_5_impl(0.1, &r)
PASS:   gsl_sf_transport_5_impl(1.0, &r)
PASS:   gsl_sf_transport_5_impl(3.0, &r)
PASS:   gsl_sf_transport_5_impl(5.0, &r)
PASS:   gsl_sf_transport_5_impl(10.0, &r)
PASS:   gsl_sf_transport_5_impl(30.0, &r)
PASS:   gsl_sf_transport_5_impl(100.0, &r)
PASS:   gsl_sf_transport_5_impl(1.0e+05, &r)
PASS: Transport Functions
PASS:   gsl_sf_sin_impl(-10.0, &r)
PASS:   gsl_sf_sin_impl(1.0, &r)
PASS:   gsl_sf_sin_impl(1000.0, &r)
PASS:   gsl_sf_sin_impl(1048576.75, &r)
PASS:   gsl_sf_sin_impl(62831853.75, &r)
PASS:   gsl_sf_sin_impl(1073741822.5, &r)
PASS:   gsl_sf_sin_impl(1073741824.0, &r)
PASS:   gsl_sf_sin_impl(1073741825.5, &r)
PASS:   gsl_sf_sin_impl(1099511627776.0, &r)
PASS:   gsl_sf_cos_impl(-10.0, &r)
PASS:   gsl_sf_cos_impl(1.0, &r)
PASS:   gsl_sf_cos_impl(1000.0, &r)
PASS:   gsl_sf_cos_impl(1048576.75, &r)
PASS:   gsl_sf_cos_impl(62831853.75, &r)
PASS:   gsl_sf_cos_impl(1073741822.5, &r)
PASS:   gsl_sf_cos_impl(1073741824.0, &r)
PASS:   gsl_sf_cos_impl(1099511627776.0, &r)
PASS:   gsl_sf_sin_pi_x_impl(1000.5, &r)
PASS:   gsl_sf_sin_pi_x_impl(10000.0 + 1.0/65536.0, &r)
PASS:   gsl_sf_sin_pi_x_impl(1099511627776.0 + 1 + 0.125, &r)
PASS:   gsl_sf_complex_sin_impl(1.0, 5.0, &r1, &r2)
PASS:   gsl_sf_complex_cos_impl(1.0, 5.0, &r1, &r2)
PASS:   gsl_sf_complex_logsin_impl(1.0, 100.0, &r1, &r2)
PASS:   gsl_sf_complex_logsin_impl(1.0, -100.0, &r1, &r2)
PASS:   gsl_sf_complex_logsin_impl(5.0, 5.0, &r1, &r2)
PASS:   gsl_sf_lnsinh_impl(0.1, &r)
PASS:   gsl_sf_lnsinh_impl(1.0, &r)
PASS:   gsl_sf_lnsinh_impl(5.0, &r)
PASS:   gsl_sf_lnsinh_impl(100.0, &r)
PASS:   gsl_sf_lncosh_impl(0.125, &r)
PASS:   gsl_sf_lncosh_impl(1.0, &r)
PASS:   gsl_sf_lncosh_impl(5.0, &r)
PASS:   gsl_sf_lncosh_impl(100.0, &r)
PASS:   gsl_sf_polar_to_rect_impl(10.0, M_PI/6.0, &r1, &r2)
PASS:   gsl_sf_polar_to_rect_impl(10.0, -2.0/3.0*M_PI, &r1, &r2)
PASS:   gsl_angle_restrict_pos_impl: theta =  11/2 Pi
PASS:   gsl_angle_restrict_pos_impl: theta = -11/2 Pi
PASS:   gsl_angle_restrict_pos_impl: theta = 50000.0 + 1.0/65536.0
PASS:   gsl_angle_restrict_pos_impl: theta = 5000000.0 + 1.0/65536.0
FAIL:   gsl_angle_restrict_pos_impl: theta = 2^47
PASS:   gsl_angle_restrict_symm_impl: theta =  11/2 Pi
PASS:   gsl_angle_restrict_symm_impl: theta = -11/2 Pi
PASS:   gsl_angle_restrict_symm_impl: theta = -9/2 Pi
PASS:   gsl_angle_restrict_symm_impl: theta =  3/2 Pi
PASS:   gsl_angle_restrict_symm_impl: theta = -3/2 Pi
PASS:   gsl_angle_restrict_symm_impl: theta = 50000.0 + 1.0/65536.0
FAIL: Trigonometric and Related Functions
PASS:   gsl_sf_zeta_int_impl(-61, &r)
PASS:   gsl_sf_zeta_int_impl(-5, &r)
PASS:   gsl_sf_zeta_int_impl(5, &r)
PASS:   gsl_sf_zeta_int_impl(31, &r)
PASS:   gsl_sf_zeta_impl(-151, &r)
PASS:   gsl_sf_zeta_impl(-51, &r)
PASS:   gsl_sf_zeta_impl(-5, &r)
PASS:   gsl_sf_zeta_impl(-0.5, &r)
PASS:   gsl_sf_zeta_impl(0.5, &r)
PASS:   gsl_sf_zeta_impl(1.0-1.0/1024.0, &r)
PASS:   gsl_sf_zeta_impl(1.0+1.0/1048576, &r)
PASS:   gsl_sf_zeta_impl(5, &r)
PASS:   gsl_sf_zeta_impl(25.5, &r)
PASS:   gsl_sf_hzeta_impl(2, 1.0, &r)
PASS:   gsl_sf_hzeta_impl(2, 10.0, &r)
PASS:   gsl_sf_hzeta_impl(5, 1.0, &r)
PASS:   gsl_sf_hzeta_impl(5, 10.0, &r)
PASS:   gsl_sf_hzeta_impl(9, 0.1, &r)
PASS:   gsl_sf_hzeta_impl(30, 0.5, &r)
PASS:   gsl_sf_hzeta_impl(30, 0.9, &r)
PASS:   gsl_sf_hzeta_impl(75, 0.25, &r)
PASS:   gsl_sf_eta_int_impl(-91, &r)
PASS:   gsl_sf_eta_int_impl(-51, &r)
PASS:   gsl_sf_eta_int_impl(-5, &r)
PASS:   gsl_sf_eta_int_impl(-1, &r)
PASS:   gsl_sf_eta_int_impl( 0, &r)
PASS:   gsl_sf_eta_int_impl( 5, &r)
PASS:   gsl_sf_eta_int_impl( 6, &r)
PASS:   gsl_sf_eta_int_impl( 20, &r)
PASS:   gsl_sf_eta_int_impl( 1000, &r)
PASS:   gsl_sf_eta_impl(-51.5, &r)
PASS:   gsl_sf_eta_impl(-5, &r)
PASS:   gsl_sf_eta_impl(0.5, &r)
PASS:   gsl_sf_eta_impl(0.999, &r)
PASS:   gsl_sf_eta_impl(1.0, &r)
PASS:   gsl_sf_eta_impl(1.0+1.0e-10, &r)
PASS:   gsl_sf_eta_impl( 5, &r)
PASS:   gsl_sf_eta_impl( 5.2, &r)
PASS:   gsl_sf_eta_impl( 6, &r)
PASS:   gsl_sf_eta_impl( 20, &r)
PASS: Zeta Functions
FAIL: test_sf
===================
1 of 1 tests failed
===================
make[3]: [check-TESTS] Error 1 (ignored)
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/specfunc'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/specfunc'
Making check in rng
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/rng'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c test.c
gcc -O3 -msupersparc  -o test  test.o libgslrng.a ../err/libgslerr.a ../err/libgsltest.a ../utils/libutils.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c benchmark.c
gcc -O3 -msupersparc  -o benchmark  benchmark.o libgslrng.a ../err/libgslerr.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err  -O3 -msupersparc -c rng-dump.c
gcc -O3 -msupersparc  -o rng-dump  rng-dump.o libgslrng.a ../err/libgslerr.a ../utils/libutils.a -lm 
make check-TESTS
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/rng'
PASS: rand, 10000 steps (1910041713 observed vs 1910041713 expected)
PASS: randu, 10000 steps (1623524161 observed vs 1623524161 expected)
PASS: cmrg, 10000 steps (719452880 observed vs 719452880 expected)
PASS: minstd, 10000 steps (1043618065 observed vs 1043618065 expected)
PASS: mrg, 10000 steps (2064828650 observed vs 2064828650 expected)
PASS: taus, 10000 steps (2733957125 observed vs 2733957125 expected)
PASS: transputer, 10000 steps (1244127297 observed vs 1244127297 expected)
PASS: vax, 10000 steps (3051034865 observed vs 3051034865 expected)
PASS: ranlux, 10000 steps (12077992 observed vs 12077992 expected)
PASS: ranlux389, 10000 steps (165942 observed vs 165942 expected)
PASS: slatec, 10000 steps (45776 observed vs 45776 expected)
PASS: uni, 10000 steps (9214 observed vs 9214 expected)
PASS: uni32, 10000 steps (1155229825 observed vs 1155229825 expected)
PASS: zuf, 10000 steps (3970 observed vs 3970 expected)
PASS: r250, 10000 steps (1100653588 observed vs 1100653588 expected)
PASS: mt19937, 1000 steps (1309179303 observed vs 1309179303 expected)
PASS: tt800, 10000 steps (2856609219 observed vs 2856609219 expected)
PASS: ran0, 10000 steps (1115320064 observed vs 1115320064 expected)
PASS: ran1, 10000 steps (1491066076 observed vs 1491066076 expected)
PASS: ran2, 10000 steps (1701364455 observed vs 1701364455 expected)
PASS: ran3, 10000 steps (186340785 observed vs 186340785 expected)
PASS: ranmar, 10000 steps (14428370 observed vs 14428370 expected)
PASS: rand48, 10000 steps (3725152323 observed vs 3725152323 expected)
PASS: rand48, 10000 steps (3987032439 observed vs 3987032439 expected)
PASS: random-glibc2, 10000 steps (1908609430 observed vs 1908609430 expected)
PASS: random8-glibc2, 10000 steps (1910041713 observed vs 1910041713 expected)
PASS: random32-glibc2, 10000 steps (1587395585 observed vs 1587395585 expected)
PASS: random64-glibc2, 10000 steps (52848624 observed vs 52848624 expected)
PASS: random128-glibc2, 10000 steps (1908609430 observed vs 1908609430 expected)
PASS: random256-glibc2, 10000 steps (179943260 observed vs 179943260 expected)
PASS: random-bsd, 10000 steps (1457025928 observed vs 1457025928 expected)
PASS: random8-bsd, 10000 steps (1910041713 observed vs 1910041713 expected)
PASS: random32-bsd, 10000 steps (1663114331 observed vs 1663114331 expected)
PASS: random64-bsd, 10000 steps (864469165 observed vs 864469165 expected)
PASS: random128-bsd, 10000 steps (1457025928 observed vs 1457025928 expected)
PASS: random256-bsd, 10000 steps (1216357476 observed vs 1216357476 expected)
PASS: random-libc5, 10000 steps (428084942 observed vs 428084942 expected)
PASS: random8-libc5, 10000 steps (1910041713 observed vs 1910041713 expected)
PASS: random32-libc5, 10000 steps (1967452027 observed vs 1967452027 expected)
PASS: random64-libc5, 10000 steps (2106639801 observed vs 2106639801 expected)
PASS: random128-libc5, 10000 steps (428084942 observed vs 428084942 expected)
PASS: random256-libc5, 10000 steps (116367984 observed vs 116367984 expected)
PASS: ranf, 10000 steps (2152890433 observed vs 2152890433 expected)
PASS: ranf, 10000 steps (339327233 observed vs 339327233 expected)
PASS: slatec, ratio of int to double (1 observed vs 1 expected)
PASS: gfsr4, ratio of int to double (1 observed vs 1 expected)
PASS: cmrg, ratio of int to double (1 observed vs 1 expected)
PASS: minstd, ratio of int to double (1 observed vs 1 expected)
PASS: mrg, ratio of int to double (1 observed vs 1 expected)
PASS: mt19937, ratio of int to double (1 observed vs 1 expected)
PASS: r250, ratio of int to double (1 observed vs 1 expected)
PASS: ran0, ratio of int to double (1 observed vs 1 expected)
PASS: ran1, ratio of int to double (1 observed vs 1 expected)
PASS: ran2, ratio of int to double (1 observed vs 1 expected)
PASS: ran3, ratio of int to double (1 observed vs 1 expected)
PASS: rand, ratio of int to double (1 observed vs 1 expected)
PASS: rand48, ratio of int to double (1 observed vs 1 expected)
PASS: random8-bsd, ratio of int to double (1 observed vs 1 expected)
PASS: random8-glibc2, ratio of int to double (1 observed vs 1 expected)
PASS: random8-libc5, ratio of int to double (1 observed vs 1 expected)
PASS: random128-bsd, ratio of int to double (1 observed vs 1 expected)
PASS: random128-glibc2, ratio of int to double (1 observed vs 1 expected)
PASS: random128-libc5, ratio of int to double (1 observed vs 1 expected)
PASS: random256-bsd, ratio of int to double (1 observed vs 1 expected)
PASS: random256-glibc2, ratio of int to double (1 observed vs 1 expected)
PASS: random256-libc5, ratio of int to double (1 observed vs 1 expected)
PASS: random32-bsd, ratio of int to double (1 observed vs 1 expected)
PASS: random32-glibc2, ratio of int to double (1 observed vs 1 expected)
PASS: random32-libc5, ratio of int to double (1 observed vs 1 expected)
PASS: random64-bsd, ratio of int to double (1 observed vs 1 expected)
PASS: random64-glibc2, ratio of int to double (1 observed vs 1 expected)
PASS: random64-libc5, ratio of int to double (1 observed vs 1 expected)
PASS: random-bsd, ratio of int to double (1 observed vs 1 expected)
PASS: random-glibc2, ratio of int to double (1 observed vs 1 expected)
PASS: random-libc5, ratio of int to double (1 observed vs 1 expected)
PASS: randu, ratio of int to double (1 observed vs 1 expected)
PASS: ranf, ratio of int to double (1 observed vs 1 expected)
PASS: ranlux, ratio of int to double (1 observed vs 1 expected)
PASS: ranlux389, ratio of int to double (1 observed vs 1 expected)
PASS: ranmar, ratio of int to double (1 observed vs 1 expected)
PASS: taus, ratio of int to double (1 observed vs 1 expected)
PASS: transputer, ratio of int to double (1 observed vs 1 expected)
PASS: tt800, ratio of int to double (1 observed vs 1 expected)
PASS: uni, ratio of int to double (1 observed vs 1 expected)
PASS: uni32, ratio of int to double (1 observed vs 1 expected)
PASS: vax, ratio of int to double (1 observed vs 1 expected)
PASS: zuf, ratio of int to double (1 observed vs 1 expected)
PASS: slatec, random number state consistency
PASS: cmrg, random number state consistency
PASS: gfsr4, random number state consistency
PASS: minstd, random number state consistency
PASS: mrg, random number state consistency
PASS: mt19937, random number state consistency
PASS: r250, random number state consistency
PASS: ran0, random number state consistency
PASS: ran1, random number state consistency
PASS: ran2, random number state consistency
PASS: ran3, random number state consistency
PASS: rand, random number state consistency
PASS: rand48, random number state consistency
PASS: random8-bsd, random number state consistency
PASS: random8-glibc2, random number state consistency
PASS: random8-libc5, random number state consistency
PASS: random128-bsd, random number state consistency
PASS: random128-glibc2, random number state consistency
PASS: random128-libc5, random number state consistency
PASS: random256-bsd, random number state consistency
PASS: random256-glibc2, random number state consistency
PASS: random256-libc5, random number state consistency
PASS: random32-bsd, random number state consistency
PASS: random32-glibc2, random number state consistency
PASS: random32-libc5, random number state consistency
PASS: random64-bsd, random number state consistency
PASS: random64-glibc2, random number state consistency
PASS: random64-libc5, random number state consistency
PASS: random-bsd, random number state consistency
PASS: random-glibc2, random number state consistency
PASS: random-libc5, random number state consistency
PASS: randu, random number state consistency
PASS: ranf, random number state consistency
PASS: ranlux, random number state consistency
PASS: ranlux389, random number state consistency
PASS: ranmar, random number state consistency
PASS: taus, random number state consistency
PASS: transputer, random number state consistency
PASS: tt800, random number state consistency
PASS: uni, random number state consistency
PASS: uni32, random number state consistency
PASS: vax, random number state consistency
PASS: zuf, random number state consistency
PASS: slatec, parallel random number state consistency
PASS: cmrg, parallel random number state consistency
PASS: gfsr4, parallel random number state consistency
PASS: minstd, parallel random number state consistency
PASS: mrg, parallel random number state consistency
PASS: mt19937, parallel random number state consistency
PASS: r250, parallel random number state consistency
PASS: ran0, parallel random number state consistency
PASS: ran1, parallel random number state consistency
PASS: ran2, parallel random number state consistency
PASS: ran3, parallel random number state consistency
PASS: rand, parallel random number state consistency
PASS: rand48, parallel random number state consistency
PASS: random8-bsd, parallel random number state consistency
PASS: random8-glibc2, parallel random number state consistency
PASS: random8-libc5, parallel random number state consistency
PASS: random128-bsd, parallel random number state consistency
PASS: random128-glibc2, parallel random number state consistency
PASS: random128-libc5, parallel random number state consistency
PASS: random256-bsd, parallel random number state consistency
PASS: random256-glibc2, parallel random number state consistency
PASS: random256-libc5, parallel random number state consistency
PASS: random32-bsd, parallel random number state consistency
PASS: random32-glibc2, parallel random number state consistency
PASS: random32-libc5, parallel random number state consistency
PASS: random64-bsd, parallel random number state consistency
PASS: random64-glibc2, parallel random number state consistency
PASS: random64-libc5, parallel random number state consistency
PASS: random-bsd, parallel random number state consistency
PASS: random-glibc2, parallel random number state consistency
PASS: random-libc5, parallel random number state consistency
PASS: randu, parallel random number state consistency
PASS: ranf, parallel random number state consistency
PASS: ranlux, parallel random number state consistency
PASS: ranlux389, parallel random number state consistency
PASS: ranmar, parallel random number state consistency
PASS: taus, parallel random number state consistency
PASS: transputer, parallel random number state consistency
PASS: tt800, parallel random number state consistency
PASS: uni, parallel random number state consistency
PASS: uni32, parallel random number state consistency
PASS: vax, parallel random number state consistency
PASS: zuf, parallel random number state consistency
PASS: slatec, observed vs theoretical maximum (4194300 vs 4194303)
PASS: slatec, observed vs theoretical minimum (1 vs 0)
PASS: slatec, sum test within acceptable sigma (observed -0.069 sigma)
PASS: slatec, bin test within acceptable chisq (observed 0.61 sigma)
PASS: slatec, maximum and sum tests for non-default seeds
PASS: cmrg, observed vs theoretical maximum (2147477113 vs 2147483646)
PASS: cmrg, observed vs theoretical minimum (2251 vs 0)
PASS: cmrg, sum test within acceptable sigma (observed -0.4 sigma)
PASS: cmrg, bin test within acceptable chisq (observed 1 sigma)
PASS: cmrg, maximum and sum tests for non-default seeds
PASS: gfsr4, observed vs theoretical maximum (4294945383 vs 4294967295)
PASS: gfsr4, observed vs theoretical minimum (26368 vs 0)
PASS: gfsr4, sum test within acceptable sigma (observed 0.48 sigma)
PASS: gfsr4, bin test within acceptable chisq (observed 0.89 sigma)
PASS: gfsr4, maximum and sum tests for non-default seeds
PASS: minstd, observed vs theoretical maximum (2147483531 vs 2147483646)
PASS: minstd, observed vs theoretical minimum (15579 vs 0)
PASS: minstd, sum test within acceptable sigma (observed -0.098 sigma)
PASS: minstd, bin test within acceptable chisq (observed 1 sigma)
PASS: minstd, maximum and sum tests for non-default seeds
PASS: mrg, observed vs theoretical maximum (2147459953 vs 2147483646)
PASS: mrg, observed vs theoretical minimum (14739 vs 0)
PASS: mrg, sum test within acceptable sigma (observed 1.6 sigma)
PASS: mrg, bin test within acceptable chisq (observed 0.8 sigma)
PASS: mrg, maximum and sum tests for non-default seeds
PASS: mt19937, observed vs theoretical maximum (4294956645 vs 4294967295)
PASS: mt19937, observed vs theoretical minimum (6383 vs 0)
PASS: mt19937, sum test within acceptable sigma (observed 1.4 sigma)
PASS: mt19937, bin test within acceptable chisq (observed 0.93 sigma)
PASS: mt19937, maximum and sum tests for non-default seeds
PASS: r250, observed vs theoretical maximum (4294936372 vs 4294967295)
PASS: r250, observed vs theoretical minimum (59126 vs 0)
PASS: r250, sum test within acceptable sigma (observed 0.63 sigma)
PASS: r250, bin test within acceptable chisq (observed 0.75 sigma)
PASS: r250, maximum and sum tests for non-default seeds
PASS: ran0, observed vs theoretical maximum (2147481707 vs 2147483646)
PASS: ran0, observed vs theoretical minimum (1213 vs 0)
PASS: ran0, sum test within acceptable sigma (observed 0.34 sigma)
PASS: ran0, bin test within acceptable chisq (observed 1 sigma)
PASS: ran0, maximum and sum tests for non-default seeds
PASS: ran1, observed vs theoretical maximum (2147483531 vs 2147483646)
PASS: ran1, observed vs theoretical minimum (15579 vs 0)
PASS: ran1, sum test within acceptable sigma (observed -0.11 sigma)
PASS: ran1, bin test within acceptable chisq (observed 1 sigma)
PASS: ran1, maximum and sum tests for non-default seeds
PASS: ran2, observed vs theoretical maximum (2147458496 vs 2147483562)
PASS: ran2, observed vs theoretical minimum (554 vs 0)
PASS: ran2, sum test within acceptable sigma (observed 0.25 sigma)
PASS: ran2, bin test within acceptable chisq (observed 0.85 sigma)
PASS: ran2, maximum and sum tests for non-default seeds
PASS: ran3, observed vs theoretical maximum (999994777 vs 1000000000)
PASS: ran3, observed vs theoretical minimum (1503 vs 0)
PASS: ran3, sum test within acceptable sigma (observed 1.5 sigma)
PASS: ran3, bin test within acceptable chisq (observed 0.77 sigma)
PASS: ran3, maximum and sum tests for non-default seeds
PASS: rand, observed vs theoretical maximum (2147465837 vs 2147483647)
PASS: rand, observed vs theoretical minimum (21095 vs 0)
PASS: rand, sum test within acceptable sigma (observed 0.56 sigma)
PASS: rand, bin test within acceptable chisq (observed 0.87 sigma)
PASS: rand, maximum and sum tests for non-default seeds
PASS: rand48, observed vs theoretical maximum (4294958637 vs 4294967295)
PASS: rand48, observed vs theoretical minimum (10025 vs 0)
PASS: rand48, sum test within acceptable sigma (observed 0.18 sigma)
PASS: rand48, bin test within acceptable chisq (observed 0.66 sigma)
PASS: rand48, maximum and sum tests for non-default seeds
PASS: random8-bsd, observed vs theoretical maximum (2147469667 vs 2147483647)
PASS: random8-bsd, observed vs theoretical minimum (21410 vs 0)
PASS: random8-bsd, sum test within acceptable sigma (observed 0.39 sigma)
PASS: random8-bsd, bin test within acceptable chisq (observed 1 sigma)
PASS: random8-bsd, maximum and sum tests for non-default seeds
PASS: random8-glibc2, observed vs theoretical maximum (2147469667 vs 2147483647)
PASS: random8-glibc2, observed vs theoretical minimum (21410 vs 0)
PASS: random8-glibc2, sum test within acceptable sigma (observed 0.39 sigma)
PASS: random8-glibc2, bin test within acceptable chisq (observed 1 sigma)
PASS: random8-glibc2, maximum and sum tests for non-default seeds
PASS: random8-libc5, observed vs theoretical maximum (2147469667 vs 2147483647)
PASS: random8-libc5, observed vs theoretical minimum (21410 vs 0)
PASS: random8-libc5, sum test within acceptable sigma (observed 0.39 sigma)
PASS: random8-libc5, bin test within acceptable chisq (observed 1 sigma)
PASS: random8-libc5, maximum and sum tests for non-default seeds
PASS: random128-bsd, observed vs theoretical maximum (2147478595 vs 2147483647)
PASS: random128-bsd, observed vs theoretical minimum (13570 vs 0)
PASS: random128-bsd, sum test within acceptable sigma (observed 0.078 sigma)
PASS: random128-bsd, bin test within acceptable chisq (observed 0.97 sigma)
PASS: random128-bsd, maximum and sum tests for non-default seeds
PASS: random128-glibc2, observed vs theoretical maximum (2147471385 vs 2147483647)
PASS: random128-glibc2, observed vs theoretical minimum (28171 vs 0)
PASS: random128-glibc2, sum test within acceptable sigma (observed -0.78 sigma)
PASS: random128-glibc2, bin test within acceptable chisq (observed 0.66 sigma)
PASS: random128-glibc2, maximum and sum tests for non-default seeds
PASS: random128-libc5, observed vs theoretical maximum (2147478413 vs 2147483647)
PASS: random128-libc5, observed vs theoretical minimum (38688 vs 0)
PASS: random128-libc5, sum test within acceptable sigma (observed 0.75 sigma)
PASS: random128-libc5, bin test within acceptable chisq (observed 1 sigma)
PASS: random128-libc5, maximum and sum tests for non-default seeds
PASS: random256-bsd, observed vs theoretical maximum (2147479740 vs 2147483647)
PASS: random256-bsd, observed vs theoretical minimum (4534 vs 0)
PASS: random256-bsd, sum test within acceptable sigma (observed -1.7 sigma)
PASS: random256-bsd, bin test within acceptable chisq (observed 0.85 sigma)
PASS: random256-bsd, maximum and sum tests for non-default seeds
PASS: random256-glibc2, observed vs theoretical maximum (2147443578 vs 2147483647)
PASS: random256-glibc2, observed vs theoretical minimum (1183 vs 0)
PASS: random256-glibc2, sum test within acceptable sigma (observed -1.9 sigma)
PASS: random256-glibc2, bin test within acceptable chisq (observed 1 sigma)
PASS: random256-glibc2, maximum and sum tests for non-default seeds
PASS: random256-libc5, observed vs theoretical maximum (2147469038 vs 2147483647)
PASS: random256-libc5, observed vs theoretical minimum (7083 vs 0)
PASS: random256-libc5, sum test within acceptable sigma (observed -0.74 sigma)
PASS: random256-libc5, bin test within acceptable chisq (observed 1.1 sigma)
PASS: random256-libc5, maximum and sum tests for non-default seeds
PASS: random32-bsd, observed vs theoretical maximum (2147469326 vs 2147483647)
PASS: random32-bsd, observed vs theoretical minimum (2508 vs 0)
PASS: random32-bsd, sum test within acceptable sigma (observed 0.76 sigma)
PASS: random32-bsd, bin test within acceptable chisq (observed 0.86 sigma)
PASS: random32-bsd, maximum and sum tests for non-default seeds
PASS: random32-glibc2, observed vs theoretical maximum (2147480521 vs 2147483647)
PASS: random32-glibc2, observed vs theoretical minimum (28211 vs 0)
PASS: random32-glibc2, sum test within acceptable sigma (observed -0.3 sigma)
PASS: random32-glibc2, bin test within acceptable chisq (observed 0.74 sigma)
PASS: random32-glibc2, maximum and sum tests for non-default seeds
PASS: random32-libc5, observed vs theoretical maximum (2147460068 vs 2147483647)
PASS: random32-libc5, observed vs theoretical minimum (2550 vs 0)
PASS: random32-libc5, sum test within acceptable sigma (observed -0.73 sigma)
PASS: random32-libc5, bin test within acceptable chisq (observed 0.66 sigma)
PASS: random32-libc5, maximum and sum tests for non-default seeds
PASS: random64-bsd, observed vs theoretical maximum (2147474719 vs 2147483647)
PASS: random64-bsd, observed vs theoretical minimum (1009 vs 0)
PASS: random64-bsd, sum test within acceptable sigma (observed -0.086 sigma)
PASS: random64-bsd, bin test within acceptable chisq (observed 0.89 sigma)
PASS: random64-bsd, maximum and sum tests for non-default seeds
PASS: random64-glibc2, observed vs theoretical maximum (2147483056 vs 2147483647)
PASS: random64-glibc2, observed vs theoretical minimum (6364 vs 0)
PASS: random64-glibc2, sum test within acceptable sigma (observed 0.43 sigma)
PASS: random64-glibc2, bin test within acceptable chisq (observed 1 sigma)
PASS: random64-glibc2, maximum and sum tests for non-default seeds
PASS: random64-libc5, observed vs theoretical maximum (2147469411 vs 2147483647)
PASS: random64-libc5, observed vs theoretical minimum (1481 vs 0)
PASS: random64-libc5, sum test within acceptable sigma (observed 1 sigma)
PASS: random64-libc5, bin test within acceptable chisq (observed 1.1 sigma)
PASS: random64-libc5, maximum and sum tests for non-default seeds
PASS: random-bsd, observed vs theoretical maximum (2147478595 vs 2147483647)
PASS: random-bsd, observed vs theoretical minimum (13570 vs 0)
PASS: random-bsd, sum test within acceptable sigma (observed 0.078 sigma)
PASS: random-bsd, bin test within acceptable chisq (observed 0.97 sigma)
PASS: random-bsd, maximum and sum tests for non-default seeds
PASS: random-glibc2, observed vs theoretical maximum (2147471385 vs 2147483647)
PASS: random-glibc2, observed vs theoretical minimum (28171 vs 0)
PASS: random-glibc2, sum test within acceptable sigma (observed -0.78 sigma)
PASS: random-glibc2, bin test within acceptable chisq (observed 0.66 sigma)
PASS: random-glibc2, maximum and sum tests for non-default seeds
PASS: random-libc5, observed vs theoretical maximum (2147478413 vs 2147483647)
PASS: random-libc5, observed vs theoretical minimum (38688 vs 0)
PASS: random-libc5, sum test within acceptable sigma (observed 0.75 sigma)
PASS: random-libc5, bin test within acceptable chisq (observed 1 sigma)
PASS: random-libc5, maximum and sum tests for non-default seeds
PASS: randu, observed vs theoretical maximum (2147452609 vs 2147483647)
PASS: randu, observed vs theoretical minimum (8809 vs 0)
PASS: randu, sum test within acceptable sigma (observed -1.6 sigma)
PASS: randu, bin test within acceptable chisq (observed 1 sigma)
PASS: randu, maximum and sum tests for non-default seeds
PASS: ranf, observed vs theoretical maximum (4294967203 vs 4294967295)
PASS: ranf, observed vs theoretical minimum (44316 vs 0)
PASS: ranf, sum test within acceptable sigma (observed -1.2 sigma)
PASS: ranf, bin test within acceptable chisq (observed 0.85 sigma)
PASS: ranf, maximum and sum tests for non-default seeds
PASS: ranlux, observed vs theoretical maximum (16777210 vs 16777215)
PASS: ranlux, observed vs theoretical minimum (14 vs 0)
PASS: ranlux, sum test within acceptable sigma (observed -0.2 sigma)
PASS: ranlux, bin test within acceptable chisq (observed 1.2 sigma)
PASS: ranlux, maximum and sum tests for non-default seeds
PASS: ranlux389, observed vs theoretical maximum (16777122 vs 16777215)
PASS: ranlux389, observed vs theoretical minimum (24 vs 0)
PASS: ranlux389, sum test within acceptable sigma (observed 0.81 sigma)
PASS: ranlux389, bin test within acceptable chisq (observed 1 sigma)
PASS: ranlux389, maximum and sum tests for non-default seeds
PASS: ranmar, observed vs theoretical maximum (16777037 vs 16777215)
PASS: ranmar, observed vs theoretical minimum (80 vs 0)
PASS: ranmar, sum test within acceptable sigma (observed -0.91 sigma)
PASS: ranmar, bin test within acceptable chisq (observed 0.71 sigma)
PASS: ranmar, maximum and sum tests for non-default seeds
PASS: taus, observed vs theoretical maximum (4294884891 vs 4294967295)
PASS: taus, observed vs theoretical minimum (19717 vs 0)
PASS: taus, sum test within acceptable sigma (observed -1.4 sigma)
PASS: taus, bin test within acceptable chisq (observed 1.1 sigma)
PASS: taus, maximum and sum tests for non-default seeds
PASS: transputer, observed vs theoretical maximum (4294958597 vs 4294967295)
PASS: transputer, observed vs theoretical minimum (3273 vs 0)
PASS: transputer, sum test within acceptable sigma (observed 0.7 sigma)
PASS: transputer, bin test within acceptable chisq (observed 0.9 sigma)
PASS: transputer, maximum and sum tests for non-default seeds
PASS: tt800, observed vs theoretical maximum (4294948989 vs 4294967295)
PASS: tt800, observed vs theoretical minimum (22177 vs 0)
PASS: tt800, sum test within acceptable sigma (observed 0.57 sigma)
PASS: tt800, bin test within acceptable chisq (observed 0.82 sigma)
PASS: tt800, maximum and sum tests for non-default seeds
PASS: uni, observed vs theoretical maximum (32766 vs 32766)
PASS: uni, observed vs theoretical minimum (0 vs 0)
PASS: uni, sum test within acceptable sigma (observed -1.3 sigma)
PASS: uni, bin test within acceptable chisq (observed 0.85 sigma)
PASS: uni, maximum and sum tests for non-default seeds
PASS: uni32, observed vs theoretical maximum (2147476090 vs 2147483646)
PASS: uni32, observed vs theoretical minimum (23900 vs 0)
PASS: uni32, sum test within acceptable sigma (observed -0.19 sigma)
PASS: uni32, bin test within acceptable chisq (observed 1.1 sigma)
PASS: uni32, maximum and sum tests for non-default seeds
PASS: vax, observed vs theoretical maximum (4294963779 vs 4294967295)
PASS: vax, observed vs theoretical minimum (25171 vs 0)
PASS: vax, sum test within acceptable sigma (observed 1.1 sigma)
PASS: vax, bin test within acceptable chisq (observed 1.1 sigma)
PASS: vax, maximum and sum tests for non-default seeds
PASS: zuf, observed vs theoretical maximum (16777215 vs 16777215)
PASS: zuf, observed vs theoretical minimum (39 vs 0)
PASS: zuf, sum test within acceptable sigma (observed -0.98 sigma)
PASS: zuf, bin test within acceptable chisq (observed 0.78 sigma)
PASS: zuf, maximum and sum tests for non-default seeds
PASS: test
==================
All 1 tests passed
==================
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/rng'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/rng'
Making check in randist
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/randist'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..  -O3 -msupersparc -c test.c
gcc -O3 -msupersparc  -o test  test.o libgslrandist.a ../rng/libgslrng.a ../specfunc/libgslspecfunc.a ../err/libgslerr.a ../err/libgsltest.a  ../utils/libutils.a ../sys/libgslsys.a -lm 
make check-TESTS
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/randist'
PASS: gsl_ran_shuffle on {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}
PASS: gsl_ran_choose (3) on {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}
PASS: test gsl_ran_ugaussian [0,100] (0.50252 observed vs 0.5 expected)
PASS: test gsl_ran_ugaussian [-1,1] (0.68253 observed vs 0.682689 expected)
PASS: test gsl_ran_ugaussian [3,3.5] (0.00111 observed vs 0.00111727 expected)
PASS: test gsl_ran_ugaussian_tail [3,3.5] (0.82876 observed vs 0.827669 expected)
PASS: test gsl_ran_exponential [0,1] (0.39089 observed vs 0.393469 expected)
PASS: test gsl_ran_cauchy [0,10000] (0.50339 observed vs 0.5 expected)
FAIL: test gsl_ran_discrete [0.5,1.5] (0 observed vs 0.4 expected)
FAIL: test gsl_ran_discrete [1.5,3.5] (0.00762 observed vs 0.01 expected)
PASS: test gsl_ran_beta, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_cauchy, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_chisq, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_erlang, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_exponential, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_exppow0, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_exppow1, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_exppow1a, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_exppow2, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_exppow2a, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_fdist, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_flat, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_gamma, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_gamma1, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_gamma_int, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_gamma_large, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_gaussian, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_ugaussian, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_ugaussian_tail, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_bivariate_gaussian1, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_bivariate_gaussian2, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_bivariate_gaussian3, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_bivariate_gaussian4, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_gumbel1, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_gumbel2, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_levy1, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_levy2, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_logistic, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_lognormal, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_pareto, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_rayleigh, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_rayleigh_tail, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_tdist1, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_tdist2, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_laplace, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_weibull, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_weibull1, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_dir2d, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_dir3dxy, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_dir3dyz, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_dir3dzx, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_discrete, sampling against pdf over range [0,100) 
PASS: test gsl_ran_poisson, sampling against pdf over range [0,100) 
PASS: test gsl_ran_poisson_large, sampling against pdf over range [0,100) 
PASS: test gsl_ran_bernoulli, sampling against pdf over range [0,100) 
PASS: test gsl_ran_binomial, sampling against pdf over range [0,100) 
PASS: test gsl_ran_binomial_large, sampling against pdf over range [0,100) 
PASS: test gsl_ran_geometric, sampling against pdf over range [0,100) 
PASS: test gsl_ran_geometric1, sampling against pdf over range [0,100) 
PASS: test gsl_ran_hypergeometric1, sampling against pdf over range [0,100) 
PASS: test gsl_ran_hypergeometric2, sampling against pdf over range [0,100) 
PASS: test gsl_ran_hypergeometric3, sampling against pdf over range [0,100) 
PASS: test gsl_ran_hypergeometric4, sampling against pdf over range [0,100) 
PASS: test gsl_ran_hypergeometric5, sampling against pdf over range [0,100) 
PASS: test gsl_ran_hypergeometric6, sampling against pdf over range [0,100) 
PASS: test gsl_ran_logarithmic, sampling against pdf over range [0,100) 
PASS: test gsl_ran_negative_binomial, sampling against pdf over range [0,100) 
PASS: test gsl_ran_pascal, sampling against pdf over range [0,100) 
FAIL: test
===================
1 of 1 tests failed
===================
make[3]: [check-TESTS] Error 1 (ignored)
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/randist'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/randist'
Making check in fft
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/fft'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c test.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c signals.c
gcc -O3 -msupersparc  -o test  test.o signals.o libgslfft.a ../err/libgslerr.a ../err/libgsltest.a -lm 
make check-TESTS
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/fft'
PASS: gsl_fft_complex_bitreverse_order, n = 1
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 1, stride = 1
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 1, stride = 1
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 1, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 1, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 1, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 1, stride = 1
PASS: gsl_fft_real_bitreverse_order, n = 1
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 1, stride = 1
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 1, stride = 1
PASS: gsl_fft_complex_bitreverse_order, n = 1
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 1, stride = 2
PASS: gsl_fft_complex_radix2_forward avoids unstrided data, n = 1, stride = 2
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 1, stride = 2
PASS: gsl_fft_complex_radix2_inverse other data untouched, n = 1, stride = 2
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 1, stride = 2
PASS: gsl_fft_complex_radix2_backward avoids unstrided data, n = 1, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 1, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 1, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 1, stride = 2
PASS: gsl_fft_real_bitreverse_order, n = 1
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 1, stride = 2
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 1, stride = 2
PASS: gsl_fft_complex_bitreverse_order, n = 1
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 1, stride = 3
PASS: gsl_fft_complex_radix2_forward avoids unstrided data, n = 1, stride = 3
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 1, stride = 3
PASS: gsl_fft_complex_radix2_inverse other data untouched, n = 1, stride = 3
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 1, stride = 3
PASS: gsl_fft_complex_radix2_backward avoids unstrided data, n = 1, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 1, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 1, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 1, stride = 3
PASS: gsl_fft_real_bitreverse_order, n = 1
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 1, stride = 3
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 1, stride = 3
PASS: gsl_fft_complex_bitreverse_order, n = 2
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 2, stride = 1
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 2, stride = 1
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 2, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 2, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 2, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 2, stride = 1
PASS: gsl_fft_real_bitreverse_order, n = 2
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 2, stride = 1
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 2, stride = 1
PASS: gsl_fft_complex_bitreverse_order, n = 2
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 2, stride = 2
PASS: gsl_fft_complex_radix2_forward avoids unstrided data, n = 2, stride = 2
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 2, stride = 2
PASS: gsl_fft_complex_radix2_inverse other data untouched, n = 2, stride = 2
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 2, stride = 2
PASS: gsl_fft_complex_radix2_backward avoids unstrided data, n = 2, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 2, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 2, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 2, stride = 2
PASS: gsl_fft_real_bitreverse_order, n = 2
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 2, stride = 2
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 2, stride = 2
PASS: gsl_fft_complex_bitreverse_order, n = 2
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 2, stride = 3
PASS: gsl_fft_complex_radix2_forward avoids unstrided data, n = 2, stride = 3
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 2, stride = 3
PASS: gsl_fft_complex_radix2_inverse other data untouched, n = 2, stride = 3
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 2, stride = 3
PASS: gsl_fft_complex_radix2_backward avoids unstrided data, n = 2, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 2, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 2, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 2, stride = 3
PASS: gsl_fft_real_bitreverse_order, n = 2
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 2, stride = 3
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 2, stride = 3
PASS: gsl_fft_complex_bitreverse_order, n = 4
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 4, stride = 1
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 4, stride = 1
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 4, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 4, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 4, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 4, stride = 1
PASS: gsl_fft_real_bitreverse_order, n = 4
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 4, stride = 1
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 4, stride = 1
PASS: gsl_fft_complex_bitreverse_order, n = 4
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 4, stride = 2
PASS: gsl_fft_complex_radix2_forward avoids unstrided data, n = 4, stride = 2
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 4, stride = 2
PASS: gsl_fft_complex_radix2_inverse other data untouched, n = 4, stride = 2
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 4, stride = 2
PASS: gsl_fft_complex_radix2_backward avoids unstrided data, n = 4, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 4, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 4, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 4, stride = 2
PASS: gsl_fft_real_bitreverse_order, n = 4
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 4, stride = 2
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 4, stride = 2
PASS: gsl_fft_complex_bitreverse_order, n = 4
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 4, stride = 3
PASS: gsl_fft_complex_radix2_forward avoids unstrided data, n = 4, stride = 3
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 4, stride = 3
PASS: gsl_fft_complex_radix2_inverse other data untouched, n = 4, stride = 3
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 4, stride = 3
PASS: gsl_fft_complex_radix2_backward avoids unstrided data, n = 4, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 4, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 4, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 4, stride = 3
PASS: gsl_fft_real_bitreverse_order, n = 4
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 4, stride = 3
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 4, stride = 3
PASS: gsl_fft_complex_bitreverse_order, n = 8
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 8, stride = 1
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 8, stride = 1
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 8, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 8, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 8, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 8, stride = 1
PASS: gsl_fft_real_bitreverse_order, n = 8
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 8, stride = 1
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 8, stride = 1
PASS: gsl_fft_complex_bitreverse_order, n = 8
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 8, stride = 2
PASS: gsl_fft_complex_radix2_forward avoids unstrided data, n = 8, stride = 2
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 8, stride = 2
PASS: gsl_fft_complex_radix2_inverse other data untouched, n = 8, stride = 2
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 8, stride = 2
PASS: gsl_fft_complex_radix2_backward avoids unstrided data, n = 8, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 8, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 8, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 8, stride = 2
PASS: gsl_fft_real_bitreverse_order, n = 8
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 8, stride = 2
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 8, stride = 2
PASS: gsl_fft_complex_bitreverse_order, n = 8
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 8, stride = 3
PASS: gsl_fft_complex_radix2_forward avoids unstrided data, n = 8, stride = 3
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 8, stride = 3
PASS: gsl_fft_complex_radix2_inverse other data untouched, n = 8, stride = 3
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 8, stride = 3
PASS: gsl_fft_complex_radix2_backward avoids unstrided data, n = 8, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 8, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 8, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 8, stride = 3
PASS: gsl_fft_real_bitreverse_order, n = 8
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 8, stride = 3
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 8, stride = 3
PASS: gsl_fft_complex_bitreverse_order, n = 16
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 16, stride = 1
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 16, stride = 1
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 16, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 16, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 16, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 16, stride = 1
PASS: gsl_fft_real_bitreverse_order, n = 16
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 16, stride = 1
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 16, stride = 1
PASS: gsl_fft_complex_bitreverse_order, n = 16
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 16, stride = 2
PASS: gsl_fft_complex_radix2_forward avoids unstrided data, n = 16, stride = 2
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 16, stride = 2
PASS: gsl_fft_complex_radix2_inverse other data untouched, n = 16, stride = 2
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 16, stride = 2
PASS: gsl_fft_complex_radix2_backward avoids unstrided data, n = 16, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 16, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 16, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 16, stride = 2
PASS: gsl_fft_real_bitreverse_order, n = 16
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 16, stride = 2
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 16, stride = 2
PASS: gsl_fft_complex_bitreverse_order, n = 16
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 16, stride = 3
PASS: gsl_fft_complex_radix2_forward avoids unstrided data, n = 16, stride = 3
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 16, stride = 3
PASS: gsl_fft_complex_radix2_inverse other data untouched, n = 16, stride = 3
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 16, stride = 3
PASS: gsl_fft_complex_radix2_backward avoids unstrided data, n = 16, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 16, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 16, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 16, stride = 3
PASS: gsl_fft_real_bitreverse_order, n = 16
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 16, stride = 3
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 16, stride = 3
PASS: gsl_fft_complex_bitreverse_order, n = 32
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 32, stride = 1
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 32, stride = 1
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 32, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 32, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 32, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 32, stride = 1
PASS: gsl_fft_real_bitreverse_order, n = 32
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 32, stride = 1
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 32, stride = 1
PASS: gsl_fft_complex_bitreverse_order, n = 32
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 32, stride = 2
PASS: gsl_fft_complex_radix2_forward avoids unstrided data, n = 32, stride = 2
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 32, stride = 2
PASS: gsl_fft_complex_radix2_inverse other data untouched, n = 32, stride = 2
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 32, stride = 2
PASS: gsl_fft_complex_radix2_backward avoids unstrided data, n = 32, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 32, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 32, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 32, stride = 2
PASS: gsl_fft_real_bitreverse_order, n = 32
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 32, stride = 2
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 32, stride = 2
PASS: gsl_fft_complex_bitreverse_order, n = 32
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 32, stride = 3
PASS: gsl_fft_complex_radix2_forward avoids unstrided data, n = 32, stride = 3
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 32, stride = 3
PASS: gsl_fft_complex_radix2_inverse other data untouched, n = 32, stride = 3
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 32, stride = 3
PASS: gsl_fft_complex_radix2_backward avoids unstrided data, n = 32, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 32, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 32, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 32, stride = 3
PASS: gsl_fft_real_bitreverse_order, n = 32
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 32, stride = 3
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 32, stride = 3
PASS: gsl_fft_complex_bitreverse_order, n = 64
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 64, stride = 1
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 64, stride = 1
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 64, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 64, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 64, stride = 1
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 64, stride = 1
PASS: gsl_fft_real_bitreverse_order, n = 64
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 64, stride = 1
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 64, stride = 1
PASS: gsl_fft_complex_bitreverse_order, n = 64
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 64, stride = 2
PASS: gsl_fft_complex_radix2_forward avoids unstrided data, n = 64, stride = 2
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 64, stride = 2
PASS: gsl_fft_complex_radix2_inverse other data untouched, n = 64, stride = 2
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 64, stride = 2
PASS: gsl_fft_complex_radix2_backward avoids unstrided data, n = 64, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 64, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 64, stride = 2
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 64, stride = 2
PASS: gsl_fft_real_bitreverse_order, n = 64
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 64, stride = 2
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 64, stride = 2
PASS: gsl_fft_complex_bitreverse_order, n = 64
PASS: gsl_fft_complex_radix2_forward with signal_noise, n = 64, stride = 3
PASS: gsl_fft_complex_radix2_forward avoids unstrided data, n = 64, stride = 3
PASS: gsl_fft_complex_radix2_inverse with signal_noise, n = 64, stride = 3
PASS: gsl_fft_complex_radix2_inverse other data untouched, n = 64, stride = 3
PASS: gsl_fft_complex_radix2_backward with signal_noise, n = 64, stride = 3
PASS: gsl_fft_complex_radix2_backward avoids unstrided data, n = 64, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_pulse, n = 64, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_constant, n = 64, stride = 3
PASS: gsl_fft_complex_radix2_forward with signal_exp, n = 64, stride = 3
PASS: gsl_fft_real_bitreverse_order, n = 64
PASS: gsl_fft_real_radix2 with signal_real_noise, n = 64, stride = 3
PASS: gsl_fft_halfcomplex_radix2 with data from signal_noise, n = 64, stride = 3
PASS: gsl_fft_complex_alloc, n = 1, stride = 1
PASS: gsl_fft_complex_init, n = 1, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 1, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 1, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 1, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 1, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 1, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 1, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 1, stride = 1
PASS: gsl_fft_complex_float_init, n = 1, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 1, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 1, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 1, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 1, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 1, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 1, stride = 1
PASS: gsl_fft_real_alloc, n = 1, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 1, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 1, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 1, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 1, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 1, stride = 1
PASS: gsl_fft_real_float_alloc, n = 1, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 1, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 1, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 1, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 1, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 1, stride = 1
PASS: gsl_fft_complex_alloc, n = 1, stride = 2
PASS: gsl_fft_complex_init, n = 1, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 1, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 1, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 1, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 1, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 1, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 1, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 1, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 1, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 1, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 1, stride = 2
PASS: gsl_fft_complex_float_init, n = 1, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 1, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 1, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 1, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 1, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 1, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 1, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 1, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 1, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 1, stride = 2
PASS: gsl_fft_real_alloc, n = 1, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 1, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 1, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 1, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 1, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 1, stride = 2
PASS: gsl_fft_real_float_alloc, n = 1, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 1, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 1, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 1, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 1, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 1, stride = 2
PASS: gsl_fft_complex_alloc, n = 1, stride = 3
PASS: gsl_fft_complex_init, n = 1, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 1, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 1, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 1, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 1, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 1, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 1, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 1, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 1, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 1, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 1, stride = 3
PASS: gsl_fft_complex_float_init, n = 1, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 1, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 1, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 1, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 1, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 1, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 1, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 1, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 1, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 1, stride = 3
PASS: gsl_fft_real_alloc, n = 1, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 1, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 1, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 1, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 1, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 1, stride = 3
PASS: gsl_fft_real_float_alloc, n = 1, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 1, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 1, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 1, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 1, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 1, stride = 3
PASS: gsl_fft_complex_alloc, n = 2, stride = 1
PASS: gsl_fft_complex_init, n = 2, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 2, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 2, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 2, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 2, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 2, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 2, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 2, stride = 1
PASS: gsl_fft_complex_float_init, n = 2, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 2, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 2, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 2, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 2, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 2, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 2, stride = 1
PASS: gsl_fft_real_alloc, n = 2, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 2, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 2, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 2, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 2, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 2, stride = 1
PASS: gsl_fft_real_float_alloc, n = 2, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 2, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 2, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 2, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 2, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 2, stride = 1
PASS: gsl_fft_complex_alloc, n = 2, stride = 2
PASS: gsl_fft_complex_init, n = 2, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 2, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 2, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 2, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 2, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 2, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 2, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 2, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 2, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 2, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 2, stride = 2
PASS: gsl_fft_complex_float_init, n = 2, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 2, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 2, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 2, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 2, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 2, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 2, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 2, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 2, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 2, stride = 2
PASS: gsl_fft_real_alloc, n = 2, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 2, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 2, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 2, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 2, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 2, stride = 2
PASS: gsl_fft_real_float_alloc, n = 2, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 2, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 2, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 2, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 2, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 2, stride = 2
PASS: gsl_fft_complex_alloc, n = 2, stride = 3
PASS: gsl_fft_complex_init, n = 2, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 2, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 2, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 2, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 2, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 2, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 2, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 2, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 2, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 2, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 2, stride = 3
PASS: gsl_fft_complex_float_init, n = 2, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 2, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 2, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 2, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 2, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 2, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 2, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 2, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 2, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 2, stride = 3
PASS: gsl_fft_real_alloc, n = 2, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 2, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 2, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 2, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 2, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 2, stride = 3
PASS: gsl_fft_real_float_alloc, n = 2, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 2, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 2, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 2, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 2, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 2, stride = 3
PASS: gsl_fft_complex_alloc, n = 3, stride = 1
PASS: gsl_fft_complex_init, n = 3, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 3, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 3, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 3, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 3, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 3, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 3, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 3, stride = 1
PASS: gsl_fft_complex_float_init, n = 3, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 3, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 3, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 3, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 3, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 3, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 3, stride = 1
PASS: gsl_fft_real_alloc, n = 3, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 3, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 3, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 3, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 3, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 3, stride = 1
PASS: gsl_fft_real_float_alloc, n = 3, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 3, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 3, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 3, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 3, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 3, stride = 1
PASS: gsl_fft_complex_alloc, n = 3, stride = 2
PASS: gsl_fft_complex_init, n = 3, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 3, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 3, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 3, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 3, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 3, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 3, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 3, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 3, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 3, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 3, stride = 2
PASS: gsl_fft_complex_float_init, n = 3, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 3, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 3, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 3, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 3, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 3, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 3, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 3, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 3, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 3, stride = 2
PASS: gsl_fft_real_alloc, n = 3, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 3, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 3, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 3, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 3, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 3, stride = 2
PASS: gsl_fft_real_float_alloc, n = 3, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 3, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 3, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 3, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 3, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 3, stride = 2
PASS: gsl_fft_complex_alloc, n = 3, stride = 3
PASS: gsl_fft_complex_init, n = 3, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 3, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 3, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 3, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 3, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 3, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 3, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 3, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 3, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 3, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 3, stride = 3
PASS: gsl_fft_complex_float_init, n = 3, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 3, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 3, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 3, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 3, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 3, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 3, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 3, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 3, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 3, stride = 3
PASS: gsl_fft_real_alloc, n = 3, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 3, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 3, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 3, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 3, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 3, stride = 3
PASS: gsl_fft_real_float_alloc, n = 3, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 3, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 3, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 3, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 3, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 3, stride = 3
PASS: gsl_fft_complex_alloc, n = 4, stride = 1
PASS: gsl_fft_complex_init, n = 4, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 4, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 4, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 4, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 4, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 4, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 4, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 4, stride = 1
PASS: gsl_fft_complex_float_init, n = 4, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 4, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 4, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 4, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 4, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 4, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 4, stride = 1
PASS: gsl_fft_real_alloc, n = 4, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 4, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 4, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 4, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 4, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 4, stride = 1
PASS: gsl_fft_real_float_alloc, n = 4, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 4, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 4, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 4, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 4, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 4, stride = 1
PASS: gsl_fft_complex_alloc, n = 4, stride = 2
PASS: gsl_fft_complex_init, n = 4, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 4, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 4, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 4, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 4, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 4, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 4, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 4, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 4, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 4, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 4, stride = 2
PASS: gsl_fft_complex_float_init, n = 4, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 4, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 4, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 4, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 4, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 4, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 4, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 4, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 4, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 4, stride = 2
PASS: gsl_fft_real_alloc, n = 4, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 4, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 4, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 4, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 4, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 4, stride = 2
PASS: gsl_fft_real_float_alloc, n = 4, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 4, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 4, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 4, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 4, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 4, stride = 2
PASS: gsl_fft_complex_alloc, n = 4, stride = 3
PASS: gsl_fft_complex_init, n = 4, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 4, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 4, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 4, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 4, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 4, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 4, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 4, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 4, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 4, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 4, stride = 3
PASS: gsl_fft_complex_float_init, n = 4, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 4, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 4, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 4, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 4, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 4, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 4, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 4, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 4, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 4, stride = 3
PASS: gsl_fft_real_alloc, n = 4, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 4, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 4, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 4, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 4, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 4, stride = 3
PASS: gsl_fft_real_float_alloc, n = 4, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 4, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 4, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 4, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 4, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 4, stride = 3
PASS: gsl_fft_complex_alloc, n = 5, stride = 1
PASS: gsl_fft_complex_init, n = 5, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 5, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 5, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 5, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 5, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 5, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 5, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 5, stride = 1
PASS: gsl_fft_complex_float_init, n = 5, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 5, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 5, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 5, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 5, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 5, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 5, stride = 1
PASS: gsl_fft_real_alloc, n = 5, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 5, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 5, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 5, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 5, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 5, stride = 1
PASS: gsl_fft_real_float_alloc, n = 5, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 5, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 5, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 5, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 5, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 5, stride = 1
PASS: gsl_fft_complex_alloc, n = 5, stride = 2
PASS: gsl_fft_complex_init, n = 5, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 5, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 5, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 5, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 5, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 5, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 5, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 5, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 5, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 5, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 5, stride = 2
PASS: gsl_fft_complex_float_init, n = 5, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 5, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 5, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 5, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 5, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 5, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 5, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 5, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 5, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 5, stride = 2
PASS: gsl_fft_real_alloc, n = 5, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 5, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 5, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 5, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 5, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 5, stride = 2
PASS: gsl_fft_real_float_alloc, n = 5, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 5, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 5, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 5, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 5, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 5, stride = 2
PASS: gsl_fft_complex_alloc, n = 5, stride = 3
PASS: gsl_fft_complex_init, n = 5, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 5, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 5, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 5, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 5, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 5, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 5, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 5, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 5, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 5, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 5, stride = 3
PASS: gsl_fft_complex_float_init, n = 5, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 5, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 5, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 5, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 5, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 5, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 5, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 5, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 5, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 5, stride = 3
PASS: gsl_fft_real_alloc, n = 5, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 5, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 5, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 5, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 5, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 5, stride = 3
PASS: gsl_fft_real_float_alloc, n = 5, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 5, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 5, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 5, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 5, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 5, stride = 3
PASS: gsl_fft_complex_alloc, n = 6, stride = 1
PASS: gsl_fft_complex_init, n = 6, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 6, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 6, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 6, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 6, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 6, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 6, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 6, stride = 1
PASS: gsl_fft_complex_float_init, n = 6, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 6, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 6, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 6, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 6, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 6, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 6, stride = 1
PASS: gsl_fft_real_alloc, n = 6, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 6, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 6, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 6, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 6, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 6, stride = 1
PASS: gsl_fft_real_float_alloc, n = 6, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 6, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 6, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 6, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 6, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 6, stride = 1
PASS: gsl_fft_complex_alloc, n = 6, stride = 2
PASS: gsl_fft_complex_init, n = 6, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 6, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 6, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 6, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 6, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 6, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 6, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 6, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 6, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 6, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 6, stride = 2
PASS: gsl_fft_complex_float_init, n = 6, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 6, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 6, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 6, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 6, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 6, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 6, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 6, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 6, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 6, stride = 2
PASS: gsl_fft_real_alloc, n = 6, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 6, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 6, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 6, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 6, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 6, stride = 2
PASS: gsl_fft_real_float_alloc, n = 6, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 6, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 6, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 6, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 6, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 6, stride = 2
PASS: gsl_fft_complex_alloc, n = 6, stride = 3
PASS: gsl_fft_complex_init, n = 6, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 6, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 6, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 6, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 6, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 6, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 6, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 6, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 6, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 6, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 6, stride = 3
PASS: gsl_fft_complex_float_init, n = 6, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 6, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 6, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 6, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 6, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 6, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 6, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 6, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 6, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 6, stride = 3
PASS: gsl_fft_real_alloc, n = 6, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 6, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 6, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 6, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 6, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 6, stride = 3
PASS: gsl_fft_real_float_alloc, n = 6, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 6, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 6, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 6, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 6, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 6, stride = 3
PASS: gsl_fft_complex_alloc, n = 7, stride = 1
PASS: gsl_fft_complex_init, n = 7, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 7, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 7, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 7, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 7, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 7, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 7, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 7, stride = 1
PASS: gsl_fft_complex_float_init, n = 7, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 7, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 7, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 7, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 7, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 7, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 7, stride = 1
PASS: gsl_fft_real_alloc, n = 7, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 7, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 7, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 7, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 7, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 7, stride = 1
PASS: gsl_fft_real_float_alloc, n = 7, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 7, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 7, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 7, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 7, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 7, stride = 1
PASS: gsl_fft_complex_alloc, n = 7, stride = 2
PASS: gsl_fft_complex_init, n = 7, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 7, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 7, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 7, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 7, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 7, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 7, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 7, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 7, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 7, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 7, stride = 2
PASS: gsl_fft_complex_float_init, n = 7, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 7, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 7, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 7, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 7, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 7, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 7, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 7, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 7, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 7, stride = 2
PASS: gsl_fft_real_alloc, n = 7, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 7, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 7, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 7, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 7, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 7, stride = 2
PASS: gsl_fft_real_float_alloc, n = 7, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 7, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 7, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 7, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 7, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 7, stride = 2
PASS: gsl_fft_complex_alloc, n = 7, stride = 3
PASS: gsl_fft_complex_init, n = 7, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 7, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 7, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 7, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 7, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 7, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 7, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 7, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 7, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 7, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 7, stride = 3
PASS: gsl_fft_complex_float_init, n = 7, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 7, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 7, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 7, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 7, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 7, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 7, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 7, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 7, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 7, stride = 3
PASS: gsl_fft_real_alloc, n = 7, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 7, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 7, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 7, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 7, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 7, stride = 3
PASS: gsl_fft_real_float_alloc, n = 7, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 7, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 7, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 7, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 7, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 7, stride = 3
PASS: gsl_fft_complex_alloc, n = 8, stride = 1
PASS: gsl_fft_complex_init, n = 8, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 8, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 8, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 8, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 8, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 8, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 8, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 8, stride = 1
PASS: gsl_fft_complex_float_init, n = 8, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 8, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 8, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 8, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 8, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 8, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 8, stride = 1
PASS: gsl_fft_real_alloc, n = 8, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 8, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 8, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 8, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 8, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 8, stride = 1
PASS: gsl_fft_real_float_alloc, n = 8, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 8, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 8, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 8, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 8, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 8, stride = 1
PASS: gsl_fft_complex_alloc, n = 8, stride = 2
PASS: gsl_fft_complex_init, n = 8, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 8, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 8, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 8, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 8, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 8, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 8, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 8, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 8, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 8, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 8, stride = 2
PASS: gsl_fft_complex_float_init, n = 8, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 8, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 8, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 8, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 8, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 8, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 8, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 8, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 8, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 8, stride = 2
PASS: gsl_fft_real_alloc, n = 8, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 8, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 8, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 8, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 8, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 8, stride = 2
PASS: gsl_fft_real_float_alloc, n = 8, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 8, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 8, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 8, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 8, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 8, stride = 2
PASS: gsl_fft_complex_alloc, n = 8, stride = 3
PASS: gsl_fft_complex_init, n = 8, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 8, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 8, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 8, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 8, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 8, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 8, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 8, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 8, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 8, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 8, stride = 3
PASS: gsl_fft_complex_float_init, n = 8, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 8, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 8, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 8, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 8, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 8, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 8, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 8, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 8, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 8, stride = 3
PASS: gsl_fft_real_alloc, n = 8, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 8, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 8, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 8, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 8, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 8, stride = 3
PASS: gsl_fft_real_float_alloc, n = 8, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 8, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 8, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 8, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 8, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 8, stride = 3
PASS: gsl_fft_complex_alloc, n = 9, stride = 1
PASS: gsl_fft_complex_init, n = 9, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 9, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 9, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 9, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 9, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 9, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 9, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 9, stride = 1
PASS: gsl_fft_complex_float_init, n = 9, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 9, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 9, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 9, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 9, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 9, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 9, stride = 1
PASS: gsl_fft_real_alloc, n = 9, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 9, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 9, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 9, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 9, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 9, stride = 1
PASS: gsl_fft_real_float_alloc, n = 9, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 9, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 9, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 9, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 9, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 9, stride = 1
PASS: gsl_fft_complex_alloc, n = 9, stride = 2
PASS: gsl_fft_complex_init, n = 9, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 9, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 9, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 9, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 9, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 9, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 9, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 9, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 9, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 9, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 9, stride = 2
PASS: gsl_fft_complex_float_init, n = 9, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 9, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 9, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 9, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 9, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 9, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 9, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 9, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 9, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 9, stride = 2
PASS: gsl_fft_real_alloc, n = 9, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 9, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 9, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 9, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 9, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 9, stride = 2
PASS: gsl_fft_real_float_alloc, n = 9, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 9, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 9, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 9, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 9, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 9, stride = 2
PASS: gsl_fft_complex_alloc, n = 9, stride = 3
PASS: gsl_fft_complex_init, n = 9, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 9, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 9, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 9, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 9, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 9, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 9, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 9, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 9, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 9, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 9, stride = 3
PASS: gsl_fft_complex_float_init, n = 9, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 9, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 9, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 9, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 9, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 9, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 9, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 9, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 9, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 9, stride = 3
PASS: gsl_fft_real_alloc, n = 9, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 9, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 9, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 9, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 9, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 9, stride = 3
PASS: gsl_fft_real_float_alloc, n = 9, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 9, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 9, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 9, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 9, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 9, stride = 3
PASS: gsl_fft_complex_alloc, n = 10, stride = 1
PASS: gsl_fft_complex_init, n = 10, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 10, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 10, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 10, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 10, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 10, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 10, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 10, stride = 1
PASS: gsl_fft_complex_float_init, n = 10, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 10, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 10, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 10, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 10, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 10, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 10, stride = 1
PASS: gsl_fft_real_alloc, n = 10, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 10, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 10, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 10, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 10, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 10, stride = 1
PASS: gsl_fft_real_float_alloc, n = 10, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 10, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 10, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 10, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 10, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 10, stride = 1
PASS: gsl_fft_complex_alloc, n = 10, stride = 2
PASS: gsl_fft_complex_init, n = 10, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 10, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 10, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 10, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 10, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 10, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 10, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 10, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 10, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 10, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 10, stride = 2
PASS: gsl_fft_complex_float_init, n = 10, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 10, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 10, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 10, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 10, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 10, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 10, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 10, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 10, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 10, stride = 2
PASS: gsl_fft_real_alloc, n = 10, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 10, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 10, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 10, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 10, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 10, stride = 2
PASS: gsl_fft_real_float_alloc, n = 10, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 10, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 10, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 10, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 10, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 10, stride = 2
PASS: gsl_fft_complex_alloc, n = 10, stride = 3
PASS: gsl_fft_complex_init, n = 10, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 10, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 10, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 10, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 10, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 10, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 10, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 10, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 10, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 10, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 10, stride = 3
PASS: gsl_fft_complex_float_init, n = 10, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 10, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 10, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 10, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 10, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 10, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 10, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 10, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 10, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 10, stride = 3
PASS: gsl_fft_real_alloc, n = 10, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 10, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 10, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 10, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 10, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 10, stride = 3
PASS: gsl_fft_real_float_alloc, n = 10, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 10, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 10, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 10, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 10, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 10, stride = 3
PASS: gsl_fft_complex_alloc, n = 11, stride = 1
PASS: gsl_fft_complex_init, n = 11, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 11, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 11, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 11, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 11, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 11, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 11, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 11, stride = 1
PASS: gsl_fft_complex_float_init, n = 11, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 11, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 11, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 11, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 11, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 11, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 11, stride = 1
PASS: gsl_fft_real_alloc, n = 11, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 11, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 11, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 11, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 11, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 11, stride = 1
PASS: gsl_fft_real_float_alloc, n = 11, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 11, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 11, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 11, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 11, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 11, stride = 1
PASS: gsl_fft_complex_alloc, n = 11, stride = 2
PASS: gsl_fft_complex_init, n = 11, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 11, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 11, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 11, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 11, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 11, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 11, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 11, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 11, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 11, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 11, stride = 2
PASS: gsl_fft_complex_float_init, n = 11, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 11, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 11, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 11, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 11, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 11, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 11, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 11, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 11, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 11, stride = 2
PASS: gsl_fft_real_alloc, n = 11, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 11, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 11, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 11, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 11, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 11, stride = 2
PASS: gsl_fft_real_float_alloc, n = 11, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 11, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 11, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 11, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 11, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 11, stride = 2
PASS: gsl_fft_complex_alloc, n = 11, stride = 3
PASS: gsl_fft_complex_init, n = 11, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 11, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 11, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 11, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 11, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 11, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 11, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 11, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 11, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 11, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 11, stride = 3
PASS: gsl_fft_complex_float_init, n = 11, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 11, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 11, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 11, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 11, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 11, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 11, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 11, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 11, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 11, stride = 3
PASS: gsl_fft_real_alloc, n = 11, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 11, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 11, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 11, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 11, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 11, stride = 3
PASS: gsl_fft_real_float_alloc, n = 11, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 11, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 11, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 11, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 11, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 11, stride = 3
PASS: gsl_fft_complex_alloc, n = 12, stride = 1
PASS: gsl_fft_complex_init, n = 12, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 12, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 12, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 12, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 12, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 12, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 12, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 12, stride = 1
PASS: gsl_fft_complex_float_init, n = 12, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 12, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 12, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 12, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 12, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 12, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 12, stride = 1
PASS: gsl_fft_real_alloc, n = 12, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 12, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 12, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 12, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 12, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 12, stride = 1
PASS: gsl_fft_real_float_alloc, n = 12, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 12, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 12, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 12, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 12, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 12, stride = 1
PASS: gsl_fft_complex_alloc, n = 12, stride = 2
PASS: gsl_fft_complex_init, n = 12, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 12, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 12, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 12, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 12, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 12, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 12, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 12, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 12, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 12, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 12, stride = 2
PASS: gsl_fft_complex_float_init, n = 12, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 12, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 12, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 12, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 12, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 12, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 12, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 12, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 12, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 12, stride = 2
PASS: gsl_fft_real_alloc, n = 12, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 12, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 12, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 12, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 12, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 12, stride = 2
PASS: gsl_fft_real_float_alloc, n = 12, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 12, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 12, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 12, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 12, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 12, stride = 2
PASS: gsl_fft_complex_alloc, n = 12, stride = 3
PASS: gsl_fft_complex_init, n = 12, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 12, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 12, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 12, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 12, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 12, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 12, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 12, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 12, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 12, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 12, stride = 3
PASS: gsl_fft_complex_float_init, n = 12, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 12, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 12, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 12, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 12, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 12, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 12, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 12, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 12, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 12, stride = 3
PASS: gsl_fft_real_alloc, n = 12, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 12, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 12, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 12, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 12, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 12, stride = 3
PASS: gsl_fft_real_float_alloc, n = 12, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 12, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 12, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 12, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 12, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 12, stride = 3
PASS: gsl_fft_complex_alloc, n = 13, stride = 1
PASS: gsl_fft_complex_init, n = 13, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 13, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 13, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 13, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 13, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 13, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 13, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 13, stride = 1
PASS: gsl_fft_complex_float_init, n = 13, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 13, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 13, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 13, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 13, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 13, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 13, stride = 1
PASS: gsl_fft_real_alloc, n = 13, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 13, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 13, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 13, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 13, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 13, stride = 1
PASS: gsl_fft_real_float_alloc, n = 13, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 13, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 13, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 13, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 13, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 13, stride = 1
PASS: gsl_fft_complex_alloc, n = 13, stride = 2
PASS: gsl_fft_complex_init, n = 13, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 13, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 13, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 13, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 13, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 13, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 13, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 13, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 13, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 13, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 13, stride = 2
PASS: gsl_fft_complex_float_init, n = 13, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 13, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 13, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 13, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 13, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 13, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 13, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 13, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 13, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 13, stride = 2
PASS: gsl_fft_real_alloc, n = 13, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 13, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 13, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 13, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 13, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 13, stride = 2
PASS: gsl_fft_real_float_alloc, n = 13, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 13, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 13, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 13, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 13, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 13, stride = 2
PASS: gsl_fft_complex_alloc, n = 13, stride = 3
PASS: gsl_fft_complex_init, n = 13, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 13, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 13, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 13, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 13, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 13, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 13, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 13, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 13, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 13, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 13, stride = 3
PASS: gsl_fft_complex_float_init, n = 13, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 13, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 13, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 13, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 13, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 13, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 13, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 13, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 13, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 13, stride = 3
PASS: gsl_fft_real_alloc, n = 13, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 13, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 13, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 13, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 13, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 13, stride = 3
PASS: gsl_fft_real_float_alloc, n = 13, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 13, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 13, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 13, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 13, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 13, stride = 3
PASS: gsl_fft_complex_alloc, n = 14, stride = 1
PASS: gsl_fft_complex_init, n = 14, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 14, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 14, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 14, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 14, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 14, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 14, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 14, stride = 1
PASS: gsl_fft_complex_float_init, n = 14, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 14, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 14, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 14, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 14, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 14, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 14, stride = 1
PASS: gsl_fft_real_alloc, n = 14, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 14, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 14, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 14, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 14, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 14, stride = 1
PASS: gsl_fft_real_float_alloc, n = 14, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 14, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 14, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 14, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 14, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 14, stride = 1
PASS: gsl_fft_complex_alloc, n = 14, stride = 2
PASS: gsl_fft_complex_init, n = 14, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 14, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 14, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 14, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 14, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 14, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 14, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 14, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 14, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 14, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 14, stride = 2
PASS: gsl_fft_complex_float_init, n = 14, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 14, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 14, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 14, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 14, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 14, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 14, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 14, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 14, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 14, stride = 2
PASS: gsl_fft_real_alloc, n = 14, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 14, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 14, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 14, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 14, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 14, stride = 2
PASS: gsl_fft_real_float_alloc, n = 14, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 14, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 14, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 14, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 14, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 14, stride = 2
PASS: gsl_fft_complex_alloc, n = 14, stride = 3
PASS: gsl_fft_complex_init, n = 14, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 14, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 14, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 14, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 14, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 14, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 14, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 14, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 14, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 14, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 14, stride = 3
PASS: gsl_fft_complex_float_init, n = 14, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 14, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 14, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 14, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 14, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 14, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 14, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 14, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 14, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 14, stride = 3
PASS: gsl_fft_real_alloc, n = 14, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 14, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 14, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 14, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 14, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 14, stride = 3
PASS: gsl_fft_real_float_alloc, n = 14, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 14, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 14, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 14, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 14, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 14, stride = 3
PASS: gsl_fft_complex_alloc, n = 15, stride = 1
PASS: gsl_fft_complex_init, n = 15, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 15, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 15, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 15, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 15, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 15, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 15, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 15, stride = 1
PASS: gsl_fft_complex_float_init, n = 15, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 15, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 15, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 15, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 15, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 15, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 15, stride = 1
PASS: gsl_fft_real_alloc, n = 15, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 15, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 15, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 15, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 15, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 15, stride = 1
PASS: gsl_fft_real_float_alloc, n = 15, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 15, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 15, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 15, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 15, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 15, stride = 1
PASS: gsl_fft_complex_alloc, n = 15, stride = 2
PASS: gsl_fft_complex_init, n = 15, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 15, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 15, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 15, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 15, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 15, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 15, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 15, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 15, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 15, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 15, stride = 2
PASS: gsl_fft_complex_float_init, n = 15, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 15, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 15, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 15, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 15, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 15, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 15, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 15, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 15, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 15, stride = 2
PASS: gsl_fft_real_alloc, n = 15, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 15, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 15, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 15, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 15, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 15, stride = 2
PASS: gsl_fft_real_float_alloc, n = 15, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 15, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 15, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 15, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 15, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 15, stride = 2
PASS: gsl_fft_complex_alloc, n = 15, stride = 3
PASS: gsl_fft_complex_init, n = 15, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 15, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 15, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 15, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 15, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 15, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 15, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 15, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 15, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 15, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 15, stride = 3
PASS: gsl_fft_complex_float_init, n = 15, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 15, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 15, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 15, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 15, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 15, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 15, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 15, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 15, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 15, stride = 3
PASS: gsl_fft_real_alloc, n = 15, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 15, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 15, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 15, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 15, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 15, stride = 3
PASS: gsl_fft_real_float_alloc, n = 15, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 15, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 15, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 15, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 15, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 15, stride = 3
PASS: gsl_fft_complex_alloc, n = 16, stride = 1
PASS: gsl_fft_complex_init, n = 16, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 16, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 16, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 16, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 16, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 16, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 16, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 16, stride = 1
PASS: gsl_fft_complex_float_init, n = 16, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 16, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 16, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 16, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 16, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 16, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 16, stride = 1
PASS: gsl_fft_real_alloc, n = 16, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 16, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 16, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 16, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 16, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 16, stride = 1
PASS: gsl_fft_real_float_alloc, n = 16, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 16, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 16, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 16, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 16, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 16, stride = 1
PASS: gsl_fft_complex_alloc, n = 16, stride = 2
PASS: gsl_fft_complex_init, n = 16, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 16, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 16, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 16, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 16, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 16, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 16, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 16, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 16, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 16, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 16, stride = 2
PASS: gsl_fft_complex_float_init, n = 16, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 16, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 16, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 16, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 16, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 16, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 16, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 16, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 16, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 16, stride = 2
PASS: gsl_fft_real_alloc, n = 16, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 16, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 16, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 16, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 16, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 16, stride = 2
PASS: gsl_fft_real_float_alloc, n = 16, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 16, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 16, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 16, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 16, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 16, stride = 2
PASS: gsl_fft_complex_alloc, n = 16, stride = 3
PASS: gsl_fft_complex_init, n = 16, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 16, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 16, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 16, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 16, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 16, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 16, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 16, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 16, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 16, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 16, stride = 3
PASS: gsl_fft_complex_float_init, n = 16, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 16, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 16, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 16, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 16, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 16, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 16, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 16, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 16, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 16, stride = 3
PASS: gsl_fft_real_alloc, n = 16, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 16, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 16, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 16, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 16, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 16, stride = 3
PASS: gsl_fft_real_float_alloc, n = 16, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 16, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 16, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 16, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 16, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 16, stride = 3
PASS: gsl_fft_complex_alloc, n = 17, stride = 1
PASS: gsl_fft_complex_init, n = 17, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 17, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 17, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 17, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 17, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 17, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 17, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 17, stride = 1
PASS: gsl_fft_complex_float_init, n = 17, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 17, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 17, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 17, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 17, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 17, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 17, stride = 1
PASS: gsl_fft_real_alloc, n = 17, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 17, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 17, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 17, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 17, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 17, stride = 1
PASS: gsl_fft_real_float_alloc, n = 17, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 17, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 17, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 17, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 17, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 17, stride = 1
PASS: gsl_fft_complex_alloc, n = 17, stride = 2
PASS: gsl_fft_complex_init, n = 17, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 17, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 17, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 17, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 17, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 17, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 17, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 17, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 17, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 17, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 17, stride = 2
PASS: gsl_fft_complex_float_init, n = 17, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 17, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 17, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 17, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 17, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 17, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 17, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 17, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 17, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 17, stride = 2
PASS: gsl_fft_real_alloc, n = 17, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 17, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 17, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 17, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 17, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 17, stride = 2
PASS: gsl_fft_real_float_alloc, n = 17, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 17, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 17, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 17, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 17, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 17, stride = 2
PASS: gsl_fft_complex_alloc, n = 17, stride = 3
PASS: gsl_fft_complex_init, n = 17, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 17, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 17, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 17, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 17, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 17, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 17, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 17, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 17, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 17, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 17, stride = 3
PASS: gsl_fft_complex_float_init, n = 17, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 17, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 17, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 17, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 17, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 17, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 17, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 17, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 17, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 17, stride = 3
PASS: gsl_fft_real_alloc, n = 17, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 17, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 17, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 17, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 17, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 17, stride = 3
PASS: gsl_fft_real_float_alloc, n = 17, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 17, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 17, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 17, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 17, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 17, stride = 3
PASS: gsl_fft_complex_alloc, n = 18, stride = 1
PASS: gsl_fft_complex_init, n = 18, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 18, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 18, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 18, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 18, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 18, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 18, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 18, stride = 1
PASS: gsl_fft_complex_float_init, n = 18, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 18, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 18, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 18, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 18, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 18, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 18, stride = 1
PASS: gsl_fft_real_alloc, n = 18, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 18, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 18, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 18, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 18, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 18, stride = 1
PASS: gsl_fft_real_float_alloc, n = 18, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 18, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 18, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 18, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 18, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 18, stride = 1
PASS: gsl_fft_complex_alloc, n = 18, stride = 2
PASS: gsl_fft_complex_init, n = 18, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 18, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 18, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 18, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 18, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 18, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 18, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 18, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 18, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 18, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 18, stride = 2
PASS: gsl_fft_complex_float_init, n = 18, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 18, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 18, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 18, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 18, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 18, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 18, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 18, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 18, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 18, stride = 2
PASS: gsl_fft_real_alloc, n = 18, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 18, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 18, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 18, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 18, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 18, stride = 2
PASS: gsl_fft_real_float_alloc, n = 18, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 18, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 18, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 18, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 18, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 18, stride = 2
PASS: gsl_fft_complex_alloc, n = 18, stride = 3
PASS: gsl_fft_complex_init, n = 18, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 18, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 18, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 18, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 18, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 18, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 18, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 18, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 18, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 18, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 18, stride = 3
PASS: gsl_fft_complex_float_init, n = 18, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 18, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 18, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 18, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 18, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 18, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 18, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 18, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 18, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 18, stride = 3
PASS: gsl_fft_real_alloc, n = 18, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 18, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 18, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 18, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 18, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 18, stride = 3
PASS: gsl_fft_real_float_alloc, n = 18, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 18, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 18, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 18, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 18, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 18, stride = 3
PASS: gsl_fft_complex_alloc, n = 19, stride = 1
PASS: gsl_fft_complex_init, n = 19, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 19, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 19, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 19, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 19, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 19, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 19, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 19, stride = 1
PASS: gsl_fft_complex_float_init, n = 19, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 19, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 19, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 19, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 19, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 19, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 19, stride = 1
PASS: gsl_fft_real_alloc, n = 19, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 19, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 19, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 19, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 19, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 19, stride = 1
PASS: gsl_fft_real_float_alloc, n = 19, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 19, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 19, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 19, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 19, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 19, stride = 1
PASS: gsl_fft_complex_alloc, n = 19, stride = 2
PASS: gsl_fft_complex_init, n = 19, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 19, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 19, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 19, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 19, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 19, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 19, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 19, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 19, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 19, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 19, stride = 2
PASS: gsl_fft_complex_float_init, n = 19, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 19, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 19, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 19, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 19, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 19, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 19, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 19, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 19, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 19, stride = 2
PASS: gsl_fft_real_alloc, n = 19, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 19, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 19, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 19, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 19, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 19, stride = 2
PASS: gsl_fft_real_float_alloc, n = 19, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 19, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 19, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 19, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 19, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 19, stride = 2
PASS: gsl_fft_complex_alloc, n = 19, stride = 3
PASS: gsl_fft_complex_init, n = 19, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 19, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 19, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 19, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 19, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 19, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 19, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 19, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 19, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 19, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 19, stride = 3
PASS: gsl_fft_complex_float_init, n = 19, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 19, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 19, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 19, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 19, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 19, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 19, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 19, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 19, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 19, stride = 3
PASS: gsl_fft_real_alloc, n = 19, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 19, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 19, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 19, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 19, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 19, stride = 3
PASS: gsl_fft_real_float_alloc, n = 19, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 19, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 19, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 19, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 19, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 19, stride = 3
PASS: gsl_fft_complex_alloc, n = 20, stride = 1
PASS: gsl_fft_complex_init, n = 20, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 20, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 20, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 20, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 20, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 20, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 20, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 20, stride = 1
PASS: gsl_fft_complex_float_init, n = 20, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 20, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 20, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 20, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 20, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 20, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 20, stride = 1
PASS: gsl_fft_real_alloc, n = 20, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 20, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 20, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 20, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 20, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 20, stride = 1
PASS: gsl_fft_real_float_alloc, n = 20, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 20, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 20, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 20, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 20, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 20, stride = 1
PASS: gsl_fft_complex_alloc, n = 20, stride = 2
PASS: gsl_fft_complex_init, n = 20, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 20, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 20, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 20, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 20, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 20, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 20, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 20, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 20, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 20, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 20, stride = 2
PASS: gsl_fft_complex_float_init, n = 20, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 20, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 20, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 20, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 20, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 20, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 20, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 20, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 20, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 20, stride = 2
PASS: gsl_fft_real_alloc, n = 20, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 20, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 20, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 20, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 20, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 20, stride = 2
PASS: gsl_fft_real_float_alloc, n = 20, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 20, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 20, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 20, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 20, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 20, stride = 2
PASS: gsl_fft_complex_alloc, n = 20, stride = 3
PASS: gsl_fft_complex_init, n = 20, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 20, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 20, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 20, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 20, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 20, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 20, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 20, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 20, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 20, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 20, stride = 3
PASS: gsl_fft_complex_float_init, n = 20, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 20, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 20, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 20, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 20, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 20, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 20, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 20, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 20, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 20, stride = 3
PASS: gsl_fft_real_alloc, n = 20, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 20, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 20, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 20, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 20, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 20, stride = 3
PASS: gsl_fft_real_float_alloc, n = 20, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 20, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 20, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 20, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 20, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 20, stride = 3
PASS: gsl_fft_complex_alloc, n = 21, stride = 1
PASS: gsl_fft_complex_init, n = 21, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 21, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 21, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 21, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 21, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 21, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 21, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 21, stride = 1
PASS: gsl_fft_complex_float_init, n = 21, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 21, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 21, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 21, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 21, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 21, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 21, stride = 1
PASS: gsl_fft_real_alloc, n = 21, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 21, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 21, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 21, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 21, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 21, stride = 1
PASS: gsl_fft_real_float_alloc, n = 21, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 21, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 21, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 21, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 21, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 21, stride = 1
PASS: gsl_fft_complex_alloc, n = 21, stride = 2
PASS: gsl_fft_complex_init, n = 21, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 21, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 21, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 21, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 21, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 21, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 21, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 21, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 21, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 21, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 21, stride = 2
PASS: gsl_fft_complex_float_init, n = 21, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 21, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 21, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 21, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 21, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 21, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 21, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 21, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 21, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 21, stride = 2
PASS: gsl_fft_real_alloc, n = 21, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 21, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 21, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 21, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 21, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 21, stride = 2
PASS: gsl_fft_real_float_alloc, n = 21, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 21, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 21, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 21, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 21, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 21, stride = 2
PASS: gsl_fft_complex_alloc, n = 21, stride = 3
PASS: gsl_fft_complex_init, n = 21, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 21, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 21, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 21, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 21, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 21, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 21, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 21, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 21, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 21, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 21, stride = 3
PASS: gsl_fft_complex_float_init, n = 21, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 21, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 21, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 21, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 21, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 21, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 21, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 21, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 21, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 21, stride = 3
PASS: gsl_fft_real_alloc, n = 21, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 21, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 21, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 21, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 21, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 21, stride = 3
PASS: gsl_fft_real_float_alloc, n = 21, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 21, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 21, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 21, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 21, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 21, stride = 3
PASS: gsl_fft_complex_alloc, n = 22, stride = 1
PASS: gsl_fft_complex_init, n = 22, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 22, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 22, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 22, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 22, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 22, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 22, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 22, stride = 1
PASS: gsl_fft_complex_float_init, n = 22, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 22, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 22, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 22, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 22, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 22, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 22, stride = 1
PASS: gsl_fft_real_alloc, n = 22, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 22, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 22, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 22, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 22, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 22, stride = 1
PASS: gsl_fft_real_float_alloc, n = 22, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 22, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 22, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 22, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 22, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 22, stride = 1
PASS: gsl_fft_complex_alloc, n = 22, stride = 2
PASS: gsl_fft_complex_init, n = 22, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 22, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 22, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 22, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 22, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 22, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 22, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 22, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 22, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 22, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 22, stride = 2
PASS: gsl_fft_complex_float_init, n = 22, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 22, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 22, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 22, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 22, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 22, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 22, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 22, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 22, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 22, stride = 2
PASS: gsl_fft_real_alloc, n = 22, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 22, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 22, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 22, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 22, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 22, stride = 2
PASS: gsl_fft_real_float_alloc, n = 22, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 22, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 22, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 22, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 22, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 22, stride = 2
PASS: gsl_fft_complex_alloc, n = 22, stride = 3
PASS: gsl_fft_complex_init, n = 22, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 22, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 22, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 22, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 22, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 22, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 22, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 22, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 22, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 22, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 22, stride = 3
PASS: gsl_fft_complex_float_init, n = 22, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 22, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 22, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 22, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 22, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 22, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 22, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 22, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 22, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 22, stride = 3
PASS: gsl_fft_real_alloc, n = 22, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 22, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 22, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 22, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 22, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 22, stride = 3
PASS: gsl_fft_real_float_alloc, n = 22, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 22, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 22, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 22, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 22, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 22, stride = 3
PASS: gsl_fft_complex_alloc, n = 23, stride = 1
PASS: gsl_fft_complex_init, n = 23, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 23, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 23, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 23, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 23, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 23, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 23, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 23, stride = 1
PASS: gsl_fft_complex_float_init, n = 23, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 23, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 23, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 23, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 23, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 23, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 23, stride = 1
PASS: gsl_fft_real_alloc, n = 23, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 23, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 23, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 23, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 23, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 23, stride = 1
PASS: gsl_fft_real_float_alloc, n = 23, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 23, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 23, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 23, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 23, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 23, stride = 1
PASS: gsl_fft_complex_alloc, n = 23, stride = 2
PASS: gsl_fft_complex_init, n = 23, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 23, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 23, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 23, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 23, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 23, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 23, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 23, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 23, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 23, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 23, stride = 2
PASS: gsl_fft_complex_float_init, n = 23, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 23, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 23, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 23, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 23, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 23, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 23, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 23, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 23, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 23, stride = 2
PASS: gsl_fft_real_alloc, n = 23, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 23, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 23, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 23, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 23, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 23, stride = 2
PASS: gsl_fft_real_float_alloc, n = 23, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 23, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 23, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 23, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 23, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 23, stride = 2
PASS: gsl_fft_complex_alloc, n = 23, stride = 3
PASS: gsl_fft_complex_init, n = 23, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 23, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 23, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 23, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 23, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 23, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 23, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 23, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 23, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 23, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 23, stride = 3
PASS: gsl_fft_complex_float_init, n = 23, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 23, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 23, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 23, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 23, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 23, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 23, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 23, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 23, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 23, stride = 3
PASS: gsl_fft_real_alloc, n = 23, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 23, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 23, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 23, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 23, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 23, stride = 3
PASS: gsl_fft_real_float_alloc, n = 23, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 23, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 23, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 23, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 23, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 23, stride = 3
PASS: gsl_fft_complex_alloc, n = 24, stride = 1
PASS: gsl_fft_complex_init, n = 24, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 24, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 24, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 24, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 24, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 24, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 24, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 24, stride = 1
PASS: gsl_fft_complex_float_init, n = 24, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 24, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 24, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 24, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 24, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 24, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 24, stride = 1
PASS: gsl_fft_real_alloc, n = 24, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 24, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 24, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 24, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 24, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 24, stride = 1
PASS: gsl_fft_real_float_alloc, n = 24, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 24, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 24, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 24, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 24, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 24, stride = 1
PASS: gsl_fft_complex_alloc, n = 24, stride = 2
PASS: gsl_fft_complex_init, n = 24, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 24, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 24, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 24, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 24, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 24, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 24, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 24, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 24, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 24, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 24, stride = 2
PASS: gsl_fft_complex_float_init, n = 24, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 24, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 24, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 24, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 24, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 24, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 24, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 24, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 24, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 24, stride = 2
PASS: gsl_fft_real_alloc, n = 24, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 24, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 24, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 24, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 24, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 24, stride = 2
PASS: gsl_fft_real_float_alloc, n = 24, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 24, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 24, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 24, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 24, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 24, stride = 2
PASS: gsl_fft_complex_alloc, n = 24, stride = 3
PASS: gsl_fft_complex_init, n = 24, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 24, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 24, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 24, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 24, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 24, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 24, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 24, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 24, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 24, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 24, stride = 3
PASS: gsl_fft_complex_float_init, n = 24, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 24, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 24, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 24, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 24, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 24, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 24, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 24, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 24, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 24, stride = 3
PASS: gsl_fft_real_alloc, n = 24, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 24, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 24, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 24, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 24, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 24, stride = 3
PASS: gsl_fft_real_float_alloc, n = 24, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 24, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 24, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 24, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 24, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 24, stride = 3
PASS: gsl_fft_complex_alloc, n = 25, stride = 1
PASS: gsl_fft_complex_init, n = 25, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 25, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 25, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 25, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 25, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 25, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 25, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 25, stride = 1
PASS: gsl_fft_complex_float_init, n = 25, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 25, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 25, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 25, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 25, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 25, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 25, stride = 1
PASS: gsl_fft_real_alloc, n = 25, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 25, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 25, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 25, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 25, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 25, stride = 1
PASS: gsl_fft_real_float_alloc, n = 25, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 25, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 25, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 25, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 25, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 25, stride = 1
PASS: gsl_fft_complex_alloc, n = 25, stride = 2
PASS: gsl_fft_complex_init, n = 25, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 25, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 25, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 25, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 25, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 25, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 25, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 25, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 25, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 25, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 25, stride = 2
PASS: gsl_fft_complex_float_init, n = 25, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 25, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 25, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 25, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 25, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 25, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 25, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 25, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 25, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 25, stride = 2
PASS: gsl_fft_real_alloc, n = 25, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 25, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 25, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 25, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 25, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 25, stride = 2
PASS: gsl_fft_real_float_alloc, n = 25, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 25, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 25, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 25, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 25, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 25, stride = 2
PASS: gsl_fft_complex_alloc, n = 25, stride = 3
PASS: gsl_fft_complex_init, n = 25, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 25, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 25, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 25, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 25, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 25, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 25, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 25, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 25, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 25, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 25, stride = 3
PASS: gsl_fft_complex_float_init, n = 25, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 25, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 25, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 25, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 25, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 25, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 25, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 25, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 25, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 25, stride = 3
PASS: gsl_fft_real_alloc, n = 25, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 25, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 25, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 25, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 25, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 25, stride = 3
PASS: gsl_fft_real_float_alloc, n = 25, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 25, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 25, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 25, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 25, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 25, stride = 3
PASS: gsl_fft_complex_alloc, n = 26, stride = 1
PASS: gsl_fft_complex_init, n = 26, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 26, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 26, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 26, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 26, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 26, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 26, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 26, stride = 1
PASS: gsl_fft_complex_float_init, n = 26, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 26, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 26, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 26, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 26, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 26, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 26, stride = 1
PASS: gsl_fft_real_alloc, n = 26, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 26, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 26, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 26, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 26, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 26, stride = 1
PASS: gsl_fft_real_float_alloc, n = 26, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 26, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 26, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 26, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 26, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 26, stride = 1
PASS: gsl_fft_complex_alloc, n = 26, stride = 2
PASS: gsl_fft_complex_init, n = 26, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 26, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 26, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 26, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 26, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 26, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 26, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 26, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 26, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 26, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 26, stride = 2
PASS: gsl_fft_complex_float_init, n = 26, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 26, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 26, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 26, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 26, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 26, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 26, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 26, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 26, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 26, stride = 2
PASS: gsl_fft_real_alloc, n = 26, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 26, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 26, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 26, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 26, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 26, stride = 2
PASS: gsl_fft_real_float_alloc, n = 26, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 26, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 26, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 26, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 26, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 26, stride = 2
PASS: gsl_fft_complex_alloc, n = 26, stride = 3
PASS: gsl_fft_complex_init, n = 26, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 26, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 26, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 26, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 26, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 26, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 26, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 26, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 26, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 26, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 26, stride = 3
PASS: gsl_fft_complex_float_init, n = 26, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 26, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 26, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 26, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 26, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 26, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 26, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 26, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 26, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 26, stride = 3
PASS: gsl_fft_real_alloc, n = 26, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 26, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 26, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 26, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 26, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 26, stride = 3
PASS: gsl_fft_real_float_alloc, n = 26, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 26, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 26, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 26, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 26, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 26, stride = 3
PASS: gsl_fft_complex_alloc, n = 27, stride = 1
PASS: gsl_fft_complex_init, n = 27, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 27, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 27, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 27, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 27, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 27, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 27, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 27, stride = 1
PASS: gsl_fft_complex_float_init, n = 27, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 27, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 27, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 27, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 27, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 27, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 27, stride = 1
PASS: gsl_fft_real_alloc, n = 27, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 27, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 27, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 27, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 27, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 27, stride = 1
PASS: gsl_fft_real_float_alloc, n = 27, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 27, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 27, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 27, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 27, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 27, stride = 1
PASS: gsl_fft_complex_alloc, n = 27, stride = 2
PASS: gsl_fft_complex_init, n = 27, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 27, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 27, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 27, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 27, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 27, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 27, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 27, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 27, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 27, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 27, stride = 2
PASS: gsl_fft_complex_float_init, n = 27, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 27, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 27, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 27, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 27, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 27, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 27, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 27, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 27, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 27, stride = 2
PASS: gsl_fft_real_alloc, n = 27, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 27, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 27, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 27, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 27, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 27, stride = 2
PASS: gsl_fft_real_float_alloc, n = 27, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 27, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 27, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 27, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 27, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 27, stride = 2
PASS: gsl_fft_complex_alloc, n = 27, stride = 3
PASS: gsl_fft_complex_init, n = 27, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 27, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 27, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 27, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 27, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 27, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 27, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 27, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 27, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 27, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 27, stride = 3
PASS: gsl_fft_complex_float_init, n = 27, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 27, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 27, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 27, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 27, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 27, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 27, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 27, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 27, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 27, stride = 3
PASS: gsl_fft_real_alloc, n = 27, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 27, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 27, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 27, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 27, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 27, stride = 3
PASS: gsl_fft_real_float_alloc, n = 27, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 27, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 27, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 27, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 27, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 27, stride = 3
PASS: gsl_fft_complex_alloc, n = 28, stride = 1
PASS: gsl_fft_complex_init, n = 28, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 28, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 28, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 28, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 28, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 28, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 28, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 28, stride = 1
PASS: gsl_fft_complex_float_init, n = 28, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 28, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 28, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 28, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 28, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 28, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 28, stride = 1
PASS: gsl_fft_real_alloc, n = 28, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 28, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 28, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 28, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 28, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 28, stride = 1
PASS: gsl_fft_real_float_alloc, n = 28, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 28, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 28, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 28, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 28, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 28, stride = 1
PASS: gsl_fft_complex_alloc, n = 28, stride = 2
PASS: gsl_fft_complex_init, n = 28, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 28, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 28, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 28, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 28, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 28, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 28, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 28, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 28, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 28, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 28, stride = 2
PASS: gsl_fft_complex_float_init, n = 28, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 28, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 28, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 28, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 28, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 28, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 28, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 28, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 28, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 28, stride = 2
PASS: gsl_fft_real_alloc, n = 28, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 28, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 28, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 28, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 28, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 28, stride = 2
PASS: gsl_fft_real_float_alloc, n = 28, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 28, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 28, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 28, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 28, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 28, stride = 2
PASS: gsl_fft_complex_alloc, n = 28, stride = 3
PASS: gsl_fft_complex_init, n = 28, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 28, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 28, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 28, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 28, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 28, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 28, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 28, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 28, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 28, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 28, stride = 3
PASS: gsl_fft_complex_float_init, n = 28, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 28, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 28, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 28, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 28, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 28, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 28, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 28, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 28, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 28, stride = 3
PASS: gsl_fft_real_alloc, n = 28, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 28, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 28, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 28, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 28, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 28, stride = 3
PASS: gsl_fft_real_float_alloc, n = 28, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 28, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 28, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 28, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 28, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 28, stride = 3
PASS: gsl_fft_complex_alloc, n = 29, stride = 1
PASS: gsl_fft_complex_init, n = 29, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 29, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 29, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 29, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 29, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 29, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 29, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 29, stride = 1
PASS: gsl_fft_complex_float_init, n = 29, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 29, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 29, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 29, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 29, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 29, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 29, stride = 1
PASS: gsl_fft_real_alloc, n = 29, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 29, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 29, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 29, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 29, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 29, stride = 1
PASS: gsl_fft_real_float_alloc, n = 29, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 29, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 29, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 29, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 29, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 29, stride = 1
PASS: gsl_fft_complex_alloc, n = 29, stride = 2
PASS: gsl_fft_complex_init, n = 29, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 29, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 29, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 29, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 29, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 29, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 29, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 29, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 29, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 29, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 29, stride = 2
PASS: gsl_fft_complex_float_init, n = 29, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 29, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 29, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 29, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 29, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 29, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 29, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 29, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 29, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 29, stride = 2
PASS: gsl_fft_real_alloc, n = 29, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 29, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 29, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 29, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 29, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 29, stride = 2
PASS: gsl_fft_real_float_alloc, n = 29, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 29, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 29, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 29, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 29, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 29, stride = 2
PASS: gsl_fft_complex_alloc, n = 29, stride = 3
PASS: gsl_fft_complex_init, n = 29, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 29, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 29, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 29, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 29, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 29, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 29, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 29, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 29, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 29, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 29, stride = 3
PASS: gsl_fft_complex_float_init, n = 29, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 29, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 29, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 29, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 29, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 29, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 29, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 29, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 29, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 29, stride = 3
PASS: gsl_fft_real_alloc, n = 29, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 29, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 29, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 29, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 29, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 29, stride = 3
PASS: gsl_fft_real_float_alloc, n = 29, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 29, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 29, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 29, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 29, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 29, stride = 3
PASS: gsl_fft_complex_alloc, n = 30, stride = 1
PASS: gsl_fft_complex_init, n = 30, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 30, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 30, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 30, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 30, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 30, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 30, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 30, stride = 1
PASS: gsl_fft_complex_float_init, n = 30, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 30, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 30, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 30, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 30, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 30, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 30, stride = 1
PASS: gsl_fft_real_alloc, n = 30, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 30, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 30, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 30, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 30, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 30, stride = 1
PASS: gsl_fft_real_float_alloc, n = 30, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 30, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 30, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 30, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 30, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 30, stride = 1
PASS: gsl_fft_complex_alloc, n = 30, stride = 2
PASS: gsl_fft_complex_init, n = 30, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 30, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 30, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 30, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 30, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 30, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 30, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 30, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 30, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 30, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 30, stride = 2
PASS: gsl_fft_complex_float_init, n = 30, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 30, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 30, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 30, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 30, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 30, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 30, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 30, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 30, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 30, stride = 2
PASS: gsl_fft_real_alloc, n = 30, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 30, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 30, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 30, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 30, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 30, stride = 2
PASS: gsl_fft_real_float_alloc, n = 30, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 30, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 30, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 30, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 30, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 30, stride = 2
PASS: gsl_fft_complex_alloc, n = 30, stride = 3
PASS: gsl_fft_complex_init, n = 30, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 30, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 30, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 30, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 30, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 30, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 30, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 30, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 30, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 30, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 30, stride = 3
PASS: gsl_fft_complex_float_init, n = 30, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 30, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 30, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 30, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 30, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 30, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 30, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 30, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 30, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 30, stride = 3
PASS: gsl_fft_real_alloc, n = 30, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 30, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 30, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 30, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 30, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 30, stride = 3
PASS: gsl_fft_real_float_alloc, n = 30, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 30, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 30, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 30, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 30, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 30, stride = 3
PASS: gsl_fft_complex_alloc, n = 31, stride = 1
PASS: gsl_fft_complex_init, n = 31, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 31, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 31, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 31, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 31, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 31, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 31, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 31, stride = 1
PASS: gsl_fft_complex_float_init, n = 31, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 31, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 31, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 31, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 31, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 31, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 31, stride = 1
PASS: gsl_fft_real_alloc, n = 31, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 31, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 31, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 31, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 31, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 31, stride = 1
PASS: gsl_fft_real_float_alloc, n = 31, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 31, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 31, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 31, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 31, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 31, stride = 1
PASS: gsl_fft_complex_alloc, n = 31, stride = 2
PASS: gsl_fft_complex_init, n = 31, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 31, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 31, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 31, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 31, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 31, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 31, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 31, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 31, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 31, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 31, stride = 2
PASS: gsl_fft_complex_float_init, n = 31, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 31, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 31, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 31, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 31, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 31, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 31, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 31, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 31, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 31, stride = 2
PASS: gsl_fft_real_alloc, n = 31, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 31, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 31, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 31, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 31, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 31, stride = 2
PASS: gsl_fft_real_float_alloc, n = 31, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 31, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 31, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 31, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 31, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 31, stride = 2
PASS: gsl_fft_complex_alloc, n = 31, stride = 3
PASS: gsl_fft_complex_init, n = 31, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 31, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 31, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 31, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 31, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 31, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 31, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 31, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 31, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 31, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 31, stride = 3
PASS: gsl_fft_complex_float_init, n = 31, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 31, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 31, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 31, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 31, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 31, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 31, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 31, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 31, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 31, stride = 3
PASS: gsl_fft_real_alloc, n = 31, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 31, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 31, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 31, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 31, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 31, stride = 3
PASS: gsl_fft_real_float_alloc, n = 31, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 31, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 31, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 31, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 31, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 31, stride = 3
PASS: gsl_fft_complex_alloc, n = 32, stride = 1
PASS: gsl_fft_complex_init, n = 32, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 32, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 32, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 32, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 32, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 32, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 32, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 32, stride = 1
PASS: gsl_fft_complex_float_init, n = 32, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 32, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 32, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 32, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 32, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 32, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 32, stride = 1
PASS: gsl_fft_real_alloc, n = 32, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 32, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 32, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 32, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 32, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 32, stride = 1
PASS: gsl_fft_real_float_alloc, n = 32, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 32, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 32, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 32, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 32, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 32, stride = 1
PASS: gsl_fft_complex_alloc, n = 32, stride = 2
PASS: gsl_fft_complex_init, n = 32, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 32, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 32, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 32, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 32, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 32, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 32, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 32, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 32, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 32, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 32, stride = 2
PASS: gsl_fft_complex_float_init, n = 32, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 32, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 32, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 32, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 32, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 32, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 32, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 32, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 32, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 32, stride = 2
PASS: gsl_fft_real_alloc, n = 32, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 32, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 32, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 32, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 32, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 32, stride = 2
PASS: gsl_fft_real_float_alloc, n = 32, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 32, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 32, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 32, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 32, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 32, stride = 2
PASS: gsl_fft_complex_alloc, n = 32, stride = 3
PASS: gsl_fft_complex_init, n = 32, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 32, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 32, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 32, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 32, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 32, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 32, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 32, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 32, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 32, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 32, stride = 3
PASS: gsl_fft_complex_float_init, n = 32, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 32, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 32, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 32, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 32, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 32, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 32, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 32, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 32, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 32, stride = 3
PASS: gsl_fft_real_alloc, n = 32, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 32, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 32, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 32, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 32, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 32, stride = 3
PASS: gsl_fft_real_float_alloc, n = 32, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 32, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 32, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 32, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 32, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 32, stride = 3
PASS: gsl_fft_complex_alloc, n = 33, stride = 1
PASS: gsl_fft_complex_init, n = 33, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 33, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 33, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 33, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 33, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 33, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 33, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 33, stride = 1
PASS: gsl_fft_complex_float_init, n = 33, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 33, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 33, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 33, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 33, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 33, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 33, stride = 1
PASS: gsl_fft_real_alloc, n = 33, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 33, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 33, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 33, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 33, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 33, stride = 1
PASS: gsl_fft_real_float_alloc, n = 33, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 33, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 33, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 33, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 33, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 33, stride = 1
PASS: gsl_fft_complex_alloc, n = 33, stride = 2
PASS: gsl_fft_complex_init, n = 33, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 33, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 33, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 33, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 33, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 33, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 33, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 33, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 33, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 33, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 33, stride = 2
PASS: gsl_fft_complex_float_init, n = 33, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 33, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 33, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 33, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 33, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 33, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 33, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 33, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 33, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 33, stride = 2
PASS: gsl_fft_real_alloc, n = 33, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 33, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 33, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 33, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 33, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 33, stride = 2
PASS: gsl_fft_real_float_alloc, n = 33, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 33, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 33, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 33, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 33, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 33, stride = 2
PASS: gsl_fft_complex_alloc, n = 33, stride = 3
PASS: gsl_fft_complex_init, n = 33, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 33, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 33, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 33, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 33, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 33, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 33, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 33, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 33, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 33, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 33, stride = 3
PASS: gsl_fft_complex_float_init, n = 33, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 33, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 33, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 33, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 33, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 33, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 33, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 33, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 33, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 33, stride = 3
PASS: gsl_fft_real_alloc, n = 33, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 33, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 33, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 33, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 33, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 33, stride = 3
PASS: gsl_fft_real_float_alloc, n = 33, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 33, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 33, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 33, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 33, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 33, stride = 3
PASS: gsl_fft_complex_alloc, n = 34, stride = 1
PASS: gsl_fft_complex_init, n = 34, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 34, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 34, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 34, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 34, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 34, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 34, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 34, stride = 1
PASS: gsl_fft_complex_float_init, n = 34, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 34, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 34, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 34, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 34, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 34, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 34, stride = 1
PASS: gsl_fft_real_alloc, n = 34, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 34, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 34, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 34, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 34, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 34, stride = 1
PASS: gsl_fft_real_float_alloc, n = 34, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 34, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 34, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 34, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 34, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 34, stride = 1
PASS: gsl_fft_complex_alloc, n = 34, stride = 2
PASS: gsl_fft_complex_init, n = 34, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 34, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 34, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 34, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 34, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 34, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 34, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 34, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 34, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 34, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 34, stride = 2
PASS: gsl_fft_complex_float_init, n = 34, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 34, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 34, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 34, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 34, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 34, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 34, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 34, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 34, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 34, stride = 2
PASS: gsl_fft_real_alloc, n = 34, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 34, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 34, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 34, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 34, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 34, stride = 2
PASS: gsl_fft_real_float_alloc, n = 34, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 34, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 34, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 34, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 34, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 34, stride = 2
PASS: gsl_fft_complex_alloc, n = 34, stride = 3
PASS: gsl_fft_complex_init, n = 34, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 34, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 34, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 34, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 34, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 34, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 34, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 34, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 34, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 34, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 34, stride = 3
PASS: gsl_fft_complex_float_init, n = 34, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 34, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 34, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 34, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 34, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 34, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 34, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 34, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 34, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 34, stride = 3
PASS: gsl_fft_real_alloc, n = 34, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 34, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 34, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 34, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 34, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 34, stride = 3
PASS: gsl_fft_real_float_alloc, n = 34, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 34, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 34, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 34, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 34, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 34, stride = 3
PASS: gsl_fft_complex_alloc, n = 35, stride = 1
PASS: gsl_fft_complex_init, n = 35, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 35, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 35, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 35, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 35, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 35, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 35, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 35, stride = 1
PASS: gsl_fft_complex_float_init, n = 35, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 35, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 35, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 35, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 35, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 35, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 35, stride = 1
PASS: gsl_fft_real_alloc, n = 35, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 35, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 35, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 35, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 35, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 35, stride = 1
PASS: gsl_fft_real_float_alloc, n = 35, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 35, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 35, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 35, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 35, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 35, stride = 1
PASS: gsl_fft_complex_alloc, n = 35, stride = 2
PASS: gsl_fft_complex_init, n = 35, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 35, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 35, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 35, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 35, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 35, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 35, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 35, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 35, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 35, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 35, stride = 2
PASS: gsl_fft_complex_float_init, n = 35, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 35, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 35, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 35, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 35, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 35, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 35, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 35, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 35, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 35, stride = 2
PASS: gsl_fft_real_alloc, n = 35, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 35, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 35, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 35, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 35, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 35, stride = 2
PASS: gsl_fft_real_float_alloc, n = 35, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 35, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 35, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 35, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 35, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 35, stride = 2
PASS: gsl_fft_complex_alloc, n = 35, stride = 3
PASS: gsl_fft_complex_init, n = 35, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 35, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 35, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 35, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 35, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 35, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 35, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 35, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 35, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 35, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 35, stride = 3
PASS: gsl_fft_complex_float_init, n = 35, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 35, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 35, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 35, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 35, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 35, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 35, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 35, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 35, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 35, stride = 3
PASS: gsl_fft_real_alloc, n = 35, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 35, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 35, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 35, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 35, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 35, stride = 3
PASS: gsl_fft_real_float_alloc, n = 35, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 35, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 35, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 35, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 35, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 35, stride = 3
PASS: gsl_fft_complex_alloc, n = 36, stride = 1
PASS: gsl_fft_complex_init, n = 36, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 36, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 36, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 36, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 36, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 36, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 36, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 36, stride = 1
PASS: gsl_fft_complex_float_init, n = 36, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 36, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 36, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 36, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 36, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 36, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 36, stride = 1
PASS: gsl_fft_real_alloc, n = 36, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 36, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 36, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 36, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 36, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 36, stride = 1
PASS: gsl_fft_real_float_alloc, n = 36, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 36, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 36, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 36, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 36, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 36, stride = 1
PASS: gsl_fft_complex_alloc, n = 36, stride = 2
PASS: gsl_fft_complex_init, n = 36, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 36, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 36, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 36, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 36, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 36, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 36, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 36, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 36, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 36, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 36, stride = 2
PASS: gsl_fft_complex_float_init, n = 36, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 36, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 36, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 36, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 36, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 36, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 36, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 36, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 36, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 36, stride = 2
PASS: gsl_fft_real_alloc, n = 36, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 36, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 36, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 36, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 36, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 36, stride = 2
PASS: gsl_fft_real_float_alloc, n = 36, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 36, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 36, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 36, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 36, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 36, stride = 2
PASS: gsl_fft_complex_alloc, n = 36, stride = 3
PASS: gsl_fft_complex_init, n = 36, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 36, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 36, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 36, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 36, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 36, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 36, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 36, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 36, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 36, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 36, stride = 3
PASS: gsl_fft_complex_float_init, n = 36, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 36, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 36, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 36, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 36, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 36, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 36, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 36, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 36, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 36, stride = 3
PASS: gsl_fft_real_alloc, n = 36, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 36, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 36, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 36, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 36, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 36, stride = 3
PASS: gsl_fft_real_float_alloc, n = 36, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 36, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 36, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 36, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 36, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 36, stride = 3
PASS: gsl_fft_complex_alloc, n = 37, stride = 1
PASS: gsl_fft_complex_init, n = 37, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 37, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 37, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 37, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 37, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 37, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 37, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 37, stride = 1
PASS: gsl_fft_complex_float_init, n = 37, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 37, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 37, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 37, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 37, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 37, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 37, stride = 1
PASS: gsl_fft_real_alloc, n = 37, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 37, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 37, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 37, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 37, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 37, stride = 1
PASS: gsl_fft_real_float_alloc, n = 37, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 37, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 37, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 37, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 37, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 37, stride = 1
PASS: gsl_fft_complex_alloc, n = 37, stride = 2
PASS: gsl_fft_complex_init, n = 37, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 37, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 37, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 37, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 37, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 37, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 37, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 37, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 37, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 37, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 37, stride = 2
PASS: gsl_fft_complex_float_init, n = 37, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 37, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 37, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 37, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 37, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 37, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 37, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 37, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 37, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 37, stride = 2
PASS: gsl_fft_real_alloc, n = 37, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 37, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 37, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 37, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 37, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 37, stride = 2
PASS: gsl_fft_real_float_alloc, n = 37, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 37, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 37, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 37, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 37, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 37, stride = 2
PASS: gsl_fft_complex_alloc, n = 37, stride = 3
PASS: gsl_fft_complex_init, n = 37, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 37, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 37, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 37, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 37, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 37, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 37, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 37, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 37, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 37, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 37, stride = 3
PASS: gsl_fft_complex_float_init, n = 37, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 37, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 37, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 37, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 37, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 37, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 37, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 37, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 37, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 37, stride = 3
PASS: gsl_fft_real_alloc, n = 37, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 37, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 37, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 37, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 37, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 37, stride = 3
PASS: gsl_fft_real_float_alloc, n = 37, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 37, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 37, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 37, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 37, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 37, stride = 3
PASS: gsl_fft_complex_alloc, n = 38, stride = 1
PASS: gsl_fft_complex_init, n = 38, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 38, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 38, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 38, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 38, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 38, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 38, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 38, stride = 1
PASS: gsl_fft_complex_float_init, n = 38, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 38, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 38, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 38, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 38, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 38, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 38, stride = 1
PASS: gsl_fft_real_alloc, n = 38, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 38, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 38, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 38, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 38, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 38, stride = 1
PASS: gsl_fft_real_float_alloc, n = 38, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 38, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 38, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 38, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 38, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 38, stride = 1
PASS: gsl_fft_complex_alloc, n = 38, stride = 2
PASS: gsl_fft_complex_init, n = 38, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 38, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 38, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 38, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 38, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 38, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 38, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 38, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 38, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 38, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 38, stride = 2
PASS: gsl_fft_complex_float_init, n = 38, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 38, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 38, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 38, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 38, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 38, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 38, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 38, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 38, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 38, stride = 2
PASS: gsl_fft_real_alloc, n = 38, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 38, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 38, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 38, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 38, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 38, stride = 2
PASS: gsl_fft_real_float_alloc, n = 38, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 38, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 38, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 38, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 38, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 38, stride = 2
PASS: gsl_fft_complex_alloc, n = 38, stride = 3
PASS: gsl_fft_complex_init, n = 38, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 38, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 38, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 38, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 38, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 38, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 38, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 38, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 38, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 38, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 38, stride = 3
PASS: gsl_fft_complex_float_init, n = 38, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 38, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 38, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 38, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 38, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 38, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 38, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 38, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 38, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 38, stride = 3
PASS: gsl_fft_real_alloc, n = 38, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 38, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 38, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 38, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 38, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 38, stride = 3
PASS: gsl_fft_real_float_alloc, n = 38, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 38, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 38, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 38, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 38, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 38, stride = 3
PASS: gsl_fft_complex_alloc, n = 39, stride = 1
PASS: gsl_fft_complex_init, n = 39, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 39, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 39, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 39, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 39, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 39, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 39, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 39, stride = 1
PASS: gsl_fft_complex_float_init, n = 39, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 39, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 39, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 39, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 39, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 39, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 39, stride = 1
PASS: gsl_fft_real_alloc, n = 39, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 39, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 39, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 39, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 39, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 39, stride = 1
PASS: gsl_fft_real_float_alloc, n = 39, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 39, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 39, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 39, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 39, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 39, stride = 1
PASS: gsl_fft_complex_alloc, n = 39, stride = 2
PASS: gsl_fft_complex_init, n = 39, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 39, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 39, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 39, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 39, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 39, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 39, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 39, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 39, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 39, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 39, stride = 2
PASS: gsl_fft_complex_float_init, n = 39, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 39, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 39, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 39, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 39, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 39, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 39, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 39, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 39, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 39, stride = 2
PASS: gsl_fft_real_alloc, n = 39, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 39, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 39, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 39, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 39, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 39, stride = 2
PASS: gsl_fft_real_float_alloc, n = 39, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 39, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 39, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 39, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 39, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 39, stride = 2
PASS: gsl_fft_complex_alloc, n = 39, stride = 3
PASS: gsl_fft_complex_init, n = 39, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 39, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 39, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 39, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 39, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 39, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 39, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 39, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 39, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 39, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 39, stride = 3
PASS: gsl_fft_complex_float_init, n = 39, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 39, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 39, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 39, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 39, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 39, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 39, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 39, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 39, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 39, stride = 3
PASS: gsl_fft_real_alloc, n = 39, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 39, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 39, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 39, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 39, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 39, stride = 3
PASS: gsl_fft_real_float_alloc, n = 39, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 39, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 39, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 39, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 39, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 39, stride = 3
PASS: gsl_fft_complex_alloc, n = 40, stride = 1
PASS: gsl_fft_complex_init, n = 40, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 40, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 40, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 40, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 40, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 40, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 40, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 40, stride = 1
PASS: gsl_fft_complex_float_init, n = 40, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 40, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 40, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 40, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 40, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 40, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 40, stride = 1
PASS: gsl_fft_real_alloc, n = 40, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 40, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 40, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 40, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 40, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 40, stride = 1
PASS: gsl_fft_real_float_alloc, n = 40, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 40, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 40, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 40, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 40, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 40, stride = 1
PASS: gsl_fft_complex_alloc, n = 40, stride = 2
PASS: gsl_fft_complex_init, n = 40, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 40, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 40, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 40, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 40, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 40, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 40, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 40, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 40, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 40, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 40, stride = 2
PASS: gsl_fft_complex_float_init, n = 40, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 40, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 40, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 40, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 40, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 40, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 40, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 40, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 40, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 40, stride = 2
PASS: gsl_fft_real_alloc, n = 40, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 40, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 40, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 40, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 40, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 40, stride = 2
PASS: gsl_fft_real_float_alloc, n = 40, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 40, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 40, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 40, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 40, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 40, stride = 2
PASS: gsl_fft_complex_alloc, n = 40, stride = 3
PASS: gsl_fft_complex_init, n = 40, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 40, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 40, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 40, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 40, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 40, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 40, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 40, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 40, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 40, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 40, stride = 3
PASS: gsl_fft_complex_float_init, n = 40, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 40, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 40, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 40, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 40, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 40, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 40, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 40, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 40, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 40, stride = 3
PASS: gsl_fft_real_alloc, n = 40, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 40, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 40, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 40, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 40, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 40, stride = 3
PASS: gsl_fft_real_float_alloc, n = 40, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 40, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 40, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 40, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 40, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 40, stride = 3
PASS: gsl_fft_complex_alloc, n = 41, stride = 1
PASS: gsl_fft_complex_init, n = 41, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 41, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 41, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 41, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 41, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 41, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 41, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 41, stride = 1
PASS: gsl_fft_complex_float_init, n = 41, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 41, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 41, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 41, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 41, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 41, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 41, stride = 1
PASS: gsl_fft_real_alloc, n = 41, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 41, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 41, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 41, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 41, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 41, stride = 1
PASS: gsl_fft_real_float_alloc, n = 41, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 41, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 41, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 41, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 41, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 41, stride = 1
PASS: gsl_fft_complex_alloc, n = 41, stride = 2
PASS: gsl_fft_complex_init, n = 41, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 41, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 41, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 41, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 41, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 41, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 41, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 41, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 41, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 41, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 41, stride = 2
PASS: gsl_fft_complex_float_init, n = 41, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 41, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 41, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 41, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 41, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 41, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 41, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 41, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 41, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 41, stride = 2
PASS: gsl_fft_real_alloc, n = 41, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 41, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 41, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 41, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 41, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 41, stride = 2
PASS: gsl_fft_real_float_alloc, n = 41, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 41, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 41, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 41, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 41, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 41, stride = 2
PASS: gsl_fft_complex_alloc, n = 41, stride = 3
PASS: gsl_fft_complex_init, n = 41, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 41, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 41, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 41, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 41, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 41, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 41, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 41, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 41, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 41, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 41, stride = 3
PASS: gsl_fft_complex_float_init, n = 41, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 41, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 41, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 41, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 41, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 41, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 41, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 41, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 41, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 41, stride = 3
PASS: gsl_fft_real_alloc, n = 41, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 41, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 41, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 41, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 41, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 41, stride = 3
PASS: gsl_fft_real_float_alloc, n = 41, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 41, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 41, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 41, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 41, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 41, stride = 3
PASS: gsl_fft_complex_alloc, n = 42, stride = 1
PASS: gsl_fft_complex_init, n = 42, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 42, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 42, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 42, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 42, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 42, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 42, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 42, stride = 1
PASS: gsl_fft_complex_float_init, n = 42, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 42, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 42, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 42, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 42, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 42, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 42, stride = 1
PASS: gsl_fft_real_alloc, n = 42, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 42, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 42, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 42, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 42, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 42, stride = 1
PASS: gsl_fft_real_float_alloc, n = 42, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 42, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 42, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 42, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 42, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 42, stride = 1
PASS: gsl_fft_complex_alloc, n = 42, stride = 2
PASS: gsl_fft_complex_init, n = 42, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 42, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 42, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 42, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 42, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 42, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 42, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 42, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 42, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 42, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 42, stride = 2
PASS: gsl_fft_complex_float_init, n = 42, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 42, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 42, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 42, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 42, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 42, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 42, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 42, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 42, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 42, stride = 2
PASS: gsl_fft_real_alloc, n = 42, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 42, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 42, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 42, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 42, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 42, stride = 2
PASS: gsl_fft_real_float_alloc, n = 42, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 42, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 42, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 42, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 42, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 42, stride = 2
PASS: gsl_fft_complex_alloc, n = 42, stride = 3
PASS: gsl_fft_complex_init, n = 42, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 42, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 42, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 42, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 42, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 42, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 42, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 42, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 42, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 42, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 42, stride = 3
PASS: gsl_fft_complex_float_init, n = 42, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 42, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 42, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 42, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 42, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 42, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 42, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 42, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 42, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 42, stride = 3
PASS: gsl_fft_real_alloc, n = 42, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 42, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 42, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 42, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 42, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 42, stride = 3
PASS: gsl_fft_real_float_alloc, n = 42, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 42, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 42, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 42, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 42, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 42, stride = 3
PASS: gsl_fft_complex_alloc, n = 43, stride = 1
PASS: gsl_fft_complex_init, n = 43, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 43, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 43, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 43, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 43, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 43, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 43, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 43, stride = 1
PASS: gsl_fft_complex_float_init, n = 43, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 43, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 43, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 43, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 43, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 43, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 43, stride = 1
PASS: gsl_fft_real_alloc, n = 43, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 43, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 43, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 43, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 43, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 43, stride = 1
PASS: gsl_fft_real_float_alloc, n = 43, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 43, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 43, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 43, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 43, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 43, stride = 1
PASS: gsl_fft_complex_alloc, n = 43, stride = 2
PASS: gsl_fft_complex_init, n = 43, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 43, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 43, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 43, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 43, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 43, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 43, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 43, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 43, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 43, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 43, stride = 2
PASS: gsl_fft_complex_float_init, n = 43, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 43, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 43, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 43, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 43, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 43, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 43, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 43, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 43, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 43, stride = 2
PASS: gsl_fft_real_alloc, n = 43, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 43, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 43, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 43, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 43, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 43, stride = 2
PASS: gsl_fft_real_float_alloc, n = 43, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 43, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 43, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 43, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 43, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 43, stride = 2
PASS: gsl_fft_complex_alloc, n = 43, stride = 3
PASS: gsl_fft_complex_init, n = 43, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 43, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 43, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 43, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 43, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 43, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 43, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 43, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 43, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 43, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 43, stride = 3
PASS: gsl_fft_complex_float_init, n = 43, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 43, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 43, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 43, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 43, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 43, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 43, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 43, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 43, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 43, stride = 3
PASS: gsl_fft_real_alloc, n = 43, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 43, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 43, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 43, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 43, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 43, stride = 3
PASS: gsl_fft_real_float_alloc, n = 43, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 43, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 43, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 43, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 43, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 43, stride = 3
PASS: gsl_fft_complex_alloc, n = 44, stride = 1
PASS: gsl_fft_complex_init, n = 44, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 44, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 44, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 44, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 44, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 44, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 44, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 44, stride = 1
PASS: gsl_fft_complex_float_init, n = 44, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 44, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 44, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 44, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 44, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 44, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 44, stride = 1
PASS: gsl_fft_real_alloc, n = 44, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 44, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 44, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 44, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 44, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 44, stride = 1
PASS: gsl_fft_real_float_alloc, n = 44, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 44, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 44, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 44, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 44, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 44, stride = 1
PASS: gsl_fft_complex_alloc, n = 44, stride = 2
PASS: gsl_fft_complex_init, n = 44, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 44, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 44, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 44, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 44, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 44, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 44, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 44, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 44, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 44, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 44, stride = 2
PASS: gsl_fft_complex_float_init, n = 44, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 44, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 44, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 44, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 44, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 44, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 44, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 44, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 44, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 44, stride = 2
PASS: gsl_fft_real_alloc, n = 44, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 44, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 44, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 44, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 44, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 44, stride = 2
PASS: gsl_fft_real_float_alloc, n = 44, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 44, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 44, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 44, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 44, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 44, stride = 2
PASS: gsl_fft_complex_alloc, n = 44, stride = 3
PASS: gsl_fft_complex_init, n = 44, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 44, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 44, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 44, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 44, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 44, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 44, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 44, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 44, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 44, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 44, stride = 3
PASS: gsl_fft_complex_float_init, n = 44, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 44, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 44, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 44, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 44, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 44, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 44, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 44, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 44, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 44, stride = 3
PASS: gsl_fft_real_alloc, n = 44, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 44, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 44, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 44, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 44, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 44, stride = 3
PASS: gsl_fft_real_float_alloc, n = 44, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 44, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 44, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 44, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 44, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 44, stride = 3
PASS: gsl_fft_complex_alloc, n = 45, stride = 1
PASS: gsl_fft_complex_init, n = 45, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 45, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 45, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 45, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 45, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 45, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 45, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 45, stride = 1
PASS: gsl_fft_complex_float_init, n = 45, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 45, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 45, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 45, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 45, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 45, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 45, stride = 1
PASS: gsl_fft_real_alloc, n = 45, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 45, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 45, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 45, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 45, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 45, stride = 1
PASS: gsl_fft_real_float_alloc, n = 45, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 45, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 45, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 45, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 45, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 45, stride = 1
PASS: gsl_fft_complex_alloc, n = 45, stride = 2
PASS: gsl_fft_complex_init, n = 45, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 45, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 45, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 45, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 45, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 45, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 45, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 45, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 45, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 45, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 45, stride = 2
PASS: gsl_fft_complex_float_init, n = 45, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 45, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 45, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 45, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 45, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 45, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 45, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 45, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 45, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 45, stride = 2
PASS: gsl_fft_real_alloc, n = 45, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 45, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 45, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 45, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 45, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 45, stride = 2
PASS: gsl_fft_real_float_alloc, n = 45, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 45, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 45, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 45, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 45, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 45, stride = 2
PASS: gsl_fft_complex_alloc, n = 45, stride = 3
PASS: gsl_fft_complex_init, n = 45, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 45, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 45, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 45, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 45, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 45, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 45, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 45, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 45, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 45, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 45, stride = 3
PASS: gsl_fft_complex_float_init, n = 45, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 45, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 45, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 45, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 45, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 45, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 45, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 45, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 45, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 45, stride = 3
PASS: gsl_fft_real_alloc, n = 45, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 45, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 45, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 45, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 45, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 45, stride = 3
PASS: gsl_fft_real_float_alloc, n = 45, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 45, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 45, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 45, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 45, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 45, stride = 3
PASS: gsl_fft_complex_alloc, n = 46, stride = 1
PASS: gsl_fft_complex_init, n = 46, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 46, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 46, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 46, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 46, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 46, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 46, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 46, stride = 1
PASS: gsl_fft_complex_float_init, n = 46, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 46, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 46, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 46, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 46, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 46, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 46, stride = 1
PASS: gsl_fft_real_alloc, n = 46, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 46, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 46, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 46, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 46, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 46, stride = 1
PASS: gsl_fft_real_float_alloc, n = 46, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 46, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 46, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 46, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 46, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 46, stride = 1
PASS: gsl_fft_complex_alloc, n = 46, stride = 2
PASS: gsl_fft_complex_init, n = 46, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 46, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 46, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 46, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 46, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 46, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 46, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 46, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 46, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 46, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 46, stride = 2
PASS: gsl_fft_complex_float_init, n = 46, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 46, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 46, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 46, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 46, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 46, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 46, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 46, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 46, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 46, stride = 2
PASS: gsl_fft_real_alloc, n = 46, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 46, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 46, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 46, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 46, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 46, stride = 2
PASS: gsl_fft_real_float_alloc, n = 46, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 46, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 46, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 46, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 46, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 46, stride = 2
PASS: gsl_fft_complex_alloc, n = 46, stride = 3
PASS: gsl_fft_complex_init, n = 46, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 46, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 46, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 46, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 46, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 46, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 46, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 46, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 46, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 46, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 46, stride = 3
PASS: gsl_fft_complex_float_init, n = 46, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 46, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 46, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 46, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 46, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 46, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 46, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 46, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 46, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 46, stride = 3
PASS: gsl_fft_real_alloc, n = 46, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 46, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 46, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 46, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 46, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 46, stride = 3
PASS: gsl_fft_real_float_alloc, n = 46, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 46, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 46, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 46, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 46, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 46, stride = 3
PASS: gsl_fft_complex_alloc, n = 47, stride = 1
PASS: gsl_fft_complex_init, n = 47, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 47, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 47, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 47, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 47, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 47, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 47, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 47, stride = 1
PASS: gsl_fft_complex_float_init, n = 47, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 47, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 47, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 47, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 47, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 47, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 47, stride = 1
PASS: gsl_fft_real_alloc, n = 47, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 47, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 47, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 47, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 47, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 47, stride = 1
PASS: gsl_fft_real_float_alloc, n = 47, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 47, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 47, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 47, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 47, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 47, stride = 1
PASS: gsl_fft_complex_alloc, n = 47, stride = 2
PASS: gsl_fft_complex_init, n = 47, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 47, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 47, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 47, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 47, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 47, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 47, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 47, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 47, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 47, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 47, stride = 2
PASS: gsl_fft_complex_float_init, n = 47, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 47, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 47, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 47, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 47, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 47, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 47, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 47, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 47, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 47, stride = 2
PASS: gsl_fft_real_alloc, n = 47, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 47, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 47, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 47, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 47, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 47, stride = 2
PASS: gsl_fft_real_float_alloc, n = 47, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 47, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 47, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 47, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 47, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 47, stride = 2
PASS: gsl_fft_complex_alloc, n = 47, stride = 3
PASS: gsl_fft_complex_init, n = 47, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 47, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 47, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 47, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 47, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 47, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 47, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 47, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 47, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 47, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 47, stride = 3
PASS: gsl_fft_complex_float_init, n = 47, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 47, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 47, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 47, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 47, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 47, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 47, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 47, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 47, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 47, stride = 3
PASS: gsl_fft_real_alloc, n = 47, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 47, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 47, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 47, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 47, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 47, stride = 3
PASS: gsl_fft_real_float_alloc, n = 47, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 47, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 47, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 47, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 47, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 47, stride = 3
PASS: gsl_fft_complex_alloc, n = 48, stride = 1
PASS: gsl_fft_complex_init, n = 48, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 48, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 48, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 48, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 48, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 48, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 48, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 48, stride = 1
PASS: gsl_fft_complex_float_init, n = 48, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 48, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 48, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 48, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 48, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 48, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 48, stride = 1
PASS: gsl_fft_real_alloc, n = 48, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 48, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 48, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 48, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 48, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 48, stride = 1
PASS: gsl_fft_real_float_alloc, n = 48, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 48, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 48, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 48, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 48, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 48, stride = 1
PASS: gsl_fft_complex_alloc, n = 48, stride = 2
PASS: gsl_fft_complex_init, n = 48, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 48, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 48, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 48, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 48, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 48, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 48, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 48, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 48, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 48, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 48, stride = 2
PASS: gsl_fft_complex_float_init, n = 48, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 48, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 48, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 48, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 48, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 48, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 48, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 48, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 48, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 48, stride = 2
PASS: gsl_fft_real_alloc, n = 48, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 48, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 48, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 48, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 48, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 48, stride = 2
PASS: gsl_fft_real_float_alloc, n = 48, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 48, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 48, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 48, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 48, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 48, stride = 2
PASS: gsl_fft_complex_alloc, n = 48, stride = 3
PASS: gsl_fft_complex_init, n = 48, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 48, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 48, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 48, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 48, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 48, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 48, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 48, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 48, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 48, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 48, stride = 3
PASS: gsl_fft_complex_float_init, n = 48, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 48, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 48, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 48, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 48, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 48, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 48, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 48, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 48, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 48, stride = 3
PASS: gsl_fft_real_alloc, n = 48, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 48, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 48, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 48, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 48, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 48, stride = 3
PASS: gsl_fft_real_float_alloc, n = 48, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 48, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 48, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 48, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 48, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 48, stride = 3
PASS: gsl_fft_complex_alloc, n = 49, stride = 1
PASS: gsl_fft_complex_init, n = 49, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 49, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 49, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 49, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 49, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 49, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 49, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 49, stride = 1
PASS: gsl_fft_complex_float_init, n = 49, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 49, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 49, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 49, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 49, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 49, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 49, stride = 1
PASS: gsl_fft_real_alloc, n = 49, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 49, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 49, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 49, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 49, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 49, stride = 1
PASS: gsl_fft_real_float_alloc, n = 49, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 49, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 49, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 49, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 49, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 49, stride = 1
PASS: gsl_fft_complex_alloc, n = 49, stride = 2
PASS: gsl_fft_complex_init, n = 49, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 49, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 49, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 49, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 49, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 49, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 49, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 49, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 49, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 49, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 49, stride = 2
PASS: gsl_fft_complex_float_init, n = 49, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 49, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 49, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 49, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 49, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 49, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 49, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 49, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 49, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 49, stride = 2
PASS: gsl_fft_real_alloc, n = 49, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 49, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 49, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 49, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 49, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 49, stride = 2
PASS: gsl_fft_real_float_alloc, n = 49, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 49, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 49, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 49, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 49, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 49, stride = 2
PASS: gsl_fft_complex_alloc, n = 49, stride = 3
PASS: gsl_fft_complex_init, n = 49, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 49, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 49, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 49, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 49, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 49, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 49, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 49, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 49, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 49, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 49, stride = 3
PASS: gsl_fft_complex_float_init, n = 49, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 49, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 49, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 49, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 49, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 49, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 49, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 49, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 49, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 49, stride = 3
PASS: gsl_fft_real_alloc, n = 49, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 49, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 49, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 49, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 49, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 49, stride = 3
PASS: gsl_fft_real_float_alloc, n = 49, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 49, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 49, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 49, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 49, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 49, stride = 3
PASS: gsl_fft_complex_alloc, n = 50, stride = 1
PASS: gsl_fft_complex_init, n = 50, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 50, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 50, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 50, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 50, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 50, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 50, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 50, stride = 1
PASS: gsl_fft_complex_float_init, n = 50, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 50, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 50, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 50, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 50, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 50, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 50, stride = 1
PASS: gsl_fft_real_alloc, n = 50, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 50, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 50, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 50, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 50, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 50, stride = 1
PASS: gsl_fft_real_float_alloc, n = 50, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 50, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 50, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 50, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 50, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 50, stride = 1
PASS: gsl_fft_complex_alloc, n = 50, stride = 2
PASS: gsl_fft_complex_init, n = 50, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 50, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 50, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 50, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 50, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 50, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 50, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 50, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 50, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 50, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 50, stride = 2
PASS: gsl_fft_complex_float_init, n = 50, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 50, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 50, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 50, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 50, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 50, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 50, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 50, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 50, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 50, stride = 2
PASS: gsl_fft_real_alloc, n = 50, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 50, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 50, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 50, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 50, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 50, stride = 2
PASS: gsl_fft_real_float_alloc, n = 50, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 50, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 50, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 50, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 50, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 50, stride = 2
PASS: gsl_fft_complex_alloc, n = 50, stride = 3
PASS: gsl_fft_complex_init, n = 50, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 50, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 50, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 50, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 50, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 50, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 50, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 50, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 50, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 50, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 50, stride = 3
PASS: gsl_fft_complex_float_init, n = 50, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 50, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 50, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 50, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 50, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 50, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 50, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 50, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 50, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 50, stride = 3
PASS: gsl_fft_real_alloc, n = 50, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 50, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 50, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 50, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 50, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 50, stride = 3
PASS: gsl_fft_real_float_alloc, n = 50, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 50, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 50, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 50, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 50, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 50, stride = 3
PASS: gsl_fft_complex_alloc, n = 51, stride = 1
PASS: gsl_fft_complex_init, n = 51, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 51, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 51, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 51, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 51, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 51, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 51, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 51, stride = 1
PASS: gsl_fft_complex_float_init, n = 51, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 51, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 51, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 51, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 51, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 51, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 51, stride = 1
PASS: gsl_fft_real_alloc, n = 51, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 51, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 51, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 51, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 51, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 51, stride = 1
PASS: gsl_fft_real_float_alloc, n = 51, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 51, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 51, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 51, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 51, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 51, stride = 1
PASS: gsl_fft_complex_alloc, n = 51, stride = 2
PASS: gsl_fft_complex_init, n = 51, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 51, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 51, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 51, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 51, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 51, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 51, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 51, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 51, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 51, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 51, stride = 2
PASS: gsl_fft_complex_float_init, n = 51, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 51, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 51, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 51, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 51, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 51, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 51, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 51, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 51, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 51, stride = 2
PASS: gsl_fft_real_alloc, n = 51, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 51, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 51, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 51, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 51, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 51, stride = 2
PASS: gsl_fft_real_float_alloc, n = 51, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 51, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 51, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 51, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 51, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 51, stride = 2
PASS: gsl_fft_complex_alloc, n = 51, stride = 3
PASS: gsl_fft_complex_init, n = 51, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 51, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 51, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 51, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 51, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 51, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 51, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 51, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 51, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 51, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 51, stride = 3
PASS: gsl_fft_complex_float_init, n = 51, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 51, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 51, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 51, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 51, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 51, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 51, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 51, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 51, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 51, stride = 3
PASS: gsl_fft_real_alloc, n = 51, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 51, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 51, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 51, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 51, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 51, stride = 3
PASS: gsl_fft_real_float_alloc, n = 51, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 51, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 51, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 51, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 51, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 51, stride = 3
PASS: gsl_fft_complex_alloc, n = 52, stride = 1
PASS: gsl_fft_complex_init, n = 52, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 52, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 52, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 52, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 52, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 52, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 52, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 52, stride = 1
PASS: gsl_fft_complex_float_init, n = 52, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 52, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 52, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 52, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 52, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 52, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 52, stride = 1
PASS: gsl_fft_real_alloc, n = 52, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 52, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 52, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 52, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 52, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 52, stride = 1
PASS: gsl_fft_real_float_alloc, n = 52, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 52, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 52, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 52, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 52, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 52, stride = 1
PASS: gsl_fft_complex_alloc, n = 52, stride = 2
PASS: gsl_fft_complex_init, n = 52, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 52, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 52, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 52, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 52, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 52, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 52, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 52, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 52, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 52, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 52, stride = 2
PASS: gsl_fft_complex_float_init, n = 52, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 52, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 52, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 52, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 52, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 52, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 52, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 52, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 52, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 52, stride = 2
PASS: gsl_fft_real_alloc, n = 52, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 52, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 52, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 52, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 52, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 52, stride = 2
PASS: gsl_fft_real_float_alloc, n = 52, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 52, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 52, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 52, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 52, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 52, stride = 2
PASS: gsl_fft_complex_alloc, n = 52, stride = 3
PASS: gsl_fft_complex_init, n = 52, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 52, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 52, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 52, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 52, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 52, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 52, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 52, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 52, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 52, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 52, stride = 3
PASS: gsl_fft_complex_float_init, n = 52, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 52, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 52, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 52, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 52, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 52, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 52, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 52, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 52, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 52, stride = 3
PASS: gsl_fft_real_alloc, n = 52, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 52, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 52, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 52, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 52, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 52, stride = 3
PASS: gsl_fft_real_float_alloc, n = 52, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 52, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 52, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 52, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 52, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 52, stride = 3
PASS: gsl_fft_complex_alloc, n = 53, stride = 1
PASS: gsl_fft_complex_init, n = 53, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 53, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 53, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 53, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 53, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 53, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 53, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 53, stride = 1
PASS: gsl_fft_complex_float_init, n = 53, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 53, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 53, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 53, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 53, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 53, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 53, stride = 1
PASS: gsl_fft_real_alloc, n = 53, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 53, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 53, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 53, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 53, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 53, stride = 1
PASS: gsl_fft_real_float_alloc, n = 53, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 53, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 53, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 53, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 53, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 53, stride = 1
PASS: gsl_fft_complex_alloc, n = 53, stride = 2
PASS: gsl_fft_complex_init, n = 53, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 53, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 53, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 53, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 53, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 53, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 53, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 53, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 53, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 53, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 53, stride = 2
PASS: gsl_fft_complex_float_init, n = 53, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 53, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 53, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 53, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 53, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 53, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 53, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 53, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 53, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 53, stride = 2
PASS: gsl_fft_real_alloc, n = 53, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 53, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 53, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 53, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 53, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 53, stride = 2
PASS: gsl_fft_real_float_alloc, n = 53, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 53, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 53, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 53, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 53, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 53, stride = 2
PASS: gsl_fft_complex_alloc, n = 53, stride = 3
PASS: gsl_fft_complex_init, n = 53, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 53, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 53, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 53, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 53, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 53, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 53, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 53, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 53, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 53, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 53, stride = 3
PASS: gsl_fft_complex_float_init, n = 53, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 53, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 53, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 53, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 53, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 53, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 53, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 53, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 53, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 53, stride = 3
PASS: gsl_fft_real_alloc, n = 53, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 53, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 53, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 53, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 53, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 53, stride = 3
PASS: gsl_fft_real_float_alloc, n = 53, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 53, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 53, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 53, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 53, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 53, stride = 3
PASS: gsl_fft_complex_alloc, n = 54, stride = 1
PASS: gsl_fft_complex_init, n = 54, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 54, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 54, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 54, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 54, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 54, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 54, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 54, stride = 1
PASS: gsl_fft_complex_float_init, n = 54, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 54, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 54, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 54, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 54, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 54, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 54, stride = 1
PASS: gsl_fft_real_alloc, n = 54, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 54, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 54, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 54, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 54, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 54, stride = 1
PASS: gsl_fft_real_float_alloc, n = 54, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 54, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 54, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 54, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 54, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 54, stride = 1
PASS: gsl_fft_complex_alloc, n = 54, stride = 2
PASS: gsl_fft_complex_init, n = 54, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 54, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 54, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 54, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 54, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 54, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 54, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 54, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 54, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 54, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 54, stride = 2
PASS: gsl_fft_complex_float_init, n = 54, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 54, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 54, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 54, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 54, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 54, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 54, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 54, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 54, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 54, stride = 2
PASS: gsl_fft_real_alloc, n = 54, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 54, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 54, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 54, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 54, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 54, stride = 2
PASS: gsl_fft_real_float_alloc, n = 54, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 54, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 54, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 54, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 54, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 54, stride = 2
PASS: gsl_fft_complex_alloc, n = 54, stride = 3
PASS: gsl_fft_complex_init, n = 54, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 54, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 54, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 54, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 54, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 54, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 54, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 54, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 54, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 54, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 54, stride = 3
PASS: gsl_fft_complex_float_init, n = 54, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 54, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 54, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 54, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 54, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 54, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 54, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 54, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 54, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 54, stride = 3
PASS: gsl_fft_real_alloc, n = 54, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 54, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 54, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 54, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 54, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 54, stride = 3
PASS: gsl_fft_real_float_alloc, n = 54, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 54, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 54, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 54, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 54, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 54, stride = 3
PASS: gsl_fft_complex_alloc, n = 55, stride = 1
PASS: gsl_fft_complex_init, n = 55, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 55, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 55, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 55, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 55, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 55, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 55, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 55, stride = 1
PASS: gsl_fft_complex_float_init, n = 55, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 55, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 55, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 55, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 55, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 55, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 55, stride = 1
PASS: gsl_fft_real_alloc, n = 55, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 55, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 55, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 55, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 55, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 55, stride = 1
PASS: gsl_fft_real_float_alloc, n = 55, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 55, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 55, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 55, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 55, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 55, stride = 1
PASS: gsl_fft_complex_alloc, n = 55, stride = 2
PASS: gsl_fft_complex_init, n = 55, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 55, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 55, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 55, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 55, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 55, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 55, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 55, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 55, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 55, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 55, stride = 2
PASS: gsl_fft_complex_float_init, n = 55, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 55, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 55, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 55, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 55, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 55, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 55, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 55, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 55, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 55, stride = 2
PASS: gsl_fft_real_alloc, n = 55, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 55, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 55, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 55, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 55, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 55, stride = 2
PASS: gsl_fft_real_float_alloc, n = 55, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 55, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 55, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 55, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 55, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 55, stride = 2
PASS: gsl_fft_complex_alloc, n = 55, stride = 3
PASS: gsl_fft_complex_init, n = 55, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 55, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 55, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 55, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 55, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 55, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 55, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 55, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 55, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 55, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 55, stride = 3
PASS: gsl_fft_complex_float_init, n = 55, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 55, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 55, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 55, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 55, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 55, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 55, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 55, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 55, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 55, stride = 3
PASS: gsl_fft_real_alloc, n = 55, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 55, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 55, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 55, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 55, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 55, stride = 3
PASS: gsl_fft_real_float_alloc, n = 55, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 55, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 55, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 55, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 55, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 55, stride = 3
PASS: gsl_fft_complex_alloc, n = 56, stride = 1
PASS: gsl_fft_complex_init, n = 56, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 56, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 56, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 56, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 56, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 56, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 56, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 56, stride = 1
PASS: gsl_fft_complex_float_init, n = 56, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 56, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 56, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 56, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 56, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 56, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 56, stride = 1
PASS: gsl_fft_real_alloc, n = 56, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 56, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 56, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 56, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 56, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 56, stride = 1
PASS: gsl_fft_real_float_alloc, n = 56, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 56, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 56, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 56, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 56, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 56, stride = 1
PASS: gsl_fft_complex_alloc, n = 56, stride = 2
PASS: gsl_fft_complex_init, n = 56, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 56, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 56, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 56, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 56, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 56, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 56, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 56, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 56, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 56, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 56, stride = 2
PASS: gsl_fft_complex_float_init, n = 56, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 56, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 56, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 56, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 56, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 56, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 56, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 56, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 56, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 56, stride = 2
PASS: gsl_fft_real_alloc, n = 56, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 56, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 56, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 56, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 56, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 56, stride = 2
PASS: gsl_fft_real_float_alloc, n = 56, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 56, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 56, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 56, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 56, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 56, stride = 2
PASS: gsl_fft_complex_alloc, n = 56, stride = 3
PASS: gsl_fft_complex_init, n = 56, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 56, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 56, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 56, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 56, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 56, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 56, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 56, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 56, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 56, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 56, stride = 3
PASS: gsl_fft_complex_float_init, n = 56, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 56, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 56, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 56, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 56, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 56, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 56, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 56, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 56, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 56, stride = 3
PASS: gsl_fft_real_alloc, n = 56, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 56, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 56, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 56, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 56, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 56, stride = 3
PASS: gsl_fft_real_float_alloc, n = 56, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 56, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 56, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 56, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 56, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 56, stride = 3
PASS: gsl_fft_complex_alloc, n = 57, stride = 1
PASS: gsl_fft_complex_init, n = 57, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 57, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 57, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 57, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 57, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 57, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 57, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 57, stride = 1
PASS: gsl_fft_complex_float_init, n = 57, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 57, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 57, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 57, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 57, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 57, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 57, stride = 1
PASS: gsl_fft_real_alloc, n = 57, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 57, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 57, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 57, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 57, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 57, stride = 1
PASS: gsl_fft_real_float_alloc, n = 57, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 57, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 57, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 57, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 57, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 57, stride = 1
PASS: gsl_fft_complex_alloc, n = 57, stride = 2
PASS: gsl_fft_complex_init, n = 57, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 57, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 57, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 57, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 57, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 57, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 57, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 57, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 57, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 57, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 57, stride = 2
PASS: gsl_fft_complex_float_init, n = 57, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 57, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 57, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 57, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 57, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 57, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 57, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 57, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 57, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 57, stride = 2
PASS: gsl_fft_real_alloc, n = 57, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 57, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 57, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 57, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 57, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 57, stride = 2
PASS: gsl_fft_real_float_alloc, n = 57, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 57, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 57, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 57, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 57, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 57, stride = 2
PASS: gsl_fft_complex_alloc, n = 57, stride = 3
PASS: gsl_fft_complex_init, n = 57, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 57, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 57, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 57, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 57, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 57, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 57, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 57, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 57, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 57, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 57, stride = 3
PASS: gsl_fft_complex_float_init, n = 57, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 57, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 57, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 57, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 57, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 57, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 57, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 57, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 57, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 57, stride = 3
PASS: gsl_fft_real_alloc, n = 57, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 57, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 57, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 57, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 57, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 57, stride = 3
PASS: gsl_fft_real_float_alloc, n = 57, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 57, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 57, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 57, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 57, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 57, stride = 3
PASS: gsl_fft_complex_alloc, n = 58, stride = 1
PASS: gsl_fft_complex_init, n = 58, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 58, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 58, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 58, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 58, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 58, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 58, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 58, stride = 1
PASS: gsl_fft_complex_float_init, n = 58, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 58, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 58, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 58, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 58, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 58, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 58, stride = 1
PASS: gsl_fft_real_alloc, n = 58, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 58, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 58, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 58, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 58, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 58, stride = 1
PASS: gsl_fft_real_float_alloc, n = 58, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 58, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 58, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 58, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 58, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 58, stride = 1
PASS: gsl_fft_complex_alloc, n = 58, stride = 2
PASS: gsl_fft_complex_init, n = 58, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 58, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 58, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 58, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 58, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 58, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 58, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 58, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 58, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 58, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 58, stride = 2
PASS: gsl_fft_complex_float_init, n = 58, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 58, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 58, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 58, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 58, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 58, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 58, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 58, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 58, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 58, stride = 2
PASS: gsl_fft_real_alloc, n = 58, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 58, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 58, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 58, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 58, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 58, stride = 2
PASS: gsl_fft_real_float_alloc, n = 58, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 58, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 58, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 58, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 58, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 58, stride = 2
PASS: gsl_fft_complex_alloc, n = 58, stride = 3
PASS: gsl_fft_complex_init, n = 58, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 58, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 58, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 58, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 58, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 58, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 58, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 58, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 58, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 58, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 58, stride = 3
PASS: gsl_fft_complex_float_init, n = 58, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 58, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 58, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 58, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 58, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 58, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 58, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 58, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 58, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 58, stride = 3
PASS: gsl_fft_real_alloc, n = 58, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 58, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 58, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 58, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 58, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 58, stride = 3
PASS: gsl_fft_real_float_alloc, n = 58, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 58, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 58, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 58, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 58, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 58, stride = 3
PASS: gsl_fft_complex_alloc, n = 59, stride = 1
PASS: gsl_fft_complex_init, n = 59, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 59, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 59, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 59, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 59, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 59, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 59, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 59, stride = 1
PASS: gsl_fft_complex_float_init, n = 59, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 59, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 59, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 59, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 59, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 59, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 59, stride = 1
PASS: gsl_fft_real_alloc, n = 59, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 59, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 59, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 59, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 59, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 59, stride = 1
PASS: gsl_fft_real_float_alloc, n = 59, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 59, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 59, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 59, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 59, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 59, stride = 1
PASS: gsl_fft_complex_alloc, n = 59, stride = 2
PASS: gsl_fft_complex_init, n = 59, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 59, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 59, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 59, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 59, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 59, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 59, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 59, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 59, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 59, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 59, stride = 2
PASS: gsl_fft_complex_float_init, n = 59, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 59, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 59, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 59, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 59, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 59, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 59, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 59, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 59, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 59, stride = 2
PASS: gsl_fft_real_alloc, n = 59, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 59, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 59, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 59, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 59, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 59, stride = 2
PASS: gsl_fft_real_float_alloc, n = 59, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 59, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 59, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 59, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 59, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 59, stride = 2
PASS: gsl_fft_complex_alloc, n = 59, stride = 3
PASS: gsl_fft_complex_init, n = 59, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 59, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 59, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 59, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 59, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 59, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 59, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 59, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 59, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 59, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 59, stride = 3
PASS: gsl_fft_complex_float_init, n = 59, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 59, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 59, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 59, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 59, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 59, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 59, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 59, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 59, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 59, stride = 3
PASS: gsl_fft_real_alloc, n = 59, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 59, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 59, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 59, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 59, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 59, stride = 3
PASS: gsl_fft_real_float_alloc, n = 59, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 59, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 59, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 59, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 59, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 59, stride = 3
PASS: gsl_fft_complex_alloc, n = 60, stride = 1
PASS: gsl_fft_complex_init, n = 60, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 60, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 60, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 60, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 60, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 60, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 60, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 60, stride = 1
PASS: gsl_fft_complex_float_init, n = 60, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 60, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 60, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 60, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 60, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 60, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 60, stride = 1
PASS: gsl_fft_real_alloc, n = 60, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 60, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 60, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 60, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 60, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 60, stride = 1
PASS: gsl_fft_real_float_alloc, n = 60, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 60, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 60, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 60, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 60, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 60, stride = 1
PASS: gsl_fft_complex_alloc, n = 60, stride = 2
PASS: gsl_fft_complex_init, n = 60, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 60, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 60, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 60, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 60, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 60, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 60, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 60, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 60, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 60, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 60, stride = 2
PASS: gsl_fft_complex_float_init, n = 60, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 60, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 60, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 60, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 60, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 60, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 60, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 60, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 60, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 60, stride = 2
PASS: gsl_fft_real_alloc, n = 60, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 60, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 60, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 60, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 60, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 60, stride = 2
PASS: gsl_fft_real_float_alloc, n = 60, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 60, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 60, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 60, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 60, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 60, stride = 2
PASS: gsl_fft_complex_alloc, n = 60, stride = 3
PASS: gsl_fft_complex_init, n = 60, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 60, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 60, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 60, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 60, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 60, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 60, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 60, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 60, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 60, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 60, stride = 3
PASS: gsl_fft_complex_float_init, n = 60, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 60, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 60, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 60, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 60, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 60, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 60, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 60, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 60, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 60, stride = 3
PASS: gsl_fft_real_alloc, n = 60, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 60, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 60, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 60, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 60, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 60, stride = 3
PASS: gsl_fft_real_float_alloc, n = 60, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 60, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 60, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 60, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 60, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 60, stride = 3
PASS: gsl_fft_complex_alloc, n = 61, stride = 1
PASS: gsl_fft_complex_init, n = 61, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 61, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 61, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 61, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 61, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 61, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 61, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 61, stride = 1
PASS: gsl_fft_complex_float_init, n = 61, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 61, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 61, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 61, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 61, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 61, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 61, stride = 1
PASS: gsl_fft_real_alloc, n = 61, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 61, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 61, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 61, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 61, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 61, stride = 1
PASS: gsl_fft_real_float_alloc, n = 61, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 61, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 61, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 61, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 61, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 61, stride = 1
PASS: gsl_fft_complex_alloc, n = 61, stride = 2
PASS: gsl_fft_complex_init, n = 61, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 61, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 61, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 61, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 61, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 61, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 61, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 61, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 61, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 61, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 61, stride = 2
PASS: gsl_fft_complex_float_init, n = 61, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 61, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 61, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 61, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 61, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 61, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 61, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 61, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 61, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 61, stride = 2
PASS: gsl_fft_real_alloc, n = 61, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 61, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 61, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 61, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 61, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 61, stride = 2
PASS: gsl_fft_real_float_alloc, n = 61, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 61, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 61, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 61, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 61, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 61, stride = 2
PASS: gsl_fft_complex_alloc, n = 61, stride = 3
PASS: gsl_fft_complex_init, n = 61, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 61, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 61, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 61, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 61, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 61, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 61, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 61, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 61, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 61, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 61, stride = 3
PASS: gsl_fft_complex_float_init, n = 61, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 61, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 61, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 61, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 61, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 61, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 61, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 61, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 61, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 61, stride = 3
PASS: gsl_fft_real_alloc, n = 61, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 61, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 61, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 61, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 61, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 61, stride = 3
PASS: gsl_fft_real_float_alloc, n = 61, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 61, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 61, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 61, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 61, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 61, stride = 3
PASS: gsl_fft_complex_alloc, n = 62, stride = 1
PASS: gsl_fft_complex_init, n = 62, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 62, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 62, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 62, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 62, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 62, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 62, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 62, stride = 1
PASS: gsl_fft_complex_float_init, n = 62, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 62, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 62, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 62, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 62, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 62, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 62, stride = 1
PASS: gsl_fft_real_alloc, n = 62, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 62, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 62, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 62, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 62, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 62, stride = 1
PASS: gsl_fft_real_float_alloc, n = 62, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 62, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 62, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 62, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 62, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 62, stride = 1
PASS: gsl_fft_complex_alloc, n = 62, stride = 2
PASS: gsl_fft_complex_init, n = 62, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 62, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 62, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 62, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 62, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 62, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 62, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 62, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 62, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 62, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 62, stride = 2
PASS: gsl_fft_complex_float_init, n = 62, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 62, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 62, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 62, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 62, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 62, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 62, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 62, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 62, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 62, stride = 2
PASS: gsl_fft_real_alloc, n = 62, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 62, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 62, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 62, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 62, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 62, stride = 2
PASS: gsl_fft_real_float_alloc, n = 62, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 62, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 62, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 62, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 62, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 62, stride = 2
PASS: gsl_fft_complex_alloc, n = 62, stride = 3
PASS: gsl_fft_complex_init, n = 62, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 62, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 62, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 62, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 62, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 62, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 62, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 62, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 62, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 62, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 62, stride = 3
PASS: gsl_fft_complex_float_init, n = 62, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 62, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 62, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 62, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 62, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 62, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 62, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 62, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 62, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 62, stride = 3
PASS: gsl_fft_real_alloc, n = 62, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 62, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 62, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 62, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 62, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 62, stride = 3
PASS: gsl_fft_real_float_alloc, n = 62, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 62, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 62, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 62, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 62, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 62, stride = 3
PASS: gsl_fft_complex_alloc, n = 63, stride = 1
PASS: gsl_fft_complex_init, n = 63, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 63, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 63, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 63, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 63, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 63, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 63, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 63, stride = 1
PASS: gsl_fft_complex_float_init, n = 63, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 63, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 63, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 63, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 63, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 63, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 63, stride = 1
PASS: gsl_fft_real_alloc, n = 63, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 63, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 63, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 63, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 63, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 63, stride = 1
PASS: gsl_fft_real_float_alloc, n = 63, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 63, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 63, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 63, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 63, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 63, stride = 1
PASS: gsl_fft_complex_alloc, n = 63, stride = 2
PASS: gsl_fft_complex_init, n = 63, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 63, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 63, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 63, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 63, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 63, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 63, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 63, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 63, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 63, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 63, stride = 2
PASS: gsl_fft_complex_float_init, n = 63, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 63, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 63, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 63, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 63, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 63, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 63, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 63, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 63, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 63, stride = 2
PASS: gsl_fft_real_alloc, n = 63, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 63, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 63, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 63, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 63, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 63, stride = 2
PASS: gsl_fft_real_float_alloc, n = 63, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 63, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 63, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 63, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 63, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 63, stride = 2
PASS: gsl_fft_complex_alloc, n = 63, stride = 3
PASS: gsl_fft_complex_init, n = 63, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 63, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 63, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 63, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 63, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 63, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 63, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 63, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 63, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 63, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 63, stride = 3
PASS: gsl_fft_complex_float_init, n = 63, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 63, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 63, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 63, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 63, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 63, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 63, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 63, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 63, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 63, stride = 3
PASS: gsl_fft_real_alloc, n = 63, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 63, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 63, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 63, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 63, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 63, stride = 3
PASS: gsl_fft_real_float_alloc, n = 63, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 63, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 63, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 63, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 63, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 63, stride = 3
PASS: gsl_fft_complex_alloc, n = 64, stride = 1
PASS: gsl_fft_complex_init, n = 64, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 64, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 64, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 64, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 64, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 64, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 64, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 64, stride = 1
PASS: gsl_fft_complex_float_init, n = 64, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 64, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 64, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 64, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 64, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 64, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 64, stride = 1
PASS: gsl_fft_real_alloc, n = 64, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 64, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 64, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 64, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 64, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 64, stride = 1
PASS: gsl_fft_real_float_alloc, n = 64, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 64, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 64, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 64, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 64, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 64, stride = 1
PASS: gsl_fft_complex_alloc, n = 64, stride = 2
PASS: gsl_fft_complex_init, n = 64, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 64, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 64, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 64, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 64, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 64, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 64, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 64, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 64, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 64, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 64, stride = 2
PASS: gsl_fft_complex_float_init, n = 64, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 64, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 64, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 64, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 64, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 64, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 64, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 64, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 64, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 64, stride = 2
PASS: gsl_fft_real_alloc, n = 64, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 64, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 64, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 64, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 64, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 64, stride = 2
PASS: gsl_fft_real_float_alloc, n = 64, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 64, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 64, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 64, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 64, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 64, stride = 2
PASS: gsl_fft_complex_alloc, n = 64, stride = 3
PASS: gsl_fft_complex_init, n = 64, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 64, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 64, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 64, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 64, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 64, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 64, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 64, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 64, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 64, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 64, stride = 3
PASS: gsl_fft_complex_float_init, n = 64, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 64, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 64, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 64, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 64, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 64, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 64, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 64, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 64, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 64, stride = 3
PASS: gsl_fft_real_alloc, n = 64, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 64, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 64, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 64, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 64, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 64, stride = 3
PASS: gsl_fft_real_float_alloc, n = 64, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 64, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 64, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 64, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 64, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 64, stride = 3
PASS: gsl_fft_complex_alloc, n = 65, stride = 1
PASS: gsl_fft_complex_init, n = 65, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 65, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 65, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 65, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 65, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 65, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 65, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 65, stride = 1
PASS: gsl_fft_complex_float_init, n = 65, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 65, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 65, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 65, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 65, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 65, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 65, stride = 1
PASS: gsl_fft_real_alloc, n = 65, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 65, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 65, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 65, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 65, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 65, stride = 1
PASS: gsl_fft_real_float_alloc, n = 65, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 65, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 65, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 65, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 65, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 65, stride = 1
PASS: gsl_fft_complex_alloc, n = 65, stride = 2
PASS: gsl_fft_complex_init, n = 65, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 65, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 65, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 65, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 65, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 65, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 65, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 65, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 65, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 65, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 65, stride = 2
PASS: gsl_fft_complex_float_init, n = 65, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 65, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 65, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 65, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 65, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 65, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 65, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 65, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 65, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 65, stride = 2
PASS: gsl_fft_real_alloc, n = 65, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 65, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 65, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 65, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 65, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 65, stride = 2
PASS: gsl_fft_real_float_alloc, n = 65, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 65, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 65, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 65, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 65, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 65, stride = 2
PASS: gsl_fft_complex_alloc, n = 65, stride = 3
PASS: gsl_fft_complex_init, n = 65, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 65, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 65, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 65, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 65, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 65, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 65, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 65, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 65, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 65, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 65, stride = 3
PASS: gsl_fft_complex_float_init, n = 65, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 65, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 65, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 65, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 65, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 65, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 65, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 65, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 65, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 65, stride = 3
PASS: gsl_fft_real_alloc, n = 65, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 65, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 65, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 65, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 65, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 65, stride = 3
PASS: gsl_fft_real_float_alloc, n = 65, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 65, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 65, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 65, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 65, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 65, stride = 3
PASS: gsl_fft_complex_alloc, n = 66, stride = 1
PASS: gsl_fft_complex_init, n = 66, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 66, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 66, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 66, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 66, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 66, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 66, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 66, stride = 1
PASS: gsl_fft_complex_float_init, n = 66, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 66, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 66, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 66, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 66, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 66, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 66, stride = 1
PASS: gsl_fft_real_alloc, n = 66, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 66, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 66, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 66, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 66, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 66, stride = 1
PASS: gsl_fft_real_float_alloc, n = 66, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 66, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 66, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 66, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 66, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 66, stride = 1
PASS: gsl_fft_complex_alloc, n = 66, stride = 2
PASS: gsl_fft_complex_init, n = 66, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 66, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 66, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 66, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 66, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 66, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 66, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 66, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 66, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 66, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 66, stride = 2
PASS: gsl_fft_complex_float_init, n = 66, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 66, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 66, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 66, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 66, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 66, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 66, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 66, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 66, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 66, stride = 2
PASS: gsl_fft_real_alloc, n = 66, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 66, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 66, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 66, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 66, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 66, stride = 2
PASS: gsl_fft_real_float_alloc, n = 66, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 66, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 66, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 66, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 66, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 66, stride = 2
PASS: gsl_fft_complex_alloc, n = 66, stride = 3
PASS: gsl_fft_complex_init, n = 66, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 66, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 66, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 66, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 66, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 66, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 66, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 66, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 66, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 66, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 66, stride = 3
PASS: gsl_fft_complex_float_init, n = 66, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 66, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 66, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 66, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 66, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 66, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 66, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 66, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 66, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 66, stride = 3
PASS: gsl_fft_real_alloc, n = 66, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 66, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 66, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 66, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 66, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 66, stride = 3
PASS: gsl_fft_real_float_alloc, n = 66, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 66, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 66, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 66, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 66, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 66, stride = 3
PASS: gsl_fft_complex_alloc, n = 67, stride = 1
PASS: gsl_fft_complex_init, n = 67, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 67, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 67, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 67, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 67, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 67, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 67, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 67, stride = 1
PASS: gsl_fft_complex_float_init, n = 67, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 67, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 67, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 67, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 67, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 67, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 67, stride = 1
PASS: gsl_fft_real_alloc, n = 67, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 67, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 67, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 67, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 67, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 67, stride = 1
PASS: gsl_fft_real_float_alloc, n = 67, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 67, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 67, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 67, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 67, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 67, stride = 1
PASS: gsl_fft_complex_alloc, n = 67, stride = 2
PASS: gsl_fft_complex_init, n = 67, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 67, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 67, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 67, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 67, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 67, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 67, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 67, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 67, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 67, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 67, stride = 2
PASS: gsl_fft_complex_float_init, n = 67, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 67, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 67, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 67, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 67, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 67, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 67, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 67, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 67, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 67, stride = 2
PASS: gsl_fft_real_alloc, n = 67, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 67, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 67, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 67, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 67, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 67, stride = 2
PASS: gsl_fft_real_float_alloc, n = 67, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 67, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 67, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 67, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 67, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 67, stride = 2
PASS: gsl_fft_complex_alloc, n = 67, stride = 3
PASS: gsl_fft_complex_init, n = 67, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 67, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 67, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 67, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 67, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 67, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 67, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 67, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 67, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 67, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 67, stride = 3
PASS: gsl_fft_complex_float_init, n = 67, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 67, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 67, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 67, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 67, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 67, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 67, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 67, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 67, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 67, stride = 3
PASS: gsl_fft_real_alloc, n = 67, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 67, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 67, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 67, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 67, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 67, stride = 3
PASS: gsl_fft_real_float_alloc, n = 67, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 67, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 67, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 67, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 67, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 67, stride = 3
PASS: gsl_fft_complex_alloc, n = 68, stride = 1
PASS: gsl_fft_complex_init, n = 68, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 68, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 68, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 68, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 68, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 68, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 68, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 68, stride = 1
PASS: gsl_fft_complex_float_init, n = 68, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 68, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 68, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 68, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 68, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 68, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 68, stride = 1
PASS: gsl_fft_real_alloc, n = 68, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 68, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 68, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 68, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 68, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 68, stride = 1
PASS: gsl_fft_real_float_alloc, n = 68, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 68, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 68, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 68, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 68, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 68, stride = 1
PASS: gsl_fft_complex_alloc, n = 68, stride = 2
PASS: gsl_fft_complex_init, n = 68, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 68, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 68, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 68, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 68, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 68, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 68, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 68, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 68, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 68, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 68, stride = 2
PASS: gsl_fft_complex_float_init, n = 68, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 68, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 68, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 68, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 68, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 68, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 68, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 68, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 68, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 68, stride = 2
PASS: gsl_fft_real_alloc, n = 68, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 68, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 68, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 68, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 68, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 68, stride = 2
PASS: gsl_fft_real_float_alloc, n = 68, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 68, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 68, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 68, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 68, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 68, stride = 2
PASS: gsl_fft_complex_alloc, n = 68, stride = 3
PASS: gsl_fft_complex_init, n = 68, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 68, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 68, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 68, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 68, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 68, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 68, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 68, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 68, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 68, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 68, stride = 3
PASS: gsl_fft_complex_float_init, n = 68, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 68, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 68, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 68, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 68, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 68, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 68, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 68, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 68, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 68, stride = 3
PASS: gsl_fft_real_alloc, n = 68, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 68, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 68, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 68, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 68, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 68, stride = 3
PASS: gsl_fft_real_float_alloc, n = 68, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 68, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 68, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 68, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 68, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 68, stride = 3
PASS: gsl_fft_complex_alloc, n = 69, stride = 1
PASS: gsl_fft_complex_init, n = 69, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 69, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 69, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 69, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 69, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 69, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 69, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 69, stride = 1
PASS: gsl_fft_complex_float_init, n = 69, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 69, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 69, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 69, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 69, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 69, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 69, stride = 1
PASS: gsl_fft_real_alloc, n = 69, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 69, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 69, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 69, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 69, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 69, stride = 1
PASS: gsl_fft_real_float_alloc, n = 69, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 69, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 69, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 69, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 69, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 69, stride = 1
PASS: gsl_fft_complex_alloc, n = 69, stride = 2
PASS: gsl_fft_complex_init, n = 69, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 69, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 69, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 69, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 69, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 69, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 69, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 69, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 69, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 69, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 69, stride = 2
PASS: gsl_fft_complex_float_init, n = 69, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 69, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 69, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 69, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 69, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 69, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 69, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 69, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 69, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 69, stride = 2
PASS: gsl_fft_real_alloc, n = 69, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 69, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 69, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 69, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 69, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 69, stride = 2
PASS: gsl_fft_real_float_alloc, n = 69, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 69, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 69, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 69, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 69, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 69, stride = 2
PASS: gsl_fft_complex_alloc, n = 69, stride = 3
PASS: gsl_fft_complex_init, n = 69, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 69, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 69, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 69, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 69, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 69, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 69, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 69, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 69, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 69, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 69, stride = 3
PASS: gsl_fft_complex_float_init, n = 69, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 69, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 69, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 69, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 69, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 69, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 69, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 69, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 69, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 69, stride = 3
PASS: gsl_fft_real_alloc, n = 69, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 69, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 69, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 69, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 69, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 69, stride = 3
PASS: gsl_fft_real_float_alloc, n = 69, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 69, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 69, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 69, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 69, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 69, stride = 3
PASS: gsl_fft_complex_alloc, n = 70, stride = 1
PASS: gsl_fft_complex_init, n = 70, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 70, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 70, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 70, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 70, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 70, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 70, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 70, stride = 1
PASS: gsl_fft_complex_float_init, n = 70, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 70, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 70, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 70, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 70, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 70, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 70, stride = 1
PASS: gsl_fft_real_alloc, n = 70, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 70, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 70, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 70, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 70, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 70, stride = 1
PASS: gsl_fft_real_float_alloc, n = 70, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 70, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 70, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 70, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 70, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 70, stride = 1
PASS: gsl_fft_complex_alloc, n = 70, stride = 2
PASS: gsl_fft_complex_init, n = 70, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 70, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 70, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 70, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 70, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 70, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 70, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 70, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 70, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 70, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 70, stride = 2
PASS: gsl_fft_complex_float_init, n = 70, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 70, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 70, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 70, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 70, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 70, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 70, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 70, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 70, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 70, stride = 2
PASS: gsl_fft_real_alloc, n = 70, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 70, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 70, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 70, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 70, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 70, stride = 2
PASS: gsl_fft_real_float_alloc, n = 70, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 70, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 70, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 70, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 70, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 70, stride = 2
PASS: gsl_fft_complex_alloc, n = 70, stride = 3
PASS: gsl_fft_complex_init, n = 70, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 70, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 70, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 70, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 70, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 70, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 70, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 70, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 70, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 70, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 70, stride = 3
PASS: gsl_fft_complex_float_init, n = 70, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 70, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 70, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 70, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 70, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 70, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 70, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 70, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 70, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 70, stride = 3
PASS: gsl_fft_real_alloc, n = 70, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 70, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 70, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 70, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 70, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 70, stride = 3
PASS: gsl_fft_real_float_alloc, n = 70, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 70, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 70, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 70, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 70, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 70, stride = 3
PASS: gsl_fft_complex_alloc, n = 71, stride = 1
PASS: gsl_fft_complex_init, n = 71, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 71, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 71, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 71, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 71, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 71, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 71, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 71, stride = 1
PASS: gsl_fft_complex_float_init, n = 71, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 71, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 71, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 71, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 71, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 71, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 71, stride = 1
PASS: gsl_fft_real_alloc, n = 71, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 71, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 71, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 71, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 71, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 71, stride = 1
PASS: gsl_fft_real_float_alloc, n = 71, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 71, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 71, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 71, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 71, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 71, stride = 1
PASS: gsl_fft_complex_alloc, n = 71, stride = 2
PASS: gsl_fft_complex_init, n = 71, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 71, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 71, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 71, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 71, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 71, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 71, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 71, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 71, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 71, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 71, stride = 2
PASS: gsl_fft_complex_float_init, n = 71, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 71, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 71, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 71, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 71, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 71, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 71, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 71, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 71, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 71, stride = 2
PASS: gsl_fft_real_alloc, n = 71, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 71, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 71, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 71, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 71, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 71, stride = 2
PASS: gsl_fft_real_float_alloc, n = 71, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 71, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 71, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 71, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 71, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 71, stride = 2
PASS: gsl_fft_complex_alloc, n = 71, stride = 3
PASS: gsl_fft_complex_init, n = 71, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 71, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 71, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 71, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 71, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 71, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 71, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 71, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 71, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 71, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 71, stride = 3
PASS: gsl_fft_complex_float_init, n = 71, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 71, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 71, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 71, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 71, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 71, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 71, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 71, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 71, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 71, stride = 3
PASS: gsl_fft_real_alloc, n = 71, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 71, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 71, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 71, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 71, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 71, stride = 3
PASS: gsl_fft_real_float_alloc, n = 71, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 71, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 71, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 71, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 71, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 71, stride = 3
PASS: gsl_fft_complex_alloc, n = 72, stride = 1
PASS: gsl_fft_complex_init, n = 72, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 72, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 72, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 72, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 72, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 72, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 72, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 72, stride = 1
PASS: gsl_fft_complex_float_init, n = 72, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 72, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 72, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 72, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 72, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 72, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 72, stride = 1
PASS: gsl_fft_real_alloc, n = 72, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 72, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 72, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 72, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 72, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 72, stride = 1
PASS: gsl_fft_real_float_alloc, n = 72, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 72, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 72, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 72, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 72, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 72, stride = 1
PASS: gsl_fft_complex_alloc, n = 72, stride = 2
PASS: gsl_fft_complex_init, n = 72, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 72, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 72, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 72, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 72, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 72, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 72, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 72, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 72, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 72, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 72, stride = 2
PASS: gsl_fft_complex_float_init, n = 72, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 72, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 72, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 72, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 72, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 72, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 72, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 72, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 72, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 72, stride = 2
PASS: gsl_fft_real_alloc, n = 72, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 72, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 72, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 72, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 72, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 72, stride = 2
PASS: gsl_fft_real_float_alloc, n = 72, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 72, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 72, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 72, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 72, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 72, stride = 2
PASS: gsl_fft_complex_alloc, n = 72, stride = 3
PASS: gsl_fft_complex_init, n = 72, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 72, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 72, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 72, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 72, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 72, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 72, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 72, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 72, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 72, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 72, stride = 3
PASS: gsl_fft_complex_float_init, n = 72, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 72, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 72, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 72, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 72, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 72, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 72, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 72, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 72, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 72, stride = 3
PASS: gsl_fft_real_alloc, n = 72, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 72, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 72, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 72, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 72, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 72, stride = 3
PASS: gsl_fft_real_float_alloc, n = 72, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 72, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 72, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 72, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 72, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 72, stride = 3
PASS: gsl_fft_complex_alloc, n = 73, stride = 1
PASS: gsl_fft_complex_init, n = 73, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 73, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 73, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 73, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 73, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 73, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 73, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 73, stride = 1
PASS: gsl_fft_complex_float_init, n = 73, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 73, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 73, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 73, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 73, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 73, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 73, stride = 1
PASS: gsl_fft_real_alloc, n = 73, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 73, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 73, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 73, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 73, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 73, stride = 1
PASS: gsl_fft_real_float_alloc, n = 73, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 73, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 73, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 73, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 73, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 73, stride = 1
PASS: gsl_fft_complex_alloc, n = 73, stride = 2
PASS: gsl_fft_complex_init, n = 73, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 73, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 73, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 73, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 73, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 73, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 73, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 73, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 73, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 73, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 73, stride = 2
PASS: gsl_fft_complex_float_init, n = 73, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 73, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 73, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 73, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 73, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 73, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 73, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 73, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 73, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 73, stride = 2
PASS: gsl_fft_real_alloc, n = 73, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 73, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 73, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 73, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 73, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 73, stride = 2
PASS: gsl_fft_real_float_alloc, n = 73, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 73, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 73, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 73, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 73, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 73, stride = 2
PASS: gsl_fft_complex_alloc, n = 73, stride = 3
PASS: gsl_fft_complex_init, n = 73, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 73, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 73, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 73, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 73, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 73, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 73, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 73, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 73, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 73, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 73, stride = 3
PASS: gsl_fft_complex_float_init, n = 73, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 73, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 73, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 73, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 73, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 73, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 73, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 73, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 73, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 73, stride = 3
PASS: gsl_fft_real_alloc, n = 73, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 73, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 73, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 73, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 73, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 73, stride = 3
PASS: gsl_fft_real_float_alloc, n = 73, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 73, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 73, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 73, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 73, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 73, stride = 3
PASS: gsl_fft_complex_alloc, n = 74, stride = 1
PASS: gsl_fft_complex_init, n = 74, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 74, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 74, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 74, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 74, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 74, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 74, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 74, stride = 1
PASS: gsl_fft_complex_float_init, n = 74, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 74, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 74, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 74, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 74, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 74, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 74, stride = 1
PASS: gsl_fft_real_alloc, n = 74, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 74, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 74, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 74, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 74, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 74, stride = 1
PASS: gsl_fft_real_float_alloc, n = 74, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 74, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 74, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 74, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 74, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 74, stride = 1
PASS: gsl_fft_complex_alloc, n = 74, stride = 2
PASS: gsl_fft_complex_init, n = 74, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 74, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 74, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 74, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 74, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 74, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 74, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 74, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 74, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 74, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 74, stride = 2
PASS: gsl_fft_complex_float_init, n = 74, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 74, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 74, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 74, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 74, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 74, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 74, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 74, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 74, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 74, stride = 2
PASS: gsl_fft_real_alloc, n = 74, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 74, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 74, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 74, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 74, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 74, stride = 2
PASS: gsl_fft_real_float_alloc, n = 74, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 74, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 74, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 74, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 74, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 74, stride = 2
PASS: gsl_fft_complex_alloc, n = 74, stride = 3
PASS: gsl_fft_complex_init, n = 74, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 74, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 74, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 74, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 74, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 74, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 74, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 74, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 74, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 74, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 74, stride = 3
PASS: gsl_fft_complex_float_init, n = 74, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 74, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 74, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 74, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 74, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 74, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 74, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 74, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 74, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 74, stride = 3
PASS: gsl_fft_real_alloc, n = 74, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 74, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 74, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 74, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 74, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 74, stride = 3
PASS: gsl_fft_real_float_alloc, n = 74, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 74, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 74, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 74, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 74, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 74, stride = 3
PASS: gsl_fft_complex_alloc, n = 75, stride = 1
PASS: gsl_fft_complex_init, n = 75, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 75, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 75, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 75, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 75, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 75, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 75, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 75, stride = 1
PASS: gsl_fft_complex_float_init, n = 75, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 75, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 75, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 75, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 75, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 75, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 75, stride = 1
PASS: gsl_fft_real_alloc, n = 75, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 75, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 75, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 75, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 75, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 75, stride = 1
PASS: gsl_fft_real_float_alloc, n = 75, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 75, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 75, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 75, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 75, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 75, stride = 1
PASS: gsl_fft_complex_alloc, n = 75, stride = 2
PASS: gsl_fft_complex_init, n = 75, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 75, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 75, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 75, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 75, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 75, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 75, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 75, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 75, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 75, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 75, stride = 2
PASS: gsl_fft_complex_float_init, n = 75, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 75, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 75, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 75, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 75, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 75, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 75, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 75, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 75, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 75, stride = 2
PASS: gsl_fft_real_alloc, n = 75, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 75, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 75, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 75, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 75, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 75, stride = 2
PASS: gsl_fft_real_float_alloc, n = 75, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 75, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 75, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 75, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 75, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 75, stride = 2
PASS: gsl_fft_complex_alloc, n = 75, stride = 3
PASS: gsl_fft_complex_init, n = 75, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 75, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 75, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 75, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 75, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 75, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 75, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 75, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 75, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 75, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 75, stride = 3
PASS: gsl_fft_complex_float_init, n = 75, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 75, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 75, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 75, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 75, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 75, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 75, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 75, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 75, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 75, stride = 3
PASS: gsl_fft_real_alloc, n = 75, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 75, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 75, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 75, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 75, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 75, stride = 3
PASS: gsl_fft_real_float_alloc, n = 75, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 75, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 75, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 75, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 75, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 75, stride = 3
PASS: gsl_fft_complex_alloc, n = 76, stride = 1
PASS: gsl_fft_complex_init, n = 76, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 76, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 76, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 76, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 76, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 76, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 76, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 76, stride = 1
PASS: gsl_fft_complex_float_init, n = 76, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 76, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 76, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 76, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 76, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 76, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 76, stride = 1
PASS: gsl_fft_real_alloc, n = 76, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 76, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 76, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 76, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 76, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 76, stride = 1
PASS: gsl_fft_real_float_alloc, n = 76, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 76, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 76, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 76, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 76, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 76, stride = 1
PASS: gsl_fft_complex_alloc, n = 76, stride = 2
PASS: gsl_fft_complex_init, n = 76, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 76, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 76, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 76, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 76, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 76, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 76, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 76, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 76, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 76, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 76, stride = 2
PASS: gsl_fft_complex_float_init, n = 76, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 76, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 76, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 76, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 76, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 76, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 76, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 76, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 76, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 76, stride = 2
PASS: gsl_fft_real_alloc, n = 76, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 76, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 76, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 76, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 76, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 76, stride = 2
PASS: gsl_fft_real_float_alloc, n = 76, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 76, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 76, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 76, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 76, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 76, stride = 2
PASS: gsl_fft_complex_alloc, n = 76, stride = 3
PASS: gsl_fft_complex_init, n = 76, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 76, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 76, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 76, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 76, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 76, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 76, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 76, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 76, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 76, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 76, stride = 3
PASS: gsl_fft_complex_float_init, n = 76, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 76, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 76, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 76, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 76, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 76, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 76, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 76, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 76, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 76, stride = 3
PASS: gsl_fft_real_alloc, n = 76, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 76, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 76, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 76, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 76, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 76, stride = 3
PASS: gsl_fft_real_float_alloc, n = 76, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 76, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 76, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 76, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 76, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 76, stride = 3
PASS: gsl_fft_complex_alloc, n = 77, stride = 1
PASS: gsl_fft_complex_init, n = 77, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 77, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 77, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 77, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 77, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 77, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 77, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 77, stride = 1
PASS: gsl_fft_complex_float_init, n = 77, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 77, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 77, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 77, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 77, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 77, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 77, stride = 1
PASS: gsl_fft_real_alloc, n = 77, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 77, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 77, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 77, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 77, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 77, stride = 1
PASS: gsl_fft_real_float_alloc, n = 77, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 77, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 77, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 77, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 77, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 77, stride = 1
PASS: gsl_fft_complex_alloc, n = 77, stride = 2
PASS: gsl_fft_complex_init, n = 77, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 77, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 77, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 77, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 77, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 77, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 77, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 77, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 77, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 77, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 77, stride = 2
PASS: gsl_fft_complex_float_init, n = 77, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 77, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 77, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 77, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 77, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 77, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 77, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 77, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 77, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 77, stride = 2
PASS: gsl_fft_real_alloc, n = 77, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 77, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 77, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 77, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 77, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 77, stride = 2
PASS: gsl_fft_real_float_alloc, n = 77, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 77, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 77, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 77, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 77, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 77, stride = 2
PASS: gsl_fft_complex_alloc, n = 77, stride = 3
PASS: gsl_fft_complex_init, n = 77, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 77, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 77, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 77, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 77, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 77, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 77, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 77, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 77, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 77, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 77, stride = 3
PASS: gsl_fft_complex_float_init, n = 77, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 77, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 77, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 77, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 77, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 77, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 77, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 77, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 77, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 77, stride = 3
PASS: gsl_fft_real_alloc, n = 77, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 77, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 77, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 77, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 77, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 77, stride = 3
PASS: gsl_fft_real_float_alloc, n = 77, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 77, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 77, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 77, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 77, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 77, stride = 3
PASS: gsl_fft_complex_alloc, n = 78, stride = 1
PASS: gsl_fft_complex_init, n = 78, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 78, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 78, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 78, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 78, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 78, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 78, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 78, stride = 1
PASS: gsl_fft_complex_float_init, n = 78, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 78, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 78, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 78, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 78, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 78, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 78, stride = 1
PASS: gsl_fft_real_alloc, n = 78, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 78, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 78, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 78, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 78, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 78, stride = 1
PASS: gsl_fft_real_float_alloc, n = 78, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 78, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 78, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 78, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 78, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 78, stride = 1
PASS: gsl_fft_complex_alloc, n = 78, stride = 2
PASS: gsl_fft_complex_init, n = 78, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 78, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 78, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 78, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 78, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 78, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 78, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 78, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 78, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 78, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 78, stride = 2
PASS: gsl_fft_complex_float_init, n = 78, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 78, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 78, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 78, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 78, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 78, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 78, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 78, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 78, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 78, stride = 2
PASS: gsl_fft_real_alloc, n = 78, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 78, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 78, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 78, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 78, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 78, stride = 2
PASS: gsl_fft_real_float_alloc, n = 78, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 78, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 78, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 78, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 78, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 78, stride = 2
PASS: gsl_fft_complex_alloc, n = 78, stride = 3
PASS: gsl_fft_complex_init, n = 78, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 78, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 78, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 78, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 78, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 78, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 78, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 78, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 78, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 78, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 78, stride = 3
PASS: gsl_fft_complex_float_init, n = 78, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 78, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 78, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 78, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 78, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 78, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 78, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 78, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 78, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 78, stride = 3
PASS: gsl_fft_real_alloc, n = 78, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 78, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 78, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 78, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 78, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 78, stride = 3
PASS: gsl_fft_real_float_alloc, n = 78, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 78, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 78, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 78, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 78, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 78, stride = 3
PASS: gsl_fft_complex_alloc, n = 79, stride = 1
PASS: gsl_fft_complex_init, n = 79, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 79, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 79, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 79, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 79, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 79, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 79, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 79, stride = 1
PASS: gsl_fft_complex_float_init, n = 79, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 79, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 79, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 79, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 79, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 79, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 79, stride = 1
PASS: gsl_fft_real_alloc, n = 79, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 79, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 79, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 79, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 79, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 79, stride = 1
PASS: gsl_fft_real_float_alloc, n = 79, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 79, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 79, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 79, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 79, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 79, stride = 1
PASS: gsl_fft_complex_alloc, n = 79, stride = 2
PASS: gsl_fft_complex_init, n = 79, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 79, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 79, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 79, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 79, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 79, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 79, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 79, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 79, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 79, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 79, stride = 2
PASS: gsl_fft_complex_float_init, n = 79, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 79, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 79, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 79, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 79, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 79, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 79, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 79, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 79, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 79, stride = 2
PASS: gsl_fft_real_alloc, n = 79, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 79, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 79, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 79, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 79, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 79, stride = 2
PASS: gsl_fft_real_float_alloc, n = 79, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 79, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 79, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 79, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 79, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 79, stride = 2
PASS: gsl_fft_complex_alloc, n = 79, stride = 3
PASS: gsl_fft_complex_init, n = 79, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 79, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 79, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 79, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 79, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 79, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 79, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 79, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 79, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 79, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 79, stride = 3
PASS: gsl_fft_complex_float_init, n = 79, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 79, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 79, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 79, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 79, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 79, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 79, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 79, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 79, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 79, stride = 3
PASS: gsl_fft_real_alloc, n = 79, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 79, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 79, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 79, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 79, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 79, stride = 3
PASS: gsl_fft_real_float_alloc, n = 79, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 79, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 79, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 79, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 79, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 79, stride = 3
PASS: gsl_fft_complex_alloc, n = 80, stride = 1
PASS: gsl_fft_complex_init, n = 80, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 80, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 80, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 80, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 80, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 80, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 80, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 80, stride = 1
PASS: gsl_fft_complex_float_init, n = 80, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 80, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 80, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 80, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 80, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 80, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 80, stride = 1
PASS: gsl_fft_real_alloc, n = 80, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 80, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 80, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 80, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 80, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 80, stride = 1
PASS: gsl_fft_real_float_alloc, n = 80, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 80, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 80, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 80, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 80, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 80, stride = 1
PASS: gsl_fft_complex_alloc, n = 80, stride = 2
PASS: gsl_fft_complex_init, n = 80, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 80, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 80, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 80, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 80, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 80, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 80, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 80, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 80, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 80, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 80, stride = 2
PASS: gsl_fft_complex_float_init, n = 80, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 80, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 80, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 80, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 80, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 80, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 80, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 80, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 80, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 80, stride = 2
PASS: gsl_fft_real_alloc, n = 80, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 80, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 80, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 80, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 80, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 80, stride = 2
PASS: gsl_fft_real_float_alloc, n = 80, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 80, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 80, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 80, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 80, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 80, stride = 2
PASS: gsl_fft_complex_alloc, n = 80, stride = 3
PASS: gsl_fft_complex_init, n = 80, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 80, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 80, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 80, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 80, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 80, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 80, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 80, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 80, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 80, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 80, stride = 3
PASS: gsl_fft_complex_float_init, n = 80, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 80, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 80, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 80, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 80, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 80, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 80, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 80, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 80, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 80, stride = 3
PASS: gsl_fft_real_alloc, n = 80, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 80, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 80, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 80, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 80, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 80, stride = 3
PASS: gsl_fft_real_float_alloc, n = 80, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 80, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 80, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 80, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 80, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 80, stride = 3
PASS: gsl_fft_complex_alloc, n = 81, stride = 1
PASS: gsl_fft_complex_init, n = 81, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 81, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 81, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 81, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 81, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 81, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 81, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 81, stride = 1
PASS: gsl_fft_complex_float_init, n = 81, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 81, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 81, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 81, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 81, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 81, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 81, stride = 1
PASS: gsl_fft_real_alloc, n = 81, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 81, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 81, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 81, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 81, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 81, stride = 1
PASS: gsl_fft_real_float_alloc, n = 81, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 81, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 81, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 81, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 81, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 81, stride = 1
PASS: gsl_fft_complex_alloc, n = 81, stride = 2
PASS: gsl_fft_complex_init, n = 81, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 81, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 81, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 81, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 81, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 81, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 81, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 81, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 81, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 81, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 81, stride = 2
PASS: gsl_fft_complex_float_init, n = 81, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 81, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 81, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 81, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 81, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 81, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 81, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 81, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 81, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 81, stride = 2
PASS: gsl_fft_real_alloc, n = 81, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 81, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 81, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 81, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 81, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 81, stride = 2
PASS: gsl_fft_real_float_alloc, n = 81, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 81, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 81, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 81, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 81, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 81, stride = 2
PASS: gsl_fft_complex_alloc, n = 81, stride = 3
PASS: gsl_fft_complex_init, n = 81, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 81, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 81, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 81, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 81, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 81, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 81, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 81, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 81, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 81, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 81, stride = 3
PASS: gsl_fft_complex_float_init, n = 81, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 81, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 81, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 81, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 81, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 81, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 81, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 81, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 81, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 81, stride = 3
PASS: gsl_fft_real_alloc, n = 81, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 81, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 81, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 81, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 81, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 81, stride = 3
PASS: gsl_fft_real_float_alloc, n = 81, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 81, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 81, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 81, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 81, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 81, stride = 3
PASS: gsl_fft_complex_alloc, n = 82, stride = 1
PASS: gsl_fft_complex_init, n = 82, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 82, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 82, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 82, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 82, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 82, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 82, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 82, stride = 1
PASS: gsl_fft_complex_float_init, n = 82, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 82, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 82, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 82, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 82, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 82, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 82, stride = 1
PASS: gsl_fft_real_alloc, n = 82, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 82, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 82, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 82, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 82, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 82, stride = 1
PASS: gsl_fft_real_float_alloc, n = 82, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 82, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 82, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 82, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 82, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 82, stride = 1
PASS: gsl_fft_complex_alloc, n = 82, stride = 2
PASS: gsl_fft_complex_init, n = 82, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 82, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 82, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 82, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 82, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 82, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 82, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 82, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 82, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 82, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 82, stride = 2
PASS: gsl_fft_complex_float_init, n = 82, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 82, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 82, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 82, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 82, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 82, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 82, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 82, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 82, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 82, stride = 2
PASS: gsl_fft_real_alloc, n = 82, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 82, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 82, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 82, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 82, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 82, stride = 2
PASS: gsl_fft_real_float_alloc, n = 82, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 82, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 82, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 82, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 82, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 82, stride = 2
PASS: gsl_fft_complex_alloc, n = 82, stride = 3
PASS: gsl_fft_complex_init, n = 82, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 82, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 82, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 82, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 82, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 82, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 82, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 82, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 82, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 82, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 82, stride = 3
PASS: gsl_fft_complex_float_init, n = 82, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 82, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 82, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 82, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 82, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 82, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 82, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 82, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 82, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 82, stride = 3
PASS: gsl_fft_real_alloc, n = 82, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 82, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 82, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 82, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 82, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 82, stride = 3
PASS: gsl_fft_real_float_alloc, n = 82, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 82, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 82, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 82, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 82, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 82, stride = 3
PASS: gsl_fft_complex_alloc, n = 83, stride = 1
PASS: gsl_fft_complex_init, n = 83, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 83, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 83, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 83, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 83, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 83, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 83, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 83, stride = 1
PASS: gsl_fft_complex_float_init, n = 83, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 83, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 83, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 83, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 83, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 83, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 83, stride = 1
PASS: gsl_fft_real_alloc, n = 83, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 83, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 83, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 83, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 83, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 83, stride = 1
PASS: gsl_fft_real_float_alloc, n = 83, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 83, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 83, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 83, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 83, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 83, stride = 1
PASS: gsl_fft_complex_alloc, n = 83, stride = 2
PASS: gsl_fft_complex_init, n = 83, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 83, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 83, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 83, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 83, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 83, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 83, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 83, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 83, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 83, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 83, stride = 2
PASS: gsl_fft_complex_float_init, n = 83, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 83, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 83, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 83, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 83, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 83, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 83, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 83, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 83, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 83, stride = 2
PASS: gsl_fft_real_alloc, n = 83, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 83, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 83, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 83, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 83, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 83, stride = 2
PASS: gsl_fft_real_float_alloc, n = 83, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 83, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 83, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 83, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 83, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 83, stride = 2
PASS: gsl_fft_complex_alloc, n = 83, stride = 3
PASS: gsl_fft_complex_init, n = 83, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 83, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 83, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 83, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 83, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 83, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 83, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 83, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 83, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 83, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 83, stride = 3
PASS: gsl_fft_complex_float_init, n = 83, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 83, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 83, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 83, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 83, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 83, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 83, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 83, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 83, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 83, stride = 3
PASS: gsl_fft_real_alloc, n = 83, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 83, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 83, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 83, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 83, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 83, stride = 3
PASS: gsl_fft_real_float_alloc, n = 83, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 83, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 83, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 83, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 83, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 83, stride = 3
PASS: gsl_fft_complex_alloc, n = 84, stride = 1
PASS: gsl_fft_complex_init, n = 84, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 84, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 84, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 84, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 84, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 84, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 84, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 84, stride = 1
PASS: gsl_fft_complex_float_init, n = 84, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 84, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 84, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 84, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 84, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 84, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 84, stride = 1
PASS: gsl_fft_real_alloc, n = 84, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 84, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 84, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 84, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 84, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 84, stride = 1
PASS: gsl_fft_real_float_alloc, n = 84, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 84, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 84, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 84, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 84, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 84, stride = 1
PASS: gsl_fft_complex_alloc, n = 84, stride = 2
PASS: gsl_fft_complex_init, n = 84, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 84, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 84, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 84, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 84, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 84, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 84, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 84, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 84, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 84, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 84, stride = 2
PASS: gsl_fft_complex_float_init, n = 84, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 84, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 84, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 84, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 84, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 84, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 84, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 84, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 84, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 84, stride = 2
PASS: gsl_fft_real_alloc, n = 84, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 84, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 84, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 84, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 84, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 84, stride = 2
PASS: gsl_fft_real_float_alloc, n = 84, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 84, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 84, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 84, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 84, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 84, stride = 2
PASS: gsl_fft_complex_alloc, n = 84, stride = 3
PASS: gsl_fft_complex_init, n = 84, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 84, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 84, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 84, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 84, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 84, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 84, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 84, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 84, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 84, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 84, stride = 3
PASS: gsl_fft_complex_float_init, n = 84, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 84, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 84, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 84, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 84, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 84, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 84, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 84, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 84, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 84, stride = 3
PASS: gsl_fft_real_alloc, n = 84, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 84, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 84, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 84, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 84, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 84, stride = 3
PASS: gsl_fft_real_float_alloc, n = 84, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 84, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 84, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 84, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 84, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 84, stride = 3
PASS: gsl_fft_complex_alloc, n = 85, stride = 1
PASS: gsl_fft_complex_init, n = 85, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 85, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 85, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 85, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 85, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 85, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 85, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 85, stride = 1
PASS: gsl_fft_complex_float_init, n = 85, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 85, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 85, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 85, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 85, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 85, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 85, stride = 1
PASS: gsl_fft_real_alloc, n = 85, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 85, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 85, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 85, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 85, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 85, stride = 1
PASS: gsl_fft_real_float_alloc, n = 85, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 85, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 85, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 85, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 85, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 85, stride = 1
PASS: gsl_fft_complex_alloc, n = 85, stride = 2
PASS: gsl_fft_complex_init, n = 85, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 85, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 85, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 85, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 85, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 85, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 85, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 85, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 85, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 85, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 85, stride = 2
PASS: gsl_fft_complex_float_init, n = 85, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 85, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 85, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 85, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 85, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 85, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 85, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 85, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 85, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 85, stride = 2
PASS: gsl_fft_real_alloc, n = 85, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 85, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 85, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 85, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 85, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 85, stride = 2
PASS: gsl_fft_real_float_alloc, n = 85, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 85, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 85, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 85, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 85, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 85, stride = 2
PASS: gsl_fft_complex_alloc, n = 85, stride = 3
PASS: gsl_fft_complex_init, n = 85, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 85, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 85, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 85, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 85, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 85, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 85, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 85, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 85, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 85, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 85, stride = 3
PASS: gsl_fft_complex_float_init, n = 85, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 85, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 85, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 85, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 85, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 85, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 85, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 85, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 85, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 85, stride = 3
PASS: gsl_fft_real_alloc, n = 85, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 85, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 85, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 85, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 85, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 85, stride = 3
PASS: gsl_fft_real_float_alloc, n = 85, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 85, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 85, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 85, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 85, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 85, stride = 3
PASS: gsl_fft_complex_alloc, n = 86, stride = 1
PASS: gsl_fft_complex_init, n = 86, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 86, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 86, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 86, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 86, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 86, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 86, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 86, stride = 1
PASS: gsl_fft_complex_float_init, n = 86, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 86, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 86, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 86, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 86, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 86, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 86, stride = 1
PASS: gsl_fft_real_alloc, n = 86, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 86, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 86, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 86, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 86, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 86, stride = 1
PASS: gsl_fft_real_float_alloc, n = 86, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 86, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 86, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 86, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 86, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 86, stride = 1
PASS: gsl_fft_complex_alloc, n = 86, stride = 2
PASS: gsl_fft_complex_init, n = 86, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 86, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 86, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 86, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 86, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 86, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 86, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 86, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 86, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 86, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 86, stride = 2
PASS: gsl_fft_complex_float_init, n = 86, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 86, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 86, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 86, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 86, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 86, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 86, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 86, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 86, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 86, stride = 2
PASS: gsl_fft_real_alloc, n = 86, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 86, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 86, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 86, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 86, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 86, stride = 2
PASS: gsl_fft_real_float_alloc, n = 86, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 86, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 86, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 86, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 86, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 86, stride = 2
PASS: gsl_fft_complex_alloc, n = 86, stride = 3
PASS: gsl_fft_complex_init, n = 86, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 86, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 86, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 86, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 86, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 86, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 86, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 86, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 86, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 86, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 86, stride = 3
PASS: gsl_fft_complex_float_init, n = 86, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 86, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 86, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 86, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 86, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 86, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 86, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 86, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 86, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 86, stride = 3
PASS: gsl_fft_real_alloc, n = 86, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 86, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 86, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 86, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 86, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 86, stride = 3
PASS: gsl_fft_real_float_alloc, n = 86, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 86, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 86, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 86, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 86, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 86, stride = 3
PASS: gsl_fft_complex_alloc, n = 87, stride = 1
PASS: gsl_fft_complex_init, n = 87, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 87, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 87, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 87, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 87, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 87, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 87, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 87, stride = 1
PASS: gsl_fft_complex_float_init, n = 87, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 87, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 87, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 87, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 87, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 87, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 87, stride = 1
PASS: gsl_fft_real_alloc, n = 87, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 87, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 87, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 87, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 87, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 87, stride = 1
PASS: gsl_fft_real_float_alloc, n = 87, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 87, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 87, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 87, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 87, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 87, stride = 1
PASS: gsl_fft_complex_alloc, n = 87, stride = 2
PASS: gsl_fft_complex_init, n = 87, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 87, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 87, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 87, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 87, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 87, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 87, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 87, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 87, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 87, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 87, stride = 2
PASS: gsl_fft_complex_float_init, n = 87, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 87, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 87, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 87, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 87, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 87, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 87, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 87, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 87, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 87, stride = 2
PASS: gsl_fft_real_alloc, n = 87, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 87, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 87, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 87, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 87, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 87, stride = 2
PASS: gsl_fft_real_float_alloc, n = 87, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 87, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 87, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 87, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 87, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 87, stride = 2
PASS: gsl_fft_complex_alloc, n = 87, stride = 3
PASS: gsl_fft_complex_init, n = 87, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 87, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 87, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 87, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 87, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 87, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 87, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 87, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 87, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 87, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 87, stride = 3
PASS: gsl_fft_complex_float_init, n = 87, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 87, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 87, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 87, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 87, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 87, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 87, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 87, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 87, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 87, stride = 3
PASS: gsl_fft_real_alloc, n = 87, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 87, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 87, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 87, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 87, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 87, stride = 3
PASS: gsl_fft_real_float_alloc, n = 87, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 87, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 87, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 87, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 87, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 87, stride = 3
PASS: gsl_fft_complex_alloc, n = 88, stride = 1
PASS: gsl_fft_complex_init, n = 88, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 88, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 88, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 88, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 88, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 88, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 88, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 88, stride = 1
PASS: gsl_fft_complex_float_init, n = 88, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 88, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 88, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 88, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 88, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 88, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 88, stride = 1
PASS: gsl_fft_real_alloc, n = 88, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 88, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 88, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 88, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 88, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 88, stride = 1
PASS: gsl_fft_real_float_alloc, n = 88, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 88, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 88, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 88, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 88, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 88, stride = 1
PASS: gsl_fft_complex_alloc, n = 88, stride = 2
PASS: gsl_fft_complex_init, n = 88, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 88, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 88, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 88, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 88, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 88, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 88, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 88, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 88, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 88, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 88, stride = 2
PASS: gsl_fft_complex_float_init, n = 88, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 88, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 88, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 88, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 88, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 88, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 88, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 88, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 88, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 88, stride = 2
PASS: gsl_fft_real_alloc, n = 88, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 88, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 88, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 88, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 88, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 88, stride = 2
PASS: gsl_fft_real_float_alloc, n = 88, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 88, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 88, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 88, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 88, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 88, stride = 2
PASS: gsl_fft_complex_alloc, n = 88, stride = 3
PASS: gsl_fft_complex_init, n = 88, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 88, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 88, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 88, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 88, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 88, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 88, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 88, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 88, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 88, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 88, stride = 3
PASS: gsl_fft_complex_float_init, n = 88, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 88, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 88, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 88, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 88, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 88, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 88, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 88, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 88, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 88, stride = 3
PASS: gsl_fft_real_alloc, n = 88, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 88, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 88, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 88, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 88, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 88, stride = 3
PASS: gsl_fft_real_float_alloc, n = 88, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 88, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 88, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 88, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 88, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 88, stride = 3
PASS: gsl_fft_complex_alloc, n = 89, stride = 1
PASS: gsl_fft_complex_init, n = 89, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 89, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 89, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 89, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 89, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 89, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 89, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 89, stride = 1
PASS: gsl_fft_complex_float_init, n = 89, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 89, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 89, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 89, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 89, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 89, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 89, stride = 1
PASS: gsl_fft_real_alloc, n = 89, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 89, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 89, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 89, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 89, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 89, stride = 1
PASS: gsl_fft_real_float_alloc, n = 89, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 89, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 89, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 89, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 89, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 89, stride = 1
PASS: gsl_fft_complex_alloc, n = 89, stride = 2
PASS: gsl_fft_complex_init, n = 89, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 89, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 89, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 89, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 89, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 89, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 89, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 89, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 89, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 89, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 89, stride = 2
PASS: gsl_fft_complex_float_init, n = 89, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 89, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 89, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 89, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 89, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 89, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 89, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 89, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 89, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 89, stride = 2
PASS: gsl_fft_real_alloc, n = 89, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 89, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 89, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 89, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 89, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 89, stride = 2
PASS: gsl_fft_real_float_alloc, n = 89, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 89, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 89, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 89, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 89, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 89, stride = 2
PASS: gsl_fft_complex_alloc, n = 89, stride = 3
PASS: gsl_fft_complex_init, n = 89, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 89, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 89, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 89, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 89, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 89, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 89, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 89, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 89, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 89, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 89, stride = 3
PASS: gsl_fft_complex_float_init, n = 89, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 89, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 89, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 89, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 89, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 89, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 89, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 89, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 89, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 89, stride = 3
PASS: gsl_fft_real_alloc, n = 89, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 89, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 89, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 89, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 89, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 89, stride = 3
PASS: gsl_fft_real_float_alloc, n = 89, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 89, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 89, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 89, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 89, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 89, stride = 3
PASS: gsl_fft_complex_alloc, n = 90, stride = 1
PASS: gsl_fft_complex_init, n = 90, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 90, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 90, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 90, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 90, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 90, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 90, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 90, stride = 1
PASS: gsl_fft_complex_float_init, n = 90, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 90, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 90, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 90, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 90, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 90, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 90, stride = 1
PASS: gsl_fft_real_alloc, n = 90, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 90, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 90, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 90, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 90, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 90, stride = 1
PASS: gsl_fft_real_float_alloc, n = 90, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 90, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 90, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 90, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 90, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 90, stride = 1
PASS: gsl_fft_complex_alloc, n = 90, stride = 2
PASS: gsl_fft_complex_init, n = 90, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 90, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 90, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 90, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 90, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 90, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 90, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 90, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 90, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 90, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 90, stride = 2
PASS: gsl_fft_complex_float_init, n = 90, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 90, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 90, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 90, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 90, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 90, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 90, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 90, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 90, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 90, stride = 2
PASS: gsl_fft_real_alloc, n = 90, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 90, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 90, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 90, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 90, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 90, stride = 2
PASS: gsl_fft_real_float_alloc, n = 90, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 90, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 90, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 90, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 90, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 90, stride = 2
PASS: gsl_fft_complex_alloc, n = 90, stride = 3
PASS: gsl_fft_complex_init, n = 90, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 90, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 90, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 90, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 90, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 90, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 90, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 90, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 90, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 90, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 90, stride = 3
PASS: gsl_fft_complex_float_init, n = 90, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 90, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 90, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 90, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 90, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 90, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 90, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 90, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 90, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 90, stride = 3
PASS: gsl_fft_real_alloc, n = 90, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 90, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 90, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 90, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 90, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 90, stride = 3
PASS: gsl_fft_real_float_alloc, n = 90, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 90, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 90, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 90, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 90, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 90, stride = 3
PASS: gsl_fft_complex_alloc, n = 91, stride = 1
PASS: gsl_fft_complex_init, n = 91, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 91, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 91, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 91, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 91, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 91, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 91, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 91, stride = 1
PASS: gsl_fft_complex_float_init, n = 91, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 91, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 91, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 91, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 91, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 91, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 91, stride = 1
PASS: gsl_fft_real_alloc, n = 91, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 91, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 91, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 91, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 91, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 91, stride = 1
PASS: gsl_fft_real_float_alloc, n = 91, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 91, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 91, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 91, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 91, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 91, stride = 1
PASS: gsl_fft_complex_alloc, n = 91, stride = 2
PASS: gsl_fft_complex_init, n = 91, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 91, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 91, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 91, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 91, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 91, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 91, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 91, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 91, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 91, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 91, stride = 2
PASS: gsl_fft_complex_float_init, n = 91, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 91, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 91, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 91, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 91, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 91, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 91, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 91, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 91, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 91, stride = 2
PASS: gsl_fft_real_alloc, n = 91, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 91, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 91, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 91, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 91, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 91, stride = 2
PASS: gsl_fft_real_float_alloc, n = 91, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 91, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 91, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 91, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 91, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 91, stride = 2
PASS: gsl_fft_complex_alloc, n = 91, stride = 3
PASS: gsl_fft_complex_init, n = 91, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 91, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 91, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 91, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 91, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 91, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 91, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 91, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 91, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 91, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 91, stride = 3
PASS: gsl_fft_complex_float_init, n = 91, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 91, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 91, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 91, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 91, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 91, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 91, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 91, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 91, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 91, stride = 3
PASS: gsl_fft_real_alloc, n = 91, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 91, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 91, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 91, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 91, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 91, stride = 3
PASS: gsl_fft_real_float_alloc, n = 91, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 91, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 91, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 91, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 91, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 91, stride = 3
PASS: gsl_fft_complex_alloc, n = 92, stride = 1
PASS: gsl_fft_complex_init, n = 92, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 92, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 92, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 92, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 92, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 92, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 92, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 92, stride = 1
PASS: gsl_fft_complex_float_init, n = 92, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 92, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 92, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 92, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 92, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 92, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 92, stride = 1
PASS: gsl_fft_real_alloc, n = 92, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 92, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 92, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 92, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 92, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 92, stride = 1
PASS: gsl_fft_real_float_alloc, n = 92, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 92, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 92, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 92, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 92, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 92, stride = 1
PASS: gsl_fft_complex_alloc, n = 92, stride = 2
PASS: gsl_fft_complex_init, n = 92, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 92, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 92, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 92, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 92, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 92, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 92, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 92, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 92, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 92, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 92, stride = 2
PASS: gsl_fft_complex_float_init, n = 92, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 92, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 92, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 92, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 92, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 92, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 92, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 92, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 92, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 92, stride = 2
PASS: gsl_fft_real_alloc, n = 92, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 92, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 92, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 92, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 92, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 92, stride = 2
PASS: gsl_fft_real_float_alloc, n = 92, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 92, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 92, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 92, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 92, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 92, stride = 2
PASS: gsl_fft_complex_alloc, n = 92, stride = 3
PASS: gsl_fft_complex_init, n = 92, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 92, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 92, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 92, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 92, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 92, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 92, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 92, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 92, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 92, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 92, stride = 3
PASS: gsl_fft_complex_float_init, n = 92, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 92, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 92, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 92, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 92, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 92, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 92, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 92, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 92, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 92, stride = 3
PASS: gsl_fft_real_alloc, n = 92, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 92, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 92, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 92, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 92, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 92, stride = 3
PASS: gsl_fft_real_float_alloc, n = 92, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 92, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 92, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 92, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 92, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 92, stride = 3
PASS: gsl_fft_complex_alloc, n = 93, stride = 1
PASS: gsl_fft_complex_init, n = 93, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 93, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 93, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 93, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 93, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 93, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 93, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 93, stride = 1
PASS: gsl_fft_complex_float_init, n = 93, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 93, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 93, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 93, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 93, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 93, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 93, stride = 1
PASS: gsl_fft_real_alloc, n = 93, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 93, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 93, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 93, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 93, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 93, stride = 1
PASS: gsl_fft_real_float_alloc, n = 93, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 93, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 93, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 93, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 93, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 93, stride = 1
PASS: gsl_fft_complex_alloc, n = 93, stride = 2
PASS: gsl_fft_complex_init, n = 93, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 93, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 93, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 93, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 93, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 93, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 93, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 93, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 93, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 93, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 93, stride = 2
PASS: gsl_fft_complex_float_init, n = 93, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 93, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 93, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 93, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 93, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 93, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 93, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 93, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 93, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 93, stride = 2
PASS: gsl_fft_real_alloc, n = 93, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 93, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 93, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 93, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 93, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 93, stride = 2
PASS: gsl_fft_real_float_alloc, n = 93, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 93, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 93, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 93, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 93, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 93, stride = 2
PASS: gsl_fft_complex_alloc, n = 93, stride = 3
PASS: gsl_fft_complex_init, n = 93, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 93, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 93, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 93, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 93, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 93, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 93, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 93, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 93, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 93, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 93, stride = 3
PASS: gsl_fft_complex_float_init, n = 93, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 93, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 93, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 93, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 93, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 93, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 93, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 93, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 93, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 93, stride = 3
PASS: gsl_fft_real_alloc, n = 93, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 93, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 93, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 93, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 93, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 93, stride = 3
PASS: gsl_fft_real_float_alloc, n = 93, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 93, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 93, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 93, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 93, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 93, stride = 3
PASS: gsl_fft_complex_alloc, n = 94, stride = 1
PASS: gsl_fft_complex_init, n = 94, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 94, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 94, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 94, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 94, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 94, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 94, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 94, stride = 1
PASS: gsl_fft_complex_float_init, n = 94, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 94, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 94, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 94, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 94, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 94, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 94, stride = 1
PASS: gsl_fft_real_alloc, n = 94, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 94, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 94, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 94, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 94, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 94, stride = 1
PASS: gsl_fft_real_float_alloc, n = 94, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 94, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 94, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 94, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 94, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 94, stride = 1
PASS: gsl_fft_complex_alloc, n = 94, stride = 2
PASS: gsl_fft_complex_init, n = 94, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 94, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 94, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 94, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 94, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 94, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 94, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 94, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 94, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 94, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 94, stride = 2
PASS: gsl_fft_complex_float_init, n = 94, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 94, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 94, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 94, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 94, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 94, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 94, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 94, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 94, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 94, stride = 2
PASS: gsl_fft_real_alloc, n = 94, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 94, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 94, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 94, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 94, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 94, stride = 2
PASS: gsl_fft_real_float_alloc, n = 94, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 94, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 94, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 94, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 94, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 94, stride = 2
PASS: gsl_fft_complex_alloc, n = 94, stride = 3
PASS: gsl_fft_complex_init, n = 94, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 94, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 94, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 94, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 94, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 94, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 94, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 94, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 94, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 94, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 94, stride = 3
PASS: gsl_fft_complex_float_init, n = 94, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 94, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 94, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 94, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 94, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 94, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 94, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 94, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 94, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 94, stride = 3
PASS: gsl_fft_real_alloc, n = 94, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 94, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 94, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 94, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 94, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 94, stride = 3
PASS: gsl_fft_real_float_alloc, n = 94, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 94, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 94, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 94, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 94, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 94, stride = 3
PASS: gsl_fft_complex_alloc, n = 95, stride = 1
PASS: gsl_fft_complex_init, n = 95, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 95, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 95, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 95, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 95, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 95, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 95, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 95, stride = 1
PASS: gsl_fft_complex_float_init, n = 95, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 95, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 95, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 95, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 95, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 95, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 95, stride = 1
PASS: gsl_fft_real_alloc, n = 95, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 95, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 95, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 95, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 95, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 95, stride = 1
PASS: gsl_fft_real_float_alloc, n = 95, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 95, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 95, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 95, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 95, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 95, stride = 1
PASS: gsl_fft_complex_alloc, n = 95, stride = 2
PASS: gsl_fft_complex_init, n = 95, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 95, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 95, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 95, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 95, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 95, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 95, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 95, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 95, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 95, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 95, stride = 2
PASS: gsl_fft_complex_float_init, n = 95, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 95, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 95, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 95, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 95, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 95, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 95, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 95, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 95, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 95, stride = 2
PASS: gsl_fft_real_alloc, n = 95, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 95, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 95, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 95, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 95, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 95, stride = 2
PASS: gsl_fft_real_float_alloc, n = 95, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 95, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 95, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 95, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 95, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 95, stride = 2
PASS: gsl_fft_complex_alloc, n = 95, stride = 3
PASS: gsl_fft_complex_init, n = 95, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 95, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 95, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 95, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 95, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 95, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 95, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 95, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 95, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 95, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 95, stride = 3
PASS: gsl_fft_complex_float_init, n = 95, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 95, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 95, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 95, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 95, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 95, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 95, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 95, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 95, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 95, stride = 3
PASS: gsl_fft_real_alloc, n = 95, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 95, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 95, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 95, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 95, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 95, stride = 3
PASS: gsl_fft_real_float_alloc, n = 95, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 95, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 95, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 95, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 95, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 95, stride = 3
PASS: gsl_fft_complex_alloc, n = 96, stride = 1
PASS: gsl_fft_complex_init, n = 96, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 96, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 96, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 96, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 96, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 96, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 96, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 96, stride = 1
PASS: gsl_fft_complex_float_init, n = 96, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 96, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 96, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 96, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 96, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 96, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 96, stride = 1
PASS: gsl_fft_real_alloc, n = 96, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 96, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 96, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 96, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 96, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 96, stride = 1
PASS: gsl_fft_real_float_alloc, n = 96, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 96, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 96, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 96, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 96, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 96, stride = 1
PASS: gsl_fft_complex_alloc, n = 96, stride = 2
PASS: gsl_fft_complex_init, n = 96, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 96, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 96, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 96, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 96, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 96, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 96, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 96, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 96, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 96, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 96, stride = 2
PASS: gsl_fft_complex_float_init, n = 96, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 96, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 96, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 96, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 96, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 96, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 96, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 96, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 96, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 96, stride = 2
PASS: gsl_fft_real_alloc, n = 96, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 96, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 96, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 96, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 96, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 96, stride = 2
PASS: gsl_fft_real_float_alloc, n = 96, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 96, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 96, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 96, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 96, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 96, stride = 2
PASS: gsl_fft_complex_alloc, n = 96, stride = 3
PASS: gsl_fft_complex_init, n = 96, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 96, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 96, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 96, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 96, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 96, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 96, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 96, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 96, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 96, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 96, stride = 3
PASS: gsl_fft_complex_float_init, n = 96, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 96, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 96, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 96, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 96, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 96, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 96, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 96, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 96, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 96, stride = 3
PASS: gsl_fft_real_alloc, n = 96, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 96, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 96, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 96, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 96, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 96, stride = 3
PASS: gsl_fft_real_float_alloc, n = 96, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 96, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 96, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 96, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 96, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 96, stride = 3
PASS: gsl_fft_complex_alloc, n = 97, stride = 1
PASS: gsl_fft_complex_init, n = 97, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 97, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 97, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 97, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 97, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 97, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 97, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 97, stride = 1
PASS: gsl_fft_complex_float_init, n = 97, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 97, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 97, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 97, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 97, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 97, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 97, stride = 1
PASS: gsl_fft_real_alloc, n = 97, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 97, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 97, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 97, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 97, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 97, stride = 1
PASS: gsl_fft_real_float_alloc, n = 97, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 97, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 97, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 97, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 97, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 97, stride = 1
PASS: gsl_fft_complex_alloc, n = 97, stride = 2
PASS: gsl_fft_complex_init, n = 97, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 97, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 97, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 97, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 97, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 97, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 97, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 97, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 97, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 97, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 97, stride = 2
PASS: gsl_fft_complex_float_init, n = 97, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 97, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 97, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 97, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 97, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 97, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 97, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 97, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 97, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 97, stride = 2
PASS: gsl_fft_real_alloc, n = 97, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 97, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 97, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 97, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 97, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 97, stride = 2
PASS: gsl_fft_real_float_alloc, n = 97, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 97, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 97, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 97, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 97, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 97, stride = 2
PASS: gsl_fft_complex_alloc, n = 97, stride = 3
PASS: gsl_fft_complex_init, n = 97, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 97, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 97, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 97, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 97, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 97, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 97, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 97, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 97, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 97, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 97, stride = 3
PASS: gsl_fft_complex_float_init, n = 97, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 97, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 97, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 97, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 97, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 97, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 97, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 97, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 97, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 97, stride = 3
PASS: gsl_fft_real_alloc, n = 97, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 97, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 97, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 97, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 97, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 97, stride = 3
PASS: gsl_fft_real_float_alloc, n = 97, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 97, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 97, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 97, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 97, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 97, stride = 3
PASS: gsl_fft_complex_alloc, n = 98, stride = 1
PASS: gsl_fft_complex_init, n = 98, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 98, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 98, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 98, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 98, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 98, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 98, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 98, stride = 1
PASS: gsl_fft_complex_float_init, n = 98, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 98, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 98, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 98, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 98, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 98, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 98, stride = 1
PASS: gsl_fft_real_alloc, n = 98, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 98, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 98, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 98, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 98, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 98, stride = 1
PASS: gsl_fft_real_float_alloc, n = 98, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 98, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 98, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 98, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 98, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 98, stride = 1
PASS: gsl_fft_complex_alloc, n = 98, stride = 2
PASS: gsl_fft_complex_init, n = 98, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 98, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 98, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 98, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 98, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 98, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 98, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 98, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 98, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 98, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 98, stride = 2
PASS: gsl_fft_complex_float_init, n = 98, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 98, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 98, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 98, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 98, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 98, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 98, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 98, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 98, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 98, stride = 2
PASS: gsl_fft_real_alloc, n = 98, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 98, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 98, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 98, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 98, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 98, stride = 2
PASS: gsl_fft_real_float_alloc, n = 98, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 98, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 98, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 98, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 98, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 98, stride = 2
PASS: gsl_fft_complex_alloc, n = 98, stride = 3
PASS: gsl_fft_complex_init, n = 98, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 98, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 98, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 98, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 98, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 98, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 98, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 98, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 98, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 98, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 98, stride = 3
PASS: gsl_fft_complex_float_init, n = 98, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 98, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 98, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 98, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 98, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 98, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 98, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 98, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 98, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 98, stride = 3
PASS: gsl_fft_real_alloc, n = 98, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 98, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 98, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 98, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 98, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 98, stride = 3
PASS: gsl_fft_real_float_alloc, n = 98, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 98, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 98, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 98, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 98, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 98, stride = 3
PASS: gsl_fft_complex_alloc, n = 99, stride = 1
PASS: gsl_fft_complex_init, n = 99, stride = 1
PASS: gsl_fft_complex_forward with signal_noise, n = 99, stride = 1
PASS: gsl_fft_complex_inverse with signal_noise, n = 99, stride = 1
PASS: gsl_fft_complex_backward with signal_noise, n = 99, stride = 1
PASS: gsl_fft_complex_forward with signal_pulse, n = 99, stride = 1
PASS: gsl_fft_complex_forward with signal_constant, n = 99, stride = 1
PASS: gsl_fft_complex_forward with signal_exp, n = 99, stride = 1
PASS: gsl_fft_complex_float_alloc, n = 99, stride = 1
PASS: gsl_fft_complex_float_init, n = 99, stride = 1
PASS: gsl_fft_complex_float_forward with signal_noise, n = 99, stride = 1
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 99, stride = 1
PASS: gsl_fft_complex_float_backward with signal_noise, n = 99, stride = 1
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 99, stride = 1
PASS: gsl_fft_complex_float_forward with signal_constant, n = 99, stride = 1
PASS: gsl_fft_complex_float_forward with signal_exp, n = 99, stride = 1
PASS: gsl_fft_real_alloc, n = 99, stride = 1
PASS: gsl_fft_real_wavetable_init, n = 99, stride = 1
PASS: gsl_fft_real with signal_real_noise, n = 99, stride = 1
PASS: gsl_fft_halfcomplex_alloc, n = 99, stride = 1
PASS: gsl_fft_halfcomplex_wavetable_init, n = 99, stride = 1
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 99, stride = 1
PASS: gsl_fft_real_float_alloc, n = 99, stride = 1
PASS: gsl_fft_real_float_wavetable_init, n = 99, stride = 1
PASS: gsl_fft_real_float with signal_real_noise, n = 99, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, n = 99, stride = 1
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 99, stride = 1
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 99, stride = 1
PASS: gsl_fft_complex_alloc, n = 99, stride = 2
PASS: gsl_fft_complex_init, n = 99, stride = 2
PASS: gsl_fft_complex_forward with signal_noise, n = 99, stride = 2
PASS: gsl_fft_complex_forward avoids unstrided data, n = 99, stride = 2
PASS: gsl_fft_complex_inverse with signal_noise, n = 99, stride = 2
PASS: gsl_fft_complex_inverse other data untouched, n = 99, stride = 2
PASS: gsl_fft_complex_backward with signal_noise, n = 99, stride = 2
PASS: gsl_fft_complex_backward avoids unstrided data, n = 99, stride = 2
PASS: gsl_fft_complex_forward with signal_pulse, n = 99, stride = 2
PASS: gsl_fft_complex_forward with signal_constant, n = 99, stride = 2
PASS: gsl_fft_complex_forward with signal_exp, n = 99, stride = 2
PASS: gsl_fft_complex_float_alloc, n = 99, stride = 2
PASS: gsl_fft_complex_float_init, n = 99, stride = 2
PASS: gsl_fft_complex_float_forward with signal_noise, n = 99, stride = 2
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 99, stride = 2
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 99, stride = 2
PASS: gsl_fft_complex_float_inverse other data untouched, n = 99, stride = 2
PASS: gsl_fft_complex_float_backward with signal_noise, n = 99, stride = 2
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 99, stride = 2
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 99, stride = 2
PASS: gsl_fft_complex_float_forward with signal_constant, n = 99, stride = 2
PASS: gsl_fft_complex_float_forward with signal_exp, n = 99, stride = 2
PASS: gsl_fft_real_alloc, n = 99, stride = 2
PASS: gsl_fft_real_wavetable_init, n = 99, stride = 2
PASS: gsl_fft_real with signal_real_noise, n = 99, stride = 2
PASS: gsl_fft_halfcomplex_alloc, n = 99, stride = 2
PASS: gsl_fft_halfcomplex_wavetable_init, n = 99, stride = 2
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 99, stride = 2
PASS: gsl_fft_real_float_alloc, n = 99, stride = 2
PASS: gsl_fft_real_float_wavetable_init, n = 99, stride = 2
PASS: gsl_fft_real_float with signal_real_noise, n = 99, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, n = 99, stride = 2
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 99, stride = 2
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 99, stride = 2
PASS: gsl_fft_complex_alloc, n = 99, stride = 3
PASS: gsl_fft_complex_init, n = 99, stride = 3
PASS: gsl_fft_complex_forward with signal_noise, n = 99, stride = 3
PASS: gsl_fft_complex_forward avoids unstrided data, n = 99, stride = 3
PASS: gsl_fft_complex_inverse with signal_noise, n = 99, stride = 3
PASS: gsl_fft_complex_inverse other data untouched, n = 99, stride = 3
PASS: gsl_fft_complex_backward with signal_noise, n = 99, stride = 3
PASS: gsl_fft_complex_backward avoids unstrided data, n = 99, stride = 3
PASS: gsl_fft_complex_forward with signal_pulse, n = 99, stride = 3
PASS: gsl_fft_complex_forward with signal_constant, n = 99, stride = 3
PASS: gsl_fft_complex_forward with signal_exp, n = 99, stride = 3
PASS: gsl_fft_complex_float_alloc, n = 99, stride = 3
PASS: gsl_fft_complex_float_init, n = 99, stride = 3
PASS: gsl_fft_complex_float_forward with signal_noise, n = 99, stride = 3
PASS: gsl_fft_complex_float_forward avoids unstrided data, n = 99, stride = 3
PASS: gsl_fft_complex_float_inverse with signal_noise, n = 99, stride = 3
PASS: gsl_fft_complex_float_inverse other data untouched, n = 99, stride = 3
PASS: gsl_fft_complex_float_backward with signal_noise, n = 99, stride = 3
PASS: gsl_fft_complex_float_backward avoids unstrided data, n = 99, stride = 3
PASS: gsl_fft_complex_float_forward with signal_pulse, n = 99, stride = 3
PASS: gsl_fft_complex_float_forward with signal_constant, n = 99, stride = 3
PASS: gsl_fft_complex_float_forward with signal_exp, n = 99, stride = 3
PASS: gsl_fft_real_alloc, n = 99, stride = 3
PASS: gsl_fft_real_wavetable_init, n = 99, stride = 3
PASS: gsl_fft_real with signal_real_noise, n = 99, stride = 3
PASS: gsl_fft_halfcomplex_alloc, n = 99, stride = 3
PASS: gsl_fft_halfcomplex_wavetable_init, n = 99, stride = 3
PASS: gsl_fft_halfcomplex with data from signal_noise, n = 99, stride = 3
PASS: gsl_fft_real_float_alloc, n = 99, stride = 3
PASS: gsl_fft_real_float_wavetable_init, n = 99, stride = 3
PASS: gsl_fft_real_float with signal_real_noise, n = 99, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, n = 99, stride = 3
PASS: gsl_fft_halfcomplex_float_wavetable_init, n = 99, stride = 3
PASS: gsl_fft_halfcomplex_float with data from signal_noise, n = 99, stride = 3
PASS: trap for n = 0 in gsl_fft_complex_alloc
PASS: trap for n = 0 in gsl_fft_real_alloc
PASS: trap for n = 0 in gsl_fft_halfcomplex_alloc
PASS: trap for n = 0 in gsl_fft_wavetable_complex_init
PASS: trap for n = 0 in gsl_fft_real_wavetable_init
PASS: trap for n = 0 in gsl_fft_halfcomplex_wavetable_init
PASS: trap for n = 0 in gsl_fft_complex_generate
PASS: trap for n = 0 in gsl_fft_real_generate
PASS: trap for n = 0 in gsl_fft_halfcomplex_generate
PASS: trap for n = 0 in gsl_fft_complex_forward
PASS: trap for n = 0 in gsl_fft_real_transform
PASS: trap for n = 0 in gsl_fft_halfcomplex_transform
PASS: trap for n = 0 in gsl_fft_complex_radix2_forward
PASS: trap for n = 0 in gsl_fft_complex_backward
PASS: trap for n = 0 in gsl_fft_complex_radix2_backward
PASS: trap for n = 0 in gsl_fft_complex_inverse
PASS: trap for n = 0 in gsl_fft_complex_radix2_inverse
PASS: trap for n != 2^k in gsl_fft_complex_radix2_forward
PASS: trap for n != 2^k in gsl_fft_complex_radix2_backward
PASS: trap for n != 2^k in gsl_fft_complex_radix2_inverse
PASS: trap for n != nw in gsl_fft_complex_forward
PASS: trap for n != nw in gsl_fft_complex_backward
PASS: trap for n != nw in gsl_fft_complex_inverse
PASS: trap for n != nw in gsl_fft_real_transform
PASS: trap for n != nw in gsl_fft_halfcomplex_transform
PASS: trap for n = 0 in gsl_fft_complex_float_alloc
PASS: trap for n = 0 in gsl_fft_real_float_alloc
PASS: trap for n = 0 in gsl_fft_halfcomplex_float_alloc
PASS: trap for n = 0 in gsl_fft_wavetable_float_complex_init
PASS: trap for n = 0 in gsl_fft_real_float_wavetable_init
PASS: trap for n = 0 in gsl_fft_halfcomplex_float_wavetable_init
PASS: trap for n = 0 in gsl_fft_complex_float_generate
PASS: trap for n = 0 in gsl_fft_real_float_generate
PASS: trap for n = 0 in gsl_fft_halfcomplex_float_generate
PASS: trap for n = 0 in gsl_fft_complex_float_forward
PASS: trap for n = 0 in gsl_fft_real_float_transform
PASS: trap for n = 0 in gsl_fft_halfcomplex_float_transform
PASS: trap for n = 0 in gsl_fft_complex_float_radix2_forward
PASS: trap for n = 0 in gsl_fft_complex_float_backward
PASS: trap for n = 0 in gsl_fft_complex_float_radix2_backward
PASS: trap for n = 0 in gsl_fft_complex_float_inverse
PASS: trap for n = 0 in gsl_fft_complex_float_radix2_inverse
PASS: trap for n != 2^k in gsl_fft_complex_float_radix2_forward
PASS: trap for n != 2^k in gsl_fft_complex_float_radix2_backward
PASS: trap for n != 2^k in gsl_fft_complex_float_radix2_inverse
PASS: trap for n != nw in gsl_fft_complex_float_forward
PASS: trap for n != nw in gsl_fft_complex_float_backward
PASS: trap for n != nw in gsl_fft_complex_float_inverse
PASS: trap for n != nw in gsl_fft_real_float_transform
PASS: trap for n != nw in gsl_fft_halfcomplex_float_transform
PASS: test
==================
All 1 tests passed
==================
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/fft'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/fft'
Making check in roots
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/roots'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c test.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c test_macros.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c test_funcs.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c test_roots.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c test_poly.c
gcc -O3 -msupersparc  -o test  test.o test_macros.o test_funcs.o test_roots.o test_poly.o libgslroots.a ../err/libgslerr.a ../err/libgsltest.a -lm 
make check-TESTS
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/roots'
PASS: GSL_IS_REAL(1.0) is 1
PASS: GSL_IS_REAL(Inf) is 0
PASS: GSL_IS_REAL(NaN) is 0
PASS: GSL_IS_REAL(1.0) is 1
PASS: GSL_IS_REAL(Inf) is 0
PASS: GSL_IS_REAL(NaN) is 0
PASS: gsl_root_bisection, sin(x) [3, 4]
PASS: gsl_root_bisection, sin(x) [-4, -3]
PASS: gsl_root_bisection, sin(x) [-1/3, 1]
PASS: gsl_root_bisection, cos(x) [0, 3]
PASS: gsl_root_bisection, cos(x) [-3, 0]
PASS: gsl_root_bisection, x^20 - 1 [0.1, 2]
PASS: gsl_root_bisection, sqrt(|x|)*sgn(x)
PASS: gsl_root_bisection, x^2 - 1e-8 [0, 1]
PASS: gsl_root_bisection, x exp(-x) [-1/3, 2]
PASS: gsl_root_bisection, (x - 1)^7 [0.1, 2]
PASS: gsl_root_bisection, invalid range check [4, 0]
PASS: gsl_root_bisection, invalid range check [1, 1]
PASS: gsl_root_bisection, invalid range check [0.1, 0.2]
PASS: gsl_root_brent, sin(x) [3, 4]
PASS: gsl_root_brent, sin(x) [-4, -3]
PASS: gsl_root_brent, sin(x) [-1/3, 1]
PASS: gsl_root_brent, cos(x) [0, 3]
PASS: gsl_root_brent, cos(x) [-3, 0]
PASS: gsl_root_brent, x^20 - 1 [0.1, 2]
PASS: gsl_root_brent, sqrt(|x|)*sgn(x)
PASS: gsl_root_brent, x^2 - 1e-8 [0, 1]
PASS: gsl_root_brent, x exp(-x) [-1/3, 2]
PASS: gsl_root_brent, (x - 1)^7 [0.1, 2]
PASS: gsl_root_brent, invalid range check [4, 0]
PASS: gsl_root_brent, invalid range check [1, 1]
PASS: gsl_root_brent, invalid range check [0.1, 0.2]
PASS: gsl_root_falsepos, sin(x) [3, 3.2]
PASS: gsl_root_falsepos, sin(x) [-4, -3]
PASS: gsl_root_falsepos, sin(x) [-1/3, 1]
PASS: gsl_root_falsepos, cos(x) [0, 3]
PASS: gsl_root_falsepos, cos(x) [-3, 0]
PASS: gsl_root_falsepos, x^{20} - 1 [0.99, 1.01]
PASS: gsl_root_falsepos, sqrt(|x|)*sgn(x) [-1/3, 1]
PASS: gsl_root_falsepos, x^2 - 1e-8 [5e-5, 3e-4]
PASS: gsl_root_falsepos, x exp(-x) [-1/3, 2]
PASS: gsl_root_falsepos, (x - 1)^7 [0.8, 1.2]
PASS: gsl_root_secant, sin(x) {3.3, 3.4}
PASS: gsl_root_secant, sin(x) {-3.3, -3.4}
PASS: gsl_root_secant, sin(x) {0.4, 0.5}
PASS: gsl_root_secant, cos(x) {0.5, 0.6}
PASS: gsl_root_secant, cos(x) {-2.5, -3.0}
PASS: gsl_root_secant, x^20 - 1 {0.9, 0.91}
PASS: gsl_root_secant, x^20 - 1 {1.1, 1.11}
PASS: gsl_root_secant, sqrt(abs(x)) * sgn(x) {1, 1.01}
PASS: gsl_root_secant, x^2 - 1e-8 {1, 1.01}
PASS: gsl_root_secant, max iterations x -> +Inf, x exp(-x) {2, 2.01}
PASS: gsl_root_secant, max iterations x -> -Inf, 1/(1 + exp(-x)) {0, 0.01}
PASS: gsl_root_secant, max iterations towards root, (x - 1)^7 {0, 0.01}
PASS: gsl_root_newton, sin(x) {3.4}
PASS: gsl_root_newton, sin(x) {-3.3}
PASS: gsl_root_newton, sin(x) {0.5}
PASS: gsl_root_newton, cos(x) {0.6}
PASS: gsl_root_newton, cos(x) {-2.5}
PASS: gsl_root_newton, x^{20} - 1 {0.9}
PASS: gsl_root_newton, x^{20} - 1 {1.1}
PASS: gsl_root_newton, sqrt(|x|)*sgn(x) {1.001}
PASS: gsl_root_newton, x^2 - 1e-8 {1}
PASS: gsl_root_newton, x exp(-x) {-2}
PASS: gsl_root_newton, max iterations x -> +Inf, x exp(-x) {2}
PASS: gsl_root_newton, max iterations x -> -Inf, 1/(1 + exp(-x)) {0}
PASS: gsl_root_newton, max iterations towards root, (x - 1)^7 {0}
PASS: gsl_root_solve_quadratic, no roots, (2x - 5)^2 = -1
PASS: gsl_root_solve_quadratic, one root, (2x - 5)^2 = 0
PASS: x1, (2x - 5)^2 = 0 (2.5 observed vs 2.5 expected)
PASS: gsl_root_solve_quadratic, two roots, (2x - 5)^2 = 4
PASS: x1, (2x - 5)^2 = 4 (1.5 observed vs 1.5 expected)
PASS: x2, (2x - 5)^2 = 4 (3.5 observed vs 3.5 expected)
PASS: gsl_root_solve_quadratic, two roots, x(4x + 7) = 0
PASS: x1, x(4x + 7) = 0 (-1.75 observed vs -1.75 expected)
PASS: x2, x(4x + 7) = 0 (-0 observed vs 0 expected)
PASS: gsl_root_solve_quadratic, two roots b = 0, 5 x^2 = 20
PASS: x1, 5 x^2 = 20 (-2 observed vs -2 expected)
PASS: x2, 5 x^2 = 20 (2 observed vs 2 expected)
PASS: gsl_root_solve_cubic, one root, x^3 = 27
PASS: x1, x^3 = 27 (3 observed vs 3 expected)
PASS: gsl_root_solve_cubic, three roots, (x-17)^3=0
PASS: x1, (x-17)^3=0 (17 observed vs 17 expected)
PASS: x2, (x-17)^3=0 (17 observed vs 17 expected)
PASS: x3, (x-17)^3=0 (17 observed vs 17 expected)
PASS: gsl_root_solve_cubic, three roots, (x-17)(x-17)(x-23)=0
PASS: x1, (x-17)(x-17)(x-23)=0 (17 observed vs 17 expected)
PASS: x2, (x-17)(x-17)(x-23)=0 (17 observed vs 17 expected)
PASS: x3, (x-17)(x-17)(x-23)=0 (23 observed vs 23 expected)
PASS: gsl_root_solve_cubic, three roots, (x-17)(x-31)(x-95)=0
PASS: x1, (x-17)(x-31)(x-95)=0 (17 observed vs 17 expected)
PASS: x2, (x-17)(x-31)(x-95)=0 (31 observed vs 31 expected)
PASS: x3, (x-17)(x-31)(x-95)=0 (95 observed vs 95 expected)
PASS: gsl_root_complex_solve_quadratic, 2 roots (2x - 5)^2 = -1
PASS: z1.real, (2x - 5)^2 = -1 (2.5 observed vs 2.5 expected)
PASS: z1.imag, (2x - 5)^2 = -1 (-0.5 observed vs -0.5 expected)
PASS: z2.real, (2x - 5)^2 = -1 (2.5 observed vs 2.5 expected)
PASS: z2.imag, (2x - 5)^2 = -1 (0.5 observed vs 0.5 expected)
PASS: gsl_root_complex_solve_quadratic, one root, (2x - 5)^2 = 0
PASS: z1.real, (2x - 5)^2 = 0 (2.5 observed vs 2.5 expected)
PASS: z1.imag (2x - 5)^2 = 0 (0 observed vs 0 expected)
PASS: gsl_root_complex_solve_quadratic, two roots, (2x - 5)^2 = 4
PASS: z1.real, (2x - 5)^2 = 4 (1.5 observed vs 1.5 expected)
PASS: z1.imag, (2x - 5)^2 = 4 (0 observed vs 0 expected)
PASS: z2.real, (2x - 5)^2 = 4 (3.5 observed vs 3.5 expected)
PASS: z2.imag, (2x - 5)^2 = 4 (0 observed vs 0 expected)
PASS: gsl_root_complex_solve_quadratic, two roots, x(4x + 7) = 0
PASS: z1.real, x(4x + 7) = 0 (-1.75 observed vs -1.75 expected)
PASS: z1.imag, x(4x + 7) = 0 (0 observed vs 0 expected)
PASS: z2.real, x(4x + 7) = 0 (-0 observed vs 0 expected)
PASS: z2.imag, x(4x + 7) = 0 (0 observed vs 0 expected)
PASS: gsl_root_complex_solve_quadratic, two roots b = 0, 5 x^2 = 20
PASS: z1.real, 5 x^2 = 20 (-2 observed vs -2 expected)
PASS: z1.imag, 5 x^2 = 20 (0 observed vs 0 expected)
PASS: z2.real, 5 x^2 = 20 (2 observed vs 2 expected)
PASS: z2.imag, 5 x^2 = 20 (0 observed vs 0 expected)
PASS: gsl_root_complex_solve_quadratic, two roots b = 0, 5 x^2 = -20
PASS: z1.real, 5 x^2 = -20 (-0 observed vs 0 expected)
PASS: z1.imag, 5 x^2 = -20 (-2 observed vs -2 expected)
PASS: z2.real, 5 x^2 = -20 (-0 observed vs 0 expected)
PASS: z2.imag, 5 x^2 = -20 (2 observed vs 2 expected)
PASS: gsl_root_complex_solve_cubic, three root, x^3 = 27
PASS: z1.real, x^3 = 27 (-1.5 observed vs -1.5 expected)
PASS: z1.imag, x^3 = 27 (-2.59808 observed vs -2.59808 expected)
PASS: z2.real, x^3 = 27 (-1.5 observed vs -1.5 expected)
PASS: z2.imag, x^3 = 27 (2.59808 observed vs 2.59808 expected)
PASS: z3.real, x^3 = 27 (3 observed vs 3 expected)
PASS: z3.imag, x^3 = 27 (0 observed vs 0 expected)
PASS: gsl_root_complex_solve_cubic, three roots, (x-17)^3=0
PASS: z1.real, (x-17)^3=0 (17 observed vs 17 expected)
PASS: z1.imag, (x-17)^3=0 (0 observed vs 0 expected)
PASS: z2.real, (x-17)^3=0 (17 observed vs 17 expected)
PASS: z2.imag, (x-17)^3=0 (0 observed vs 0 expected)
PASS: z3.real, (x-17)^3=0 (17 observed vs 17 expected)
PASS: z3.imag, (x-17)^3=0 (0 observed vs 0 expected)
PASS: gsl_root_complex_solve_cubic, three roots, (x-17)(x-17)(x-23)=0
PASS: z1.real, (x-17)(x-17)(x-23)=0 (17 observed vs 17 expected)
PASS: z1.imag, (x-17)(x-17)(x-23)=0 (0 observed vs 0 expected)
PASS: z2.real, (x-17)(x-17)(x-23)=0 (17 observed vs 17 expected)
PASS: z2.imag, (x-17)(x-17)(x-23)=0 (0 observed vs 0 expected)
PASS: z3.real, (x-17)(x-17)(x-23)=0 (23 observed vs 23 expected)
PASS: z3.imag, (x-17)(x-17)(x-23)=0 (0 observed vs 0 expected)
PASS: gsl_root_complex_solve_cubic, three roots, (x-17)(x-31)(x-95)=0
PASS: z1.real, (x-17)(x-31)(x-95)=0 (17 observed vs 17 expected)
PASS: z1.imag, (x-17)(x-31)(x-95)=0 (0 observed vs 0 expected)
PASS: z2.real, (x-17)(x-31)(x-95)=0 (31 observed vs 31 expected)
PASS: z2.imag, (x-17)(x-31)(x-95)=0 (0 observed vs 0 expected)
PASS: z3.real, (x-17)(x-31)(x-95)=0 (95 observed vs 95 expected)
PASS: z3.imag, (x-17)(x-31)(x-95)=0 (0 observed vs 0 expected)
PASS: test
==================
All 1 tests passed
==================
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/roots'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/roots'
Making check in statistics
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/statistics'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c test.c
gcc -O3 -msupersparc  -o test  test.o libgslstatistics.a ../err/libgsltest.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -O3 -msupersparc -c test_nist.c
gcc -O3 -msupersparc  -o test_nist  test_nist.o libgslstatistics.a ../err/libgsltest.a -lm 
make check-TESTS
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/statistics'
PASS: gsl_stats_mean (0.0728 observed vs 0.0728 expected)
PASS: gsl_stats_variance (0.00113837 observed vs 0.00113837 expected)
PASS: gsl_stats_est_variance (0.00124957 observed vs 0.00124957 expected)
PASS: gsl_stats_sd (0.0337398 observed vs 0.0337398 expected)
PASS: gsl_stats_est_sd (0.0350134 observed vs 0.0350134 expected)
PASS: gsl_stats_absdev (0.0287571 observed vs 0.0287571 expected)
PASS: gsl_stats_skew (0.0954642 observed vs 0.0954642 expected)
PASS: gsl_stats_kurtosis (-1.38584 observed vs -1.38584 expected)
PASS: gsl_stats_pvariance (0.00123775 observed vs 0.00123775 expected)
PASS: gsl_stats_ttest (-5.67026 observed vs -5.67026 expected)
PASS: gsl_stats_max (0.1331 observed vs 0.1331 expected)
PASS: gsl_stats_min (0.0242 observed vs 0.0242 expected)
PASS: gsl_stats_max_index (4 observed vs 4 expected)
PASS: gsl_stats_min_index (3 observed vs 3 expected)
PASS: gsl_stats_median_from_sorted_data (even) (0.07505 observed vs 0.07505 expected)
PASS: gsl_stats_median_from_sorted_data (0.0728 observed vs 0.0728 expected)
PASS: gsl_stats_quantile_from_sorted_data (0) (0.0242 observed vs 0.0242 expected)
PASS: gsl_stats_quantile_from_sorted_data (100) (0.1331 observed vs 0.1331 expected)
PASS: gsl_stats_quantile_from_sorted_data (50even) (0.07505 observed vs 0.07505 expected)
PASS: gsl_stats_quantile_from_sorted_data (50odd) (0.0728 observed vs 0.0728 expected)
PASS: gsl_stats_float_mean (0.0728 observed vs 0.0728 expected)
PASS: gsl_stats_float_variance (0.00113837 observed vs 0.00113837 expected)
PASS: gsl_stats_float_est_variance (0.00124957 observed vs 0.00124957 expected)
PASS: gsl_stats_float_sd (0.0337398 observed vs 0.0337398 expected)
PASS: gsl_stats_float_est_sd (0.0350134 observed vs 0.0350134 expected)
PASS: gsl_stats_float_absdev (0.0287571 observed vs 0.0287571 expected)
PASS: gsl_stats_float_skew (0.0954643 observed vs 0.0954642 expected)
PASS: gsl_stats_float_kurtosis (-1.38584 observed vs -1.38584 expected)
PASS: gsl_stats_float_pvariance (0.00123775 observed vs 0.00123775 expected)
PASS: gsl_stats_float_ttest (-5.67026 observed vs -5.67026 expected)
PASS: gsl_stats_float_max (0.1331 observed vs 0.1331 expected)
PASS: gsl_stats_float_min (0.0242 observed vs 0.0242 expected)
PASS: gsl_stats_float_max_index (4 observed vs 4 expected)
PASS: gsl_stats_float_min_index (3 observed vs 3 expected)
PASS: gsl_stats_float_median_from_sorted_data (even) (0.07505 obs vs 0.07505 exp)
PASS: gsl_stats_float_median_from_sorted_data (0.0728 observed vs 0.0728 expected)
PASS: gsl_stats_float_quantile_from_sorted_data (0) (0.0242 obs vs 0.0242 exp)
PASS: gsl_stats_float_quantile_from_sorted_data (100) (0.1331 obs vs 0.1331 exp)
PASS: gsl_stats_float_quantile_from_sorted_data (50even) (0.07505 obs vs 0.07505 exp)
PASS: gsl_stats_float_quantile_from_sorted_data (50odd) (0.0728 obs vs 0.0728 exp)
PASS: gsl_stats_long_double_mean (0.0728 observed vs 0.0728 expected)
PASS: gsl_stats_long_double_variance (0.00113837 observed vs 0.00113837 expected)
PASS: gsl_stats_long_double_est_variance (0.00124957 observed vs 0.00124957 expected)
PASS: gsl_stats_long_double_sd (0.0337398 observed vs 0.0337398 expected)
PASS: gsl_stats_long_double_est_sd (0.0350134 observed vs 0.0350134 expected)
PASS: gsl_stats_long_double_absdev (0.0287571 observed vs 0.0287571 expected)
FAIL: gsl_stats_long_double_skew (0.0954657454213008322 observed vs 0.0954642051479003967 expected)
PASS: gsl_stats_long_double_kurtosis (-1.38584 observed vs -1.38584 expected)
PASS: gsl_stats_long_double_pvariance (0.00123775 observed vs 0.00123775 expected)
PASS: gsl_stats_long_double_ttest (-5.67026 observed vs -5.67026 expected)
PASS: gsl_stats_long_double_max (-3.09965e+231 observed vs -0 expected)
PASS: gsl_stats_long_double_min (-3.09955e+231 observed vs 0 expected)
PASS: gsl_stats_long_double_max_index (4 observed vs 4 expected)
PASS: gsl_stats_long_double_min_index (3 observed vs 3 expected)
PASS: gsl_stats_long_double_median_from_sorted_data (even) (0.07505 obs vs 0.07505 exp)
PASS: gsl_stats_long_double_median_from_sorted_data (0.0728 obs vs 0.0728 exp)
PASS: gsl_stats_long_double_quantile_from_sorted_data (0) (0.0242 obs vs 0.0242 exp)
PASS: gsl_stats_long_double_quantile_from_sorted_data (100) (0.1331 obs vs 0.1331 exp)
PASS: gsl_stats_long_double_quantile_from_sorted_data (50even) (0.07505 obs vs 0.07505 exp)
PASS: gsl_stats_long_double_quantile_from_sorted_data (50odd) (0.0728 obs vs 0.0728 exp)
PASS: gsl_stats_ulong_mean (integer) (17 observed vs 17 expected)
PASS: gsl_stats_ulong_mean (fractional) (3.5 observed vs 3.5 expected)
PASS: gsl_stats_ulong_variance (13.7 observed vs 13.7 expected)
PASS: gsl_stats_ulong_est_variance (14.4211 observed vs 14.4211 expected)
PASS: gsl_stats_ulong_sd (3.70135 observed vs 3.70135 expected)
PASS: gsl_stats_ulong_est_sd (3.79751 observed vs 3.79751 expected)
PASS: gsl_stats_ulong_absdev (2.9 observed vs 2.9 expected)
PASS: gsl_stats_ulong_skew (-0.909356 observed vs -0.909356 expected)
PASS: gsl_stats_ulong_kurtosis (-0.233693 observed vs -0.233693 expected)
PASS: gsl_stats_ulong_pvariance (18.8421 observed vs 18.8421 expected)
PASS: gsl_stats_ulong_ttest (-1.45702 observed vs -1.45702 expected)
PASS: gsl_stats_ulong_max (22 observed vs 22 expected)
PASS: gsl_stats_ulong_min (8 observed vs 8 expected)
PASS: gsl_stats_ulong_max_index (9 observed vs 9 expected)
PASS: gsl_stats_ulong_min_index (12 observed vs 12 expected)
PASS: gsl_stats_ulong_median_from_sorted_data (even) (18 obs vs 18 exp)
PASS: gsl_stats_ulong_median_from_sorted_data (odd) (18 obs vs 18 exp)
PASS: gsl_stats_ulong_quantile_from_sorted_data (0) (8 obs vs 8 exp)
PASS: gsl_stats_ulong_quantile_from_sorted_data (100) (22 obs vs 22 exp)
PASS: gsl_stats_ulong_quantile_from_sorted_data (50, even) (18 obs vs 18 exp)
PASS: gsl_stats_ulong_quantile_from_sorted_data (50, odd) (18 obs vs 18 exp)
PASS: gsl_stats_long_mean (integer) (17 observed vs 17 expected)
PASS: gsl_stats_long_mean (fractional) (3.5 observed vs 3.5 expected)
PASS: gsl_stats_long_variance (13.7 observed vs 13.7 expected)
PASS: gsl_stats_long_est_variance (14.4211 observed vs 14.4211 expected)
PASS: gsl_stats_long_sd (3.70135 observed vs 3.70135 expected)
PASS: gsl_stats_long_est_sd (3.79751 observed vs 3.79751 expected)
PASS: gsl_stats_long_absdev (2.9 observed vs 2.9 expected)
PASS: gsl_stats_long_skew (-0.909356 observed vs -0.909356 expected)
PASS: gsl_stats_long_kurtosis (-0.233693 observed vs -0.233693 expected)
PASS: gsl_stats_long_pvariance (18.8421 observed vs 18.8421 expected)
PASS: gsl_stats_long_ttest (-1.45702 observed vs -1.45702 expected)
PASS: gsl_stats_long_max (22 observed vs 22 expected)
PASS: gsl_stats_long_min (8 observed vs 8 expected)
PASS: gsl_stats_long_max_index (9 observed vs 9 expected)
PASS: gsl_stats_long_min_index (12 observed vs 12 expected)
PASS: gsl_stats_long_median_from_sorted_data (even) (18 obs vs 18 exp)
PASS: gsl_stats_long_median_from_sorted_data (odd) (18 observed vs 18 expected)
PASS: gsl_stats_long_quantile_from_sorted_data (0) (8 observed vs 8 expected)
PASS: gsl_stats_long_quantile_from_sorted_data (100) (22 obs vs 22 exp)
PASS: gsl_stats_long_quantile_from_sorted_data (50, even) (18 obs vs 18 exp)
PASS: gsl_stats_long_quantile_from_sorted_data (50, odd) (18 obs vs 18 exp)
PASS: gsl_stats_uint_mean (integer) (17 observed vs 17 expected)
PASS: gsl_stats_uint_mean (fractional) (3.5 observed vs 3.5 expected)
PASS: gsl_stats_uint_variance (13.7 observed vs 13.7 expected)
PASS: gsl_stats_uint_est_variance (14.4211 observed vs 14.4211 expected)
PASS: gsl_stats_uint_sd (3.70135 observed vs 3.70135 expected)
PASS: gsl_stats_uint_est_sd (3.79751 observed vs 3.79751 expected)
PASS: gsl_stats_uint_absdev (2.9 observed vs 2.9 expected)
PASS: gsl_stats_uint_skew (-0.909356 observed vs -0.909356 expected)
PASS: gsl_stats_uint_kurtosis (-0.233693 observed vs -0.233693 expected)
PASS: gsl_stats_uint_pvariance (18.8421 observed vs 18.8421 expected)
PASS: gsl_stats_uint_ttest (-1.45702 observed vs -1.45702 expected)
PASS: gsl_stats_uint_max (22 observed vs 22 expected)
PASS: gsl_stats_uint_min (8 observed vs 8 expected)
PASS: gsl_stats_uint_max_index (9 observed vs 9 expected)
PASS: gsl_stats_uint_min_index (12 observed vs 12 expected)
PASS: gsl_stats_uint_median_from_sorted_data (even) (18 obs vs 18 exp)
PASS: gsl_stats_uint_median_from_sorted_data (odd) (18 observed vs 18 expected)
PASS: gsl_stats_uint_quantile_from_sorted_data (0) (8 observed vs 8 expected)
PASS: gsl_stats_uint_quantile_from_sorted_data (100) (22 obs vs 22 exp)
PASS: gsl_stats_uint_quantile_from_sorted_data (50, even) (18 obs vs 18 exp)
PASS: gsl_stats_uint_quantile_from_sorted_data (50, odd) (18 obs vs 18 exp)
PASS: gsl_stats_int_mean (integer) (17 observed vs 17 expected)
PASS: gsl_stats_int_mean (fractional) (3.5 observed vs 3.5 expected)
PASS: gsl_stats_int_variance (13.7 observed vs 13.7 expected)
PASS: gsl_stats_int_est_variance (14.4211 observed vs 14.4211 expected)
PASS: gsl_stats_int_sd (3.70135 observed vs 3.70135 expected)
PASS: gsl_stats_int_est_sd (3.79751 observed vs 3.79751 expected)
PASS: gsl_stats_int_absdev (2.9 observed vs 2.9 expected)
PASS: gsl_stats_int_skew (-0.909356 observed vs -0.909356 expected)
PASS: gsl_stats_int_kurtosis (-0.233693 observed vs -0.233693 expected)
PASS: gsl_stats_int_pvariance (18.8421 observed vs 18.8421 expected)
PASS: gsl_stats_int_ttest (-1.45702 observed vs -1.45702 expected)
PASS: gsl_stats_int_max (22 observed vs 22 expected)
PASS: gsl_stats_int_min (8 observed vs 8 expected)
PASS: gsl_stats_int_max_index (9 observed vs 9 expected)
PASS: gsl_stats_int_min_index (12 observed vs 12 expected)
PASS: gsl_stats_int_median_from_sorted_data (even) (18 observed vs 18 expected)
PASS: gsl_stats_int_median_from_sorted_data (odd) (18 observed vs 18 expected)
PASS: gsl_stats_int_quantile_from_sorted_data (0) (8 observed vs 8 expected)
PASS: gsl_stats_int_quantile_from_sorted_data (100) (22 obs vs 22 exp)
PASS: gsl_stats_int_quantile_from_sorted_data (50, even) (18 obs vs 18 exp)
PASS: gsl_stats_int_quantile_from_sorted_data (50, odd) (18 obs vs 18 exp)
PASS: gsl_stats_ushort_mean (integer) (17 observed vs 17 expected)
PASS: gsl_stats_ushort_mean (fractional) (3.5 observed vs 3.5 expected)
PASS: gsl_stats_ushort_variance (13.7 observed vs 13.7 expected)
PASS: gsl_stats_ushort_est_variance (14.4211 observed vs 14.4211 expected)
PASS: gsl_stats_ushort_sd (3.70135 observed vs 3.70135 expected)
PASS: gsl_stats_ushort_est_sd (3.79751 observed vs 3.79751 expected)
PASS: gsl_stats_ushort_absdev (2.9 observed vs 2.9 expected)
PASS: gsl_stats_ushort_skew (-0.909356 observed vs -0.909356 expected)
PASS: gsl_stats_ushort_kurtosis (-0.233693 observed vs -0.233693 expected)
PASS: gsl_stats_ushort_pvariance (18.8421 observed vs 18.8421 expected)
PASS: gsl_stats_ushort_ttest (-1.45702 observed vs -1.45702 expected)
PASS: gsl_stats_ushort_max (22 observed vs 22 expected)
PASS: gsl_stats_ushort_min (8 observed vs 8 expected)
PASS: gsl_stats_ushort_max_index (9 observed vs 9 expected)
PASS: gsl_stats_ushort_min_index (12 observed vs 12 expected)
PASS: gsl_stats_ushort_median_from_sorted_data (even) (18 obs vs 18 exp)
PASS: gsl_stats_ushort_median_from_sorted_data (odd) (18 obs vs 18 exp)
PASS: gsl_stats_ushort_quantile_from_sorted_data (0) (8 obs vs 8 exp)
PASS: gsl_stats_ushort_quantile_from_sorted_data (100) (22 obs vs 22 exp)
PASS: gsl_stats_ushort_quantile_from_sorted_data (50, even) (18 obs vs 18 exp)
PASS: gsl_stats_ushort_quantile_from_sorted_data (50, odd) (18 obs vs 18 exp)
PASS: gsl_stats_short_mean (integer) (17 observed vs 17 expected)
PASS: gsl_stats_short_mean (fractional) (3.5 observed vs 3.5 expected)
PASS: gsl_stats_short_variance (13.7 observed vs 13.7 expected)
PASS: gsl_stats_short_est_variance (14.4211 observed vs 14.4211 expected)
PASS: gsl_stats_short_sd (3.70135 observed vs 3.70135 expected)
PASS: gsl_stats_short_est_sd (3.79751 observed vs 3.79751 expected)
PASS: gsl_stats_short_absdev (2.9 observed vs 2.9 expected)
PASS: gsl_stats_short_skew (-0.909356 observed vs -0.909356 expected)
PASS: gsl_stats_short_kurtosis (-0.233693 observed vs -0.233693 expected)
PASS: gsl_stats_short_pvariance (18.8421 observed vs 18.8421 expected)
PASS: gsl_stats_short_ttest (-1.45702 observed vs -1.45702 expected)
PASS: gsl_stats_short_max (22 observed vs 22 expected)
PASS: gsl_stats_short_min (8 observed vs 8 expected)
PASS: gsl_stats_short_max_index (9 observed vs 9 expected)
PASS: gsl_stats_short_min_index (12 observed vs 12 expected)
PASS: gsl_stats_short_median_from_sorted_data (even) (18 obs vs 18 exp)
PASS: gsl_stats_short_median_from_sorted_data (odd) (18 obs vs 18 exp)
PASS: gsl_stats_short_quantile_from_sorted_data (0) (8 obs vs 8 exp)
PASS: gsl_stats_short_quantile_from_sorted_data (100) (22 obs vs 22 exp)
PASS: gsl_stats_short_quantile_from_sorted_data (50, even) (18 obs vs 18 exp)
PASS: gsl_stats_short_quantile_from_sorted_data (50, odd) (18 obs vs 18 exp)
PASS: gsl_stats_uchar_mean (integer) (17 observed vs 17 expected)
PASS: gsl_stats_uchar_mean (fractional) (3.5 observed vs 3.5 expected)
PASS: gsl_stats_uchar_variance (13.7 observed vs 13.7 expected)
PASS: gsl_stats_uchar_est_variance (14.4211 observed vs 14.4211 expected)
PASS: gsl_stats_uchar_sd (3.70135 observed vs 3.70135 expected)
PASS: gsl_stats_uchar_est_sd (3.79751 observed vs 3.79751 expected)
PASS: gsl_stats_uchar_absdev (2.9 observed vs 2.9 expected)
PASS: gsl_stats_uchar_skew (-0.909356 observed vs -0.909356 expected)
PASS: gsl_stats_uchar_kurtosis (-0.233693 observed vs -0.233693 expected)
PASS: gsl_stats_uchar_pvariance (18.8421 observed vs 18.8421 expected)
PASS: gsl_stats_uchar_ttest (-1.45702 observed vs -1.45702 expected)
PASS: gsl_stats_uchar_max (22 observed vs 22 expected)
PASS: gsl_stats_uchar_min (8 observed vs 8 expected)
PASS: gsl_stats_uchar_max_index (9 observed vs 9 expected)
PASS: gsl_stats_uchar_min_index (12 observed vs 12 expected)
PASS: gsl_stats_uchar_median_from_sorted_data (even) (18 obs vs 18 exp)
PASS: gsl_stats_uchar_median_from_sorted_data (odd) (18 obs vs 18 exp)
PASS: gsl_stats_uchar_quantile_from_sorted_data (0) (8 obs vs 8 exp)
PASS: gsl_stats_uchar_quantile_from_sorted_data (100) (22 obs vs 22 exp)
PASS: gsl_stats_uchar_quantile_from_sorted_data (50, even) (18 obs vs 18 exp)
PASS: gsl_stats_uchar_quantile_from_sorted_data (50, odd) (18 obs vs 18 exp)
PASS: gsl_stats_char_mean (integer) (17 observed vs 17 expected)
PASS: gsl_stats_char_mean (fractional) (3.5 observed vs 3.5 expected)
PASS: gsl_stats_char_variance (13.7 observed vs 13.7 expected)
PASS: gsl_stats_char_est_variance (14.4211 observed vs 14.4211 expected)
PASS: gsl_stats_char_sd (3.70135 observed vs 3.70135 expected)
PASS: gsl_stats_char_est_sd (3.79751 observed vs 3.79751 expected)
PASS: gsl_stats_char_absdev (2.9 observed vs 2.9 expected)
PASS: gsl_stats_char_skew (-0.909356 observed vs -0.909356 expected)
PASS: gsl_stats_char_kurtosis (-0.233693 observed vs -0.233693 expected)
PASS: gsl_stats_char_pvariance (18.8421 observed vs 18.8421 expected)
PASS: gsl_stats_char_ttest (-1.45702 observed vs -1.45702 expected)
PASS: gsl_stats_char_max (22 observed vs 22 expected)
PASS: gsl_stats_char_min (8 observed vs 8 expected)
PASS: gsl_stats_char_max_index (9 observed vs 9 expected)
PASS: gsl_stats_char_min_index (12 observed vs 12 expected)
PASS: gsl_stats_char_median_from_sorted_data (even) (18 obs vs 18 exp)
PASS: gsl_stats_char_median_from_sorted_data (odd) (18 observed vs 18 expected)
PASS: gsl_stats_char_quantile_from_sorted_data (0) (8 observed vs 8 expected)
PASS: gsl_stats_char_quantile_from_sorted_data (100) (22 obs vs 22 exp)
PASS: gsl_stats_char_quantile_from_sorted_data (50, even) (18 obs vs 18 exp)
PASS: gsl_stats_char_quantile_from_sorted_data (50, odd) (18 obs vs 18 exp)
FAIL: test
PASS: lew gsl_stats_mean (-177.435 observed vs -177.435 expected)
PASS: lew gsl_stats_est_sd (277.332 observed vs 277.332 expected)
PASS: lew autocorrelation (-0.307305 observed vs -0.307305 expected)
PASS: lottery gsl_stats_mean (518.959 observed vs 518.959 expected)
PASS: lottery gsl_stats_est_sd (291.7 observed vs 291.7 expected)
PASS: lottery autocorrelation (-0.120949 observed vs -0.120949 expected)
PASS: mavro gsl_stats_mean (2.00186 observed vs 2.00186 expected)
PASS: mavro gsl_stats_est_sd (0.000429123 observed vs 0.000429123 expected)
PASS: mavro autocorrelation (0.937989 observed vs 0.937989 expected)
PASS: michelson gsl_stats_mean (299.852 observed vs 299.852 expected)
PASS: michelson gsl_stats_est_sd (0.0790105 observed vs 0.0790105 expected)
PASS: michelson autocorrelation (0.5352 observed vs 0.5352 expected)
PASS: pidigits gsl_stats_mean (4.5348 observed vs 4.5348 expected)
PASS: pidigits gsl_stats_est_sd (2.86734 observed vs 2.86734 expected)
PASS: pidigits autocorrelation (-0.00355099 observed vs -0.00355099 expected)
PASS: acc1 gsl_stats_mean (1e+07 observed vs 1e+07 expected)
PASS: acc1 gsl_stats_est_sd (1 observed vs 1 expected)
PASS: acc1 autocorrelation (-0.5 observed vs -0.5 expected)
PASS: acc2 gsl_stats_mean (1.2 observed vs 1.2 expected)
PASS: acc2 gsl_stats_est_sd (0.1 observed vs 0.1 expected)
PASS: acc2 autocorrelation (-0.999 observed vs -0.999 expected)
PASS: acc3 gsl_stats_mean (1e+06 observed vs 1e+06 expected)
PASS: acc3 gsl_stats_est_sd (0.1 observed vs 0.1 expected)
PASS: acc3 autocorrelation (-0.999 observed vs -0.999 expected)
PASS: acc4 gsl_stats_mean (1e+07 observed vs 1e+07 expected)
PASS: acc4 gsl_stats_est_sd (0.1 observed vs 0.1 expected)
PASS: acc4 autocorrelation (-0.999 observed vs -0.999 expected)
PASS: test_nist
===================
1 of 2 tests failed
===================
make[3]: [check-TESTS] Error 1 (ignored)
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/statistics'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/statistics'
Making check in siman
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/siman'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../rng -I./../err  -O3 -msupersparc -c test.c
gcc -O3 -msupersparc  -o test  test.o libgslsiman.a ../rng/libgslrng.a ../err/libgslerr.a ../err/libgsltest.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../rng -I./../err  -O3 -msupersparc -c siman_test.c
gcc -O3 -msupersparc  -o siman_test  siman_test.o libgslsiman.a ../rng/libgslrng.a ../err/libgslerr.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../rng -I./../err  -O3 -msupersparc -c siman_tsp.c
gcc -O3 -msupersparc  -o siman_tsp  siman_tsp.o libgslsiman.a ../rng/libgslrng.a ../err/libgslerr.a -lm 
make check-TESTS
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/siman'
PASS: f(x)= exp(-(x-1)^2) sin(8x), x0=-10 (1.36334 observed vs 1.36313 expected)
PASS: f(x)= exp(-(x-1)^2) sin(8x), x0=10 (1.36279 observed vs 1.36313 expected)
PASS: f(x)= exp(-(x-1)^2) sin(8x), x0=0.6 (1.3631 observed vs 1.36313 expected)
PASS: f(x)= exp(-(x-1)^2) sin(8x), x0=0.5 (1.36325 observed vs 1.36313 expected)
PASS: f(x)= exp(-(x-1)^2) sin(8x), x0=0.4 (1.36318 observed vs 1.36313 expected)
PASS: test
==================
All 1 tests passed
==================
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/siman'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/siman'
Making check in sum
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/sum'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err   -O3 -msupersparc -c test.c
gcc -O3 -msupersparc  -o test  test.o libgslsum.a ../err/libgslerr.a ../err/libgsltest.a -lm 
make check-TESTS
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/sum'
PASS: u-transform for zeta(2) (1.64493 observed vs 1.64493 expected)
PASS: roundoff for zeta(2) (1.64493 observed vs 1.64493 expected)
PASS: correct digits for zeta(2) (10.3454 observed vs 10.7563 expected)
PASS: u-transform for exp(10) (22026.5 observed vs 22026.5 expected)
PASS: roundoff for exp(10) (22026.5 observed vs 22026.5 expected)
PASS: correct digits for exp(10) (14.0112 observed vs 14.039 expected)
PASS: u-transform for exp(-10) (4.53999e-05 observed vs 4.53999e-05 expected)
PASS: roundoff for exp(-10) (4.53999e-05 observed vs 4.53999e-05 expected)
PASS: correct digits for exp(-10) (7.4952 observed vs 8.97998 expected)
PASS: u-transform for -log(1/2) (0.693147 observed vs 0.693147 expected)
PASS: roundoff for -log(1/2) (0.693147 observed vs 0.693147 expected)
PASS: correct digits for -log(1/2) (13.6651 observed vs 13.9604 expected)
PASS: u-transform for -log(2) (-0.693147 observed vs -0.693147 expected)
PASS: roundoff for -log(2) (-0.693147 observed vs -0.693147 expected)
PASS: correct digits for -log(2) (15.399 observed vs 15.4177 expected)
PASS: u-transform of asymptotic series (0.192594 observed vs 0.192594 expected)
PASS: roundoff for asymptotic series (0.192594 observed vs 0.192594 expected)
PASS: correct digits of asymptotic series (11.8333 observed vs 11.3847 expected)
PASS: test
==================
All 1 tests passed
==================
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/sum'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/sum'
Making check in integration
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/integration'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err  -O3 -msupersparc -c test.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err  -O3 -msupersparc -c tests.c
gcc -O3 -msupersparc  -o test  test.o tests.o libgslintegration.a ../ieee-utils/libgslieeeutils.a ../err/libgslerr.a ../err/libgsltest.a  -lm 
make check-TESTS
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/integration'
PASS: qk15(book1) smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qk15(book1) smooth abserr (2.99022e-06 observed vs 2.99022e-06 expected)
PASS: qk15(book1) smooth resabs (0.0771605 observed vs 0.0771605 expected)
PASS: qk15(book1) smooth resasc (0.0443427 observed vs 0.0443427 expected)
PASS: qk21(book1) smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qk21(book1) smooth abserr (9.4243e-08 observed vs 9.4243e-08 expected)
PASS: qk21(book1) smooth resabs (0.0771605 observed vs 0.0771605 expected)
PASS: qk21(book1) smooth resasc (0.0443431 observed vs 0.0443431 expected)
PASS: qk31(book1) smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qk31(book1) smooth abserr (1.7135e-09 observed vs 1.7135e-09 expected)
PASS: qk31(book1) smooth resabs (0.0771605 observed vs 0.0771605 expected)
PASS: qk31(book1) smooth resasc (0.04428 observed vs 0.04428 expected)
PASS: qk41(book1) smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qk41(book1) smooth abserr (9.57639e-11 observed vs 9.57639e-11 expected)
PASS: qk41(book1) smooth resabs (0.0771605 observed vs 0.0771605 expected)
PASS: qk41(book1) smooth resasc (0.0442152 observed vs 0.0442152 expected)
PASS: qk51(book1) smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qk51(book1) smooth abserr (1.00208e-11 observed vs 1.00208e-11 expected)
PASS: qk51(book1) smooth resabs (0.0771605 observed vs 0.0771605 expected)
PASS: qk51(book1) smooth resasc (0.0441647 observed vs 0.0441647 expected)
PASS: qk61(book1) smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qk61(book1) smooth abserr (1.56606e-12 observed vs 1.56606e-12 expected)
PASS: qk61(book1) smooth resabs (0.0771605 observed vs 0.0771605 expected)
PASS: qk61(book1) smooth resasc (0.0441929 observed vs 0.0441929 expected)
PASS: qk15(book1) singular result (15.5569 observed vs 15.5569 expected)
PASS: qk15(book1) singular abserr (23.5016 observed vs 23.5016 expected)
PASS: qk15(book1) singular resabs (15.5569 observed vs 15.5569 expected)
PASS: qk15(book1) singular resasc (23.5016 observed vs 23.5016 expected)
PASS: qk21(book1) singular result (17.9905 observed vs 17.9905 expected)
PASS: qk21(book1) singular abserr (27.8236 observed vs 27.8236 expected)
PASS: qk21(book1) singular resabs (17.9905 observed vs 17.9905 expected)
PASS: qk21(book1) singular resasc (27.8236 observed vs 27.8236 expected)
PASS: qk31(book1) singular result (20.8187 observed vs 20.8187 expected)
PASS: qk31(book1) singular abserr (32.965 observed vs 32.965 expected)
PASS: qk31(book1) singular resabs (20.8187 observed vs 20.8187 expected)
PASS: qk31(book1) singular resasc (32.965 observed vs 32.965 expected)
PASS: qk41(book1) singular result (22.8868 observed vs 22.8868 expected)
PASS: qk41(book1) singular abserr (36.7154 observed vs 36.7154 expected)
PASS: qk41(book1) singular resabs (22.8868 observed vs 22.8868 expected)
PASS: qk41(book1) singular resasc (36.7154 observed vs 36.7154 expected)
PASS: qk51(book1) singular result (24.4995 observed vs 24.4995 expected)
PASS: qk51(book1) singular abserr (39.6777 observed vs 39.6777 expected)
PASS: qk51(book1) singular resabs (24.4995 observed vs 24.4995 expected)
PASS: qk51(book1) singular resasc (39.6777 observed vs 39.6777 expected)
PASS: qk61(book1) singular result (25.8303 observed vs 25.8303 expected)
PASS: qk61(book1) singular abserr (42.1375 observed vs 42.1375 expected)
PASS: qk61(book1) singular resabs (25.8303 observed vs 25.8303 expected)
PASS: qk61(book1) singular resasc (42.1375 observed vs 42.1375 expected)
PASS: qk15(book3) oscill result (-0.723897 observed vs -0.723897 expected)
PASS: qk15(book3) oscill abserr (8.76008e-06 observed vs 8.76008e-06 expected)
PASS: qk15(book3) oscill resabs (1.16556 observed vs 1.16556 expected)
PASS: qk15(book3) oscill resasc (0.933456 observed vs 0.933456 expected)
PASS: qk21(book3) oscill result (-0.723897 observed vs -0.723897 expected)
PASS: qk21(book3) oscill abserr (7.99921e-11 observed vs 7.99921e-11 expected)
PASS: qk21(book3) oscill resabs (1.15083 observed vs 1.15083 expected)
PASS: qk21(book3) oscill resasc (0.929759 observed vs 0.929759 expected)
PASS: qk31(book3) oscill result (-0.723897 observed vs -0.723897 expected)
PASS: qk31(book3) oscill abserr (1.28581e-14 observed vs 1.28581e-14 expected)
PASS: qk31(book3) oscill resabs (1.15815 observed vs 1.15815 expected)
PASS: qk31(book3) oscill resasc (0.927783 observed vs 0.927783 expected)
PASS: qk41(book3) oscill result (-0.723897 observed vs -0.723897 expected)
PASS: qk41(book3) oscill abserr (1.28654e-14 observed vs 1.28654e-14 expected)
PASS: qk41(book3) oscill resabs (1.15881 observed vs 1.15881 expected)
PASS: qk41(book3) oscill resasc (0.926438 observed vs 0.926438 expected)
PASS: qk51(book3) oscill result (-0.723897 observed vs -0.723897 expected)
PASS: qk51(book3) oscill abserr (1.28529e-14 observed vs 1.28529e-14 expected)
PASS: qk51(book3) oscill resabs (1.15769 observed vs 1.15769 expected)
PASS: qk51(book3) oscill resasc (0.926467 observed vs 0.926467 expected)
PASS: qk61(book3) oscill result (-0.723897 observed vs -0.723897 expected)
PASS: qk61(book3) oscill abserr (1.28644e-14 observed vs 1.28644e-14 expected)
PASS: qk61(book3) oscill resabs (1.15872 observed vs 1.15872 expected)
PASS: qk61(book3) oscill resasc (0.927047 observed vs 0.927047 expected)
PASS: qng(book1) smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qng(book1) smooth abserr (9.4243e-08 observed vs 9.4243e-08 expected)
PASS: qng(book1) smooth neval (21 observed vs 21 expected)
PASS: qng(book1) smooth status (0 observed vs 0 expected)
PASS: qng(book1) smooth 43pt result (0.0771605 observed vs 0.0771605 expected)
PASS: qng(book1) smooth 43pt abserr (2.66689e-12 observed vs 2.66689e-12 expected)
PASS: qng(book1) smooth 43pt neval (43 observed vs 43 expected)
PASS: qng(book1) smooth 43pt status (0 observed vs 0 expected)
PASS: qnq(book3) oscill result (-0.723897 observed vs -0.723897 expected)
PASS: qng(book3) oscill abserr (1.27768e-14 observed vs 1.27768e-14 expected)
PASS: qng(book3) oscill neval (43 observed vs 43 expected)
PASS: qng(book3) oscill status (0 observed vs 0 expected)
PASS: qng(book1) 87pt smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qng(book1) 87pt smooth abserr (8.56654e-16 observed vs 8.56654e-16 expected)
PASS: qng(book1) 87pt smooth neval (87 observed vs 87 expected)
PASS: qng(book1) 87pt smooth status (0 observed vs 0 expected)
PASS: qng(book1) sing beyond 87pt result (32.2295 observed vs 32.2295 expected)
PASS: qng(book1) sing beyond 87pt abserr (27.8236 observed vs 27.8236 expected)
PASS: qng(book1) sing beyond 87pt neval (87 observed vs 87 expected)
PASS: qng(book1) sing beyond 87pt status (14 observed vs 14 expected)
PASS: qage(book1) smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qage(book1) smooth abserr (6.67938e-12 observed vs 6.67938e-12 expected)
PASS: qage(book1) smooth neval (165 observed vs 165 expected)
PASS: qage(book1) smooth last (6 observed vs 6 expected)
PASS: qage(book1) smooth status (0 observed vs 0 expected)
PASS: qage(book1) smooth alist (0 observed vs 0 expected)
PASS: qage(book1) smooth alist (0.5 observed vs 0.5 expected)
PASS: qage(book1) smooth alist (0.25 observed vs 0.25 expected)
PASS: qage(book1) smooth alist (0.125 observed vs 0.125 expected)
PASS: qage(book1) smooth alist (0.0625 observed vs 0.0625 expected)
PASS: qage(book1) smooth alist (0.03125 observed vs 0.03125 expected)
PASS: qage(book1) smooth blist (0.03125 observed vs 0.03125 expected)
PASS: qage(book1) smooth blist (1 observed vs 1 expected)
PASS: qage(book1) smooth blist (0.5 observed vs 0.5 expected)
PASS: qage(book1) smooth blist (0.25 observed vs 0.25 expected)
PASS: qage(book1) smooth blist (0.125 observed vs 0.125 expected)
PASS: qage(book1) smooth blist (0.0625 observed vs 0.0625 expected)
PASS: qage(book1) smooth rlist (3.96677e-06 observed vs 3.96677e-06 expected)
PASS: qage(book1) smooth rlist (0.0549184 observed vs 0.0549184 expected)
PASS: qage(book1) smooth rlist (0.0190983 observed vs 0.0190983 expected)
PASS: qage(book1) smooth rlist (0.00277653 observed vs 0.00277653 expected)
PASS: qage(book1) smooth rlist (0.000328066 observed vs 0.000328066 expected)
PASS: qage(book1) smooth rlist (3.5227e-05 observed vs 3.5227e-05 expected)
PASS: qage(book1) smooth elist (6.67853e-12 observed vs 6.67853e-12 expected)
PASS: qage(book1) smooth elist (6.09717e-16 observed vs 6.09717e-16 expected)
PASS: qage(book1) smooth elist (2.12033e-16 observed vs 2.12033e-16 expected)
PASS: qage(book1) smooth elist (3.08257e-17 observed vs 3.08257e-17 expected)
PASS: qage(book1) smooth elist (3.64227e-18 observed vs 3.64227e-18 expected)
PASS: qage(book1) smooth elist (3.91099e-19 observed vs 3.91099e-19 expected)
PASS: qage(book1) smooth iord (0 observed vs 0 expected)
PASS: qage(book1) smooth iord (1 observed vs 1 expected)
PASS: qage(book1) smooth iord (2 observed vs 2 expected)
PASS: qage(book1) smooth iord (3 observed vs 3 expected)
PASS: qage(book1) smooth iord (4 observed vs 4 expected)
PASS: qage(book1) smooth iord (5 observed vs 5 expected)
PASS: qage(book1,21pt) smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qage(book1,21pt) smooth abserr (2.22797e-15 observed vs 2.22797e-15 expected)
PASS: qage(book1,21pt) smooth neval (315 observed vs 315 expected)
PASS: qage(book1,21pt) smooth last (8 observed vs 8 expected)
PASS: qage(book1,21pt) smooth status (0 observed vs 0 expected)
PASS: qage(book1,21pt) smooth alist (0 observed vs 0 expected)
PASS: qage(book1,21pt) smooth alist (0.5 observed vs 0.5 expected)
PASS: qage(book1,21pt) smooth alist (0.25 observed vs 0.25 expected)
PASS: qage(book1,21pt) smooth alist (0.125 observed vs 0.125 expected)
PASS: qage(book1,21pt) smooth alist (0.0625 observed vs 0.0625 expected)
PASS: qage(book1,21pt) smooth alist (0.03125 observed vs 0.03125 expected)
PASS: qage(book1,21pt) smooth alist (0.015625 observed vs 0.015625 expected)
PASS: qage(book1,21pt) smooth alist (0.0078125 observed vs 0.0078125 expected)
PASS: qage(book1,21pt) smooth blist (0.0078125 observed vs 0.0078125 expected)
PASS: qage(book1,21pt) smooth blist (1 observed vs 1 expected)
PASS: qage(book1,21pt) smooth blist (0.5 observed vs 0.5 expected)
PASS: qage(book1,21pt) smooth blist (0.25 observed vs 0.25 expected)
PASS: qage(book1,21pt) smooth blist (0.125 observed vs 0.125 expected)
PASS: qage(book1,21pt) smooth blist (0.0625 observed vs 0.0625 expected)
PASS: qage(book1,21pt) smooth blist (0.03125 observed vs 0.03125 expected)
PASS: qage(book1,21pt) smooth blist (0.015625 observed vs 0.015625 expected)
PASS: qage(book1,21pt) smooth rlist (3.69694e-08 observed vs 3.69694e-08 expected)
PASS: qage(book1,21pt) smooth rlist (0.0549184 observed vs 0.0549184 expected)
PASS: qage(book1,21pt) smooth rlist (0.0190983 observed vs 0.0190983 expected)
PASS: qage(book1,21pt) smooth rlist (0.00277653 observed vs 0.00277653 expected)
PASS: qage(book1,21pt) smooth rlist (0.000328066 observed vs 0.000328066 expected)
PASS: qage(book1,21pt) smooth rlist (3.5227e-05 observed vs 3.5227e-05 expected)
PASS: qage(book1,21pt) smooth rlist (3.57906e-06 observed vs 3.57906e-06 expected)
PASS: qage(book1,21pt) smooth rlist (3.5074e-07 observed vs 3.5074e-07 expected)
PASS: qage(book1,21pt) smooth elist (1.37132e-15 observed vs 1.37132e-15 expected)
PASS: qage(book1,21pt) smooth elist (6.09717e-16 observed vs 6.09717e-16 expected)
PASS: qage(book1,21pt) smooth elist (2.12033e-16 observed vs 2.12033e-16 expected)
PASS: qage(book1,21pt) smooth elist (3.08257e-17 observed vs 3.08257e-17 expected)
PASS: qage(book1,21pt) smooth elist (3.64227e-18 observed vs 3.64227e-18 expected)
PASS: qage(book1,21pt) smooth elist (3.91099e-19 observed vs 3.91099e-19 expected)
PASS: qage(book1,21pt) smooth elist (3.97356e-20 observed vs 3.97356e-20 expected)
PASS: qage(book1,21pt) smooth elist (3.89399e-21 observed vs 3.89399e-21 expected)
PASS: qage(book1,21pt) smooth iord (0 observed vs 0 expected)
PASS: qage(book1,21pt) smooth iord (1 observed vs 1 expected)
PASS: qage(book1,21pt) smooth iord (2 observed vs 2 expected)
PASS: qage(book1,21pt) smooth iord (3 observed vs 3 expected)
PASS: qage(book1,21pt) smooth iord (4 observed vs 4 expected)
PASS: qage(book1,21pt) smooth iord (5 observed vs 5 expected)
PASS: qage(book1,21pt) smooth iord (6 observed vs 6 expected)
PASS: qage(book1,21pt) smooth iord (7 observed vs 7 expected)
PASS: qage(book3,31pt) oscill result (-0.723897 observed vs -0.723897 expected)
PASS: qage(book3,31pt) oscill abserr (1.28581e-14 observed vs 1.28581e-14 expected)
PASS: qage(book3,31pt) oscill neval (31 observed vs 31 expected)
PASS: qage(book3,31pt) oscill last (0 observed vs 0 expected)
PASS: qage(book3,31pt) oscill status (18 observed vs 18 expected)
PASS: qage(book16,51pt) sing neval (5151 observed vs 5151 expected)
PASS: qage(book16,51pt) sing last (51 observed vs 51 expected)
PASS: qage(book16,51pt) sing status (21 observed vs 21 expected)
PASS: qage(book16,61pt) limit result (9.56515 observed vs 9.56515 expected)
PASS: qage(book16,61pt) limit abserr (15.7037 observed vs 15.7037 expected)
PASS: qage(book16,61pt) limit neval (305 observed vs 305 expected)
PASS: qage(book16,61pt) limit last (3 observed vs 3 expected)
PASS: qage(book16,61pt) limit status (11 observed vs 11 expected)
PASS: qage(book16,61pt) limit alist (-0.5 observed vs -0.5 expected)
PASS: qage(book16,61pt) limit alist (0 observed vs 0 expected)
PASS: qage(book16,61pt) limit alist (-1 observed vs -1 expected)
PASS: qage(book16,61pt) limit blist (0 observed vs 0 expected)
PASS: qage(book16,61pt) limit blist (1 observed vs 1 expected)
PASS: qage(book16,61pt) limit blist (-0.5 observed vs -0.5 expected)
PASS: qage(book16,61pt) limit rlist (9.46035 observed vs 9.46035 expected)
PASS: qage(book16,61pt) limit rlist (0.0909091 observed vs 0.0909091 expected)
PASS: qage(book16,61pt) limit rlist (0.0138889 observed vs 0.0138889 expected)
PASS: qage(book16,61pt) limit elist (15.7037 observed vs 15.7037 expected)
PASS: qage(book16,61pt) limit elist (1.00929e-15 observed vs 1.00929e-15 expected)
PASS: qage(book16,61pt) limit elist (1.54198e-16 observed vs 1.54198e-16 expected)
PASS: qage(book16,61pt) limit iord (0 observed vs 0 expected)
PASS: qage(book16,61pt) limit iord (1 observed vs 1 expected)
PASS: qage(book16,61pt) limit iord (2 observed vs 2 expected)
PASS: qagse(book1) smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qagse(book1) smooth abserr (2.21639e-12 observed vs 2.21639e-12 expected)
PASS: qagse(book1) smooth neval (189 observed vs 189 expected)
PASS: qagse(book1) smooth last (5 observed vs 5 expected)
PASS: qagse(book1) smooth status (0 observed vs 0 expected)
PASS: qagse(book1) smooth alist (0 observed vs 0 expected)
PASS: qagse(book1) smooth alist (0.5 observed vs 0.5 expected)
PASS: qagse(book1) smooth alist (0.25 observed vs 0.25 expected)
PASS: qagse(book1) smooth alist (0.125 observed vs 0.125 expected)
PASS: qagse(book1) smooth alist (0.0625 observed vs 0.0625 expected)
PASS: qagse(book1) smooth blist (0.0625 observed vs 0.0625 expected)
PASS: qagse(book1) smooth blist (1 observed vs 1 expected)
PASS: qagse(book1) smooth blist (0.5 observed vs 0.5 expected)
PASS: qagse(book1) smooth blist (0.25 observed vs 0.25 expected)
PASS: qagse(book1) smooth blist (0.125 observed vs 0.125 expected)
PASS: qagse(book1) smooth rlist (3.91938e-05 observed vs 3.91938e-05 expected)
PASS: qagse(book1) smooth rlist (0.0549184 observed vs 0.0549184 expected)
PASS: qagse(book1) smooth rlist (0.0190983 observed vs 0.0190983 expected)
PASS: qagse(book1) smooth rlist (0.00277653 observed vs 0.00277653 expected)
PASS: qagse(book1) smooth rlist (0.000328066 observed vs 0.000328066 expected)
PASS: qagse(book1) smooth elist (2.21554e-12 observed vs 2.21554e-12 expected)
PASS: qagse(book1) smooth elist (6.09717e-16 observed vs 6.09717e-16 expected)
PASS: qagse(book1) smooth elist (2.12033e-16 observed vs 2.12033e-16 expected)
PASS: qagse(book1) smooth elist (3.08257e-17 observed vs 3.08257e-17 expected)
PASS: qagse(book1) smooth elist (3.64227e-18 observed vs 3.64227e-18 expected)
PASS: qagse(book1) smooth iord (0 observed vs 0 expected)
PASS: qagse(book1) smooth iord (1 observed vs 1 expected)
PASS: qagse(book1) smooth iord (2 observed vs 2 expected)
PASS: qagse(book1) smooth iord (3 observed vs 3 expected)
PASS: qagse(book1) smooth iord (4 observed vs 4 expected)
PASS: qagse(book11) smooth result (-5908.76 observed vs -5908.76 expected)
FAIL: qagse(book11) smooth abserr (1.30023261866978051e-10 observed vs 1.30037743982306491e-10 expected)
PASS: qagse(book11) smooth neval (357 observed vs 357 expected)
PASS: qagse(book11) smooth last (9 observed vs 9 expected)
PASS: qagse(book11) smooth status (0 observed vs 0 expected)
PASS: qagse(book11) smooth alist (1 observed vs 1 expected)
PASS: qagse(book11) smooth alist (500.5 observed vs 500.5 expected)
PASS: qagse(book11) smooth alist (250.75 observed vs 250.75 expected)
PASS: qagse(book11) smooth alist (125.875 observed vs 125.875 expected)
PASS: qagse(book11) smooth alist (63.4375 observed vs 63.4375 expected)
PASS: qagse(book11) smooth alist (32.2188 observed vs 32.2188 expected)
PASS: qagse(book11) smooth alist (16.6094 observed vs 16.6094 expected)
PASS: qagse(book11) smooth alist (8.80469 observed vs 8.80469 expected)
PASS: qagse(book11) smooth alist (4.90234 observed vs 4.90234 expected)
PASS: qagse(book11) smooth blist (4.90234 observed vs 4.90234 expected)
PASS: qagse(book11) smooth blist (1000 observed vs 1000 expected)
PASS: qagse(book11) smooth blist (500.5 observed vs 500.5 expected)
PASS: qagse(book11) smooth blist (250.75 observed vs 250.75 expected)
PASS: qagse(book11) smooth blist (125.875 observed vs 125.875 expected)
PASS: qagse(book11) smooth blist (63.4375 observed vs 63.4375 expected)
PASS: qagse(book11) smooth blist (32.2188 observed vs 32.2188 expected)
PASS: qagse(book11) smooth blist (16.6094 observed vs 16.6094 expected)
PASS: qagse(book11) smooth blist (8.80469 observed vs 8.80469 expected)
PASS: qagse(book11) smooth rlist (-3.89098 observed vs -3.89098 expected)
PASS: qagse(book11) smooth rlist (-3297.34 observed vs -3297.34 expected)
PASS: qagse(book11) smooth rlist (-1475.9 observed vs -1475.9 expected)
PASS: qagse(book11) smooth rlist (-651.74 observed vs -651.74 expected)
PASS: qagse(book11) smooth rlist (-282.935 observed vs -282.935 expected)
PASS: qagse(book11) smooth rlist (-120.169 observed vs -120.169 expected)
PASS: qagse(book11) smooth rlist (-49.6 observed vs -49.6 expected)
PASS: qagse(book11) smooth rlist (-19.7144 observed vs -19.7144 expected)
PASS: qagse(book11) smooth rlist (-7.45703 observed vs -7.45703 expected)
FAIL: qagse(book11) smooth elist (6.44827603500615009e-11 observed vs 6.44826214274809442e-11 expected)
PASS: qagse(book11) smooth elist (3.66079e-11 observed vs 3.66079e-11 expected)
PASS: qagse(book11) smooth elist (1.63858e-11 observed vs 1.63858e-11 expected)
PASS: qagse(book11) smooth elist (7.23577e-12 observed vs 7.23577e-12 expected)
PASS: qagse(book11) smooth elist (3.14121e-12 observed vs 3.14121e-12 expected)
PASS: qagse(book11) smooth elist (1.33415e-12 observed vs 1.33415e-12 expected)
PASS: qagse(book11) smooth elist (5.50671e-13 observed vs 5.50671e-13 expected)
PASS: qagse(book11) smooth elist (2.18874e-13 observed vs 2.18874e-13 expected)
PASS: qagse(book11) smooth elist (8.27897e-14 observed vs 8.27897e-14 expected)
PASS: qagse(book11) smooth iord (0 observed vs 0 expected)
PASS: qagse(book11) smooth iord (1 observed vs 1 expected)
PASS: qagse(book11) smooth iord (2 observed vs 2 expected)
PASS: qagse(book11) smooth iord (3 observed vs 3 expected)
PASS: qagse(book11) smooth iord (4 observed vs 4 expected)
PASS: qagse(book11) smooth iord (5 observed vs 5 expected)
PASS: qagse(book11) smooth iord (6 observed vs 6 expected)
PASS: qagse(book11) smooth iord (7 observed vs 7 expected)
PASS: qagse(book11) smooth iord (8 observed vs 8 expected)
FAIL: test
===================
1 of 1 tests failed
===================
make[3]: [check-TESTS] Error 1 (ignored)
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/integration'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/integration'
Making check in interpolation
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/interpolation'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/private1/rherwadk/work/gnome/gsl-0.4.1 -I/private1/rherwadk/work/gnome/gsl-0.4.1/err  -O3 -msupersparc -c test.c
gcc -O3 -msupersparc  -o test  test.o libgslinterpolation.a ../err/libgslerr.a ../err/libgsltest.a -lm 
make check-TESTS
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/interpolation'
PASS: linear interpolation
PASS: cspline interpolation
PASS: test
==================
All 1 tests passed
==================
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/interpolation'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/interpolation'
Making check in histogram
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/histogram'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c test.c
gcc -O3 -msupersparc  -o test  test.o libgslhistogram.a ../vector/libgslvector.a  ../err/libgslerr.a ../err/libgsltest.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c test2d.c
gcc -O3 -msupersparc  -o test2d  test2d.o libgslhistogram.a ../vector/libgslvector.a  ../err/libgslerr.a ../err/libgsltest.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c test_resample.c
gcc -O3 -msupersparc  -o test_resample  test_resample.o libgslhistogram.a ../vector/libgslvector.a ../err/libgslerr.a ../err/libgsltest.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c test2d_resample.c
gcc -O3 -msupersparc  -o test2d_resample  test2d_resample.o libgslhistogram.a ../vector/libgslvector.a  ../err/libgslerr.a ../err/libgsltest.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c test_trap.c
gcc -O3 -msupersparc  -o test_trap  test_trap.o libgslhistogram.a ../vector/libgslvector.a ../err/libgslerr.a ../err/libgsltest.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../vector -I./../err  -O3 -msupersparc -c test2d_trap.c
gcc -O3 -msupersparc  -o test2d_trap  test2d_trap.o libgslhistogram.a ../vector/libgslvector.a  ../err/libgslerr.a ../err/libgsltest.a -lm 
make check-TESTS
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/histogram'
PASS: gsl_histogram_calloc returns valid range pointer
PASS: gsl_histogram_calloc returns valid bin pointer
PASS: gsl_histogram_calloc returns valid size
PASS: gsl_histogram_accumulate writes into array correctly
PASS: gsl_histogram_get reads from array correctly
PASS: gsl_histogram_reset zeros array correctly
PASS: gsl_histogram_increment works correctly
PASS: gsl_histogram_getbinrange works correctly
PASS: gsl_histogram_max works correctly
PASS: gsl_histogram_min works correctly
PASS: gsl_histogram_bins works correctly
PASS: gsl_histogram_calloc_uniform returns valid range pointer
PASS: gsl_histogram_calloc_uniform returns valid bin pointer
PASS: gsl_histogram_calloc_uniform returns valid size
PASS: gsl_histogram_find works correctly
PASS: gsl_histogram_fprintf and fscanf work correctly
PASS: gsl_histogram_fwrite and fread work correctly
PASS: test
PASS: gsl_histogram2d_calloc returns valid yrange pointer
PASS: gsl_histogram2d_calloc returns valid yrange pointer
PASS: gsl_histogram2d_calloc returns valid bin pointer
PASS: gsl_histogram2d_calloc returns valid nx
PASS: gsl_histogram2d_calloc returns valid ny
PASS: gsl_histogram2d_accumulate writes into array correctly
PASS: gsl_histogram2d_get reads from array correctly
PASS: gsl_histogram2d_reset zeros array correctly
PASS: gsl_histogram2d_increment works correctly
PASS: gsl_histogram2d_get_xlowerlimit and xupperlimit works correctly
PASS: gsl_histogram2d_get_ylowerlimit and yupperlimit works correctly
PASS: gsl_histogram2d_xmax works correctly
PASS: gsl_histogram2d_xmin works correctly
PASS: gsl_histogram2d_nx works correctly
PASS: gsl_histogram2d_ymax works correctly
PASS: gsl_histogram2d_ymin works correctly
PASS: gsl_histogram2d_ny works correctly
PASS: gsl_histogram2d_calloc_uniform returns valid range pointer
PASS: gsl_histogram2d_calloc_uniform returns valid range pointer
PASS: gsl_histogram2d_calloc_uniform returns valid bin pointer
PASS: gsl_histogram2d_calloc_uniform returns valid nx
PASS: gsl_histogram2d_calloc_uniform returns valid ny
PASS: gsl_histogram2d_find works correctly
PASS: gsl_histogram2d_fprintf and fscanf work correctly
PASS: gsl_histogram2d_fwrite and fread work correctly
PASS: test2d
PASS: gsl_histogram_pdf_sample within statistical errors
PASS: test_resample
PASS: gsl_histogram2d_pdf_sample within statistical errors
PASS: test2d_resample
PASS: gsl_histogram_calloc traps zero-length histogram
PASS: gsl_histogram_calloc returns NULL for zero-length histogram
PASS: gsl_histogram_calloc_uniform traps zero-length histogram
PASS: gsl_histogram_calloc_uniform returns NULL for zero-length histogram
PASS: gsl_histogram_calloc_uniform traps equal endpoints
PASS: gsl_histogram_calloc_uniform returns NULL for equal endpoints
PASS: gsl_histogram_calloc_uniform traps invalid range
PASS: gsl_histogram_calloc_uniform returns NULL for invalid range
PASS: gsl_histogram_accumulate traps x at xmax
PASS: gsl_histogram_accumulate traps x above xmax
PASS: gsl_histogram_accumulate traps x below xmin
PASS: gsl_histogram_increment traps x at xmax
PASS: gsl_histogram_increment traps x above xmax
PASS: gsl_histogram_increment traps x below xmin
PASS: gsl_histogram_get traps index at n
PASS: gsl_histogram_get traps index above n
PASS: gsl_histogram_get_range traps index at n
PASS: gsl_histogram_get_range traps index above n
PASS: gsl_histogram_find traps x below xmin
PASS: gsl_histogram_find traps x at xmax
PASS: gsl_histogram_find traps x above xmax
PASS: test_trap
PASS: gsl_histogram_calloc traps zero-width histogram
PASS: gsl_histogram2d_calloc returns NULL for zero-width histogram
PASS: gsl_histogram_calloc traps zero-length histogram
PASS: gsl_histogram2d_calloc returns NULL for zero-length histogram
PASS: gsl_histogram2d_calloc_uniform traps zero-width histogram
PASS: gsl_histogram2d_calloc_uniform returns NULL for zero-width histogram
PASS: gsl_histogram2d_calloc_uniform traps zero-length histogram
PASS: gsl_histogram2d_calloc_uniform returns NULL for zero-length histogram
PASS: gsl_histogram2d_calloc_uniform traps equal endpoints
PASS: gsl_histogram2d_calloc_uniform returns NULL for equal endpoints
PASS: gsl_histogram2d_calloc_uniform traps equal endpoints
PASS: gsl_histogram2d_calloc_uniform returns NULL for equal endpoints
PASS: gsl_histogram2d_calloc_uniform traps invalid range
PASS: gsl_histogram2d_calloc_uniform returns NULL for invalid range
PASS: gsl_histogram2d_calloc_uniform traps invalid range
PASS: gsl_histogram2d_calloc_uniform returns NULL for invalid range
PASS: gsl_histogram2d_accumulate traps x at xmax
PASS: gsl_histogram2d_accumulate traps x above xmax
PASS: gsl_histogram2d_accumulate traps x below xmin
PASS: gsl_histogram2d_accumulate traps y at ymax
PASS: gsl_histogram2d_accumulate traps y above ymax
PASS: gsl_histogram2d_accumulate traps y below ymin
PASS: gsl_histogram2d_increment traps x at xmax
PASS: gsl_histogram2d_increment traps x above xmax
PASS: gsl_histogram2d_increment traps x below xmin
PASS: gsl_histogram2d_increment traps y at ymax
PASS: gsl_histogram2d_increment traps y above ymax
PASS: gsl_histogram2d_increment traps y below ymin
PASS: gsl_histogram2d_get traps x index at nx
PASS: gsl_histogram2d_get traps x index above nx
PASS: gsl_histogram2d_get traps y index at ny
PASS: gsl_histogram2d_get traps y index above ny
PASS: gsl_histogram2d_get_xrange traps index at nx
PASS: gsl_histogram2d_get_xrange traps index above nx
PASS: gsl_histogram2d_get_yrange traps index at ny
PASS: gsl_histogram2d_get_yrange traps index above ny
PASS: gsl_histogram2d_find traps x below xmin
PASS: gsl_histogram2d_find traps x at xmax
PASS: gsl_histogram2d_find traps x above xmax
PASS: gsl_histogram2d_find traps y below ymin
PASS: gsl_histogram2d_find traps y at ymax
PASS: gsl_histogram2d_find traps y above ymax
PASS: test2d_trap
==================
All 6 tests passed
==================
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/histogram'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/histogram'
Making check in monte
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/monte'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../ -I./../err -I./../rng/ -I./../vector/  -O3 -msupersparc -c vegas_test.c
gcc -O3 -msupersparc  -o vegas_test -static vegas_test.o libgslmonte.a ../rng/libgslrng.a ../vector/libgslvector.a ../err/libgslerr.a ../err/libgsltest.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../ -I./../err -I./../rng/ -I./../vector/  -O3 -msupersparc -c miser_test.c
gcc -O3 -msupersparc  -o miser_test -static miser_test.o libgslmonte.a ../rng/libgslrng.a ../vector/libgslvector.a ../err/libgslerr.a ../err/libgsltest.a  -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../ -I./../err -I./../rng/ -I./../vector/  -O3 -msupersparc -c plain_test.c
gcc -O3 -msupersparc  -o plain_test -static plain_test.o libgslmonte.a ../rng/libgslrng.a ../vector/libgslvector.a ../err/libgslerr.a ../err/libgsltest.a  -lm 
make check-TESTS
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/monte'
testing allocation/input checks
PASS: error if not initialized
PASS: error if limits too large
PASS: error if num_dim = 0
PASS: error if calls = 0
PASS: error if xu < xl
Testing constant function and normalization
PASS: vegas(fconst), dim=1, err=0.0000 (2 observed vs 2 expected)
PASS: vegas(fconst), dim=2, err=0.0000 (4 observed vs 4 expected)
PASS: vegas(fconst), dim=3, err=0.0000 (8 observed vs 8 expected)
PASS: vegas(fconst), dim=4, err=0.0000 (16 observed vs 16 expected)
PASS: vegas(fconst), dim=5, err=0.0000 (32 observed vs 32 expected)
PASS: vegas(fconst), dim=6, err=0.0000 (64 observed vs 64 expected)
PASS: vegas(fconst), dim=7, err=0.0000 (128 observed vs 128 expected)
PASS: vegas(fconst), dim=8, err=0.0000 (256 observed vs 256 expected)
PASS: vegas(fconst), dim=9, err=0.0000 (512 observed vs 512 expected)
Testing product function
PASS: vegas(f0), dim=1, err=0.0000, chisq=0.1062 (1 observed vs 1 expected)
PASS: vegas(f0), dim=2, err=0.0001, chisq=0.4723 (0.999871 observed vs 1 expected)
PASS: vegas(f0), dim=3, err=0.0008, chisq=0.6547 (0.999508 observed vs 1 expected)
PASS: vegas(f0), dim=4, err=0.0011, chisq=1.2442 (1.00032 observed vs 1 expected)
PASS: vegas(f0), dim=5, err=0.0013, chisq=3.1147 (0.999158 observed vs 1 expected)
PASS: vegas(f0), dim=6, err=0.0015, chisq=3.4306 (1.00019 observed vs 1 expected)
PASS: vegas(f0), dim=7, err=0.0019, chisq=0.5433 (1.00366 observed vs 1 expected)
PASS: vegas(f0), dim=8, err=0.0020, chisq=0.9431 (1.00233 observed vs 1 expected)
PASS: vegas(f0), dim=9, err=0.0023, chisq=0.3866 (0.999691 observed vs 1 expected)
Testing single gaussian
PASS: vegas(f1), dim=1, err=0.0000, chisq=2.4365 (0.999998 observed vs 1 expected)
PASS: vegas(f1), dim=2, err=0.0002, chisq=1.2917 (0.999743 observed vs 1 expected)
PASS: vegas(f1), dim=3, err=0.0013, chisq=0.2212 (0.998564 observed vs 1 expected)
PASS: vegas(f1), dim=4, err=0.0019, chisq=1.0730 (0.999644 observed vs 1 expected)
PASS: vegas(f1), dim=5, err=0.0022, chisq=1.2526 (0.996012 observed vs 1 expected)
PASS: vegas(f1), dim=6, err=0.0029, chisq=0.9850 (0.999915 observed vs 1 expected)
PASS: vegas(f1), dim=7, err=0.0030, chisq=33.3465 (0.992215 observed vs 1 expected)
PASS: vegas(f1), dim=8, err=0.0027, chisq=1.9039 (1.00006 observed vs 1 expected)
PASS: vegas(f1), dim=9, err=0.0028, chisq=2.5387 (1.00265 observed vs 1 expected)
Testing double gaussian
PASS: vegas(f2), dim=1, err=0.0000, chisq=0.7048 (0.999996 observed vs 1 expected)
PASS: vegas(f2), dim=3, err=0.0022, chisq=1.5801 (0.999829 observed vs 1 expected)
PASS: vegas(f2), dim=5, err=0.0051, chisq=1.3597 (0.994587 observed vs 1 expected)
PASS: vegas(f2), dim=7, err=0.0097, chisq=0.7997 (1.00714 observed vs 1 expected)
FAIL: vegas(f2), dim=9, err=0.0003, chisq=0.6418 (0.499681001846611517 observed vs 1 expected)
Testing Tsuda's function
PASS: vegas(f3), dim=1, err=0.0000, chisq=0.7151 (1 observed vs 1 expected)
PASS: vegas(f3), dim=2, err=0.0000, chisq=1.0954 (1.00003 observed vs 1 expected)
PASS: vegas(f3), dim=3, err=0.0001, chisq=0.5872 (0.999833 observed vs 1 expected)
PASS: vegas(f3), dim=4, err=0.0002, chisq=0.9705 (0.99992 observed vs 1 expected)
PASS: vegas(f3), dim=5, err=0.0002, chisq=0.5967 (0.999782 observed vs 1 expected)
PASS: vegas(f3), dim=6, err=0.0003, chisq=0.5546 (1.0002 observed vs 1 expected)
PASS: vegas(f3), dim=7, err=0.0003, chisq=0.7215 (1.00014 observed vs 1 expected)
PASS: vegas(f3), dim=8, err=0.0003, chisq=2.6642 (1.00058 observed vs 1 expected)
PASS: vegas(f3), dim=9, err=0.0004, chisq=1.4636 (0.999834 observed vs 1 expected)
FAIL: vegas_test
testing allocation/innput checks
PASS: error if not initialized
PASS: error if limits too large
PASS: error if num_dim = 0
PASS: error if calls = 0
PASS: error if xu < xl
Testing constant function and normalization
PASS: miser(fconst), dim=1, err=0.0000 (2 observed vs 2 expected)
PASS: miser(fconst), dim=2, err=0.0000 (4 observed vs 4 expected)
PASS: miser(fconst), dim=3, err=0.0000 (8 observed vs 8 expected)
PASS: miser(fconst), dim=4, err=0.0000 (16 observed vs 16 expected)
PASS: miser(fconst), dim=5, err=0.0000 (32 observed vs 32 expected)
PASS: miser(fconst), dim=6, err=0.0000 (64 observed vs 64 expected)
PASS: miser(fconst), dim=7, err=0.0000 (128 observed vs 128 expected)
PASS: miser(fconst), dim=8, err=0.0000 (256 observed vs 256 expected)
PASS: miser(fconst), dim=9, err=0.0000 (512 observed vs 512 expected)
Testing product function
PASS: miser(f0), dim=1, err=0.0006 (0.99958 observed vs 1 expected)
PASS: miser(f0), dim=2, err=0.0030 (0.994847 observed vs 1 expected)
PASS: miser(f0), dim=3, err=0.0045 (1.00282 observed vs 1 expected)
PASS: miser(f0), dim=4, err=0.0055 (1.00563 observed vs 1 expected)
PASS: miser(f0), dim=5, err=0.0056 (0.994921 observed vs 1 expected)
PASS: miser(f0), dim=6, err=0.0056 (1.00676 observed vs 1 expected)
PASS: miser(f0), dim=7, err=0.0053 (0.999161 observed vs 1 expected)
PASS: miser(f0), dim=8, err=0.0051 (1.00531 observed vs 1 expected)
PASS: miser(f0), dim=9, err=0.0046 (0.999585 observed vs 1 expected)
Testing single gaussian
PASS: miser(f1), dim=1, err=0.0003 (0.999991 observed vs 1 expected)
PASS: miser(f1), dim=2, err=0.0042 (1.00004 observed vs 1 expected)
PASS: miser(f1), dim=3, err=0.0130 (0.991704 observed vs 1 expected)
PASS: miser(f1), dim=4, err=0.0123 (0.990292 observed vs 1 expected)
PASS: miser(f1), dim=5, err=0.0134 (0.999106 observed vs 1 expected)
PASS: miser(f1), dim=6, err=0.0165 (0.998243 observed vs 1 expected)
PASS: miser(f1), dim=7, err=0.0414 (1.01899 observed vs 1 expected)
PASS: miser(f1), dim=8, err=0.1299 (1.09773 observed vs 1 expected)
PASS: miser(f1), dim=9, err=0.0570 (0.915803 observed vs 1 expected)
Testing double gaussian
PASS: miser(f2), dim=1, err=0.0001 (0.999968 observed vs 1 expected)
PASS: miser(f2), dim=3, err=0.0063 (1.01142 observed vs 1 expected)
PASS: miser(f2), dim=5, err=0.0194 (0.999514 observed vs 1 expected)
PASS: miser(f2), dim=7, err=0.0315 (0.963469 observed vs 1 expected)
PASS: miser(f2), dim=9, err=0.0922 (0.904483 observed vs 1 expected)
Testing Tsuda's function
PASS: miser(f3), dim=1, err=0.0001 (0.999984 observed vs 1 expected)
PASS: miser(f3), dim=2, err=0.0011 (1.00071 observed vs 1 expected)
PASS: miser(f3), dim=3, err=0.0031 (1.0019 observed vs 1 expected)
PASS: miser(f3), dim=4, err=0.0052 (1.00633 observed vs 1 expected)
PASS: miser(f3), dim=5, err=0.0073 (0.991871 observed vs 1 expected)
PASS: miser(f3), dim=6, err=0.0103 (0.97501 observed vs 1 expected)
PASS: miser(f3), dim=7, err=0.0118 (0.984315 observed vs 1 expected)
PASS: miser(f3), dim=8, err=0.0135 (0.988536 observed vs 1 expected)
PASS: miser(f3), dim=9, err=0.0186 (1.01665 observed vs 1 expected)
PASS: miser_test
testing allocation/innput checks
PASS: error if not initialized
PASS: error if limits too large
PASS: error if num_dim = 0
PASS: error if calls = 0
PASS: error if xu < xl
Testing constant function and normalization
PASS: plain(fconst), calls=1200, dim=1, err=0.0000 (2 observed vs 2 expected)
PASS: plain(fconst), calls=1440, dim=2, err=0.0000 (4 observed vs 4 expected)
PASS: plain(fconst), calls=1728, dim=3, err=0.0000 (8 observed vs 8 expected)
PASS: plain(fconst), calls=2073, dim=4, err=0.0000 (16 observed vs 16 expected)
PASS: plain(fconst), calls=2487, dim=5, err=0.0000 (32 observed vs 32 expected)
PASS: plain(fconst), calls=2984, dim=6, err=0.0000 (64 observed vs 64 expected)
PASS: plain(fconst), calls=3580, dim=7, err=0.0000 (128 observed vs 128 expected)
PASS: plain(fconst), calls=4296, dim=8, err=0.0000 (256 observed vs 256 expected)
PASS: plain(fconst), calls=5155, dim=9, err=0.0000 (512 observed vs 512 expected)
Testing product function
PASS: plain(f0), calls=5400, dim=1, err=0.0079 (1.01468 observed vs 1 expected)
PASS: plain(f0), calls=9720, dim=2, err=0.0090 (1.00502 observed vs 1 expected)
PASS: plain(f0), calls=17496, dim=3, err=0.0089 (1.00657 observed vs 1 expected)
PASS: plain(f0), calls=31492, dim=4, err=0.0082 (0.990688 observed vs 1 expected)
PASS: plain(f0), calls=56685, dim=5, err=0.0075 (1.00646 observed vs 1 expected)
PASS: plain(f0), calls=102033, dim=6, err=0.0160 (1.00488 observed vs 1 expected)
PASS: plain(f0), calls=183659, dim=7, err=0.0180 (0.999242 observed vs 1 expected)
PASS: plain(f0), calls=330586, dim=8, err=0.0393 (0.994986 observed vs 1 expected)
PASS: plain(f0), calls=595054, dim=9, err=0.0611 (0.997065 observed vs 1 expected)
Testing single gaussian
PASS: plain(f1), calls=20000, dim=1, err=0.0122 (1.00107 observed vs 1 expected)
PASS: plain(f1), calls=40000, dim=3, err=0.0399 (1.04856 observed vs 1 expected)
PASS: plain(f1), calls=120000, dim=5, err=0.2108 (0.860158 observed vs 1 expected)
PASS: plain(f1), calls=500000, dim=7, err=3.2379 (1.01527 observed vs 1 expected)
Testing double gaussian
PASS: plain(f2), calls=20000, dim=1, err=0.0071 (1.00052 observed vs 1 expected)
PASS: plain(f2), calls=40000, dim=3, err=0.0263 (0.95707 observed vs 1 expected)
PASS: plain(f2), calls=100000, dim=5, err=0.1832 (0.980801 observed vs 1 expected)
PASS: plain(f2), calls=120000, dim=7, err=0.9017 (1.11865 observed vs 1 expected)
PASS: plain(f2), calls=1000000, dim=9, err=4.3760 (0.983759 observed vs 1 expected)
Testing Tsuda's function
PASS: plain(f3), calls=12000, dim=1, err=0.0064 (0.998979 observed vs 1 expected)
PASS: plain(f3), calls=14400, dim=2, err=0.0091 (0.975339 observed vs 1 expected)
PASS: plain(f3), calls=17280, dim=3, err=0.0115 (0.988222 observed vs 1 expected)
PASS: plain(f3), calls=20736, dim=4, err=0.0133 (0.982718 observed vs 1 expected)
PASS: plain(f3), calls=24883, dim=5, err=0.0175 (1.01211 observed vs 1 expected)
PASS: plain(f3), calls=29859, dim=6, err=0.0170 (0.974329 observed vs 1 expected)
PASS: plain(f3), calls=35830, dim=7, err=0.0235 (1.03751 observed vs 1 expected)
PASS: plain(f3), calls=42996, dim=8, err=0.0240 (1.046 observed vs 1 expected)
PASS: plain(f3), calls=51595, dim=9, err=0.0264 (1.01661 observed vs 1 expected)
PASS: plain_test
===================
1 of 3 tests failed
===================
make[3]: [check-TESTS] Error 1 (ignored)
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/monte'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/monte'
Making check in doc
make[2]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/doc'
make
make[3]: Entering directory `/private1/rherwadk/work/gnome/gsl-0.4.1/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/doc'
make[2]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1/doc'
make[1]: Leaving directory `/private1/rherwadk/work/gnome/gsl-0.4.1'
dlsun372~/work/gnome/gsl-0.4.1{99}% 
dlsun372~/work/gnome/gsl-0.4.1{99}% 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]