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]

GSL-0.5 "make check" errors


Hi,
I am attaching the output of "make check" for GSL 0.5. I am using the
gcc 2.95.2 19991024 (release) compiler on a Sun Ultra running Solaris
2.6. I have found some errors which do not figure in the KNOWN-PROBLEMS
file. I used "-msupersparc -O2" as my compiler flags.

Please let me know if you need any further information on this.

-- 
Rahul V. Herwadkar, Concurrent Systems Group, Oracle Corp.
Phone: (650) 506-8130 [work], (650) 578-8130 [home]
vossun1~/work/gnome{2}% export CC="gcc"
vossun1~/work/gnome{3}% export CFLAGS="-msupersparc -O2"
vossun1~/work/gnome{4}% cd gsl-0.5/
vossun1~/work/gnome/gsl-0.5{5}% make -i check
Making check in utils
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/utils'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/utils'
Making check in sys
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/sys'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/sys'
Making check in err
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/err'
make  test_errnos
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/err'
make[2]: `test_errnos' is up to date.
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/err'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/err'
PASS: GSL_SUCCESS is distinct from other error values
PASS: GSL_FAILURE is distinct from other error values
PASS: GSL_CONTINUE is distinct from other error values
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_ENOTSQR is distinct from other error values
PASS: GSL_ESING is distinct from other error values
PASS: GSL_EDIVERGE is distinct from other error values
PASS: GSL_EUNSUP is distinct from other error values
PASS: GSL_EUNIMPL is distinct from other error values
PASS: GSL_ECACHE is distinct from other error values
PASS: GSL_ENOPROG is distinct from other error values
PASS: GSL_ENOPROGJ is distinct from other error values
PASS: GSL_SUCCESS has a distinct error message
PASS: GSL_FAILURE has a distinct error message
PASS: GSL_CONTINUE has a distinct error message
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_ENOTSQR has a distinct error message
PASS: GSL_ESING has a distinct error message
PASS: GSL_EDIVERGE has a distinct error message
PASS: GSL_EUNSUP has a distinct error message
PASS: GSL_EUNIMPL has a distinct error message
PASS: GSL_ECACHE has a distinct error message
PASS: GSL_ENOPROG has a distinct error message
PASS: GSL_ENOPROGJ has a distinct error message
PASS: test_errnos
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/err'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/err'
Making check in block
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/block'
make  test
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/block'
make[2]: `test' is up to date.
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/block'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/block'
PASS: gsl_block_alloc returns valid pointer
PASS: gsl_block_alloc returns valid size
PASS: gsl_block_data returns valid pointer
PASS: gsl_block_size returns valid size
PASS: gsl_block_calloc returns valid pointer
PASS: gsl_block_calloc returns valid size
PASS: gsl_block_data returns valid pointer from calloc
PASS: gsl_block_size returns valid size from calloc
PASS: gsl_block_calloc initializes array to zero
PASS: gsl_block_float_alloc returns valid pointer
PASS: gsl_block_float_alloc returns valid size
PASS: gsl_block_float_data returns valid pointer
PASS: gsl_block_float_size returns valid size
PASS: gsl_block_float_calloc returns valid pointer
PASS: gsl_block_float_calloc returns valid size
PASS: gsl_block_float_data returns valid pointer from calloc
PASS: gsl_block_float_size returns valid size from calloc
PASS: gsl_block_float_calloc initializes array to zero
PASS: gsl_block_long_double_alloc returns valid pointer
PASS: gsl_block_long_double_alloc returns valid size
PASS: gsl_block_long_double_data returns valid pointer
PASS: gsl_block_long_double_size returns valid size
PASS: gsl_block_long_double_calloc returns valid pointer
PASS: gsl_block_long_double_calloc returns valid size
PASS: gsl_block_long_double_data returns valid pointer from calloc
PASS: gsl_block_long_double_size returns valid size from calloc
PASS: gsl_block_long_double_calloc initializes array to zero
PASS: gsl_block_ulong_alloc returns valid pointer
PASS: gsl_block_ulong_alloc returns valid size
PASS: gsl_block_ulong_data returns valid pointer
PASS: gsl_block_ulong_size returns valid size
PASS: gsl_block_ulong_calloc returns valid pointer
PASS: gsl_block_ulong_calloc returns valid size
PASS: gsl_block_ulong_data returns valid pointer from calloc
PASS: gsl_block_ulong_size returns valid size from calloc
PASS: gsl_block_ulong_calloc initializes array to zero
PASS: gsl_block_long_alloc returns valid pointer
PASS: gsl_block_long_alloc returns valid size
PASS: gsl_block_long_data returns valid pointer
PASS: gsl_block_long_size returns valid size
PASS: gsl_block_long_calloc returns valid pointer
PASS: gsl_block_long_calloc returns valid size
PASS: gsl_block_long_data returns valid pointer from calloc
PASS: gsl_block_long_size returns valid size from calloc
PASS: gsl_block_long_calloc initializes array to zero
PASS: gsl_block_uint_alloc returns valid pointer
PASS: gsl_block_uint_alloc returns valid size
PASS: gsl_block_uint_data returns valid pointer
PASS: gsl_block_uint_size returns valid size
PASS: gsl_block_uint_calloc returns valid pointer
PASS: gsl_block_uint_calloc returns valid size
PASS: gsl_block_uint_data returns valid pointer from calloc
PASS: gsl_block_uint_size returns valid size from calloc
PASS: gsl_block_uint_calloc initializes array to zero
PASS: gsl_block_int_alloc returns valid pointer
PASS: gsl_block_int_alloc returns valid size
PASS: gsl_block_int_data returns valid pointer
PASS: gsl_block_int_size returns valid size
PASS: gsl_block_int_calloc returns valid pointer
PASS: gsl_block_int_calloc returns valid size
PASS: gsl_block_int_data returns valid pointer from calloc
PASS: gsl_block_int_size returns valid size from calloc
PASS: gsl_block_int_calloc initializes array to zero
PASS: gsl_block_ushort_alloc returns valid pointer
PASS: gsl_block_ushort_alloc returns valid size
PASS: gsl_block_ushort_data returns valid pointer
PASS: gsl_block_ushort_size returns valid size
PASS: gsl_block_ushort_calloc returns valid pointer
PASS: gsl_block_ushort_calloc returns valid size
PASS: gsl_block_ushort_data returns valid pointer from calloc
PASS: gsl_block_ushort_size returns valid size from calloc
PASS: gsl_block_ushort_calloc initializes array to zero
PASS: gsl_block_short_alloc returns valid pointer
PASS: gsl_block_short_alloc returns valid size
PASS: gsl_block_short_data returns valid pointer
PASS: gsl_block_short_size returns valid size
PASS: gsl_block_short_calloc returns valid pointer
PASS: gsl_block_short_calloc returns valid size
PASS: gsl_block_short_data returns valid pointer from calloc
PASS: gsl_block_short_size returns valid size from calloc
PASS: gsl_block_short_calloc initializes array to zero
PASS: gsl_block_uchar_alloc returns valid pointer
PASS: gsl_block_uchar_alloc returns valid size
PASS: gsl_block_uchar_data returns valid pointer
PASS: gsl_block_uchar_size returns valid size
PASS: gsl_block_uchar_calloc returns valid pointer
PASS: gsl_block_uchar_calloc returns valid size
PASS: gsl_block_uchar_data returns valid pointer from calloc
PASS: gsl_block_uchar_size returns valid size from calloc
PASS: gsl_block_uchar_calloc initializes array to zero
PASS: gsl_block_char_alloc returns valid pointer
PASS: gsl_block_char_alloc returns valid size
PASS: gsl_block_char_data returns valid pointer
PASS: gsl_block_char_size returns valid size
PASS: gsl_block_char_calloc returns valid pointer
PASS: gsl_block_char_calloc returns valid size
PASS: gsl_block_char_data returns valid pointer from calloc
PASS: gsl_block_char_size returns valid size from calloc
PASS: gsl_block_char_calloc initializes array to zero
PASS: gsl_block_complex_alloc returns valid pointer
PASS: gsl_block_complex_alloc returns valid size
PASS: gsl_block_complex_data returns valid pointer
PASS: gsl_block_complex_size returns valid size
PASS: gsl_block_complex_calloc returns valid pointer
PASS: gsl_block_complex_calloc returns valid size
PASS: gsl_block_complex_data returns valid pointer from calloc
PASS: gsl_block_complex_size returns valid size from calloc
PASS: gsl_block_complex_calloc initializes array to zero
PASS: gsl_block_complex_float_alloc returns valid pointer
PASS: gsl_block_complex_float_alloc returns valid size
PASS: gsl_block_complex_float_data returns valid pointer
PASS: gsl_block_complex_float_size returns valid size
PASS: gsl_block_complex_float_calloc returns valid pointer
PASS: gsl_block_complex_float_calloc returns valid size
PASS: gsl_block_complex_float_data returns valid pointer from calloc
PASS: gsl_block_complex_float_size returns valid size from calloc
PASS: gsl_block_complex_float_calloc initializes array to zero
PASS: gsl_block_complex_long_double_alloc returns valid pointer
PASS: gsl_block_complex_long_double_alloc returns valid size
PASS: gsl_block_complex_long_double_data returns valid pointer
PASS: gsl_block_complex_long_double_size returns valid size
PASS: gsl_block_complex_long_double_calloc returns valid pointer
PASS: gsl_block_complex_long_double_calloc returns valid size
PASS: gsl_block_complex_long_double_data returns valid pointer from calloc
PASS: gsl_block_complex_long_double_size returns valid size from calloc
PASS: gsl_block_complex_long_double_calloc initializes array to zero
PASS: gsl_block_fprintf and fscanf work correctly
PASS: gsl_block_float_fprintf and fscanf work correctly
PASS: gsl_block_long_double_fprintf and fscanf work correctly
PASS: gsl_block_ulong_fprintf and fscanf work correctly
PASS: gsl_block_long_fprintf and fscanf work correctly
PASS: gsl_block_uint_fprintf and fscanf work correctly
PASS: gsl_block_int_fprintf and fscanf work correctly
PASS: gsl_block_ushort_fprintf and fscanf work correctly
PASS: gsl_block_short_fprintf and fscanf work correctly
PASS: gsl_block_uchar_fprintf and fscanf work correctly
PASS: gsl_block_char_fprintf and fscanf work correctly
PASS: gsl_block_complex_fprintf and fscanf work correctly
PASS: gsl_block_complex_float_fprintf and fscanf work correctly
PASS: gsl_block_complex_long_double_fprintf and fscanf work correctly
PASS: gsl_block_write and read work correctly
PASS: gsl_block_float_write and read work correctly
PASS: gsl_block_long_double_write and read work correctly
PASS: gsl_block_ulong_write and read work correctly
PASS: gsl_block_long_write and read work correctly
PASS: gsl_block_uint_write and read work correctly
PASS: gsl_block_int_write and read work correctly
PASS: gsl_block_ushort_write and read work correctly
PASS: gsl_block_short_write and read work correctly
PASS: gsl_block_uchar_write and read work correctly
PASS: gsl_block_char_write and read work correctly
PASS: gsl_block_complex_write and read work correctly
PASS: gsl_block_complex_float_write and read work correctly
PASS: gsl_block_complex_long_double_write and read work correctly
PASS: gsl_block_alloc traps zero length
PASS: gsl_block_float_alloc traps zero length
PASS: gsl_block_long_double_alloc traps zero length
PASS: gsl_block_ulong_alloc traps zero length
PASS: gsl_block_long_alloc traps zero length
PASS: gsl_block_uint_alloc traps zero length
PASS: gsl_block_int_alloc traps zero length
PASS: gsl_block_ushort_alloc traps zero length
PASS: gsl_block_short_alloc traps zero length
PASS: gsl_block_uchar_alloc traps zero length
PASS: gsl_block_char_alloc traps zero length
PASS: gsl_block_complex_alloc traps zero length
PASS: gsl_block_complex_float_alloc traps zero length
PASS: gsl_block_complex_long_double_alloc traps zero length
PASS: test
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/block'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/block'
Making check in vector
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/vector'
make  test test_static
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/vector'
make[2]: `test' is up to date.
make[2]: `test_static' is up to date.
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/vector'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_set writes into array correctly
PASS: gsl_vector_complex_get reads from array correctly
PASS: gsl_vector_complex_get reads from array correctly with stride
PASS: gsl_vector_complex_set writes into array correctly with stride
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_set writes into array correctly
PASS: gsl_vector_complex_float_get reads from array correctly
PASS: gsl_vector_complex_float_get reads from array correctly with stride
PASS: gsl_vector_complex_float_set writes into array correctly with stride
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_set writes into array correctly
PASS: gsl_vector_complex_long_double_get reads from array correctly
PASS: gsl_vector_complex_long_double_get reads from array correctly with stride
PASS: gsl_vector_complex_long_double_set writes into array correctly with stride
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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_set writes into array correctly
PASS: gsl_vector_complex_get reads from array correctly
PASS: gsl_vector_complex_get reads from array correctly with stride
PASS: gsl_vector_complex_set writes into array correctly with stride
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_set writes into array correctly
PASS: gsl_vector_complex_float_get reads from array correctly
PASS: gsl_vector_complex_float_get reads from array correctly with stride
PASS: gsl_vector_complex_float_set writes into array correctly with stride
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_set writes into array correctly
PASS: gsl_vector_complex_long_double_get reads from array correctly
PASS: gsl_vector_complex_long_double_get reads from array correctly with stride
PASS: gsl_vector_complex_long_double_set writes into array correctly with stride
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[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/vector'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/vector'
Making check in matrix
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/matrix'
make  test test_static
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/matrix'
make[2]: `test' is up to date.
make[2]: `test_static' is up to date.
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/matrix'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/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_alloc returns valid dim2
PASS: gsl_matrix_set writes into array correctly
PASS: gsl_matrix_get reads from array correctly
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_alloc returns valid dim2
PASS: gsl_matrix_float_set writes into array correctly
PASS: gsl_matrix_float_get reads from array correctly
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_alloc returns valid dim2
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_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_alloc returns valid dim2
PASS: gsl_matrix_ulong_set writes into array correctly
PASS: gsl_matrix_ulong_get reads from array correctly
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_alloc returns valid dim2
PASS: gsl_matrix_long_set writes into array correctly
PASS: gsl_matrix_long_get reads from array correctly
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_alloc returns valid dim2
PASS: gsl_matrix_uint_set writes into array correctly
PASS: gsl_matrix_uint_get reads from array correctly
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_alloc returns valid dim2
PASS: gsl_matrix_int_set writes into array correctly
PASS: gsl_matrix_int_get reads from array correctly
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_alloc returns valid dim2
PASS: gsl_matrix_ushort_set writes into array correctly
PASS: gsl_matrix_ushort_get reads from array correctly
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_alloc returns valid dim2
PASS: gsl_matrix_short_set writes into array correctly
PASS: gsl_matrix_short_get reads from array correctly
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_alloc returns valid dim2
PASS: gsl_matrix_uchar_set writes into array correctly
PASS: gsl_matrix_uchar_get reads from array correctly
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_alloc returns valid dim2
PASS: gsl_matrix_char_set writes into array correctly
PASS: gsl_matrix_char_get reads from array correctly
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_alloc returns valid dim2
PASS: gsl_matrix_complex_set writes into array correctly
PASS: gsl_matrix_complex_get reads from array correctly
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_alloc returns valid dim2
PASS: gsl_matrix_complex_float_set writes into array correctly
PASS: gsl_matrix_complex_float_get reads from array correctly
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_alloc returns valid dim2
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_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_alloc returns valid dim2
PASS: gsl_matrix_set writes into array correctly
PASS: gsl_matrix_get reads from array correctly
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_alloc returns valid dim2
PASS: gsl_matrix_float_set writes into array correctly
PASS: gsl_matrix_float_get reads from array correctly
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_alloc returns valid dim2
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_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_alloc returns valid dim2
PASS: gsl_matrix_ulong_set writes into array correctly
PASS: gsl_matrix_ulong_get reads from array correctly
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_alloc returns valid dim2
PASS: gsl_matrix_long_set writes into array correctly
PASS: gsl_matrix_long_get reads from array correctly
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_alloc returns valid dim2
PASS: gsl_matrix_uint_set writes into array correctly
PASS: gsl_matrix_uint_get reads from array correctly
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_alloc returns valid dim2
PASS: gsl_matrix_int_set writes into array correctly
PASS: gsl_matrix_int_get reads from array correctly
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_alloc returns valid dim2
PASS: gsl_matrix_ushort_set writes into array correctly
PASS: gsl_matrix_ushort_get reads from array correctly
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_alloc returns valid dim2
PASS: gsl_matrix_short_set writes into array correctly
PASS: gsl_matrix_short_get reads from array correctly
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_alloc returns valid dim2
PASS: gsl_matrix_uchar_set writes into array correctly
PASS: gsl_matrix_uchar_get reads from array correctly
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_alloc returns valid dim2
PASS: gsl_matrix_char_set writes into array correctly
PASS: gsl_matrix_char_get reads from array correctly
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_alloc returns valid dim2
PASS: gsl_matrix_complex_set writes into array correctly
PASS: gsl_matrix_complex_get reads from array correctly
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_alloc returns valid dim2
PASS: gsl_matrix_complex_float_set writes into array correctly
PASS: gsl_matrix_complex_float_get reads from array correctly
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_alloc returns valid dim2
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_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[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/matrix'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/matrix'
Making check in ieee-utils
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/ieee-utils'
make  test
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/ieee-utils'
make[2]: `test' is up to date.
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/ieee-utils'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/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[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/ieee-utils'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/ieee-utils'
Making check in min
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/min'
make  test
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/min'
make[2]: `test' is up to date.
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/min'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/min'
PASS: goldensection, cos(x) [0 (3) 6] (3.14181 obs vs 3.14159 expected) 
PASS: goldensection, x^4 - 1 [-3 (-1) 17] (-1.86952e-05 obs vs 0 expected) 
PASS: goldensection, sqrt(|x|) [-2 (-1) 1.5] (0.000272115 obs vs 0 expected) 
PASS: goldensection, func3(x) [-2 (3) 4] (1.00077 obs vs 1 expected) 
PASS: goldensection, invalid range check [4, 0]
PASS: goldensection, invalid range check [1, 1]
PASS: goldensection, invalid range check [-1, 1]
PASS: brent, cos(x) [0 (3) 6] (3.14159 obs vs 3.14159 expected) 
PASS: brent, x^4 - 1 [-3 (-1) 17] (-9.11648e-05 obs vs 0 expected) 
PASS: brent, sqrt(|x|) [-2 (-1) 1.5] (8.89912e-05 obs vs 0 expected) 
PASS: brent, func3(x) [-2 (3) 4] (1.00077 obs vs 1 expected) 
PASS: brent, invalid range check [4, 0]
PASS: brent, invalid range check [1, 1]
PASS: brent, invalid range check [-1, 1]
PASS: test
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/min'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/min'
Making check in linalg
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/linalg'
make  test_la
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/linalg'
make[2]: `test_la' is up to date.
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/linalg'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/linalg'
PASS: Matrix Multiply
PASS: Matrix Multiply with Modification
PASS:   solve_LU hilbert(2)
PASS:   solve_LU hilbert(3)
PASS:   solve_LU hilbert(4)
 12[0]:   -1523.77518385648727                    -1728
 12[1]:     219511.16757080768                   245388
 12[2]:    -7715210.2688227715                 -8528520
 12[3]:    115954444.966090292                127026900
 12[4]:   -927911537.858231306              -1009008000
 12[5]:    4412597738.54375744               4768571808
 12[6]:   -13211944461.5272522             -14202796608
 12[7]:    25544704655.7053375              27336497760
 12[8]:   -31822600256.5581818             -33921201600
 12[9]:    24653651482.3935051              26189163000
 12[10]:   -10800041470.9100952             -11437874448
 12[11]:    2043096934.37019181               2157916488
FAIL:   solve_LU hilbert(12)
PASS:   solve_LU vander(2)
PASS:   solve_LU vander(3)
PASS:   solve_LU vander(4)
PASS:   solve_LU vander(12)
FAIL: LU Decomposition and Solve
PASS:   solve_QR hilbert(2)
PASS:   solve_QR hilbert(3)
PASS:   solve_QR hilbert(4)
PASS:   solve_QR hilbert(12)
PASS:   solve_QR vander(2)
  3[0]: -3.58878276270577132e-16                        0
  3[2]: -9.67869993826625105e-16                        0
FAIL:   solve_QR vander(3)
  4[0]: -2.54024603935488371e-17                        0
  4[1]: 1.53255185526341287e-16                        0
FAIL:   solve_QR vander(4)
 12[0]: -5.790465098109728e-23                        0
 12[1]: 3.28840064315738373e-21                        0
 12[2]: -8.02353030846880087e-20                        0
 12[3]: 1.1214598578068462e-18                        0
 12[4]: -1.02401780715923569e-17                        0
 12[5]: 6.67019451212566593e-17                        0
 12[6]: -3.23431518450490453e-16                        0
 12[7]: 1.13000250355547002e-15                        0
 12[8]: -2.57834635246282695e-15                        0
 12[9]: 3.39873216581672733e-15                        0
 12[11]: 7.13158487421379768e-16                        0
FAIL:   solve_QR vander(12)
FAIL: QR Decomposition and Solve
PASS:   update_QR hilbert(2)
PASS:   update_QR hilbert(3)
PASS:   update_QR hilbert(4)
PASS:   update_QR hilbert(12)
  2[1]:   -0.25744640250354428    -0.257446402503545391
FAIL:   update_QR vander(2)
PASS:   update_QR vander(3)
PASS:   update_QR vander(4)
PASS:   update_QR vander(12)
FAIL: QR Rank-1 Update
PASS:   solve_QRPT hilbert(2)
PASS:   solve_QRPT hilbert(3)
PASS:   solve_QRPT hilbert(4)
 12[0]:    -1586.9614392954395                    -1728
 12[1]:    227805.664657478337                   245388
 12[2]:    -7983068.8269433938                 -8528520
 12[3]:    119680277.604881182                127026900
 12[4]:   -955681195.428779602              -1009008000
FAIL:   solve_QRPT hilbert(12)
PASS:   solve_QRPT vander(2)
PASS:   solve_QRPT vander(3)
PASS:   solve_QRPT vander(4)
PASS:   solve_QRPT vander(12)
FAIL: QRPT Decomposition and Solve
PASS:   solve_HH hilbert(2)
  3[0]:    27.0000000000004157                       27
FAIL:   solve_HH hilbert(3)
PASS:   solve_HH hilbert(4)
 12[0]:   -1801.46892773649233                    -1728
 12[1]:    255096.526945371792                   245388
 12[2]:    -8843424.6529109627                 -8528520
 12[3]:    131420955.296831548                127026900
 12[4]:   -1041836486.94020891              -1009008000
 12[5]:    4915055717.64169025               4768571808
 12[6]:   -14616197196.7704353             -14202796608
 12[7]:    28092922110.3391838              27336497760
 12[8]:    -34816217603.831459             -33921201600
 12[9]:    26849886005.7993546              26189163000
 12[10]:   -11714493631.9094048             -11437874448
 12[11]:    2208060765.92007113               2157916488
FAIL:   solve_HH hilbert(12)
  2[1]: -4.96506830649454722e-16                        0
FAIL:   solve_HH vander(2)
PASS:   solve_HH vander(3)
  4[0]: -7.62073811806465175e-17                        0
  4[1]: 4.59765556579023713e-16                        0
  4[3]: 4.61110253475619057e-16                        0
FAIL:   solve_HH vander(4)
 12[0]: 4.94302599510016553e-24                        0
 12[1]: -9.91114764704120611e-23                        0
 12[2]: -5.56167238507521508e-21                        0
 12[3]: 2.60739416940100848e-19                        0
 12[4]: -4.7709920560840163e-18                        0
 12[5]: 4.85105055427716536e-17                        0
 12[6]: -2.98552170879516153e-16                        0
 12[7]: 1.13000250356285336e-15                        0
 12[8]: -2.57834635131211554e-15                        0
 12[9]: 3.39873216988707369e-15                        0
 12[11]: 7.1315848851852288e-16                        0
FAIL:   solve_HH vander(12)
FAIL: Householder solve
PASS:   solve_TD dim=2 A
PASS:   solve_TD dim=2 B
PASS:   solve_TD dim=5
PASS: Tridiagonal solve
FAIL: test_la
===================
1 of 1 tests failed
===================
make[2]: [check-TESTS] Error 1 (ignored)
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/linalg'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/linalg'
Making check in eigen
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/eigen'
make  test
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/eigen'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..			-I./../err		-I./../linalg		-I./../matrix		-I./../vector   	-I./../block    -O -c test.c
gcc  -O  -o test  test.o libgsleigen.a 			../sys/libgslsys.a			../err/libgsltest.a			../linalg/libgsllinalg.a        	../matrix/libgslmatrix.a		../vector/libgslvector.a		../block/libgslblock.a	         	../err/libgslerr.a                      ../utils/libutils.a -lm 
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/eigen'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/eigen'
PASS: Eigensystem:  Jacobi Method
PASS: Inversion:    Jacobi Method
PASS: test
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/eigen'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/eigen'
Making check in blas
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/blas'
make  test_blas_raw
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/blas'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err -I./../matrix -I./../vector -I./../block    -O -c test_blas_raw.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err -I./../matrix -I./../vector -I./../block    -O -c test_cases.c
gcc  -O  -o test_blas_raw  test_blas_raw.o test_cases.o libgslblasnative.a ../err/libgslerr.a ../err/libgsltest.a ../sys/libgslsys.a -lm 
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/blas'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/blas'
PASS: gsl_blas_raw_sdsdot A
PASS: gsl_blas_raw_sdsdot B
PASS: gsl_blas_raw_dsdot A
PASS: gsl_blas_raw_dsdot B
PASS: gsl_blas_raw_sdot A
PASS: gsl_blas_raw_sdot B
PASS: gsl_blas_raw_ddot A
PASS: gsl_blas_raw_ddot B
PASS: gsl_blas_raw_cdotu A
PASS: gsl_blas_raw_cdotu B
PASS: gsl_blas_raw_cdotc A
PASS: gsl_blas_raw_cdotc B
PASS: gsl_blas_raw_zdotu A
PASS: gsl_blas_raw_zdotu B
PASS: gsl_blas_raw_zdotc A
PASS: gsl_blas_raw_zdotc B
PASS: gsl_blas_raw_snrm2 A
PASS: gsl_blas_raw_snrm2 B
PASS: gsl_blas_raw_dnrm2 A
PASS: gsl_blas_raw_dnrm2 B
PASS: gsl_blas_raw_scnrm2 A
PASS: gsl_blas_raw_scnrm2 B
PASS: gsl_blas_raw_zdnrm2 A
PASS: gsl_blas_raw_zdnrm2 B
PASS: gsl_blas_raw_sasum A
PASS: gsl_blas_raw_sasum B
PASS: gsl_blas_raw_dasum A
PASS: gsl_blas_raw_dasum B
PASS: gsl_blas_raw_scasum A
PASS: gsl_blas_raw_scasum B
PASS: gsl_blas_raw_dzasum A
PASS: gsl_blas_raw_dzasum B
PASS: gsl_blas_raw_isamax A
PASS: gsl_blas_raw_isamax B
PASS: gsl_blas_raw_idamax A
PASS: gsl_blas_raw_idamax B
PASS: gsl_blas_raw_icamax A
PASS: gsl_blas_raw_icamax B
PASS: gsl_blas_raw_izamax A
PASS: gsl_blas_raw_izamax B
PASS: gsl_blas_raw_sswap
PASS: gsl_blas_raw_dswap
PASS: gsl_blas_raw_cswap
PASS: gsl_blas_raw_zswap
PASS: gsl_blas_raw_scopy A
PASS: gsl_blas_raw_scopy B
PASS: gsl_blas_raw_dcopy
PASS: gsl_blas_raw_ccopy
PASS: gsl_blas_raw_zcopy
PASS: gsl_blas_raw_saxpy A
PASS: gsl_blas_raw_saxpy B
PASS: gsl_blas_raw_daxpy
PASS: gsl_blas_raw_caxpy
PASS: gsl_blas_raw_zaxpy
PASS: gsl_blas_raw_srotg
PASS: gsl_blas_raw_drotg
PASS: gsl_blas_raw_srot A
PASS: gsl_blas_raw_srot B
PASS: gsl_blas_raw_drot
PASS: gsl_blas_raw_sscal
PASS: gsl_blas_raw_dscal
PASS: gsl_blas_raw_cscal
PASS: gsl_blas_raw_zscal
PASS: gsl_blas_raw_csscal
PASS: gsl_blas_raw_zdscal
PASS: gsl_blas_raw_sgemv A
PASS: gsl_blas_raw_sgemv B
PASS: gsl_blas_raw_sgemv C
PASS: gsl_blas_raw_sgemv D
PASS: gsl_blas_raw_sgemv E
PASS: gsl_blas_raw_sgemv F
PASS: gsl_blas_raw_dgemv A
PASS: gsl_blas_raw_dgemv B
PASS: gsl_blas_raw_sgbmv A
PASS: gsl_blas_raw_sgbmv B
PASS: gsl_blas_raw_sgbmv C
PASS: gsl_blas_raw_sgbmv D
PASS: gsl_blas_raw_sgbmv E
PASS: gsl_blas_raw_sgbmv E
PASS: gsl_blas_raw_dgbmv A
PASS: gsl_blas_raw_dgbmv B
PASS: gsl_blas_raw_strmv A
PASS: gsl_blas_raw_strmv B
PASS: gsl_blas_raw_strmv C
PASS: gsl_blas_raw_strmv D
PASS: gsl_blas_raw_strmv E
PASS: gsl_blas_raw_strmv F
PASS: gsl_blas_raw_strmv G
PASS: gsl_blas_raw_strmv H
PASS: gsl_blas_raw_strmv I
PASS: gsl_blas_raw_dtrmv A
PASS: gsl_blas_raw_dtrmv B
PASS: gsl_blas_raw_ctrmv A
PASS: gsl_blas_raw_ctrmv B
PASS: gsl_blas_raw_ctrmv C
PASS: gsl_blas_raw_ztrmv A
PASS: gsl_blas_raw_stbmv A
PASS: gsl_blas_raw_stbmv B
PASS: gsl_blas_raw_stbmv C
PASS: gsl_blas_raw_stbmv D
PASS: gsl_blas_raw_stbmv E
PASS: gsl_blas_raw_ctbmv A
PASS: gsl_blas_raw_ztbmv A
PASS: gsl_blas_raw_stpmv A
PASS: gsl_blas_raw_stpmv B
PASS: gsl_blas_raw_stpmv C
PASS: gsl_blas_raw_stpmv D
PASS: gsl_blas_raw_stpmv E
PASS: gsl_blas_raw_stpmv F
PASS: gsl_blas_raw_stpmv G
PASS: gsl_blas_raw_stpmv H
PASS: gsl_blas_raw_stpmv I
PASS: gsl_blas_raw_stpmv J
PASS: gsl_blas_raw_dtpmv A
PASS: gsl_blas_raw_ctpmv A
PASS: gsl_blas_raw_ctpmv B
PASS: gsl_blas_raw_ctpmv C
PASS: gsl_blas_raw_ctpmv D
PASS: gsl_blas_raw_ctpmv E
PASS: gsl_blas_raw_ctpmv F
PASS: gsl_blas_raw_ztpmv A
PASS: gsl_blas_raw_strsv A
PASS: gsl_blas_raw_strsv B
PASS: gsl_blas_raw_strsv C
PASS: gsl_blas_raw_strsv D
PASS: gsl_blas_raw_strsv E
PASS: gsl_blas_raw_strsv F
PASS: gsl_blas_raw_strsv G
PASS: gsl_blas_raw_strsv H
PASS: gsl_blas_raw_strsv I
PASS: gsl_blas_raw_strsv J
PASS: gsl_blas_raw_strsv K
PASS: gsl_blas_raw_strsv L
PASS: gsl_blas_raw_dtrsv A
PASS: gsl_blas_raw_dtrsv B
PASS: gsl_blas_raw_ctrsv A
PASS: gsl_blas_raw_ctrsv B
PASS: gsl_blas_raw_ctrsv C
PASS: gsl_blas_raw_ctrsv D
PASS: gsl_blas_raw_ctrsv E
PASS: gsl_blas_raw_ctrsv F
PASS: gsl_blas_raw_ctrsv G
PASS: gsl_blas_raw_ctrsv H
PASS: gsl_blas_raw_ctrsv I
PASS: gsl_blas_raw_ctrsv J
PASS: gsl_blas_raw_ctrsv K
PASS: gsl_blas_raw_ctrsv L
PASS: gsl_blas_raw_ztrsv A
PASS: gsl_blas_raw_stbsv A
PASS: gsl_blas_raw_stbsv B
PASS: gsl_blas_raw_stbsv C
PASS: gsl_blas_raw_stbsv D
PASS: gsl_blas_raw_stbsv E
PASS: gsl_blas_raw_stbsv F
PASS: gsl_blas_raw_ctbsv A
PASS: gsl_blas_raw_ctbsv B
PASS: gsl_blas_raw_ctbsv C
PASS: gsl_blas_raw_ctbsv D
PASS: gsl_blas_raw_ctbsv E
PASS: gsl_blas_raw_stpsv A
PASS: gsl_blas_raw_stpsv B
PASS: gsl_blas_raw_stpsv C
PASS: gsl_blas_raw_stpsv D
PASS: gsl_blas_raw_stpsv E
PASS: gsl_blas_raw_stpsv F
PASS: gsl_blas_raw_stpsv G
PASS: gsl_blas_raw_stpsv H
PASS: gsl_blas_raw_stpsv I
PASS: gsl_blas_raw_stpsv J
PASS: gsl_blas_raw_stpsv K
PASS: gsl_blas_raw_stpsv L
PASS: gsl_blas_raw_dtpsv A
PASS: gsl_blas_raw_dtpsv B
PASS: gsl_blas_raw_ctpsv A
PASS: gsl_blas_raw_ctpsv B
PASS: gsl_blas_raw_ctpsv C
PASS: gsl_blas_raw_ctpsv D
PASS: gsl_blas_raw_ctpsv E
PASS: gsl_blas_raw_ctpsv F
PASS: gsl_blas_raw_ctpsv G
PASS: gsl_blas_raw_ctpsv H
PASS: gsl_blas_raw_ctpsv I
PASS: gsl_blas_raw_ctpsv J
PASS: gsl_blas_raw_ctpsv K
PASS: gsl_blas_raw_ctpsv L
PASS: gsl_blas_raw_ztpsv A
PASS: gsl_blas_raw_ssymv A
PASS: gsl_blas_raw_ssymv B
PASS: gsl_blas_raw_ssymv C
PASS: gsl_blas_raw_dsymv A
PASS: gsl_blas_raw_ssbmv A
PASS: gsl_blas_raw_ssbmv B
PASS: gsl_blas_raw_ssbmv C
PASS: gsl_blas_raw_ssbmv D
PASS: gsl_blas_raw_dsbmv A
PASS: gsl_blas_raw_sspmv A
PASS: gsl_blas_raw_sspmv B
PASS: gsl_blas_raw_sspmv C
PASS: gsl_blas_raw_dspmv A
PASS: gsl_blas_raw_sger A
PASS: gsl_blas_raw_sger B
PASS: gsl_blas_raw_dger A
PASS: gsl_blas_raw_ssyr A
PASS: gsl_blas_raw_ssyr B
PASS: gsl_blas_raw_ssyr B
PASS: gsl_blas_raw_dsyr A
PASS: gsl_blas_raw_sspr A
PASS: gsl_blas_raw_sspr B
PASS: gsl_blas_raw_sspr C
PASS: gsl_blas_raw_dspr A
PASS: gsl_blas_raw_ssyr2 A
PASS: gsl_blas_raw_ssyr2 B
PASS: gsl_blas_raw_ssyr2 C
PASS: gsl_blas_raw_dsyr2 A
PASS: gsl_blas_raw_sspr2 A
PASS: gsl_blas_raw_sspr2 B
PASS: gsl_blas_raw_sspr2 C
PASS: gsl_blas_raw_dspr2 A
PASS: gsl_blas_raw_chemv A
PASS: gsl_blas_raw_chemv B
PASS: gsl_blas_raw_chemv C
PASS: gsl_blas_raw_zhemv A
PASS: gsl_blas_raw_chbmv A
PASS: gsl_blas_raw_chbmv B
PASS: gsl_blas_raw_chbmv C
PASS: gsl_blas_raw_zhbmv A
PASS: gsl_blas_raw_chpmv A
PASS: gsl_blas_raw_chpmv B
PASS: gsl_blas_raw_zhpmv A
PASS: gsl_blas_raw_cgeru A
PASS: gsl_blas_raw_zgeru A
PASS: gsl_blas_raw_cgerc A
PASS: gsl_blas_raw_zgerc A
PASS: gsl_blas_raw_cher A
PASS: gsl_blas_raw_cher B
PASS: gsl_blas_raw_zher A
PASS: gsl_blas_raw_chpr A
PASS: gsl_blas_raw_chpr B
PASS: gsl_blas_raw_zhpr A
PASS: gsl_blas_raw_cher2 A
PASS: gsl_blas_raw_cher2 B
PASS: gsl_blas_raw_zher2 A
PASS: gsl_blas_raw_chpr2 A
PASS: gsl_blas_raw_chpr2 B
PASS: gsl_blas_raw_zhpr2 A
PASS: test_blas_raw
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/blas'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/blas'
Making check in specfunc
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/specfunc'
make  test_sf
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/specfunc'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err     -O -c test_sf.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err     -O -c test_airy.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err     -O -c test_bessel.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err     -O -c test_coulomb.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err     -O -c test_dilog.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err     -O -c test_gamma.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err     -O -c test_hyperg.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err     -O -c test_legendre.c
gcc  -O  -o test_sf  test_sf.o test_airy.o test_bessel.o test_coulomb.o test_dilog.o test_gamma.o test_hyperg.o test_legendre.o libgslspecfunc.a 	../ieee-utils/libgslieeeutils.a 	../sys/libgslsys.a 	../err/libgslerr.a 	../err/libgsltest.a         ../utils/libutils.a -lm 
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/specfunc'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/specfunc'
PASS:   gsl_sf_airy_Ai_impl(-500.0, m, &r)
PASS:   gsl_sf_airy_Ai_impl(-5.0, m, &r)
FAIL:   gsl_sf_airy_Ai_impl(-0.3000000000000094, m, &r)
  test_airy.c 20
  expected:   0.4309030952855831
  obtained:   0.4332057133586951   1.042183324521185e-16  2.40575e-16
  fracdiff: 0.002664731628791783
  value/expected not consistent within reported error
  value not within tolerance of expected value
    0.433205713358695121  1.04218332452118497e-16
FAIL:   gsl_sf_airy_Ai_impl(0.6999999999999907, m, &r)
  test_airy.c 21
  expected:   0.1891624003981519
  obtained:   0.1845298344418437   5.150892098500668e-17  2.79136e-16
  fracdiff:  0.01239674128709623
  value/expected not consistent within reported error
  value not within tolerance of expected value
    0.184529834441843676  5.15089209850066839e-17
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)
FAIL:   gsl_sf_airy_Ai_scaled_impl(0.6999999999999907, m, &r)
  test_airy.c 28
  expected:   0.2795125667681217
  obtained:   0.2558209591208881   7.140884079543965e-17  2.79136e-16
  fracdiff:  0.04425578915105266
  value/expected not consistent within reported error
  value not within tolerance of expected value
    0.255820959120888092  7.14088407954396453e-17
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)
FAIL:   gsl_sf_airy_Bi_impl(0.6999999999999907, m, &r)
  test_airy.c 36
  expected:   0.9733286558781599
  obtained:   0.9598480308229801   2.336591152478811e-16  2.43433e-16
  fracdiff: 0.006973302103173881
  value/expected not consistent within reported error
  value not within tolerance of expected value
    0.959848030822980092  2.33659115247881096e-16
PASS:   gsl_sf_airy_Bi_impl(1.649999999999991, m, &r)
PASS:   gsl_sf_airy_Bi_impl(2.54999999999999, m, &r)
PASS:   gsl_sf_airy_Bi_impl(3.499999999999987, m, &r)
PASS:   gsl_sf_airy_Bi_impl(5.39999999999998, m, &r)
PASS:   gsl_sf_airy_Bi_scaled_impl(-5.0, m, &r)
FAIL:   gsl_sf_airy_Bi_scaled_impl(0.6999999999999907, m, &r)
  test_airy.c 43
  expected:   0.6587080754582302
  obtained:   0.6923615595288105   1.685439613731735e-16  2.43433e-16
  fracdiff:   0.0249087709464384
  value/expected not consistent within reported error
  value not within tolerance of expected value
    0.692361559528810511  1.68543961373173506e-16
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)
FAIL:   gsl_sf_airy_Ai_deriv_impl(-0.5500000000000094, m, &r)
  test_airy.c 53
  expected:  -0.1914604987143629
  obtained:  -0.2127178801711795   5.64440042088818e-17  2.65347e-16
  fracdiff:  0.05259405887922674
  value/expected not consistent within reported error
  value not within tolerance of expected value
   -0.212717880171179541  5.64440042088817987e-17
FAIL:   gsl_sf_airy_Ai_deriv_impl(0.4999999999999906, m, &r)
  test_airy.c 54
  expected:   -0.224910532664685
  obtained:  -0.2196618723925826   5.650866192419878e-17  2.57253e-16
  fracdiff:  0.01180608650558582
  value/expected not consistent within reported error
  value not within tolerance of expected value
   -0.219661872392582558  5.65086619241987767e-17
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)
FAIL:   gsl_sf_airy_Ai_deriv_scaled_impl(0.5499999999999906, m, &r)
  test_airy.c 60
  expected:  -0.2874057279170166
  obtained:  -0.3286493982700117   0.006437303483038206  0.0192109
  fracdiff:  0.06694801909735902
  value/expected not consistent within reported error
  value not within tolerance of expected value
   -0.328649398270011661  0.00643730348303820591
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)
FAIL:   gsl_sf_airy_Bi_deriv_impl(-0.5500000000000094, m, &r)
  test_airy.c 67
  expected:   0.5155785358765014
  obtained:   0.4903210730687959   1.198809754160156e-16  2.44495e-16
  fracdiff:  0.02510932759402138
  value/expected not consistent within reported error
  value not within tolerance of expected value
     0.49032107306879591  1.19880975416015619e-16
FAIL:   gsl_sf_airy_Bi_deriv_impl(0.4999999999999906, m, &r)
  test_airy.c 68
  expected:   0.5445725641405883
  obtained:   0.4769486734734819   1.172287806803701e-16  2.45789e-16
  fracdiff:  0.06619920191287761
  value/expected not consistent within reported error
  value not within tolerance of expected value
    0.476948673473481854  1.17228780680370079e-16
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)
FAIL:   gsl_sf_airy_Bi_deriv_scaled_impl(0.5499999999999906, m, &r)
  test_airy.c 74
  expected:   0.4322811281817566
  obtained:   0.3735803653953527    9.1338474032061e-17  2.44495e-16
  fracdiff:  0.07284224802185209
  value/expected not consistent within reported error
  value not within tolerance of expected value
    0.373580365395352665  9.13384740320610006e-17
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)
PASS:   gsl_sf_airy_zero_Ai_impl(2, &r)
PASS:   gsl_sf_airy_zero_Ai_impl(50, &r)
PASS:   gsl_sf_airy_zero_Ai_impl(100, &r)
PASS:   gsl_sf_airy_zero_Ai_impl(110, &r)
PASS:   gsl_sf_airy_zero_Bi_impl(2, &r)
PASS:   gsl_sf_airy_zero_Bi_impl(50, &r)
PASS:   gsl_sf_airy_zero_Bi_impl(100, &r)
PASS:   gsl_sf_airy_zero_Bi_impl(110, &r)
PASS:   gsl_sf_airy_zero_Bi_impl(111, &r)
PASS:   gsl_sf_airy_zero_Bi_impl(200, &r)
PASS:   gsl_sf_airy_zero_Ai_deriv_impl(2, &r)
PASS:   gsl_sf_airy_zero_Ai_deriv_impl(50, &r)
PASS:   gsl_sf_airy_zero_Ai_deriv_impl(100, &r)
PASS:   gsl_sf_airy_zero_Ai_deriv_impl(110, &r)
PASS:   gsl_sf_airy_zero_Ai_deriv_impl(1000, &r)
PASS:   gsl_sf_airy_zero_Bi_deriv_impl(2, &r)
PASS:   gsl_sf_airy_zero_Bi_deriv_impl(50, &r)
PASS:   gsl_sf_airy_zero_Bi_deriv_impl(100, &r)
PASS:   gsl_sf_airy_zero_Bi_deriv_impl(110, &r)
PASS:   gsl_sf_airy_zero_Bi_deriv_impl(111, &r)
PASS:   gsl_sf_airy_zero_Bi_deriv_impl(200, &r)
PASS:   gsl_sf_airy_zero_Bi_deriv_impl(1000, &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)
PASS:   gsl_sf_bessel_In_scaled_impl( 100, 100.0, &r)
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)
PASS:   gsl_sf_bessel_In_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_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)
PASS:   gsl_sf_bessel_Jnu_impl(10.2, 100.0, &r)
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)
PASS:   gsl_sf_bessel_lnKnu_impl(0.0001,1.0e-100, &r)
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
PASS:   gsl_sf_bessel_zero_J0_impl( 1, &r)
PASS:   gsl_sf_bessel_zero_J0_impl( 2, &r)
PASS:   gsl_sf_bessel_zero_J0_impl(20, &r)
PASS:   gsl_sf_bessel_zero_J0_impl(25, &r)
PASS:   gsl_sf_bessel_zero_J0_impl(100, &r)
PASS:   gsl_sf_bessel_zero_J1_impl( 1, &r)
PASS:   gsl_sf_bessel_zero_J1_impl( 2, &r)
PASS:   gsl_sf_bessel_zero_J1_impl(20, &r)
PASS:   gsl_sf_bessel_zero_J1_impl(25, &r)
PASS:   gsl_sf_bessel_zero_J1_impl(100, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(0.0, 1, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(0.0, 2, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(0.0, 20, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(0.0, 25, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(0.0, 100, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 1.5, 1, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 1, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 1.5, 2, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 2, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 1.5, 3, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 3, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 1.5, 4, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 4, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 1.5, 5, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 5, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 8.0, 5, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(20.0, 5, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 1.5, 6, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 6, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 8.0, 6, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 1.5, 7, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 7, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 8.0, 7, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 1.5, 8, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 8, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(10.0, 8, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 1.5, 9, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 9, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(10.0, 9, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 1.5, 10, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 10, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(15.0, 10, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 11, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(15.0, 11, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 12, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(15.0, 12, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 13, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(15.0, 13, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 14, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(15.0, 14, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 15, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(15.0, 15, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 16, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(15.0, 16, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 17, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(15.0, 17, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 18, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(15.0, 18, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 19, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(15.0, 19, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 20, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(15.0, 20, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 23.0, 11, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 30.0, 11, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 32.0, 15, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 50.0, 15, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 5.0, 22, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 10.0, 22, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl( 12.0, 22, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(100.0, 22, &r)
PASS:   gsl_sf_bessel_zero_Jnu_impl(500.0, 22, &r)
PASS:   gsl_sf_sequence_Jnu_impl(2)
PASS:   gsl_sf_sequence_Jnu_impl(12)
PASS:   gsl_sf_sequence_Jnu_impl(1000)
PASS: 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:   gsl_sf_coulomb_wave_FG_impl(1.0, 5.0, lam_F=0, lam_G=0)
PASS:   gsl_sf_coulomb_wave_FG_impl(1.0, 5.0, lam_F=10, lam_G=8)
PASS:   gsl_sf_coulomb_wave_FG_impl(50.0, 120.0, lam_F=4, lam_G=2)
PASS:   gsl_sf_coulomb_wave_FG_impl(-1000.0, 1.0, lam_F=0, lam_G=0)
PASS:   gsl_sf_coulomb_wave_FG_impl(-50.0, 5.0, lam_F=0, lam_G=0)
PASS:   gsl_sf_coulomb_wave_FG_impl(-50.0, 1000.0, lam_F=0, lam_G=0)
PASS:   gsl_sf_coulomb_wave_FG_impl(-50.0, 5.0, lam_F=10, lam_G=10)
PASS:   gsl_sf_coulomb_wave_FG_impl(-4.0, 5.0, lam_F=0, lam_G=0
PASS:   gsl_sf_coulomb_wave_FG_impl(-4.0, 5.0, lam_F=3, lam_G=3
PASS:   gsl_sf_coulomb_wave_FG_impl(1.0, 2.0, lam_F=0, lam_G=0)
PASS:   gsl_sf_coulomb_wave_FG_impl(1.0, 0.5, lam_F=0, lam_G=0)
PASS:   gsl_sf_coulomb_wave_FG_impl(1.0, 0.5, lam_F=0.5, lam_G=0.5)
PASS:   gsl_sf_coulomb_wave_FG_impl(1.0, 0.5, lam_F=0.1, lam_G=0.1)
PASS:   gsl_sf_coulomb_wave_FG_impl(8.0, 1.05, lam_F=0, lam_G=0)
PASS:   gsl_sf_coulomb_wave_FG_impl(8.0, 1.05, lam_F=0.1, lam_G=0.1)
PASS:   gsl_sf_coulomb_wave_FG_impl(50.0, 0.1, lam_F=0, lam_G=0)
PASS:   gsl_sf_coulomb_wave_FG_impl(10.0, 5.0, lam_F=0, lam_G=0)
PASS:   gsl_sf_coulomb_wave_FG_impl(25.0, 10.0, lam_F=0, lam_G=0)
PASS:   gsl_sf_coulomb_wave_FG_impl(1.0, 9.2, lam_F=0, lam_G=0)
PASS:   gsl_sf_coulomb_wave_FG_impl(10.0, 10.0, lam_F=0, lam_G=0)
PASS:   gsl_sf_coulomb_wave_FG_impl(100.0, 1.0, lam_F=0, lam_G=0)
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)
PASS:   gsl_sf_dawson_impl(1000.0, &r)
PASS: 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_e10_impl(1.0, &re)
PASS:   gsl_sf_exp_e10_impl(2000.0, &re)
PASS:   gsl_sf_exp_err_impl(-10.0, TEST_TOL1, &r)
PASS:   gsl_sf_exp_err_impl( 10.0, TEST_TOL1, &r)
PASS:   gsl_sf_exp_err_e10_impl(1.0, TEST_SQRT_TOL0, &re)
PASS:   gsl_sf_exp_err_e10_impl(2000.0, 1.0e-10, &re)
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_exp_mult_err_impl(-10.0, TEST_SQRT_TOL0, 2.0, TEST_SQRT_TOL0, &r)
PASS:   gsl_sf_exp_mult_err_impl(x, TEST_SQRT_TOL0*x, exp(-x)*exp(M_LN2), TEST_SQRT_TOL0*x, &r)
PASS: gsl_sf_exp_mult_e10_impl(1.0, 1.0, &re)
PASS: gsl_sf_exp_mult_e10_impl(1000.0, 1.0e+200, &re)
PASS: gsl_sf_exp_mult_e10_impl(1.0, TEST_TOL0, 1.0, TEST_TOL0, &re)
PASS: gsl_sf_exp_mult_err_e10_impl(1.0e-12, 1.0e+200, &re)
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)
PASS:   gsl_sf_exprel_n_impl(3, 10.0, &r)
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)
PASS:   gsl_sf_exprel_n_impl(500, 500.0, &r)
PASS:   gsl_sf_exprel_n_impl(500, 1000.0, &r)
PASS:   gsl_sf_exprel_n_impl(500, 1600.0, &r)
PASS: 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)
PASS:   gsl_sf_expint_E2_impl(50.0, &r)
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_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)
PASS: 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)
PASS:   gsl_sf_fermi_dirac_half_impl( 50.0, &r)
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)
PASS:   gsl_sf_fermi_dirac_int_impl(3, 100.0, &r)
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)
PASS:   gsl_sf_fermi_dirac_int_impl(5, 100.0, &r)
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)
PASS:   gsl_sf_fermi_dirac_int_impl(10, 50.0, &r)
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)
PASS: 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)
PASS:   gsl_sf_gammastar_impl(1.0e-08, &r)
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)
PASS:   gsl_sf_taylorcoeff_impl(100, 100.0, &r)
PASS:   gsl_sf_taylorcoeff_impl(1000, 200.0, &r)
PASS:   gsl_sf_taylorcoeff_impl(1000, 500.0, &r)
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)
PASS:   gsl_sf_beta_impl(10.0, 100.0, &r)
PASS: 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)
PASS:   gsl_sf_hyperg_1F1_int_impl(100, 1, 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(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)
PASS:   gsl_sf_hyperg_1F1_int_impl(100, 400, 300.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(100, 400, 400.0, &r)
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)
PASS:   gsl_sf_hyperg_1F1_int_impl(10, 50, -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(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)
PASS:   gsl_sf_hyperg_1F1_int_impl(50, 1, -100.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(50, 1, -110.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(100, 10, -100.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(100, 1, -90.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(100, 1, -100.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(100, 1, -110.0, &r)
PASS:   gsl_sf_hyperg_1F1_int_impl(100, 10, -100.0, &r)
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)
PASS:   gsl_sf_hyperg_1F1_int_impl(200, 100, -10.0, &r)
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)
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_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)
PASS:   gsl_sf_hyperg_1F1_impl(1.5, 2.5, 10, &r)
PASS:   gsl_sf_hyperg_1F1_impl(10, 1.1, 1, &r)
PASS:   gsl_sf_hyperg_1F1_impl(10, 1.1, 10, &r)
PASS:   gsl_sf_hyperg_1F1_impl(10, 1.1, 100, &r)
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)
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_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, 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)
PASS:   gsl_sf_hyperg_1F1_impl(10, 1.1, -500, &r)
PASS:   gsl_sf_hyperg_1F1_impl(50, 1.1, -90, &r)
PASS:   gsl_sf_hyperg_1F1_impl(50, 1.1, -100, &r)
PASS:   gsl_sf_hyperg_1F1_impl(50, 1.1, -110.0, &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, -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)
PASS:   gsl_sf_hyperg_1F1_impl(-10, -10.1, 10.0, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-10, -10.1, 1000.0, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-10, -100.1, 10.0, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-1000, -1000.1, 10.0, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-1000, -1000.1, 200.0, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-8.1, -10.1, -10.0, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-10, -5.1, 1, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-10, -5.1, 10, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-10, -5.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_1F1_impl(-100, -50.1, 1, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-100, -50.1, 10, &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)
PASS:   gsl_sf_hyperg_1F1_impl(-100.5, -102.1, 10, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-100.5, -500.1, 10, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-100.5, -500.1, 100, &r)
PASS:   gsl_sf_hyperg_1F1_impl(-500.5, -80.1, 2, &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, 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)
PASS:   gsl_sf_hyperg_U_int_impl(1, 100, 50, &r)
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)
PASS:   gsl_sf_hyperg_U_int_impl(1, -1000, 1, &r)
PASS:   gsl_sf_hyperg_U_int_impl(1, -1000, 1010, &r)
PASS:   gsl_sf_hyperg_U_int_impl(8, 1, 0.001, &r)
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)
PASS:   gsl_sf_hyperg_U_int_impl(-50, 1, 1, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-50, 1, 10, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-50, 10, 1, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-50, 100, 1, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-50, 10, 10, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-50, 100, 10, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-90, 1, 0.01, &r)
PASS:   gsl_sf_hyperg_U_int_impl(-90, 1, 0.1, &r)
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)
PASS:   gsl_sf_hyperg_U_impl(0.0001, 1, 0.0001, &r)
PASS:   gsl_sf_hyperg_U_impl(0.0001, 1.0, 1.0, &r)
PASS:   gsl_sf_hyperg_U_impl(0.0001, 10, 1, &r)
PASS:   gsl_sf_hyperg_U_impl(0.0001, 10, 5, &r)
PASS:   gsl_sf_hyperg_U_impl(0.0001, 10, 10, &r)
PASS:   gsl_sf_hyperg_U_impl(0.0001, 100, 1, &r)
PASS:   gsl_sf_hyperg_U_impl(0.0001, 100, 10, &r)
PASS:   gsl_sf_hyperg_U_impl(0.0001, 100, 50, &r)
PASS:   gsl_sf_hyperg_U_impl(0.0001, 100, 98, &r)
PASS:   gsl_sf_hyperg_U_impl(0.0001, 1000, 300, &r)
PASS:   gsl_sf_hyperg_U_impl(0.0001, 1000, 999, &r)
PASS:   gsl_sf_hyperg_U_impl(0.0001, 1000, 1100, &r)
PASS:   gsl_sf_hyperg_U_impl(0.5, 1000, 300, &r)
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)
PASS:   gsl_sf_hyperg_U_impl(-10.5, 1.1, 99, &r)
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)
PASS:   gsl_sf_hyperg_U_impl(-10.5, 10.1, 4, &r)
PASS:   gsl_sf_hyperg_U_impl(-10.5, 10.1, 10, &r)
PASS:   gsl_sf_hyperg_U_impl(-10.5, 10.1, 50, &r)
PASS:   gsl_sf_hyperg_U_impl(-10.5, 100.4, 10, &r)
PASS:   gsl_sf_hyperg_U_impl(-10.5, 100.4, 50, &r)
PASS:   gsl_sf_hyperg_U_impl(-10.5, 100.4, 80, &r)
PASS:   gsl_sf_hyperg_U_impl(-10.5, 100.4, 100, &r)
PASS:   gsl_sf_hyperg_U_impl(-10.5, 100.4, 200, &r)
PASS:   gsl_sf_hyperg_U_impl(-19.5, 82.1, 10, &r)
PASS:   gsl_sf_hyperg_U_impl(-50.5, 100.1, 10, &r)
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)
PASS:   gsl_sf_hyperg_2F1_impl(9, 9, -1.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, -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)
PASS:   gsl_sf_hyperg_2F1_conj_impl(8, 8, 5, 0.5, &r)
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)
PASS:   gsl_sf_hyperg_2F1_renorm_impl(9, 9, -1.5, -0.99, &r)
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)
PASS:   gsl_sf_hyperg_2F1_conj_renorm_impl(5, 5, -1, 0.5, &r)
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)
PASS: 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_2_impl(-1.0, 1.0, &r)
PASS:   gsl_sf_laguerre_2_impl(-2.0, 1.0, &r)
PASS:   gsl_sf_laguerre_2_impl(-3.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)
PASS:   gsl_sf_laguerre_3_impl(1.0, 1.0, &r)
PASS:   gsl_sf_laguerre_3_impl( 2.0, 1.0, &r)
PASS:   gsl_sf_laguerre_3_impl(-2.0, 1.0, &r)
PASS:   gsl_sf_laguerre_3_impl(-3.0, 1.0, &r)
PASS:   gsl_sf_laguerre_3_impl(-4.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)
PASS:   gsl_sf_laguerre_n_impl(90, 2.0, 0.5, &r)
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)
PASS:   gsl_sf_laguerre_n_impl(100, 2.0, 0.5, &r)
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)
PASS:   gsl_sf_laguerre_n_impl(1, -2.0, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(2, -2.0, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(3, -2.0, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(10, -2.0, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(10, -5.0, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(10, -9.0, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(10, -11.0, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(10, -11.0, -1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, -2.0, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, -2.0, -1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, -10.0, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, -10.0, -1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, -20.0, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, -30.0, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, -50.0, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, -50.0, -1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, -50.5, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, -50.5, -1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, -101.0, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, -101.0, -1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, -102.0, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, -102.0, -1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, -110.0, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, -110.0, -1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, -200.0, 1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, -200.0, -1.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, -50.0, 10.0, &r)
PASS:   gsl_sf_laguerre_n_impl(100, -50.0, -10.0, &r)
PASS: 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)
PASS:   gsl_sf_legendre_Plm_impl(100, 5, 0.999, &r)
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)
PASS:   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)
PASS:   gsl_sf_conicalP_0_impl(10.0, -0.5, &r)
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)
PASS:   gsl_sf_conicalP_1_impl(200.0, 10.0, &r)
PASS:   gsl_sf_conicalP_1_impl(1000.0, 100.0, &r)
PASS:   gsl_sf_conicalP_1_impl(1000.0, 1000.0, &r)
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)
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, 2.0, &r)
PASS:   gsl_sf_conicalP_sph_reg_impl(20, 1.0, 2.0, &r)
PASS:   gsl_sf_conicalP_sph_reg_impl(30, 100.0, 100.0, &r)
PASS:   gsl_sf_conicalP_cyl_reg_impl(2, 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, 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)
PASS:   gsl_sf_legendre_H3d_0_impl(1.0e+08, 100.0, &r)
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)
PASS:   gsl_sf_legendre_H3d_impl(5, 1.0, 1.0, &r)
PASS:   gsl_sf_legendre_H3d_impl(5, 1.0, 5.0, &r)
PASS:   gsl_sf_legendre_H3d_impl(5, 1.0, 7.0, &r)
PASS:   gsl_sf_legendre_H3d_impl(5, 1.0, 10.0, &r)
PASS:   gsl_sf_legendre_H3d_impl(5, 1.0, 100.0, &r)
PASS:   gsl_sf_legendre_H3d_impl(5, 1.0, 500.0, &r)
PASS:   gsl_sf_legendre_H3d_impl(5, 100.0, 0.001, &r)
PASS:   gsl_sf_legendre_H3d_impl(5, 100.0, 0.002, &r)
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)
PASS:   gsl_sf_legendre_Ql_impl(100, 1.5, &r)
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)
PASS: Legendre Functions
PASS:   gsl_sf_log_impl(0.1, &r)
PASS:   gsl_sf_log_impl(1.1, &r)
PASS:   gsl_sf_log_impl(1000.0, &r)
PASS:   gsl_sf_log_abs_impl(-0.1, &r)
PASS:   gsl_sf_log_abs_impl(-1.1, &r)
PASS:   gsl_sf_log_abs_impl(-1000.0, &r)
PASS:   gsl_sf_log_abs_impl(0.1, &r)
PASS:   gsl_sf_log_abs_impl(1.1, &r)
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)
PASS: 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)
PASS:   gsl_sf_synchrotron_1_impl(1.0, &r)
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)
PASS:   gsl_sf_synchrotron_2_impl(1.0, &r)
PASS:   gsl_sf_synchrotron_2_impl(10.0, &r)
PASS:   gsl_sf_synchrotron_2_impl(256.0, &r)
PASS: 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_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_sinc_impl(1.0/1024.0, &r)
PASS:   gsl_sf_sinc_impl(1.0/2.0, &r)
PASS:   gsl_sf_sinc_impl(80.5, &r)
PASS:   gsl_sf_sinc_impl(100.5, &r)
PASS:   gsl_sf_sinc_impl(1.0e+06 + 0.5, &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
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
PASS: 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
PASS: Result Methods
FAIL: test_sf
===================
1 of 1 tests failed
===================
make[2]: [check-TESTS] Error 1 (ignored)
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/specfunc'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/specfunc'
Making check in dht
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/dht'
make  test_dht
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/dht'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err  -I./../specfunc    -O -c test_dht.c
gcc  -O  -o test_dht  test_dht.o libgsldht.a				../specfunc/libgslspecfunc.a			../sys/libgslsys.a 			../err/libgslerr.a			../err/libgsltest.a                     ../utils/libutils.a -lm 
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/dht'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/dht'
PASS: Small Exact DHT
PASS: Simple  DHT
PASS: Exp  J1 DHT
PASS: Poly J1 DHT
PASS: test_dht
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/dht'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/dht'
Making check in rng
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/rng'
make  test benchmark rng-dump
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/rng'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err    -O -c test.c
gcc  -O  -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    -O -c benchmark.c
gcc  -O  -o benchmark  benchmark.o libgslrng.a ../err/libgslerr.a ../utils/libutils.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./..  -I./../err    -O -c rng-dump.c
gcc  -O  -o rng-dump  rng-dump.o libgslrng.a ../err/libgslerr.a ../utils/libutils.a -lm 
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/rng'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/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: ranlxs0, 10000 steps (11904320 observed vs 11904320 expected)
PASS: ranlxs1, 10000 steps (8734328 observed vs 8734328 expected)
PASS: ranlxs2, 10000 steps (6843140 observed vs 6843140 expected)
PASS: ranlxd1, 10000 steps (1998227290 observed vs 1998227290 expected)
PASS: ranlxd2, 10000 steps (3949287736 observed vs 3949287736 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: ranlxs0, ratio of int to double (1 observed vs 1 expected)
PASS: ranlxs1, ratio of int to double (1 observed vs 1 expected)
PASS: ranlxs2, ratio of int to double (1 observed vs 1 expected)
PASS: ranlxd1, ratio of int to double (1 observed vs 1 expected)
PASS: ranlxd2, 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: ranlxs0, random number state consistency
PASS: ranlxs1, random number state consistency
PASS: ranlxs2, random number state consistency
PASS: ranlxd1, random number state consistency
PASS: ranlxd2, 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: ranlxs0, parallel random number state consistency
PASS: ranlxs1, parallel random number state consistency
PASS: ranlxs2, parallel random number state consistency
PASS: ranlxd1, parallel random number state consistency
PASS: ranlxd2, 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 1)
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 1)
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 1)
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 1)
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 1)
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: ranlxs0, observed vs theoretical maximum (16777126 vs 16777215)
PASS: ranlxs0, observed vs theoretical minimum (95 vs 0)
PASS: ranlxs0, sum test within acceptable sigma (observed -0.39 sigma)
PASS: ranlxs0, bin test within acceptable chisq (observed 0.86 sigma)
PASS: ranlxs0, maximum and sum tests for non-default seeds
PASS: ranlxs1, observed vs theoretical maximum (16777100 vs 16777215)
PASS: ranlxs1, observed vs theoretical minimum (49 vs 0)
PASS: ranlxs1, sum test within acceptable sigma (observed 0.19 sigma)
PASS: ranlxs1, bin test within acceptable chisq (observed 0.88 sigma)
PASS: ranlxs1, maximum and sum tests for non-default seeds
PASS: ranlxs2, observed vs theoretical maximum (16777183 vs 16777215)
PASS: ranlxs2, observed vs theoretical minimum (43 vs 0)
PASS: ranlxs2, sum test within acceptable sigma (observed 0.58 sigma)
PASS: ranlxs2, bin test within acceptable chisq (observed 0.92 sigma)
PASS: ranlxs2, maximum and sum tests for non-default seeds
PASS: ranlxd1, observed vs theoretical maximum (4294853964 vs 4294967295)
PASS: ranlxd1, observed vs theoretical minimum (21735 vs 0)
PASS: ranlxd1, sum test within acceptable sigma (observed -1.5 sigma)
PASS: ranlxd1, bin test within acceptable chisq (observed 0.84 sigma)
PASS: ranlxd1, maximum and sum tests for non-default seeds
PASS: ranlxd2, observed vs theoretical maximum (4294890000 vs 4294967295)
PASS: ranlxd2, observed vs theoretical minimum (28192 vs 0)
PASS: ranlxd2, sum test within acceptable sigma (observed -0.11 sigma)
PASS: ranlxd2, bin test within acceptable chisq (observed 1.1 sigma)
PASS: ranlxd2, 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 1)
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[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/rng'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/rng'
Making check in randist
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/randist'
make  test
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/randist'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../rng -I./../specfunc -I./../err -I..    -O -c test.c
gcc  -O  -o test  test.o libgslrandist.a ../rng/libgslrng.a ../specfunc/libgslspecfunc.a ../err/libgslerr.a ../err/libgsltest.a ../sys/libgslsys.a ../utils/libutils.a -lm 
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/randist'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/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)
PASS: test gsl_ran_discrete1 [-0.5,0.5] (0.59212 observed vs 0.59 expected)
PASS: test gsl_ran_discrete1 [0.5,1.5] (0.39927 observed vs 0.4 expected)
PASS: test gsl_ran_discrete1 [1.5,3.5] (0.01056 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_gaussian_ratio_method, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_ugaussian, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_ugaussian_ratio_method, sampling against pdf over range [-5,5) 
PASS: test gsl_ran_gaussian_tail, 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_dir2d_trig_method, 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_discrete1, sampling against pdf over range [0,100) 
PASS: test gsl_ran_discrete2, 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) 
PASS: test
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/randist'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/randist'
Making check in fft
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/fft'
make  test
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/fft'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err    -O -c test.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err    -O -c signals.c
gcc  -O  -o test  test.o signals.o libgslfft.a ../err/libgslerr.a ../err/libgsltest.a ../utils/libutils.a -lm 
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/fft'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/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_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_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 with signal_real_noise, n = 1, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 1, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 1, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 1, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 1, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 1, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 2, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 2, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 2, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 2, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 2, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 2, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 3, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 3, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 3, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 3, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 3, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 3, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 4, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 4, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 4, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 4, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 4, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 4, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 5, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 5, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 5, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 5, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 5, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 5, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 6, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 6, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 6, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 6, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 6, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 6, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 7, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 7, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 7, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 7, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 7, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 7, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 8, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 8, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 8, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 8, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 8, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 8, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 9, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 9, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 9, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 9, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 9, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 9, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 10, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 10, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 10, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 10, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 10, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 10, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 11, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 11, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 11, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 11, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 11, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 11, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 12, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 12, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 12, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 12, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 12, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 12, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 13, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 13, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 13, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 13, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 13, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 13, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 14, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 14, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 14, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 14, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 14, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 14, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 15, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 15, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 15, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 15, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 15, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 15, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 16, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 16, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 16, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 16, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 16, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 16, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 17, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 17, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 17, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 17, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 17, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 17, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 18, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 18, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 18, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 18, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 18, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 18, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 19, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 19, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 19, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 19, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 19, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 19, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 20, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 20, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 20, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 20, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 20, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 20, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 21, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 21, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 21, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 21, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 21, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 21, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 22, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 22, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 22, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 22, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 22, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 22, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 23, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 23, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 23, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 23, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 23, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 23, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 24, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 24, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 24, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 24, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 24, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 24, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 25, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 25, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 25, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 25, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 25, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 25, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 26, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 26, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 26, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 26, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 26, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 26, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 27, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 27, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 27, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 27, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 27, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 27, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 28, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 28, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 28, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 28, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 28, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 28, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 29, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 29, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 29, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 29, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 29, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 29, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 30, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 30, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 30, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 30, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 30, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 30, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 31, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 31, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 31, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 31, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 31, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 31, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 32, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 32, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 32, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 32, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 32, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 32, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 33, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 33, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 33, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 33, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 33, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 33, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 34, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 34, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 34, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 34, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 34, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 34, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 35, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 35, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 35, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 35, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 35, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 35, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 36, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 36, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 36, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 36, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 36, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 36, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 37, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 37, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 37, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 37, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 37, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 37, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 38, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 38, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 38, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 38, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 38, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 38, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 39, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 39, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 39, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 39, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 39, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 39, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 40, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 40, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 40, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 40, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 40, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 40, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 41, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 41, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 41, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 41, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 41, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 41, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 42, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 42, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 42, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 42, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 42, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 42, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 43, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 43, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 43, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 43, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 43, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 43, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 44, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 44, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 44, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 44, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 44, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 44, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 45, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 45, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 45, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 45, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 45, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 45, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 46, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 46, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 46, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 46, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 46, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 46, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 47, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 47, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 47, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 47, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 47, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 47, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 48, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 48, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 48, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 48, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 48, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 48, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 49, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 49, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 49, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 49, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 49, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 49, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 50, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 50, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 50, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 50, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 50, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 50, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 51, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 51, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 51, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 51, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 51, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 51, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 52, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 52, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 52, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 52, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 52, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 52, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 53, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 53, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 53, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 53, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 53, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 53, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 54, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 54, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 54, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 54, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 54, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 54, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 55, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 55, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 55, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 55, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 55, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 55, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 56, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 56, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 56, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 56, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 56, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 56, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 57, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 57, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 57, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 57, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 57, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 57, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 58, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 58, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 58, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 58, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 58, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 58, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 59, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 59, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 59, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 59, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 59, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 59, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 60, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 60, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 60, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 60, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 60, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 60, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 61, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 61, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 61, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 61, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 61, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 61, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 62, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 62, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 62, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 62, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 62, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 62, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 63, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 63, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 63, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 63, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 63, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 63, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 64, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 64, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 64, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 64, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 64, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 64, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 65, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 65, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 65, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 65, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 65, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 65, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 66, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 66, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 66, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 66, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 66, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 66, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 67, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 67, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 67, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 67, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 67, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 67, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 68, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 68, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 68, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 68, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 68, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 68, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 69, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 69, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 69, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 69, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 69, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 69, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 70, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 70, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 70, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 70, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 70, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 70, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 71, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 71, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 71, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 71, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 71, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 71, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 72, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 72, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 72, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 72, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 72, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 72, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 73, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 73, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 73, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 73, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 73, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 73, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 74, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 74, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 74, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 74, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 74, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 74, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 75, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 75, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 75, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 75, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 75, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 75, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 76, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 76, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 76, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 76, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 76, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 76, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 77, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 77, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 77, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 77, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 77, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 77, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 78, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 78, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 78, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 78, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 78, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 78, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 79, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 79, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 79, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 79, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 79, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 79, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 80, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 80, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 80, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 80, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 80, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 80, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 81, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 81, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 81, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 81, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 81, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 81, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 82, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 82, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 82, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 82, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 82, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 82, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 83, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 83, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 83, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 83, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 83, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 83, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 84, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 84, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 84, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 84, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 84, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 84, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 85, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 85, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 85, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 85, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 85, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 85, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 86, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 86, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 86, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 86, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 86, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 86, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 87, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 87, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 87, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 87, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 87, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 87, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 88, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 88, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 88, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 88, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 88, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 88, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 89, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 89, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 89, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 89, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 89, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 89, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 90, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 90, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 90, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 90, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 90, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 90, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 91, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 91, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 91, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 91, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 91, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 91, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 92, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 92, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 92, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 92, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 92, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 92, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 93, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 93, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 93, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 93, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 93, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 93, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 94, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 94, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 94, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 94, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 94, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 94, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 95, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 95, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 95, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 95, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 95, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 95, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 96, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 96, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 96, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 96, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 96, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 96, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 97, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 97, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 97, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 97, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 97, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 97, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 98, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 98, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 98, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 98, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 98, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 98, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 99, stride = 1
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 99, stride = 1
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 99, stride = 2
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 99, stride = 2
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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 with signal_real_noise, n = 99, stride = 3
PASS: gsl_fft_halfcomplex_alloc, 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 with signal_real_noise, n = 99, stride = 3
PASS: gsl_fft_halfcomplex_float_alloc, 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_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_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[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/fft'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/fft'
Making check in poly
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/poly'
make  test
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/poly'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err    -O -c test.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err    -O -c test_poly.c
gcc  -O  -o test  test.o test_poly.o libgslpoly.a ../err/libgslerr.a ../err/libgsltest.a ../utils/libutils.a -lm 
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/poly'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/poly'
PASS: gsl_poly_solve_quadratic, no roots, (2x - 5)^2 = -1
PASS: gsl_poly_solve_quadratic, one root, (2x - 5)^2 = 0
PASS: x0, (2x - 5)^2 = 0 (2.5 observed vs 2.5 expected)
PASS: x1, (2x - 5)^2 = 0 (2.5 observed vs 2.5 expected)
PASS: x0 == x1, (2x - 5)^2 = 0
PASS: gsl_poly_solve_quadratic, two roots, (2x - 5)^2 = 4
PASS: x0, (2x - 5)^2 = 4 (1.5 observed vs 1.5 expected)
PASS: x1, (2x - 5)^2 = 4 (3.5 observed vs 3.5 expected)
PASS: gsl_poly_solve_quadratic, two roots, x(4x + 7) = 0
PASS: x0, x(4x + 7) = 0 (-1.75 observed vs -1.75 expected)
PASS: x1, x(4x + 7) = 0 (-0 observed vs 0 expected)
PASS: gsl_poly_solve_quadratic, two roots b = 0, 5 x^2 = 20
PASS: x0, 5 x^2 = 20 (-2 observed vs -2 expected)
PASS: x1, 5 x^2 = 20 (2 observed vs 2 expected)
PASS: gsl_poly_solve_cubic, one root, x^3 = 27
PASS: x0, x^3 = 27 (3 observed vs 3 expected)
PASS: gsl_poly_solve_cubic, three roots, (x-17)^3=0
PASS: x0, (x-17)^3=0 (17 observed vs 17 expected)
PASS: x1, (x-17)^3=0 (17 observed vs 17 expected)
PASS: x2, (x-17)^3=0 (17 observed vs 17 expected)
PASS: gsl_poly_solve_cubic, three roots, (x-17)(x-17)(x-23)=0
PASS: x0, (x-17)(x-17)(x-23)=0 (17 observed vs 17 expected)
PASS: x1, (x-17)(x-17)(x-23)=0 (17 observed vs 17 expected)
PASS: x2, (x-17)(x-17)(x-23)=0 (23 observed vs 23 expected)
PASS: gsl_poly_solve_cubic, three roots, (x+23)(x-17)(x-17)=0
PASS: x0, (x+23)(x-17)(x-17)=0 (-23 observed vs -23 expected)
PASS: x1, (x+23)(x-17)(x-17)=0 (17 observed vs 17 expected)
PASS: x2, (x+23)(x-17)(x-17)=0 (17 observed vs 17 expected)
PASS: gsl_poly_solve_cubic, three roots, (x-17)(x-31)(x-95)=0
PASS: x0, (x-17)(x-31)(x-95)=0 (17 observed vs 17 expected)
PASS: x1, (x-17)(x-31)(x-95)=0 (31 observed vs 31 expected)
PASS: x2, (x-17)(x-31)(x-95)=0 (95 observed vs 95 expected)
PASS: gsl_poly_solve_cubic, three roots, (x+17)(x-31)(x-95)=0
PASS: x0, (x+17)(x-31)(x-95)=0 (-17 observed vs -17 expected)
PASS: x1, (x+17)(x-31)(x-95)=0 (31 observed vs 31 expected)
PASS: x2, (x+17)(x-31)(x-95)=0 (95 observed vs 95 expected)
PASS: gsl_poly_complex_solve_quadratic, 2 roots (2x - 5)^2 = -1
PASS: z0.real, (2x - 5)^2 = -1 (2.5 observed vs 2.5 expected)
PASS: z0.imag, (2x - 5)^2 = -1 (-0.5 observed vs -0.5 expected)
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: gsl_poly_complex_solve_quadratic, one root, (2x - 5)^2 = 0
PASS: z0.real, (2x - 5)^2 = 0 (2.5 observed vs 2.5 expected)
PASS: z0.imag (2x - 5)^2 = 0 (0 observed vs 0 expected)
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: z0.real == z1.real, (2x - 5)^2 = 0
PASS: z0.imag == z1.imag, (2x - 5)^2 = 0
PASS: gsl_poly_complex_solve_quadratic, two roots, (2x - 5)^2 = 4
PASS: z0.real, (2x - 5)^2 = 4 (1.5 observed vs 1.5 expected)
PASS: z0.imag, (2x - 5)^2 = 4 (0 observed vs 0 expected)
PASS: z1.real, (2x - 5)^2 = 4 (3.5 observed vs 3.5 expected)
PASS: z1.imag, (2x - 5)^2 = 4 (0 observed vs 0 expected)
PASS: gsl_poly_complex_solve_quadratic, two roots, x(4x + 7) = 0
PASS: z0.real, x(4x + 7) = 0 (-1.75 observed vs -1.75 expected)
PASS: z0.imag, x(4x + 7) = 0 (0 observed vs 0 expected)
PASS: z1.real, x(4x + 7) = 0 (-0 observed vs 0 expected)
PASS: z1.imag, x(4x + 7) = 0 (0 observed vs 0 expected)
PASS: gsl_poly_complex_solve_quadratic, two roots b = 0, 5 x^2 = 20
PASS: z0.real, 5 x^2 = 20 (-2 observed vs -2 expected)
PASS: z0.imag, 5 x^2 = 20 (0 observed vs 0 expected)
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: gsl_poly_complex_solve_quadratic, two roots b = 0, 5 x^2 = -20
PASS: z0.real, 5 x^2 = -20 (-0 observed vs 0 expected)
PASS: z0.imag, 5 x^2 = -20 (-2 observed vs -2 expected)
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: gsl_poly_complex_solve_cubic, three root, x^3 = 27
PASS: z0.real, x^3 = 27 (-1.5 observed vs -1.5 expected)
PASS: z0.imag, x^3 = 27 (-2.59808 observed vs -2.59808 expected)
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 (3 observed vs 3 expected)
PASS: z2.imag, x^3 = 27 (0 observed vs 0 expected)
PASS: gsl_poly_complex_solve_cubic, three root, (x+3)(x^2-4x+13) = 0
PASS: z0.real, (x+3)(x^2+1) = 0 (-3 observed vs -3 expected)
PASS: z0.imag, (x+3)(x^2+1) = 0 (0 observed vs 0 expected)
PASS: z1.real, (x+3)(x^2+1) = 0 (2 observed vs 2 expected)
PASS: z1.imag, (x+3)(x^2+1) = 0 (-3 observed vs -3 expected)
PASS: z2.real, (x+3)(x^2+1) = 0 (2 observed vs 2 expected)
PASS: z2.imag, (x+3)(x^2+1) = 0 (3 observed vs 3 expected)
PASS: gsl_poly_complex_solve_cubic, three roots, (x-17)^3=0
PASS: z0.real, (x-17)^3=0 (17 observed vs 17 expected)
PASS: z0.imag, (x-17)^3=0 (0 observed vs 0 expected)
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: gsl_poly_complex_solve_cubic, three roots, (x-17)(x-17)(x-23)=0
PASS: z0.real, (x-17)(x-17)(x-23)=0 (17 observed vs 17 expected)
PASS: z0.imag, (x-17)(x-17)(x-23)=0 (0 observed vs 0 expected)
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 (23 observed vs 23 expected)
PASS: z2.imag, (x-17)(x-17)(x-23)=0 (0 observed vs 0 expected)
PASS: gsl_poly_complex_solve_cubic, three roots, (x+23)(x-17)(x-17)=0
PASS: z0.real, (x+23)(x-17)(x-17)=0 (-23 observed vs -23 expected)
PASS: z0.imag, (x+23)(x-17)(x-17)=0 (0 observed vs 0 expected)
PASS: z1.real, (x+23)(x-17)(x-17)=0 (17 observed vs 17 expected)
PASS: z1.imag, (x+23)(x-17)(x-17)=0 (0 observed vs 0 expected)
PASS: z2.real, (x+23)(x-17)(x-17)=0 (17 observed vs 17 expected)
PASS: z2.imag, (x+23)(x-17)(x-17)=0 (0 observed vs 0 expected)
PASS: gsl_poly_complex_solve_cubic, three roots, (x-17)(x-31)(x-95)=0
PASS: z0.real, (x-17)(x-31)(x-95)=0 (17 observed vs 17 expected)
PASS: z0.imag, (x-17)(x-31)(x-95)=0 (0 observed vs 0 expected)
PASS: z1.real, (x-17)(x-31)(x-95)=0 (31 observed vs 31 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 (95 observed vs 95 expected)
PASS: z2.imag, (x-17)(x-31)(x-95)=0 (0 observed vs 0 expected)
PASS: gsl_poly_complex_solve, 5th-order Wilkinson polynomial
PASS: z0.real, 5th-order polynomial (1 observed vs 1 expected)
PASS: z0.imag, 5th-order polynomial (0 observed vs 0 expected)
PASS: z1.real, 5th-order polynomial (2 observed vs 2 expected)
PASS: z1.imag, 5th-order polynomial (0 observed vs 0 expected)
PASS: z2.real, 5th-order polynomial (3 observed vs 3 expected)
PASS: z2.imag, 5th-order polynomial (0 observed vs 0 expected)
PASS: z3.real, 5th-order polynomial (4 observed vs 4 expected)
PASS: z3.imag, 5th-order polynomial (0 observed vs 0 expected)
PASS: z4.real, 5th-order polynomial (5 observed vs 5 expected)
PASS: z4.imag, 5th-order polynomial (0 observed vs 0 expected)
PASS: gsl_poly_complex_solve, 8th-order polynomial
PASS: z0.real, 8th-order polynomial (-0.866025 observed vs -0.866025 expected)
PASS: z0.imag, 8th-order polynomial (0.5 observed vs 0.5 expected)
PASS: z1.real, 8th-order polynomial (-0.866025 observed vs -0.866025 expected)
PASS: z1.imag, 8th-order polynomial (-0.5 observed vs -0.5 expected)
PASS: z2.real, 8th-order polynomial (-0.5 observed vs -0.5 expected)
PASS: z2.imag, 8th-order polynomial (0.866025 observed vs 0.866025 expected)
PASS: z3.real, 8th-order polynomial (-0.5 observed vs -0.5 expected)
PASS: z3.imag, 8th-order polynomial (-0.866025 observed vs -0.866025 expected)
PASS: z4.real, 8th-order polynomial (0.5 observed vs 0.5 expected)
PASS: z4.imag, 8th-order polynomial (0.866025 observed vs 0.866025 expected)
PASS: z5.real, 8th-order polynomial (0.5 observed vs 0.5 expected)
PASS: z5.imag, 8th-order polynomial (-0.866025 observed vs -0.866025 expected)
PASS: z6.real, 8th-order polynomial (0.866025 observed vs 0.866025 expected)
PASS: z6.imag, 8th-order polynomial (0.5 observed vs 0.5 expected)
PASS: z7.real, 8th-order polynomial (0.866025 observed vs 0.866025 expected)
PASS: z7.imag, 8th-order polynomial (-0.5 observed vs -0.5 expected)
PASS: test
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/poly'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/poly'
Making check in roots
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/roots'
make  test
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/roots'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err    -O -c test.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err    -O -c test_roots.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err    -O -c test_funcs.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err    -O -c test_macros.c
gcc  -O  -o test  test.o test_roots.o test_funcs.o test_macros.o libgslroots.a ../ieee-utils/libgslieeeutils.a ../err/libgslerr.a ../err/libgsltest.a ../utils/libutils.a -lm 
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/roots'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/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: bisection, sin(x) [3, 4] (3.14159 obs vs 3.14159 expected) 
PASS: bisection, sin(x) [-4, -3] (-3.14159 obs vs -3.14159 expected) 
PASS: bisection, sin(x) [-1/3, 1] (-5.64363e-16 obs vs 0 expected) 
PASS: bisection, cos(x) [0, 3] (1.5708 obs vs 1.5708 expected) 
PASS: bisection, cos(x) [-3, 0] (-1.5708 obs vs -1.5708 expected) 
PASS: bisection, x^20 - 1 [0.1, 2] (1 obs vs 1 expected) 
PASS: bisection, sqrt(|x|)*sgn(x) (-5.64363e-16 obs vs 0 expected) 
PASS: bisection, x^2 - 1e-8 [0, 1] (0.0001 obs vs 0.0001 expected) 
PASS: bisection, x exp(-x) [-1/3, 2] (-1.401e-16 obs vs 0 expected) 
PASS: bisection, (x - 1)^7 [0.9995, 1.0002] (1 obs vs 1 expected) 
PASS: bisection, invalid range check [4, 0]
PASS: bisection, invalid range check [1, 1]
PASS: bisection, invalid range check [0.1, 0.2]
PASS: brent, sin(x) [3, 4] (3.14159 obs vs 3.14159 expected) 
PASS: brent, sin(x) [-4, -3] (-3.14159 obs vs -3.14159 expected) 
PASS: brent, sin(x) [-1/3, 1] (0 obs vs 0 expected) 
PASS: brent, cos(x) [0, 3] (1.5708 obs vs 1.5708 expected) 
PASS: brent, cos(x) [-3, 0] (-1.5708 obs vs -1.5708 expected) 
PASS: brent, x^20 - 1 [0.1, 2] (1 obs vs 1 expected) 
PASS: brent, sqrt(|x|)*sgn(x) (-4.4161e-16 obs vs 0 expected) 
PASS: brent, x^2 - 1e-8 [0, 1] (0.0001 obs vs 0.0001 expected) 
PASS: brent, x exp(-x) [-1/3, 2] (0 obs vs 0 expected) 
PASS: brent, (x - 1)^7 [0.9995, 1.0002] (1 obs vs 1 expected) 
PASS: brent, invalid range check [4, 0]
PASS: brent, invalid range check [1, 1]
PASS: brent, invalid range check [0.1, 0.2]
PASS: falsepos, sin(x) [3, 4] (3.14159 obs vs 3.14159 expected) 
PASS: falsepos, sin(x) [-4, -3] (-3.14159 obs vs -3.14159 expected) 
PASS: falsepos, sin(x) [-1/3, 1] (0 obs vs 0 expected) 
PASS: falsepos, cos(x) [0, 3] (1.5708 obs vs 1.5708 expected) 
PASS: falsepos, cos(x) [-3, 0] (-1.5708 obs vs -1.5708 expected) 
PASS: falsepos, x^20 - 1 [0.1, 2] (1 obs vs 1 expected) 
PASS: falsepos, sqrt(|x|)*sgn(x) (-4.4161e-16 obs vs 0 expected) 
PASS: falsepos, x^2 - 1e-8 [0, 1] (0.0001 obs vs 0.0001 expected) 
PASS: falsepos, x exp(-x) [-1/3, 2] (9.72494e-311 obs vs 0 expected) 
PASS: falsepos, (x - 1)^7 [0.9995, 1.0002] (1 obs vs 1 expected) 
PASS: falsepos, invalid range check [4, 0]
PASS: falsepos, invalid range check [1, 1]
PASS: falsepos, invalid range check [0.1, 0.2]
PASS: newton, sin(x) {3.4} (3.14159 obs vs 3.14159 expected) 
PASS: newton, sin(x) {-3.3} (-3.14159 obs vs -3.14159 expected) 
PASS: newton, sin(x) {0.5} (0 obs vs 0 expected) 
PASS: newton, cos(x) {0.6} (1.5708 obs vs 1.5708 expected) 
PASS: newton, cos(x) {-2.5} (-1.5708 obs vs -1.5708 expected) 
PASS: newton, x^{20} - 1 {0.9} (1 obs vs 1 expected) 
PASS: newton, x^{20} - 1 {1.1} (1 obs vs 1 expected) 
PASS: newton, sqrt(|x|)*sgn(x) {1.001} (0 obs vs 0 expected) 
PASS: newton, x^2 - 1e-8 {1} (0.0001 obs vs 0.0001 expected) 
PASS: newton, x exp(-x) {-2} (0 obs vs 0 expected) 
PASS: newton, max iterations x -> +Inf, x exp(-x) {2}
PASS: newton, max iterations x -> -Inf, 1/(1 + exp(-x)) {0}
PASS: secant, sin(x) {3.4} (3.14159 obs vs 3.14159 expected) 
PASS: secant, sin(x) {-3.3} (-3.14159 obs vs -3.14159 expected) 
PASS: secant, sin(x) {0.5} (0 obs vs 0 expected) 
PASS: secant, cos(x) {0.6} (1.5708 obs vs 1.5708 expected) 
PASS: secant, cos(x) {-2.5} (-1.5708 obs vs -1.5708 expected) 
PASS: secant, x^{20} - 1 {0.9} (1 obs vs 1 expected) 
PASS: secant, x^{20} - 1 {1.1} (1 obs vs 1 expected) 
PASS: secant, sqrt(|x|)*sgn(x) {1.001} (-1.04706e-15 obs vs 0 expected) 
PASS: secant, x^2 - 1e-8 {1} (0.0001 obs vs 0.0001 expected) 
PASS: secant, x exp(-x) {-2} (-1.03182e-26 obs vs 0 expected) 
PASS: secant, max iterations x -> +Inf, x exp(-x) {2}
PASS: secant, max iterations x -> -Inf, 1/(1 + exp(-x)) {0}
PASS: steffenson, sin(x) {3.4} (3.14159 obs vs 3.14159 expected) 
PASS: steffenson, sin(x) {-3.3} (-3.14159 obs vs -3.14159 expected) 
PASS: steffenson, sin(x) {0.5} (0 obs vs 0 expected) 
PASS: steffenson, cos(x) {0.6} (1.5708 obs vs 1.5708 expected) 
PASS: steffenson, cos(x) {-2.5} (-1.5708 obs vs -1.5708 expected) 
PASS: steffenson, x^{20} - 1 {0.9} (1 obs vs 1 expected) 
PASS: steffenson, x^{20} - 1 {1.1} (1 obs vs 1 expected) 
PASS: steffenson, sqrt(|x|)*sgn(x) {1.001} (0 obs vs 0 expected) 
PASS: steffenson, x^2 - 1e-8 {1} (0.0001 obs vs 0.0001 expected) 
PASS: steffenson, x exp(-x) {-2} (0 obs vs 0 expected) 
PASS: steffenson, max iterations x -> +Inf, x exp(-x) {2}
PASS: steffenson, max iterations x -> -Inf, 1/(1 + exp(-x)) {0}
PASS: steffenson, (x - 1)^7 {0.9} (1 obs vs 1 expected) 
PASS: test
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/roots'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/roots'
Making check in multiroots
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/multiroots'
make  test
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/multiroots'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../linalg -I./../matrix -I./../vector -I./../block -I./../ieee-utils -I./../err    -O -c test.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../linalg -I./../matrix -I./../vector -I./../block -I./../ieee-utils -I./../err    -O -c test_funcs.c
gcc  -O  -o test  test.o test_funcs.o libgslmultiroots.a ../linalg/libgsllinalg.a ../matrix/libgslmatrix.a ../vector/libgslvector.a ../block/libgslblock.a ../ieee-utils/libgslieeeutils.a ../err/libgslerr.a ../err/libgsltest.a ../utils/libutils.a -lm 
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/multiroots'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/multiroots'
PASS: dnewton on Rosenbrock (1), 2 iterations, residual = 2e-08
PASS: dnewton on Roth (1), 4 iterations, residual = 5.1e-09
PASS: dnewton on Powell badly scaled (1), 12 iterations, residual = 1.6e-11
PASS: dnewton on Brown badly scaled (1), 4 iterations, residual = 2e-14
PASS: dnewton on Powell singular (1), 14 iterations, residual = 5.1e-08
PASS: dnewton on Wood (1), 14 iterations, residual = 3.2e-13
PASS: dnewton on Helical (1), 10 iterations, residual = 2e-14
PASS: dnewton on Discrete BVP (1), 2 iterations, residual = 8.2e-08
PASS: dnewton on Trig (1), 6 iterations, residual = 1.5e-10
PASS: broyden on Rosenbrock (1), 4 iterations, residual = 2.2e-14
PASS: broyden on Roth (1), 7 iterations, residual = 3.1e-10
PASS: broyden on Powell badly scaled (1), 19 iterations, residual = 9.3e-10
PASS: broyden on Brown badly scaled (1), 4 iterations, residual = 0
PASS: broyden on Powell singular (1), 20 iterations, residual = 4.8e-08
PASS: broyden on Wood (1), 41 iterations, residual = 1.1e-09
PASS: broyden on Helical (1), 23 iterations, residual = 8.8e-10
PASS: broyden on Discrete BVP (1), 3 iterations, residual = 8.5e-09
PASS: broyden on Trig (1), 12 iterations, residual = 1.2e-08
PASS: hybrid on Rosenbrock (1), 15 iterations, residual = 0
PASS: hybrid on Roth (1), 7 iterations, residual = 3.1e-10
PASS: hybrid on Powell badly scaled (1), 167 iterations, residual = 1.6e-08
PASS: hybrid on Brown badly scaled (1), 34 iterations, residual = 1.5e-12
PASS: hybrid on Powell singular (1), 20 iterations, residual = 4.8e-08
PASS: hybrid on Wood (1), 84 iterations, residual = 8.4e-09
PASS: hybrid on Helical (1), 16 iterations, residual = 1.8e-09
PASS: hybrid on Discrete BVP (1), 3 iterations, residual = 8.5e-09
PASS: hybrid on Trig (1), 13 iterations, residual = 6.5e-08
PASS: newton on Rosenbrock (1), 2 iterations, residual = 0
PASS: newton on Roth (1), 4 iterations, residual = 5.1e-09
PASS: newton on Powell badly scaled (1), 12 iterations, residual = 1.6e-11
PASS: newton on Brown badly scaled (1), 3 iterations, residual = 0
PASS: newton on Powell singular (1), 14 iterations, residual = 5.1e-08
PASS: newton on Wood (1), 14 iterations, residual = 2.2e-13
PASS: newton on Helical (1), 10 iterations, residual = 1.8e-14
PASS: newton on Discrete BVP (1), 2 iterations, residual = 8.2e-08
PASS: newton on Trig (1), 6 iterations, residual = 2.7e-10
PASS: gnewton on Rosenbrock (1), 9 iterations, residual = 0
PASS: gnewton on Roth (1), 4 iterations, residual = 5.1e-09
PASS: gnewton on Powell badly scaled (1), 31 iterations, residual = 1.8e-09
PASS: gnewton on Brown badly scaled (1), 11 iterations, residual = 2e-12
PASS: gnewton on Powell singular (1), 14 iterations, residual = 5.1e-08
PASS: gnewton on Wood (1), 14 iterations, residual = 1.6e-11
PASS: gnewton on Helical (1), 9 iterations, residual = 1.4e-10
PASS: gnewton on Discrete BVP (1), 2 iterations, residual = 8.2e-08
PASS: gnewton on Trig (1), 4 iterations, residual = 4.2e-09
PASS: hybridj on Rosenbrock (1), 15 iterations, residual = 0
PASS: hybridj on Roth (1), 7 iterations, residual = 3.1e-10
PASS: hybridj on Powell badly scaled (1), 167 iterations, residual = 1.6e-08
PASS: hybridj on Brown badly scaled (1), 34 iterations, residual = 2.7e-13
PASS: hybridj on Powell singular (1), 20 iterations, residual = 4.8e-08
PASS: hybridj on Wood (1), 84 iterations, residual = 8.5e-09
PASS: hybridj on Helical (1), 16 iterations, residual = 1.8e-09
PASS: hybridj on Discrete BVP (1), 3 iterations, residual = 8.5e-09
PASS: hybridj on Trig (1), 13 iterations, residual = 6.5e-08
PASS: hybridsj on Rosenbrock (1), 20 iterations, residual = 0
PASS: hybridsj on Roth (1), 6 iterations, residual = 1.2e-10
PASS: hybridsj on Powell badly scaled (1), 165 iterations, residual = 5.9e-09
PASS: hybridsj on Brown badly scaled (1), 28 iterations, residual = 2.7e-13
PASS: hybridsj on Powell singular (1), 20 iterations, residual = 4.8e-08
PASS: hybridsj on Wood (1), 80 iterations, residual = 8.1e-08
PASS: hybridsj on Helical (1), 13 iterations, residual = 2.9e-08
PASS: hybridsj on Discrete BVP (1), 3 iterations, residual = 8.6e-09
PASS: hybridsj on Trig (1), 13 iterations, residual = 6.6e-08
PASS: test
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/multiroots'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/multiroots'
Making check in statistics
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/statistics'
make  test test_nist
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/statistics'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err    -O -c test.c
gcc  -O  -o test  test.o libgslstatistics.a ../err/libgsltest.a ../utils/libutils.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../err    -O -c test_nist.c
gcc  -O  -o test_nist  test_nist.o libgslstatistics.a ../err/libgsltest.a ../utils/libutils.a -lm 
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/statistics'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/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)
PASS: gsl_stats_long_double_skew (0.0954642 observed vs 0.0954642 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.09971e+231 observed vs 7.78173e-319 expected)
PASS: gsl_stats_long_double_min (-3.09964e+231 observed vs 7.78173e-319 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)
PASS: 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
==================
All 2 tests passed
==================
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/statistics'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/statistics'
Making check in siman
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/siman'
make  test siman_test siman_tsp
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/siman'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../rng -I./../err    -O -c test.c
gcc  -O  -o test  test.o libgslsiman.a ../rng/libgslrng.a ../err/libgslerr.a ../err/libgsltest.a ../utils/libutils.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../rng -I./../err    -O -c siman_test.c
gcc  -O  -o siman_test  siman_test.o libgslsiman.a ../rng/libgslrng.a ../err/libgslerr.a ../utils/libutils.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../rng -I./../err    -O -c siman_tsp.c
gcc  -O  -o siman_tsp  siman_tsp.o libgslsiman.a ../rng/libgslrng.a ../err/libgslerr.a ../utils/libutils.a -lm 
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/siman'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/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[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/siman'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/siman'
Making check in sum
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/sum'
make  test
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/sum'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils/ -I./../err     -O -c test.c
gcc  -O  -o test  test.o libgslsum.a ../ieee-utils/libgslieeeutils.a ../sys/libgslsys.a ../err/libgslerr.a ../err/libgsltest.a ../utils/libutils.a -lm 
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/sum'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/sum'
PASS: trunc result, zeta(2) (1.64493 observed vs 1.64493 expected)
PASS: full result, zeta(2) (1.64493 observed vs 1.64493 expected)
PASS: full significant digits, zeta(2) (9.96011 vs 9.98508)
PASS: trunc result, exp(10) (22026.5 observed vs 22026.5 expected)
PASS: full result, exp(10) (22026.5 observed vs 22026.5 expected)
PASS: full significant digits, exp(10) (13.4426 vs 13.4141)
PASS: trunc result, exp(-10) (4.53999e-05 observed vs 4.53999e-05 expected)
PASS: full result, exp(-10) (4.53999e-05 observed vs 4.53999e-05 expected)
PASS: full significant digits, exp(-10) (7.07231 vs 8.97998)
PASS: trunc result, -log(1/2) (0.693147 observed vs 0.693147 expected)
PASS: full result, -log(1/2) (0.693147 observed vs 0.693147 expected)
PASS: full significant digits, -log(1/2) (14.3111 vs 14.259)
PASS: trunc result, -log(2) (-0.693147 observed vs -0.693147 expected)
PASS: full result, -log(2) (-0.693147 observed vs -0.693147 expected)
PASS: full significant digits, -log(2) (14.9503 vs 16.2085)
PASS: trunc result, asymptotic series (0.192594 observed vs 0.192594 expected)
PASS: full result, asymptotic series (0.192594 observed vs 0.192594 expected)
PASS: full significant digits, asymptotic series (11.5791 vs 11.3372)
PASS: trunc result, Euler's constant (0.577216 observed vs 0.577216 expected)
PASS: full result, Euler's constant (0.577216 observed vs 0.577216 expected)
PASS: full significant digits, Euler's constant (8.42843 vs 8.21915)
PASS: trunc result, eta(1/2) (0.604899 observed vs 0.604899 expected)
PASS: full result, eta(1/2) (0.604899 observed vs 0.604899 expected)
PASS: full significant digits, eta(1/2) (15.1342 vs 15.6536)
PASS: test
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/sum'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/sum'
Making check in integration
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/integration'
make  test
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/integration'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err    -O -c test.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err    -O -c tests.c
gcc  -O  -o test  test.o tests.o libgslintegration.a ../ieee-utils/libgslieeeutils.a ../err/libgslerr.a ../err/libgsltest.a ../utils/libutils.a -lm 
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/integration'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/integration'
PASS: qk15(f1) smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qk15(f1) smooth abserr (2.99022e-06 observed vs 2.99022e-06 expected)
PASS: qk15(f1) smooth resabs (0.0771605 observed vs 0.0771605 expected)
PASS: qk15(f1) smooth resasc (0.0443427 observed vs 0.0443427 expected)
PASS: qk15(f1) reverse result (-0.0771605 observed vs -0.0771605 expected)
PASS: qk15(f1) reverse abserr (2.99022e-06 observed vs 2.99022e-06 expected)
PASS: qk15(f1) reverse resabs (0.0771605 observed vs 0.0771605 expected)
PASS: qk15(f1) reverse resasc (0.0443427 observed vs 0.0443427 expected)
PASS: qk21(f1) smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qk21(f1) smooth abserr (9.4243e-08 observed vs 9.4243e-08 expected)
PASS: qk21(f1) smooth resabs (0.0771605 observed vs 0.0771605 expected)
PASS: qk21(f1) smooth resasc (0.0443431 observed vs 0.0443431 expected)
PASS: qk21(f1) reverse result (-0.0771605 observed vs -0.0771605 expected)
PASS: qk21(f1) reverse abserr (9.4243e-08 observed vs 9.4243e-08 expected)
PASS: qk21(f1) reverse resabs (0.0771605 observed vs 0.0771605 expected)
PASS: qk21(f1) reverse resasc (0.0443431 observed vs 0.0443431 expected)
PASS: qk31(f1) smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qk31(f1) smooth abserr (1.7135e-09 observed vs 1.7135e-09 expected)
PASS: qk31(f1) smooth resabs (0.0771605 observed vs 0.0771605 expected)
PASS: qk31(f1) smooth resasc (0.04428 observed vs 0.04428 expected)
PASS: qk31(f1) reverse result (-0.0771605 observed vs -0.0771605 expected)
PASS: qk31(f1) reverse abserr (1.7135e-09 observed vs 1.7135e-09 expected)
PASS: qk31(f1) reverse resabs (0.0771605 observed vs 0.0771605 expected)
PASS: qk31(f1) reverse resasc (0.04428 observed vs 0.04428 expected)
PASS: qk41(f1) smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qk41(f1) smooth abserr (9.57639e-11 observed vs 9.57639e-11 expected)
PASS: qk41(f1) smooth resabs (0.0771605 observed vs 0.0771605 expected)
PASS: qk41(f1) smooth resasc (0.0442152 observed vs 0.0442152 expected)
PASS: qk41(f1) reverse result (-0.0771605 observed vs -0.0771605 expected)
PASS: qk41(f1) reverse abserr (9.57639e-11 observed vs 9.57639e-11 expected)
PASS: qk41(f1) reverse resabs (0.0771605 observed vs 0.0771605 expected)
PASS: qk41(f1) reverse resasc (0.0442152 observed vs 0.0442152 expected)
PASS: qk51(f1) smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qk51(f1) smooth abserr (1.00208e-11 observed vs 1.00208e-11 expected)
PASS: qk51(f1) smooth resabs (0.0771605 observed vs 0.0771605 expected)
PASS: qk51(f1) smooth resasc (0.0441647 observed vs 0.0441647 expected)
PASS: qk51(f1) reverse result (-0.0771605 observed vs -0.0771605 expected)
PASS: qk51(f1) reverse abserr (1.00208e-11 observed vs 1.00208e-11 expected)
PASS: qk51(f1) reverse resabs (0.0771605 observed vs 0.0771605 expected)
PASS: qk51(f1) reverse resasc (0.0441647 observed vs 0.0441647 expected)
PASS: qk61(f1) smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qk61(f1) smooth abserr (1.56606e-12 observed vs 1.56606e-12 expected)
PASS: qk61(f1) smooth resabs (0.0771605 observed vs 0.0771605 expected)
PASS: qk61(f1) smooth resasc (0.0441929 observed vs 0.0441929 expected)
PASS: qk61(f1) reverse result (-0.0771605 observed vs -0.0771605 expected)
PASS: qk61(f1) reverse abserr (1.56606e-12 observed vs 1.56606e-12 expected)
PASS: qk61(f1) reverse resabs (0.0771605 observed vs 0.0771605 expected)
PASS: qk61(f1) reverse resasc (0.0441929 observed vs 0.0441929 expected)
PASS: qk15(f1) singular result (15.5569 observed vs 15.5569 expected)
PASS: qk15(f1) singular abserr (23.5016 observed vs 23.5016 expected)
PASS: qk15(f1) singular resabs (15.5569 observed vs 15.5569 expected)
PASS: qk15(f1) singular resasc (23.5016 observed vs 23.5016 expected)
PASS: qk15(f1) reverse result (-15.5569 observed vs -15.5569 expected)
PASS: qk15(f1) reverse abserr (23.5016 observed vs 23.5016 expected)
PASS: qk15(f1) reverse resabs (15.5569 observed vs 15.5569 expected)
PASS: qk15(f1) reverse resasc (23.5016 observed vs 23.5016 expected)
PASS: qk21(f1) singular result (17.9905 observed vs 17.9905 expected)
PASS: qk21(f1) singular abserr (27.8236 observed vs 27.8236 expected)
PASS: qk21(f1) singular resabs (17.9905 observed vs 17.9905 expected)
PASS: qk21(f1) singular resasc (27.8236 observed vs 27.8236 expected)
PASS: qk21(f1) reverse result (-17.9905 observed vs -17.9905 expected)
PASS: qk21(f1) reverse abserr (27.8236 observed vs 27.8236 expected)
PASS: qk21(f1) reverse resabs (17.9905 observed vs 17.9905 expected)
PASS: qk21(f1) reverse resasc (27.8236 observed vs 27.8236 expected)
PASS: qk31(f1) singular result (20.8187 observed vs 20.8187 expected)
PASS: qk31(f1) singular abserr (32.965 observed vs 32.965 expected)
PASS: qk31(f1) singular resabs (20.8187 observed vs 20.8187 expected)
PASS: qk31(f1) singular resasc (32.965 observed vs 32.965 expected)
PASS: qk31(f1) reverse result (-20.8187 observed vs -20.8187 expected)
PASS: qk31(f1) reverse abserr (32.965 observed vs 32.965 expected)
PASS: qk31(f1) reverse resabs (20.8187 observed vs 20.8187 expected)
PASS: qk31(f1) reverse resasc (32.965 observed vs 32.965 expected)
PASS: qk41(f1) singular result (22.8868 observed vs 22.8868 expected)
PASS: qk41(f1) singular abserr (36.7154 observed vs 36.7154 expected)
PASS: qk41(f1) singular resabs (22.8868 observed vs 22.8868 expected)
PASS: qk41(f1) singular resasc (36.7154 observed vs 36.7154 expected)
PASS: qk41(f1) reverse result (-22.8868 observed vs -22.8868 expected)
PASS: qk41(f1) reverse abserr (36.7154 observed vs 36.7154 expected)
PASS: qk41(f1) reverse resabs (22.8868 observed vs 22.8868 expected)
PASS: qk41(f1) reverse resasc (36.7154 observed vs 36.7154 expected)
PASS: qk51(f1) singular result (24.4995 observed vs 24.4995 expected)
PASS: qk51(f1) singular abserr (39.6777 observed vs 39.6777 expected)
PASS: qk51(f1) singular resabs (24.4995 observed vs 24.4995 expected)
PASS: qk51(f1) singular resasc (39.6777 observed vs 39.6777 expected)
PASS: qk51(f1) reverse result (-24.4995 observed vs -24.4995 expected)
PASS: qk51(f1) reverse abserr (39.6777 observed vs 39.6777 expected)
PASS: qk51(f1) reverse resabs (24.4995 observed vs 24.4995 expected)
PASS: qk51(f1) reverse resasc (39.6777 observed vs 39.6777 expected)
PASS: qk61(f1) singular result (25.8303 observed vs 25.8303 expected)
PASS: qk61(f1) singular abserr (42.1375 observed vs 42.1375 expected)
PASS: qk61(f1) singular resabs (25.8303 observed vs 25.8303 expected)
PASS: qk61(f1) singular resasc (42.1375 observed vs 42.1375 expected)
PASS: qk61(f1) reverse result (-25.8303 observed vs -25.8303 expected)
PASS: qk61(f1) reverse abserr (42.1375 observed vs 42.1375 expected)
PASS: qk61(f1) reverse resabs (25.8303 observed vs 25.8303 expected)
PASS: qk61(f1) reverse resasc (42.1375 observed vs 42.1375 expected)
PASS: qk15(f3) oscill result (-0.723897 observed vs -0.723897 expected)
PASS: qk15(f3) oscill abserr (8.76008e-06 observed vs 8.76008e-06 expected)
PASS: qk15(f3) oscill resabs (1.16556 observed vs 1.16556 expected)
PASS: qk15(f3) oscill resasc (0.933456 observed vs 0.933456 expected)
PASS: qk15(f3) reverse result (0.723897 observed vs 0.723897 expected)
PASS: qk15(f3) reverse abserr (8.76008e-06 observed vs 8.76008e-06 expected)
PASS: qk15(f3) reverse resabs (1.16556 observed vs 1.16556 expected)
PASS: qk15(f3) reverse resasc (0.933456 observed vs 0.933456 expected)
PASS: qk21(f3) oscill result (-0.723897 observed vs -0.723897 expected)
PASS: qk21(f3) oscill abserr (7.99921e-11 observed vs 7.99921e-11 expected)
PASS: qk21(f3) oscill resabs (1.15083 observed vs 1.15083 expected)
PASS: qk21(f3) oscill resasc (0.929759 observed vs 0.929759 expected)
PASS: qk21(f3) reverse result (0.723897 observed vs 0.723897 expected)
PASS: qk21(f3) reverse abserr (7.99921e-11 observed vs 7.99921e-11 expected)
PASS: qk21(f3) reverse resabs (1.15083 observed vs 1.15083 expected)
PASS: qk21(f3) reverse resasc (0.929759 observed vs 0.929759 expected)
PASS: qk31(f3) oscill result (-0.723897 observed vs -0.723897 expected)
PASS: qk31(f3) oscill abserr (1.28581e-14 observed vs 1.28581e-14 expected)
PASS: qk31(f3) oscill resabs (1.15815 observed vs 1.15815 expected)
PASS: qk31(f3) oscill resasc (0.927783 observed vs 0.927783 expected)
PASS: qk31(f3) reverse result (0.723897 observed vs 0.723897 expected)
PASS: qk31(f3) reverse abserr (1.28581e-14 observed vs 1.28581e-14 expected)
PASS: qk31(f3) reverse resabs (1.15815 observed vs 1.15815 expected)
PASS: qk31(f3) reverse resasc (0.927783 observed vs 0.927783 expected)
PASS: qk41(f3) oscill result (-0.723897 observed vs -0.723897 expected)
PASS: qk41(f3) oscill abserr (1.28654e-14 observed vs 1.28654e-14 expected)
PASS: qk41(f3) oscill resabs (1.15881 observed vs 1.15881 expected)
PASS: qk41(f3) oscill resasc (0.926438 observed vs 0.926438 expected)
PASS: qk41(f3) reverse result (0.723897 observed vs 0.723897 expected)
PASS: qk41(f3) reverse abserr (1.28654e-14 observed vs 1.28654e-14 expected)
PASS: qk41(f3) reverse resabs (1.15881 observed vs 1.15881 expected)
PASS: qk41(f3) reverse resasc (0.926438 observed vs 0.926438 expected)
PASS: qk51(f3) oscill result (-0.723897 observed vs -0.723897 expected)
PASS: qk51(f3) oscill abserr (1.28529e-14 observed vs 1.28529e-14 expected)
PASS: qk51(f3) oscill resabs (1.15769 observed vs 1.15769 expected)
PASS: qk51(f3) oscill resasc (0.926467 observed vs 0.926467 expected)
PASS: qk51(f3) reverse result (0.723897 observed vs 0.723897 expected)
PASS: qk51(f3) reverse abserr (1.28529e-14 observed vs 1.28529e-14 expected)
PASS: qk51(f3) reverse resabs (1.15769 observed vs 1.15769 expected)
PASS: qk51(f3) reverse resasc (0.926467 observed vs 0.926467 expected)
PASS: qk61(f3) oscill result (-0.723897 observed vs -0.723897 expected)
PASS: qk61(f3) oscill abserr (1.28644e-14 observed vs 1.28644e-14 expected)
PASS: qk61(f3) oscill resabs (1.15872 observed vs 1.15872 expected)
PASS: qk61(f3) oscill resasc (0.927047 observed vs 0.927047 expected)
PASS: qk61(f3) reverse result (0.723897 observed vs 0.723897 expected)
PASS: qk61(f3) reverse abserr (1.28644e-14 observed vs 1.28644e-14 expected)
PASS: qk61(f3) reverse resabs (1.15872 observed vs 1.15872 expected)
PASS: qk61(f3) reverse resasc (0.927047 observed vs 0.927047 expected)
PASS: qng(f1) smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qng(f1) smooth abserr (9.4243e-08 observed vs 9.4243e-08 expected)
PASS: qng(f1) smooth neval (21 observed vs 21 expected)
PASS: qng(f1) smooth status (0 observed vs 0 expected)
PASS: qng(f1) reverse result (-0.0771605 observed vs -0.0771605 expected)
PASS: qng(f1) reverse abserr (9.4243e-08 observed vs 9.4243e-08 expected)
PASS: qng(f1) reverse neval (21 observed vs 21 expected)
PASS: qng(f1) reverse status (0 observed vs 0 expected)
PASS: qng(f1) smooth 43pt result (0.0771605 observed vs 0.0771605 expected)
PASS: qng(f1) smooth 43pt abserr (2.66689e-12 observed vs 2.66689e-12 expected)
PASS: qng(f1) smooth 43pt neval (43 observed vs 43 expected)
PASS: qng(f1) smooth 43pt status (0 observed vs 0 expected)
PASS: qng(f1) reverse 43pt result (-0.0771605 observed vs -0.0771605 expected)
PASS: qng(f1) reverse 43pt abserr (2.66689e-12 observed vs 2.66689e-12 expected)
PASS: qng(f1) reverse 43pt neval (43 observed vs 43 expected)
PASS: qng(f1) reverse 43pt status (0 observed vs 0 expected)
PASS: qnq(f3) oscill result (-0.723897 observed vs -0.723897 expected)
PASS: qng(f3) oscill abserr (1.27768e-14 observed vs 1.27768e-14 expected)
PASS: qng(f3) oscill neval (43 observed vs 43 expected)
PASS: qng(f3) oscill status (0 observed vs 0 expected)
PASS: qnq(f3) reverse result (0.723897 observed vs 0.723897 expected)
PASS: qng(f3) reverse abserr (1.27768e-14 observed vs 1.27768e-14 expected)
PASS: qng(f3) reverse neval (43 observed vs 43 expected)
PASS: qng(f3) reverse status (0 observed vs 0 expected)
PASS: qng(f1) 87pt smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qng(f1) 87pt smooth abserr (8.56654e-16 observed vs 8.56654e-16 expected)
PASS: qng(f1) 87pt smooth neval (87 observed vs 87 expected)
PASS: qng(f1) 87pt smooth status (0 observed vs 0 expected)
PASS: qng(f1) 87pt reverse result (-0.0771605 observed vs -0.0771605 expected)
PASS: qng(f1) 87pt reverse abserr (8.56654e-16 observed vs 8.56654e-16 expected)
PASS: qng(f1) 87pt reverse neval (87 observed vs 87 expected)
PASS: qng(f1) 87pt reverse status (0 observed vs 0 expected)
PASS: qng(f1) sing beyond 87pt result (32.2295 observed vs 32.2295 expected)
PASS: qng(f1) sing beyond 87pt abserr (27.8236 observed vs 27.8236 expected)
PASS: qng(f1) sing beyond 87pt neval (87 observed vs 87 expected)
PASS: qng(f1) sing beyond 87pt status (14 observed vs 14 expected)
PASS: qng(f1) reverse beyond 87pt result (-32.2295 observed vs -32.2295 expected)
PASS: qng(f1) rev beyond 87pt abserr (27.8236 observed vs 27.8236 expected)
PASS: qng(f1) rev beyond 87pt neval (87 observed vs 87 expected)
PASS: qng(f1) rev beyond 87pt status (14 observed vs 14 expected)
PASS: qag(f1) smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qag(f1) smooth abserr (6.67938e-12 observed vs 6.67938e-12 expected)
PASS: qag(f1) smooth neval (165 observed vs 165 expected)
PASS: qag(f1) smooth last (6 observed vs 6 expected)
PASS: qag(f1) smooth status (0 observed vs 0 expected)
PASS: qag(f1) smooth alist (0 observed vs 0 expected)
PASS: qag(f1) smooth alist (0.5 observed vs 0.5 expected)
PASS: qag(f1) smooth alist (0.25 observed vs 0.25 expected)
PASS: qag(f1) smooth alist (0.125 observed vs 0.125 expected)
PASS: qag(f1) smooth alist (0.0625 observed vs 0.0625 expected)
PASS: qag(f1) smooth alist (0.03125 observed vs 0.03125 expected)
PASS: qag(f1) smooth blist (0.03125 observed vs 0.03125 expected)
PASS: qag(f1) smooth blist (1 observed vs 1 expected)
PASS: qag(f1) smooth blist (0.5 observed vs 0.5 expected)
PASS: qag(f1) smooth blist (0.25 observed vs 0.25 expected)
PASS: qag(f1) smooth blist (0.125 observed vs 0.125 expected)
PASS: qag(f1) smooth blist (0.0625 observed vs 0.0625 expected)
PASS: qag(f1) smooth rlist (3.96677e-06 observed vs 3.96677e-06 expected)
PASS: qag(f1) smooth rlist (0.0549184 observed vs 0.0549184 expected)
PASS: qag(f1) smooth rlist (0.0190983 observed vs 0.0190983 expected)
PASS: qag(f1) smooth rlist (0.00277653 observed vs 0.00277653 expected)
PASS: qag(f1) smooth rlist (0.000328066 observed vs 0.000328066 expected)
PASS: qag(f1) smooth rlist (3.5227e-05 observed vs 3.5227e-05 expected)
PASS: qag(f1) smooth elist (6.67853e-12 observed vs 6.67853e-12 expected)
PASS: qag(f1) smooth elist (6.09717e-16 observed vs 6.09717e-16 expected)
PASS: qag(f1) smooth elist (2.12033e-16 observed vs 2.12033e-16 expected)
PASS: qag(f1) smooth elist (3.08257e-17 observed vs 3.08257e-17 expected)
PASS: qag(f1) smooth elist (3.64227e-18 observed vs 3.64227e-18 expected)
PASS: qag(f1) smooth elist (3.91099e-19 observed vs 3.91099e-19 expected)
PASS: qag(f1) smooth order (0 observed vs 0 expected)
PASS: qag(f1) smooth order (1 observed vs 1 expected)
PASS: qag(f1) smooth order (2 observed vs 2 expected)
PASS: qag(f1) smooth order (3 observed vs 3 expected)
PASS: qag(f1) smooth order (4 observed vs 4 expected)
PASS: qag(f1) smooth order (5 observed vs 5 expected)
PASS: qag(f1) reverse result (-0.0771605 observed vs -0.0771605 expected)
PASS: qag(f1) reverse abserr (6.67938e-12 observed vs 6.67938e-12 expected)
PASS: qag(f1) reverse neval (165 observed vs 165 expected)
PASS: qag(f1) reverse last (6 observed vs 6 expected)
PASS: qag(f1) reverse status (0 observed vs 0 expected)
PASS: qag(f1,21pt) smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qag(f1,21pt) smooth abserr (2.22797e-15 observed vs 2.22797e-15 expected)
PASS: qag(f1,21pt) smooth neval (315 observed vs 315 expected)
PASS: qag(f1,21pt) smooth last (8 observed vs 8 expected)
PASS: qag(f1,21pt) smooth status (0 observed vs 0 expected)
PASS: qag(f1,21pt) smooth alist (0 observed vs 0 expected)
PASS: qag(f1,21pt) smooth alist (0.5 observed vs 0.5 expected)
PASS: qag(f1,21pt) smooth alist (0.25 observed vs 0.25 expected)
PASS: qag(f1,21pt) smooth alist (0.125 observed vs 0.125 expected)
PASS: qag(f1,21pt) smooth alist (0.0625 observed vs 0.0625 expected)
PASS: qag(f1,21pt) smooth alist (0.03125 observed vs 0.03125 expected)
PASS: qag(f1,21pt) smooth alist (0.015625 observed vs 0.015625 expected)
PASS: qag(f1,21pt) smooth alist (0.0078125 observed vs 0.0078125 expected)
PASS: qag(f1,21pt) smooth blist (0.0078125 observed vs 0.0078125 expected)
PASS: qag(f1,21pt) smooth blist (1 observed vs 1 expected)
PASS: qag(f1,21pt) smooth blist (0.5 observed vs 0.5 expected)
PASS: qag(f1,21pt) smooth blist (0.25 observed vs 0.25 expected)
PASS: qag(f1,21pt) smooth blist (0.125 observed vs 0.125 expected)
PASS: qag(f1,21pt) smooth blist (0.0625 observed vs 0.0625 expected)
PASS: qag(f1,21pt) smooth blist (0.03125 observed vs 0.03125 expected)
PASS: qag(f1,21pt) smooth blist (0.015625 observed vs 0.015625 expected)
PASS: qag(f1,21pt) smooth rlist (3.69694e-08 observed vs 3.69694e-08 expected)
PASS: qag(f1,21pt) smooth rlist (0.0549184 observed vs 0.0549184 expected)
PASS: qag(f1,21pt) smooth rlist (0.0190983 observed vs 0.0190983 expected)
PASS: qag(f1,21pt) smooth rlist (0.00277653 observed vs 0.00277653 expected)
PASS: qag(f1,21pt) smooth rlist (0.000328066 observed vs 0.000328066 expected)
PASS: qag(f1,21pt) smooth rlist (3.5227e-05 observed vs 3.5227e-05 expected)
PASS: qag(f1,21pt) smooth rlist (3.57906e-06 observed vs 3.57906e-06 expected)
PASS: qag(f1,21pt) smooth rlist (3.5074e-07 observed vs 3.5074e-07 expected)
PASS: qag(f1,21pt) smooth elist (1.37132e-15 observed vs 1.37132e-15 expected)
PASS: qag(f1,21pt) smooth elist (6.09717e-16 observed vs 6.09717e-16 expected)
PASS: qag(f1,21pt) smooth elist (2.12033e-16 observed vs 2.12033e-16 expected)
PASS: qag(f1,21pt) smooth elist (3.08257e-17 observed vs 3.08257e-17 expected)
PASS: qag(f1,21pt) smooth elist (3.64227e-18 observed vs 3.64227e-18 expected)
PASS: qag(f1,21pt) smooth elist (3.91099e-19 observed vs 3.91099e-19 expected)
PASS: qag(f1,21pt) smooth elist (3.97356e-20 observed vs 3.97356e-20 expected)
PASS: qag(f1,21pt) smooth elist (3.89399e-21 observed vs 3.89399e-21 expected)
PASS: qag(f1,21pt) smooth order (0 observed vs 0 expected)
PASS: qag(f1,21pt) smooth order (1 observed vs 1 expected)
PASS: qag(f1,21pt) smooth order (2 observed vs 2 expected)
PASS: qag(f1,21pt) smooth order (3 observed vs 3 expected)
PASS: qag(f1,21pt) smooth order (4 observed vs 4 expected)
PASS: qag(f1,21pt) smooth order (5 observed vs 5 expected)
PASS: qag(f1,21pt) smooth order (6 observed vs 6 expected)
PASS: qag(f1,21pt) smooth order (7 observed vs 7 expected)
PASS: qag(f1,21pt) reverse result (-0.0771605 observed vs -0.0771605 expected)
PASS: qag(f1,21pt) reverse abserr (2.22797e-15 observed vs 2.22797e-15 expected)
PASS: qag(f1,21pt) reverse neval (315 observed vs 315 expected)
PASS: qag(f1,21pt) reverse last (8 observed vs 8 expected)
PASS: qag(f1,21pt) reverse status (0 observed vs 0 expected)
PASS: qag(f3,31pt) oscill result (-0.723897 observed vs -0.723897 expected)
PASS: qag(f3,31pt) oscill abserr (1.28581e-14 observed vs 1.28581e-14 expected)
PASS: qag(f3,31pt) oscill neval (31 observed vs 31 expected)
PASS: qag(f3,31pt) oscill last (1 observed vs 1 expected)
PASS: qag(f3,31pt) oscill status (18 observed vs 18 expected)
PASS: qag(f3,31pt) reverse result (0.723897 observed vs 0.723897 expected)
PASS: qag(f3,31pt) reverse abserr (1.28581e-14 observed vs 1.28581e-14 expected)
PASS: qag(f3,31pt) reverse neval (31 observed vs 31 expected)
PASS: qag(f3,31pt) reverse last (1 observed vs 1 expected)
PASS: qag(f3,31pt) reverse status (18 observed vs 18 expected)
PASS: qag(f16,51pt) sing neval (5151 observed vs 5151 expected)
PASS: qag(f16,51pt) sing last (51 observed vs 51 expected)
PASS: qag(f16,51pt) sing status (21 observed vs 21 expected)
PASS: qag(f16,51pt) rev neval (5151 observed vs 5151 expected)
PASS: qag(f16,51pt) rev last (51 observed vs 51 expected)
PASS: qag(f16,51pt) rev status (21 observed vs 21 expected)
PASS: qag(f16,61pt) limit result (9.56515 observed vs 9.56515 expected)
PASS: qag(f16,61pt) limit abserr (15.7037 observed vs 15.7037 expected)
PASS: qag(f16,61pt) limit neval (305 observed vs 305 expected)
PASS: qag(f16,61pt) limit last (3 observed vs 3 expected)
PASS: qag(f16,61pt) limit status (11 observed vs 11 expected)
PASS: qag(f16,61pt) limit alist (-0.5 observed vs -0.5 expected)
PASS: qag(f16,61pt) limit alist (0 observed vs 0 expected)
PASS: qag(f16,61pt) limit alist (-1 observed vs -1 expected)
PASS: qag(f16,61pt) limit blist (0 observed vs 0 expected)
PASS: qag(f16,61pt) limit blist (1 observed vs 1 expected)
PASS: qag(f16,61pt) limit blist (-0.5 observed vs -0.5 expected)
PASS: qag(f16,61pt) limit rlist (9.46035 observed vs 9.46035 expected)
PASS: qag(f16,61pt) limit rlist (0.0909091 observed vs 0.0909091 expected)
PASS: qag(f16,61pt) limit rlist (0.0138889 observed vs 0.0138889 expected)
PASS: qag(f16,61pt) limit elist (15.7037 observed vs 15.7037 expected)
PASS: qag(f16,61pt) limit elist (1.00929e-15 observed vs 1.00929e-15 expected)
PASS: qag(f16,61pt) limit elist (1.54198e-16 observed vs 1.54198e-16 expected)
PASS: qag(f16,61pt) limit order (0 observed vs 0 expected)
PASS: qag(f16,61pt) limit order (1 observed vs 1 expected)
PASS: qag(f16,61pt) limit order (2 observed vs 2 expected)
PASS: qag(f16,61pt) reverse result (-9.56515 observed vs -9.56515 expected)
PASS: qag(f16,61pt) reverse abserr (15.7037 observed vs 15.7037 expected)
PASS: qag(f16,61pt) reverse neval (305 observed vs 305 expected)
PASS: qag(f16,61pt) reverse last (3 observed vs 3 expected)
PASS: qag(f16,61pt) reverse status (11 observed vs 11 expected)
PASS: qags(f1) smooth result (0.0771605 observed vs 0.0771605 expected)
PASS: qags(f1) smooth abserr (2.21639e-12 observed vs 2.21639e-12 expected)
PASS: qags(f1) smooth neval (189 observed vs 189 expected)
PASS: qags(f1) smooth last (5 observed vs 5 expected)
PASS: qags(f1) smooth status (0 observed vs 0 expected)
PASS: qags(f1) smooth alist (0 observed vs 0 expected)
PASS: qags(f1) smooth alist (0.5 observed vs 0.5 expected)
PASS: qags(f1) smooth alist (0.25 observed vs 0.25 expected)
PASS: qags(f1) smooth alist (0.125 observed vs 0.125 expected)
PASS: qags(f1) smooth alist (0.0625 observed vs 0.0625 expected)
PASS: qags(f1) smooth blist (0.0625 observed vs 0.0625 expected)
PASS: qags(f1) smooth blist (1 observed vs 1 expected)
PASS: qags(f1) smooth blist (0.5 observed vs 0.5 expected)
PASS: qags(f1) smooth blist (0.25 observed vs 0.25 expected)
PASS: qags(f1) smooth blist (0.125 observed vs 0.125 expected)
PASS: qags(f1) smooth rlist (3.91938e-05 observed vs 3.91938e-05 expected)
PASS: qags(f1) smooth rlist (0.0549184 observed vs 0.0549184 expected)
PASS: qags(f1) smooth rlist (0.0190983 observed vs 0.0190983 expected)
PASS: qags(f1) smooth rlist (0.00277653 observed vs 0.00277653 expected)
PASS: qags(f1) smooth rlist (0.000328066 observed vs 0.000328066 expected)
PASS: qags(f1) smooth elist (2.21554e-12 observed vs 2.21554e-12 expected)
PASS: qags(f1) smooth elist (6.09717e-16 observed vs 6.09717e-16 expected)
PASS: qags(f1) smooth elist (2.12033e-16 observed vs 2.12033e-16 expected)
PASS: qags(f1) smooth elist (3.08257e-17 observed vs 3.08257e-17 expected)
PASS: qags(f1) smooth elist (3.64227e-18 observed vs 3.64227e-18 expected)
PASS: qags(f1) smooth order (0 observed vs 0 expected)
PASS: qags(f1) smooth order (1 observed vs 1 expected)
PASS: qags(f1) smooth order (2 observed vs 2 expected)
PASS: qags(f1) smooth order (3 observed vs 3 expected)
PASS: qags(f1) smooth order (4 observed vs 4 expected)
PASS: qags(f1) reverse result (-0.0771605 observed vs -0.0771605 expected)
PASS: qags(f1) reverse abserr (2.21639e-12 observed vs 2.21639e-12 expected)
PASS: qags(f1) reverse neval (189 observed vs 189 expected)
PASS: qags(f1) reverse last (5 observed vs 5 expected)
PASS: qags(f1) reverse status (0 observed vs 0 expected)
PASS: qags(f11) smooth result (-5908.76 observed vs -5908.76 expected)
PASS: qags(f11) smooth abserr (1.29966e-10 observed vs 1.29965e-10 expected)
PASS: qags(f11) smooth neval (357 observed vs 357 expected)
PASS: qags(f11) smooth last (9 observed vs 9 expected)
PASS: qags(f11) smooth status (0 observed vs 0 expected)
PASS: qags(f11) smooth alist (1 observed vs 1 expected)
PASS: qags(f11) smooth alist (500.5 observed vs 500.5 expected)
PASS: qags(f11) smooth alist (250.75 observed vs 250.75 expected)
PASS: qags(f11) smooth alist (125.875 observed vs 125.875 expected)
PASS: qags(f11) smooth alist (63.4375 observed vs 63.4375 expected)
PASS: qags(f11) smooth alist (32.2188 observed vs 32.2188 expected)
PASS: qags(f11) smooth alist (16.6094 observed vs 16.6094 expected)
PASS: qags(f11) smooth alist (8.80469 observed vs 8.80469 expected)
PASS: qags(f11) smooth alist (4.90234 observed vs 4.90234 expected)
PASS: qags(f11) smooth blist (4.90234 observed vs 4.90234 expected)
PASS: qags(f11) smooth blist (1000 observed vs 1000 expected)
PASS: qags(f11) smooth blist (500.5 observed vs 500.5 expected)
PASS: qags(f11) smooth blist (250.75 observed vs 250.75 expected)
PASS: qags(f11) smooth blist (125.875 observed vs 125.875 expected)
PASS: qags(f11) smooth blist (63.4375 observed vs 63.4375 expected)
PASS: qags(f11) smooth blist (32.2188 observed vs 32.2188 expected)
PASS: qags(f11) smooth blist (16.6094 observed vs 16.6094 expected)
PASS: qags(f11) smooth blist (8.80469 observed vs 8.80469 expected)
PASS: qags(f11) smooth rlist (-3.89098 observed vs -3.89098 expected)
PASS: qags(f11) smooth rlist (-3297.34 observed vs -3297.34 expected)
PASS: qags(f11) smooth rlist (-1475.9 observed vs -1475.9 expected)
PASS: qags(f11) smooth rlist (-651.74 observed vs -651.74 expected)
PASS: qags(f11) smooth rlist (-282.935 observed vs -282.935 expected)
PASS: qags(f11) smooth rlist (-120.169 observed vs -120.169 expected)
PASS: qags(f11) smooth rlist (-49.6 observed vs -49.6 expected)
PASS: qags(f11) smooth rlist (-19.7144 observed vs -19.7144 expected)
PASS: qags(f11) smooth rlist (-7.45703 observed vs -7.45703 expected)
PASS: qags(f11) smooth elist (6.44828e-11 observed vs 6.44828e-11 expected)
PASS: qags(f11) smooth elist (3.66079e-11 observed vs 3.66079e-11 expected)
PASS: qags(f11) smooth elist (1.63858e-11 observed vs 1.63858e-11 expected)
PASS: qags(f11) smooth elist (7.23577e-12 observed vs 7.23577e-12 expected)
PASS: qags(f11) smooth elist (3.14121e-12 observed vs 3.14121e-12 expected)
PASS: qags(f11) smooth elist (1.33415e-12 observed vs 1.33415e-12 expected)
PASS: qags(f11) smooth elist (5.50671e-13 observed vs 5.50671e-13 expected)
PASS: qags(f11) smooth elist (2.18874e-13 observed vs 2.18874e-13 expected)
PASS: qags(f11) smooth elist (8.27897e-14 observed vs 8.27897e-14 expected)
PASS: qags(f11) smooth order (0 observed vs 0 expected)
PASS: qags(f11) smooth order (1 observed vs 1 expected)
PASS: qags(f11) smooth order (2 observed vs 2 expected)
PASS: qags(f11) smooth order (3 observed vs 3 expected)
PASS: qags(f11) smooth order (4 observed vs 4 expected)
PASS: qags(f11) smooth order (5 observed vs 5 expected)
PASS: qags(f11) smooth order (6 observed vs 6 expected)
PASS: qags(f11) smooth order (7 observed vs 7 expected)
PASS: qags(f11) smooth order (8 observed vs 8 expected)
PASS: qags(f11) reverse result (5908.76 observed vs 5908.76 expected)
PASS: qags(f11) reverse abserr (1.29966e-10 observed vs 1.29965e-10 expected)
PASS: qags(f11) reverse neval (357 observed vs 357 expected)
PASS: qags(f11) reverse last (9 observed vs 9 expected)
PASS: qags(f11) reverse status (0 observed vs 0 expected)
PASS: qagiu(f455) smooth result (-0.361689 observed vs -0.361689 expected)
PASS: qagiu(f455) smooth abserr (3.01672e-06 observed vs 3.01672e-06 expected)
PASS: qagiu(f455) smooth neval (285 observed vs 285 expected)
PASS: qagiu(f455) smooth last (10 observed vs 10 expected)
PASS: qagiu(f455) smooth status (0 observed vs 0 expected)
PASS: qagiu(f455) smooth alist (0.96875 observed vs 0.96875 expected)
PASS: qagiu(f455) smooth alist (0 observed vs 0 expected)
PASS: qagiu(f455) smooth alist (0.5 observed vs 0.5 expected)
PASS: qagiu(f455) smooth alist (0.25 observed vs 0.25 expected)
PASS: qagiu(f455) smooth alist (0.75 observed vs 0.75 expected)
PASS: qagiu(f455) smooth alist (0.125 observed vs 0.125 expected)
PASS: qagiu(f455) smooth alist (0.875 observed vs 0.875 expected)
PASS: qagiu(f455) smooth alist (0.0625 observed vs 0.0625 expected)
PASS: qagiu(f455) smooth alist (0.9375 observed vs 0.9375 expected)
PASS: qagiu(f455) smooth alist (0.03125 observed vs 0.03125 expected)
PASS: qagiu(f455) smooth blist (1 observed vs 1 expected)
PASS: qagiu(f455) smooth blist (0.03125 observed vs 0.03125 expected)
PASS: qagiu(f455) smooth blist (0.75 observed vs 0.75 expected)
PASS: qagiu(f455) smooth blist (0.5 observed vs 0.5 expected)
PASS: qagiu(f455) smooth blist (0.875 observed vs 0.875 expected)
PASS: qagiu(f455) smooth blist (0.25 observed vs 0.25 expected)
PASS: qagiu(f455) smooth blist (0.9375 observed vs 0.9375 expected)
PASS: qagiu(f455) smooth blist (0.125 observed vs 0.125 expected)
PASS: qagiu(f455) smooth blist (0.96875 observed vs 0.96875 expected)
PASS: qagiu(f455) smooth blist (0.0625 observed vs 0.0625 expected)
PASS: qagiu(f455) smooth rlist (-0.139 observed vs -0.139 expected)
PASS: qagiu(f455) smooth rlist (0.00142979 observed vs 0.00142979 expected)
PASS: qagiu(f455) smooth rlist (-0.0122994 observed vs -0.0122994 expected)
PASS: qagiu(f455) smooth rlist (0.00299532 observed vs 0.00299532 expected)
PASS: qagiu(f455) smooth rlist (-0.0498005 observed vs -0.0498005 expected)
PASS: qagiu(f455) smooth rlist (0.00278539 observed vs 0.00278539 expected)
PASS: qagiu(f455) smooth rlist (-0.0865375 observed vs -0.0865375 expected)
PASS: qagiu(f455) smooth rlist (0.00173622 observed vs 0.00173622 expected)
PASS: qagiu(f455) smooth rlist (-0.0839875 observed vs -0.0839875 expected)
PASS: qagiu(f455) smooth rlist (0.00104169 observed vs 0.00104169 expected)
PASS: qagiu(f455) smooth elist (0.0239504 observed vs 0.0239504 expected)
PASS: qagiu(f455) smooth elist (0.000216121 observed vs 0.000216121 expected)
PASS: qagiu(f455) smooth elist (5.72062e-14 observed vs 5.72064e-14 expected)
PASS: qagiu(f455) smooth elist (3.32547e-17 observed vs 3.32547e-17 expected)
PASS: qagiu(f455) smooth elist (3.14738e-14 observed vs 3.14738e-14 expected)
PASS: qagiu(f455) smooth elist (3.0924e-17 observed vs 3.0924e-17 expected)
PASS: qagiu(f455) smooth elist (9.6076e-16 observed vs 9.6076e-16 expected)
PASS: qagiu(f455) smooth elist (1.92759e-17 observed vs 1.92759e-17 expected)
PASS: qagiu(f455) smooth elist (9.32448e-16 observed vs 9.32448e-16 expected)
PASS: qagiu(f455) smooth elist (1.15651e-17 observed vs 1.15651e-17 expected)
PASS: qagiu(f455) smooth order (0 observed vs 0 expected)
PASS: qagiu(f455) smooth order (1 observed vs 1 expected)
PASS: qagiu(f455) smooth order (2 observed vs 2 expected)
PASS: qagiu(f455) smooth order (4 observed vs 4 expected)
PASS: qagiu(f455) smooth order (6 observed vs 6 expected)
PASS: qagiu(f455) smooth order (8 observed vs 8 expected)
PASS: qagiu(f455) smooth order (3 observed vs 3 expected)
PASS: qagiu(f455) smooth order (5 observed vs 5 expected)
PASS: qagiu(f455) smooth order (7 observed vs 7 expected)
PASS: qagiu(f455) smooth order (9 observed vs 9 expected)
PASS: qagiu(f15) smooth result (65536 observed vs 65536 expected)
PASS: qagiu(f15) smooth abserr (0.000712167 observed vs 0.000712167 expected)
PASS: qagiu(f15) smooth neval (285 observed vs 285 expected)
PASS: qagiu(f15) smooth last (10 observed vs 10 expected)
PASS: qagiu(f15) smooth status (0 observed vs 0 expected)
PASS: qagiu(f15) smooth alist (0 observed vs 0 expected)
PASS: qagiu(f15) smooth alist (0.5 observed vs 0.5 expected)
PASS: qagiu(f15) smooth alist (0.25 observed vs 0.25 expected)
PASS: qagiu(f15) smooth alist (0.125 observed vs 0.125 expected)
PASS: qagiu(f15) smooth alist (0.0625 observed vs 0.0625 expected)
PASS: qagiu(f15) smooth alist (0.03125 observed vs 0.03125 expected)
PASS: qagiu(f15) smooth alist (0.015625 observed vs 0.015625 expected)
PASS: qagiu(f15) smooth alist (0.0078125 observed vs 0.0078125 expected)
PASS: qagiu(f15) smooth alist (0.00390625 observed vs 0.00390625 expected)
PASS: qagiu(f15) smooth alist (0.00195312 observed vs 0.00195312 expected)
PASS: qagiu(f15) smooth blist (0.00195312 observed vs 0.00195312 expected)
PASS: qagiu(f15) smooth blist (1 observed vs 1 expected)
PASS: qagiu(f15) smooth blist (0.5 observed vs 0.5 expected)
PASS: qagiu(f15) smooth blist (0.25 observed vs 0.25 expected)
PASS: qagiu(f15) smooth blist (0.125 observed vs 0.125 expected)
PASS: qagiu(f15) smooth blist (0.0625 observed vs 0.0625 expected)
PASS: qagiu(f15) smooth blist (0.03125 observed vs 0.03125 expected)
PASS: qagiu(f15) smooth blist (0.015625 observed vs 0.015625 expected)
PASS: qagiu(f15) smooth blist (0.0078125 observed vs 0.0078125 expected)
PASS: qagiu(f15) smooth blist (0.00390625 observed vs 0.00390625 expected)
PASS: qagiu(f15) smooth rlist (1.0993 observed vs 1.0993 expected)
PASS: qagiu(f15) smooth rlist (0.325618 observed vs 0.325618 expected)
PASS: qagiu(f15) smooth rlist (8.06469 observed vs 8.06469 expected)
PASS: qagiu(f15) smooth rlist (88.7313 observed vs 88.7313 expected)
PASS: qagiu(f15) smooth rlist (697.768 observed vs 697.768 expected)
PASS: qagiu(f15) smooth rlist (4096.98 observed vs 4096.98 expected)
PASS: qagiu(f15) smooth rlist (15743.2 observed vs 15743.2 expected)
PASS: qagiu(f15) smooth rlist (28994.2 observed vs 28994.2 expected)
PASS: qagiu(f15) smooth rlist (14983.1 observed vs 14983.1 expected)
PASS: qagiu(f15) smooth rlist (922.525 observed vs 922.525 expected)
PASS: qagiu(f15) smooth elist (0.000710187 observed vs 0.000710187 expected)
PASS: qagiu(f15) smooth elist (1.91266e-08 observed vs 1.91266e-08 expected)
PASS: qagiu(f15) smooth elist (9.16776e-08 observed vs 9.16776e-08 expected)
PASS: qagiu(f15) smooth elist (3.7695e-07 observed vs 3.7695e-07 expected)
PASS: qagiu(f15) smooth elist (6.97349e-07 observed vs 6.97349e-07 expected)
PASS: qagiu(f15) smooth elist (1.20565e-07 observed vs 1.20565e-07 expected)
PASS: qagiu(f15) smooth elist (1.38e-07 observed vs 1.38e-07 expected)
PASS: qagiu(f15) smooth elist (1.93465e-07 observed vs 1.93465e-07 expected)
PASS: qagiu(f15) smooth elist (3.40893e-07 observed vs 3.40893e-07 expected)
PASS: qagiu(f15) smooth elist (2.13249e-09 observed vs 2.13247e-09 expected)
PASS: qagiu(f15) smooth order (0 observed vs 0 expected)
PASS: qagiu(f15) smooth order (4 observed vs 4 expected)
PASS: qagiu(f15) smooth order (3 observed vs 3 expected)
PASS: qagiu(f15) smooth order (8 observed vs 8 expected)
PASS: qagiu(f15) smooth order (7 observed vs 7 expected)
PASS: qagiu(f15) smooth order (6 observed vs 6 expected)
PASS: qagiu(f15) smooth order (5 observed vs 5 expected)
PASS: qagiu(f15) smooth order (2 observed vs 2 expected)
PASS: qagiu(f15) smooth order (1 observed vs 1 expected)
PASS: qagiu(f15) smooth order (9 observed vs 9 expected)
PASS: qagiu(f16) smooth result (0.0001 observed vs 0.0001 expected)
PASS: qagiu(f16) smooth abserr (3.08406e-09 observed vs 3.08406e-09 expected)
PASS: qagiu(f16) smooth neval (165 observed vs 165 expected)
PASS: qagiu(f16) smooth last (6 observed vs 6 expected)
PASS: qagiu(f16) smooth status (0 observed vs 0 expected)
PASS: qagiu(f16) smooth alist (0 observed vs 0 expected)
PASS: qagiu(f16) smooth alist (0.5 observed vs 0.5 expected)
PASS: qagiu(f16) smooth alist (0.25 observed vs 0.25 expected)
PASS: qagiu(f16) smooth alist (0.125 observed vs 0.125 expected)
PASS: qagiu(f16) smooth alist (0.0625 observed vs 0.0625 expected)
PASS: qagiu(f16) smooth alist (0.03125 observed vs 0.03125 expected)
PASS: qagiu(f16) smooth blist (0.03125 observed vs 0.03125 expected)
PASS: qagiu(f16) smooth blist (1 observed vs 1 expected)
PASS: qagiu(f16) smooth blist (0.5 observed vs 0.5 expected)
PASS: qagiu(f16) smooth blist (0.25 observed vs 0.25 expected)
PASS: qagiu(f16) smooth blist (0.125 observed vs 0.125 expected)
PASS: qagiu(f16) smooth blist (0.0625 observed vs 0.0625 expected)
PASS: qagiu(f16) smooth rlist (7.63359e-05 observed vs 7.63359e-05 expected)
PASS: qagiu(f16) smooth rlist (9.90099e-07 observed vs 9.90099e-07 expected)
PASS: qagiu(f16) smooth rlist (1.92252e-06 observed vs 1.92252e-06 expected)
PASS: qagiu(f16) smooth rlist (3.62943e-06 observed vs 3.62943e-06 expected)
PASS: qagiu(f16) smooth rlist (6.50142e-06 observed vs 6.50142e-06 expected)
PASS: qagiu(f16) smooth rlist (1.06206e-05 observed vs 1.06206e-05 expected)
PASS: qagiu(f16) smooth elist (3.08406e-09 observed vs 3.08406e-09 expected)
PASS: qagiu(f16) smooth elist (3.11206e-17 observed vs 3.11206e-17 expected)
PASS: qagiu(f16) smooth elist (4.54345e-17 observed vs 4.54345e-17 expected)
PASS: qagiu(f16) smooth elist (4.90862e-17 observed vs 4.90862e-17 expected)
PASS: qagiu(f16) smooth elist (3.01434e-17 observed vs 3.01434e-17 expected)
PASS: qagiu(f16) smooth elist (6.796e-18 observed vs 6.796e-18 expected)
PASS: qagiu(f16) smooth order (0 observed vs 0 expected)
PASS: qagiu(f16) smooth order (3 observed vs 3 expected)
PASS: qagiu(f16) smooth order (2 observed vs 2 expected)
PASS: qagiu(f16) smooth order (1 observed vs 1 expected)
PASS: qagiu(f16) smooth order (4 observed vs 4 expected)
PASS: qagiu(f16) smooth order (5 observed vs 5 expected)
PASS: qagiu(myfn1) smooth result (2.27588 observed vs 2.27588 expected)
PASS: qagiu(myfn1) smooth abserr (7.43649e-09 observed vs 7.43649e-09 expected)
PASS: qagiu(myfn1) smooth neval (270 observed vs 270 expected)
PASS: qagiu(myfn1) smooth last (5 observed vs 5 expected)
PASS: qagiu(myfn1) smooth status (0 observed vs 0 expected)
PASS: qagiu(myfn1) smooth alist (0.125 observed vs 0.125 expected)
PASS: qagiu(myfn1) smooth alist (0.5 observed vs 0.5 expected)
PASS: qagiu(myfn1) smooth alist (0.25 observed vs 0.25 expected)
PASS: qagiu(myfn1) smooth alist (0 observed vs 0 expected)
PASS: qagiu(myfn1) smooth alist (0.375 observed vs 0.375 expected)
PASS: qagiu(myfn1) smooth blist (0.25 observed vs 0.25 expected)
PASS: qagiu(myfn1) smooth blist (1 observed vs 1 expected)
PASS: qagiu(myfn1) smooth blist (0.375 observed vs 0.375 expected)
PASS: qagiu(myfn1) smooth blist (0.125 observed vs 0.125 expected)
PASS: qagiu(myfn1) smooth blist (0.5 observed vs 0.5 expected)
PASS: qagiu(myfn1) smooth rlist (0.000463932 observed vs 0.000463932 expected)
PASS: qagiu(myfn1) smooth rlist (1.69166 observed vs 1.69166 expected)
PASS: qagiu(myfn1) smooth rlist (0.114631 observed vs 0.114631 expected)
FAIL: qagiu(myfn1) smooth rlist (4.37939247735096019e-20 observed vs 4.37939247735095357e-20 expected)
PASS: qagiu(myfn1) smooth rlist (0.469117 observed vs 0.469117 expected)
PASS: qagiu(myfn1) smooth elist (3.16926e-09 observed vs 3.16926e-09 expected)
PASS: qagiu(myfn1) smooth elist (4.26599e-09 observed vs 4.26599e-09 expected)
PASS: qagiu(myfn1) smooth elist (1.23195e-12 observed vs 1.23195e-12 expected)
PASS: qagiu(myfn1) smooth elist (8.3609e-20 observed vs 8.3609e-20 expected)
PASS: qagiu(myfn1) smooth elist (5.20824e-15 observed vs 5.20824e-15 expected)
PASS: qagiu(myfn1) smooth order (1 observed vs 1 expected)
PASS: qagiu(myfn1) smooth order (0 observed vs 0 expected)
PASS: qagiu(myfn1) smooth order (2 observed vs 2 expected)
PASS: qagiu(myfn1) smooth order (4 observed vs 4 expected)
PASS: qagiu(myfn1) smooth order (3 observed vs 3 expected)
PASS: qagiu(myfn2) smooth result (2.71828 observed vs 2.71828 expected)
PASS: qagiu(myfn2) smooth abserr (1.58819e-10 observed vs 1.58819e-10 expected)
PASS: qagiu(myfn2) smooth neval (135 observed vs 135 expected)
PASS: qagiu(myfn2) smooth last (5 observed vs 5 expected)
PASS: qagiu(myfn2) smooth status (0 observed vs 0 expected)
PASS: qagiu(myfn2) smooth alist (0 observed vs 0 expected)
PASS: qagiu(myfn2) smooth alist (0.5 observed vs 0.5 expected)
PASS: qagiu(myfn2) smooth alist (0.25 observed vs 0.25 expected)
PASS: qagiu(myfn2) smooth alist (0.125 observed vs 0.125 expected)
PASS: qagiu(myfn2) smooth alist (0.0625 observed vs 0.0625 expected)
PASS: qagiu(myfn2) smooth blist (0.0625 observed vs 0.0625 expected)
PASS: qagiu(myfn2) smooth blist (1 observed vs 1 expected)
PASS: qagiu(myfn2) smooth blist (0.5 observed vs 0.5 expected)
PASS: qagiu(myfn2) smooth blist (0.25 observed vs 0.25 expected)
PASS: qagiu(myfn2) smooth blist (0.125 observed vs 0.125 expected)
PASS: qagiu(myfn2) smooth rlist (8.31529e-07 observed vs 8.31529e-07 expected)
PASS: qagiu(myfn2) smooth rlist (1.71828 observed vs 1.71828 expected)
PASS: qagiu(myfn2) smooth rlist (0.864665 observed vs 0.864665 expected)
PASS: qagiu(myfn2) smooth rlist (0.132857 observed vs 0.132857 expected)
PASS: qagiu(myfn2) smooth rlist (0.00247792 observed vs 0.00247792 expected)
PASS: qagiu(myfn2) smooth elist (1.53344e-10 observed vs 1.53344e-10 expected)
PASS: qagiu(myfn2) smooth elist (4.11789e-12 observed vs 4.11787e-12 expected)
PASS: qagiu(myfn2) smooth elist (7.80239e-13 observed vs 7.80246e-13 expected)
PASS: qagiu(myfn2) smooth elist (5.39557e-13 observed vs 5.39559e-13 expected)
PASS: qagiu(myfn2) smooth elist (3.71332e-14 observed vs 3.71331e-14 expected)
PASS: qagiu(myfn2) smooth order (0 observed vs 0 expected)
PASS: qagiu(myfn2) smooth order (1 observed vs 1 expected)
PASS: qagiu(myfn2) smooth order (2 observed vs 2 expected)
PASS: qagiu(myfn2) smooth order (3 observed vs 3 expected)
PASS: qagiu(myfn2) smooth order (4 observed vs 4 expected)
PASS: qagp(f454) singular result (52.7408 observed vs 52.7408 expected)
PASS: qagp(f454) singular abserr (0.00017557 observed vs 0.00017557 expected)
PASS: qagp(f454) singular neval (777 observed vs 777 expected)
PASS: qagp(f454) singular last (20 observed vs 20 expected)
PASS: qagp(f454) singular status (0 observed vs 0 expected)
PASS: qagp(f454) singular alist (0.96875 observed vs 0.96875 expected)
PASS: qagp(f454) singular alist (1.40127 observed vs 1.40127 expected)
PASS: qagp(f454) singular alist (1.41421 observed vs 1.41421 expected)
PASS: qagp(f454) singular alist (1 observed vs 1 expected)
PASS: qagp(f454) singular alist (0 observed vs 0 expected)
PASS: qagp(f454) singular alist (2.20711 observed vs 2.20711 expected)
PASS: qagp(f454) singular alist (1.81066 observed vs 1.81066 expected)
PASS: qagp(f454) singular alist (1.20711 observed vs 1.20711 expected)
PASS: qagp(f454) singular alist (0.5 observed vs 0.5 expected)
PASS: qagp(f454) singular alist (1.10355 observed vs 1.10355 expected)
PASS: qagp(f454) singular alist (1.61244 observed vs 1.61244 expected)
PASS: qagp(f454) singular alist (1.31066 observed vs 1.31066 expected)
PASS: qagp(f454) singular alist (0.75 observed vs 0.75 expected)
PASS: qagp(f454) singular alist (1.05178 observed vs 1.05178 expected)
PASS: qagp(f454) singular alist (1.51333 observed vs 1.51333 expected)
PASS: qagp(f454) singular alist (1.36244 observed vs 1.36244 expected)
PASS: qagp(f454) singular alist (0.875 observed vs 0.875 expected)
PASS: qagp(f454) singular alist (1.46377 observed vs 1.46377 expected)
PASS: qagp(f454) singular alist (1.38833 observed vs 1.38833 expected)
PASS: qagp(f454) singular alist (0.9375 observed vs 0.9375 expected)
PASS: qagp(f454) singular blist (1 observed vs 1 expected)
PASS: qagp(f454) singular blist (1.41421 observed vs 1.41421 expected)
PASS: qagp(f454) singular blist (1.46377 observed vs 1.46377 expected)
PASS: qagp(f454) singular blist (1.05178 observed vs 1.05178 expected)
PASS: qagp(f454) singular blist (0.5 observed vs 0.5 expected)
PASS: qagp(f454) singular blist (3 observed vs 3 expected)
PASS: qagp(f454) singular blist (2.20711 observed vs 2.20711 expected)
PASS: qagp(f454) singular blist (1.31066 observed vs 1.31066 expected)
PASS: qagp(f454) singular blist (0.75 observed vs 0.75 expected)
PASS: qagp(f454) singular blist (1.20711 observed vs 1.20711 expected)
PASS: qagp(f454) singular blist (1.81066 observed vs 1.81066 expected)
PASS: qagp(f454) singular blist (1.36244 observed vs 1.36244 expected)
PASS: qagp(f454) singular blist (0.875 observed vs 0.875 expected)
PASS: qagp(f454) singular blist (1.10355 observed vs 1.10355 expected)
PASS: qagp(f454) singular blist (1.61244 observed vs 1.61244 expected)
PASS: qagp(f454) singular blist (1.38833 observed vs 1.38833 expected)
PASS: qagp(f454) singular blist (0.9375 observed vs 0.9375 expected)
PASS: qagp(f454) singular blist (1.51333 observed vs 1.51333 expected)
PASS: qagp(f454) singular blist (1.40127 observed vs 1.40127 expected)
PASS: qagp(f454) singular blist (0.96875 observed vs 0.96875 expected)
PASS: qagp(f454) singular rlist (-0.112508 observed vs -0.112508 expected)
PASS: qagp(f454) singular rlist (-0.156513 observed vs -0.156513 expected)
PASS: qagp(f454) singular rlist (-0.422533 observed vs -0.422533 expected)
PASS: qagp(f454) singular rlist (-0.183039 observed vs -0.183039 expected)
PASS: qagp(f454) singular rlist (0.00657588 observed vs 0.00657588 expected)
PASS: qagp(f454) singular rlist (48.7392 observed vs 48.7392 expected)
PASS: qagp(f454) singular rlist (6.03289 observed vs 6.03289 expected)
PASS: qagp(f454) singular rlist (-0.299153 observed vs -0.299153 expected)
PASS: qagp(f454) singular rlist (-0.00732628 observed vs -0.00732628 expected)
PASS: qagp(f454) singular rlist (-0.243189 observed vs -0.243189 expected)
PASS: qagp(f454) singular rlist (0.591166 observed vs 0.591166 expected)
PASS: qagp(f454) singular rlist (-0.223679 observed vs -0.223679 expected)
PASS: qagp(f454) singular rlist (-0.0564787 observed vs -0.0564787 expected)
PASS: qagp(f454) singular rlist (-0.130547 observed vs -0.130547 expected)
PASS: qagp(f454) singular rlist (-0.172136 observed vs -0.172136 expected)
PASS: qagp(f454) singular rlist (-0.158935 observed vs -0.158935 expected)
PASS: qagp(f454) singular rlist (-0.0740663 observed vs -0.0740663 expected)
PASS: qagp(f454) singular rlist (-0.220873 observed vs -0.220873 expected)
PASS: qagp(f454) singular rlist (-0.104869 observed vs -0.104869 expected)
PASS: qagp(f454) singular rlist (-0.0630229 observed vs -0.0630229 expected)
PASS: qagp(f454) singular elist (0.0250643 observed vs 0.0250643 expected)
PASS: qagp(f454) singular elist (0.0273045 observed vs 0.0273045 expected)
PASS: qagp(f454) singular elist (0.101745 observed vs 0.101745 expected)
PASS: qagp(f454) singular elist (0.0325281 observed vs 0.0325281 expected)
PASS: qagp(f454) singular elist (7.30069e-17 observed vs 7.30069e-17 expected)
PASS: qagp(f454) singular elist (5.41114e-13 observed vs 5.41114e-13 expected)
PASS: qagp(f454) singular elist (6.69786e-14 observed vs 6.69786e-14 expected)
PASS: qagp(f454) singular elist (3.32127e-15 observed vs 3.32127e-15 expected)
PASS: qagp(f454) singular elist (1.41751e-16 observed vs 1.41751e-16 expected)
PASS: qagp(f454) singular elist (2.69995e-15 observed vs 2.69995e-15 expected)
PASS: qagp(f454) singular elist (6.57395e-15 observed vs 6.57395e-15 expected)
PASS: qagp(f454) singular elist (2.48333e-15 observed vs 2.48333e-15 expected)
PASS: qagp(f454) singular elist (6.2704e-16 observed vs 6.2704e-16 expected)
PASS: qagp(f454) singular elist (1.44936e-15 observed vs 1.44936e-15 expected)
PASS: qagp(f454) singular elist (1.9111e-15 observed vs 1.9111e-15 expected)
PASS: qagp(f454) singular elist (1.76453e-15 observed vs 1.76453e-15 expected)
PASS: qagp(f454) singular elist (8.22301e-16 observed vs 8.22301e-16 expected)
PASS: qagp(f454) singular elist (2.45218e-15 observed vs 2.45218e-15 expected)
PASS: qagp(f454) singular elist (1.16428e-15 observed vs 1.16428e-15 expected)
PASS: qagp(f454) singular elist (6.99694e-16 observed vs 6.99694e-16 expected)
PASS: qagp(f454) singular order (2 observed vs 2 expected)
PASS: qagp(f454) singular order (3 observed vs 3 expected)
PASS: qagp(f454) singular order (1 observed vs 1 expected)
PASS: qagp(f454) singular order (0 observed vs 0 expected)
PASS: qagp(f454) singular order (5 observed vs 5 expected)
PASS: qagp(f454) singular order (6 observed vs 6 expected)
PASS: qagp(f454) singular order (10 observed vs 10 expected)
PASS: qagp(f454) singular order (7 observed vs 7 expected)
PASS: qagp(f454) singular order (9 observed vs 9 expected)
PASS: qagp(f454) singular order (11 observed vs 11 expected)
PASS: qagp(f454) singular order (17 observed vs 17 expected)
PASS: qagp(f454) singular order (14 observed vs 14 expected)
PASS: qagp(f454) singular order (15 observed vs 15 expected)
PASS: qagp(f454) singular order (13 observed vs 13 expected)
PASS: qagp(f454) singular order (18 observed vs 18 expected)
PASS: qagp(f454) singular order (16 observed vs 16 expected)
PASS: qagp(f454) singular order (19 observed vs 19 expected)
PASS: qagp(f454) singular order (12 observed vs 12 expected)
PASS: qagp(f454) singular order (8 observed vs 8 expected)
PASS: qagp(f454) singular order (4 observed vs 4 expected)
PASS: qawc(f459) result (-0.089944 observed vs -0.089944 expected)
PASS: qawc(f459) abserr (1.18529e-06 observed vs 1.18529e-06 expected)
PASS: qawc(f459) neval (215 observed vs 215 expected)
PASS: qawc(f459) last (6 observed vs 6 expected)
PASS: qawc(f459) status (0 observed vs 0 expected)
PASS: qawc(f459) alist (-1 observed vs -1 expected)
PASS: qawc(f459) alist (2.5 observed vs 2.5 expected)
PASS: qawc(f459) alist (1.25 observed vs 1.25 expected)
PASS: qawc(f459) alist (0.625 observed vs 0.625 expected)
PASS: qawc(f459) alist (-0.5 observed vs -0.5 expected)
PASS: qawc(f459) alist (-0.75 observed vs -0.75 expected)
PASS: qawc(f459) blist (-0.75 observed vs -0.75 expected)
PASS: qawc(f459) blist (5 observed vs 5 expected)
PASS: qawc(f459) blist (2.5 observed vs 2.5 expected)
PASS: qawc(f459) blist (1.25 observed vs 1.25 expected)
PASS: qawc(f459) blist (0.625 observed vs 0.625 expected)
PASS: qawc(f459) blist (-0.5 observed vs -0.5 expected)
PASS: qawc(f459) rlist (-0.123423 observed vs -0.123423 expected)
PASS: qawc(f459) rlist (0.00357997 observed vs 0.00357997 expected)
PASS: qawc(f459) rlist (0.0224983 observed vs 0.0224983 expected)
PASS: qawc(f459) rlist (0.0721423 observed vs 0.0721423 expected)
PASS: qawc(f459) rlist (0.0207909 observed vs 0.0207909 expected)
PASS: qawc(f459) rlist (-0.0855324 observed vs -0.0855324 expected)
PASS: qawc(f459) elist (1.17283e-06 observed vs 1.17283e-06 expected)
PASS: qawc(f459) elist (9.01823e-13 observed vs 9.01823e-13 expected)
PASS: qawc(f459) elist (1.81517e-12 observed vs 1.81517e-12 expected)
PASS: qawc(f459) elist (1.007e-13 observed vs 1.007e-13 expected)
PASS: qawc(f459) elist (1.24546e-08 observed vs 1.24546e-08 expected)
PASS: qawc(f459) elist (1.83308e-15 observed vs 1.83308e-15 expected)
PASS: qawc(f459) order (0 observed vs 0 expected)
PASS: qawc(f459) order (4 observed vs 4 expected)
PASS: qawc(f459) order (2 observed vs 2 expected)
PASS: qawc(f459) order (1 observed vs 1 expected)
PASS: qawc(f459) order (3 observed vs 3 expected)
PASS: qawc(f459) order (5 observed vs 5 expected)
PASS: qawc(f459) rev result (0.089944 observed vs 0.089944 expected)
PASS: qawc(f459) rev abserr (1.18529e-06 observed vs 1.18529e-06 expected)
PASS: qawc(f459) rev neval (215 observed vs 215 expected)
PASS: qawc(f459) rev last (6 observed vs 6 expected)
PASS: qawc(f459) rev status (0 observed vs 0 expected)
PASS: qaws(f458) ln(x-a) result (-0.189275 observed vs -0.189275 expected)
PASS: qaws(f458) ln(x-a) abserr (1.12913e-08 observed vs 1.12913e-08 expected)
PASS: qaws(f458) ln(x-a) neval (280 observed vs 280 expected)
PASS: qaws(f458) ln(x-a) last (8 observed vs 8 expected)
PASS: qaws(f458) ln(x-a) status (0 observed vs 0 expected)
PASS: qaws(f458) ln(x-a) alist (0 observed vs 0 expected)
PASS: qaws(f458) ln(x-a) alist (0.5 observed vs 0.5 expected)
PASS: qaws(f458) ln(x-a) alist (0.25 observed vs 0.25 expected)
PASS: qaws(f458) ln(x-a) alist (0.125 observed vs 0.125 expected)
PASS: qaws(f458) ln(x-a) alist (0.0625 observed vs 0.0625 expected)
PASS: qaws(f458) ln(x-a) alist (0.03125 observed vs 0.03125 expected)
PASS: qaws(f458) ln(x-a) blist (0.0078125 observed vs 0.0078125 expected)
PASS: qaws(f458) ln(x-a) blist (1 observed vs 1 expected)
PASS: qaws(f458) ln(x-a) blist (0.5 observed vs 0.5 expected)
PASS: qaws(f458) ln(x-a) blist (0.25 observed vs 0.25 expected)
PASS: qaws(f458) ln(x-a) blist (0.125 observed vs 0.125 expected)
PASS: qaws(f458) ln(x-a) blist (0.0625 observed vs 0.0625 expected)
PASS: qaws(f458) ln(x-a) rlist (-4.12632e-05 observed vs -4.12632e-05 expected)
PASS: qaws(f458) ln(x-a) rlist (-0.107628 observed vs -0.107628 expected)
PASS: qaws(f458) ln(x-a) rlist (-0.0624057 observed vs -0.0624057 expected)
PASS: qaws(f458) ln(x-a) rlist (-0.0145617 observed vs -0.0145617 expected)
PASS: qaws(f458) ln(x-a) rlist (-0.00340893 observed vs -0.00340893 expected)
PASS: qaws(f458) ln(x-a) rlist (-0.000891408 observed vs -0.000891408 expected)
PASS: qaws(f458) ln(x-a) elist (1.1291e-08 observed vs 1.1291e-08 expected)
PASS: qaws(f458) ln(x-a) elist (3.42339e-13 observed vs 3.42339e-13 expected)
PASS: qaws(f458) ln(x-a) elist (6.92843e-16 observed vs 6.92843e-16 expected)
PASS: qaws(f458) ln(x-a) elist (1.61667e-16 observed vs 1.61667e-16 expected)
PASS: qaws(f458) ln(x-a) elist (3.78467e-17 observed vs 3.78467e-17 expected)
PASS: qaws(f458) ln(x-a) elist (9.89662e-18 observed vs 9.89662e-18 expected)
PASS: qaws(f458) ln(x-a) order (0 observed vs 0 expected)
PASS: qaws(f458) ln(x-a) order (1 observed vs 1 expected)
PASS: qaws(f458) ln(x-a) order (2 observed vs 2 expected)
PASS: qaws(f458) ln(x-a) order (3 observed vs 3 expected)
PASS: qaws(f458) ln(x-a) order (4 observed vs 4 expected)
PASS: qaws(f458) ln(x-a) order (5 observed vs 5 expected)
PASS: qaws(f458) AB result (0.989669 observed vs 0.989669 expected)
PASS: qaws(f458) AB abserr (5.88803e-08 observed vs 5.88803e-08 expected)
PASS: qaws(f458) AB ln(x-a) result (-0.363668 observed vs -0.363668 expected)
PASS: qaws(f458) AB ln(x-a) abserr (2.85135e-08 observed vs 2.85135e-08 expected)
PASS: qaws(f458) AB ln(b-x) result (-1.91149 observed vs -1.91149 expected)
PASS: qaws(f458) AB ln(b-x) abserr (9.85402e-09 observed vs 9.85402e-09 expected)
PASS: qaws(f458) AB ln(x-a)ln(b-x) result (0.315992 observed vs 0.315992 expected)
PASS: qaws(f458) AB ln(x-a)ln(b-x) abserr (2.33618e-08 observed vs 2.33618e-08 expected)
PASS: qawo(f456) result (-0.128137 observed vs -0.128137 expected)
PASS: qawo(f456) abserr (6.87503e-12 observed vs 6.87503e-12 expected)
PASS: qawo(f456) neval (305 observed vs 305 expected)
PASS: qawo(f456) last (9 observed vs 9 expected)
PASS: qawo(f456) status (0 observed vs 0 expected)
PASS: qawo(f456) alist (0 observed vs 0 expected)
PASS: qawo(f456) alist (0.5 observed vs 0.5 expected)
PASS: qawo(f456) alist (0.25 observed vs 0.25 expected)
PASS: qawo(f456) alist (0.125 observed vs 0.125 expected)
PASS: qawo(f456) alist (0.0625 observed vs 0.0625 expected)
PASS: qawo(f456) alist (0.03125 observed vs 0.03125 expected)
PASS: qawo(f456) alist (0.015625 observed vs 0.015625 expected)
PASS: qawo(f456) alist (0.0078125 observed vs 0.0078125 expected)
PASS: qawo(f456) alist (0.00390625 observed vs 0.00390625 expected)
PASS: qawo(f456) blist (0.00390625 observed vs 0.00390625 expected)
PASS: qawo(f456) blist (1 observed vs 1 expected)
PASS: qawo(f456) blist (0.5 observed vs 0.5 expected)
PASS: qawo(f456) blist (0.25 observed vs 0.25 expected)
PASS: qawo(f456) blist (0.125 observed vs 0.125 expected)
PASS: qawo(f456) blist (0.0625 observed vs 0.0625 expected)
PASS: qawo(f456) blist (0.03125 observed vs 0.03125 expected)
PASS: qawo(f456) blist (0.015625 observed vs 0.015625 expected)
PASS: qawo(f456) blist (0.0078125 observed vs 0.0078125 expected)
PASS: qawo(f456) rlist (-0.00144719 observed vs -0.00144719 expected)
PASS: qawo(f456) rlist (0.0219054 observed vs 0.0219054 expected)
PASS: qawo(f456) rlist (-0.0258773 observed vs -0.0258773 expected)
PASS: qawo(f456) rlist (0.0548321 observed vs 0.0548321 expected)
PASS: qawo(f456) rlist (-0.030817 observed vs -0.030817 expected)
PASS: qawo(f456) rlist (-0.0917832 observed vs -0.0917832 expected)
PASS: qawo(f456) rlist (-0.0388672 observed vs -0.0388672 expected)
PASS: qawo(f456) rlist (-0.0124231 observed vs -0.0124231 expected)
PASS: qawo(f456) rlist (-0.0036595 observed vs -0.0036595 expected)
PASS: qawo(f456) elist (8.32651e-07 observed vs 8.32651e-07 expected)
PASS: qawo(f456) elist (1.30264e-13 observed vs 1.30264e-13 expected)
PASS: qawo(f456) elist (7.25922e-15 observed vs 7.25922e-15 expected)
PASS: qawo(f456) elist (1.24977e-14 observed vs 1.24977e-14 expected)
PASS: qawo(f456) elist (7.83218e-16 observed vs 7.83218e-16 expected)
PASS: qawo(f456) elist (1.019e-15 observed vs 1.019e-15 expected)
PASS: qawo(f456) elist (4.31512e-16 observed vs 4.31512e-16 expected)
PASS: qawo(f456) elist (1.37924e-16 observed vs 1.37924e-16 expected)
PASS: qawo(f456) elist (4.06286e-17 observed vs 4.06286e-17 expected)
PASS: qawo(f456) order (0 observed vs 0 expected)
PASS: qawo(f456) order (1 observed vs 1 expected)
PASS: qawo(f456) order (3 observed vs 3 expected)
PASS: qawo(f456) order (2 observed vs 2 expected)
PASS: qawo(f456) order (5 observed vs 5 expected)
PASS: qawo(f456) order (4 observed vs 4 expected)
PASS: qawo(f456) order (6 observed vs 6 expected)
PASS: qawo(f456) order (7 observed vs 7 expected)
PASS: qawo(f456) order (8 observed vs 8 expected)
PASS: qawo(f456) rev result (0.128137 observed vs 0.128137 expected)
PASS: qawo(f456) rev abserr (6.87503e-12 observed vs 6.87503e-12 expected)
PASS: qawo(f456) rev neval (305 observed vs 305 expected)
PASS: qawo(f456) rev last (9 observed vs 9 expected)
PASS: qawo(f456) rev status (0 observed vs 0 expected)
PASS: qawf(f457) result (1 observed vs 1 expected)
PASS: qawf(f457) abserr (1.55629e-08 observed vs 1.55629e-08 expected)
PASS: qawf(f457) neval (590 observed vs 590 expected)
PASS: qawf(f457) last (12 observed vs 12 expected)
PASS: qawf(f457) status (0 observed vs 0 expected)
PASS: qawf(f457) rlist (1.01328 observed vs 1.01328 expected)
PASS: qawf(f457) rlist (-0.0181086 observed vs -0.0181086 expected)
PASS: qawf(f457) rlist (0.00746675 observed vs 0.00746675 expected)
PASS: qawf(f457) rlist (-0.00436031 observed vs -0.00436031 expected)
PASS: qawf(f457) rlist (0.00295018 observed vs 0.00295018 expected)
PASS: qawf(f457) rlist (-0.00216824 observed vs -0.00216824 expected)
PASS: qawf(f457) rlist (0.00168091 observed vs 0.00168091 expected)
PASS: qawf(f457) rlist (-0.0013528 observed vs -0.0013528 expected)
PASS: qawf(f457) rlist (0.00111935 observed vs 0.00111935 expected)
PASS: qawf(f457) elist (1.2248e-12 observed vs 1.2248e-12 expected)
PASS: qawf(f457) elist (1.39657e-13 observed vs 1.39657e-13 expected)
PASS: qawf(f457) elist (1.05384e-16 observed vs 1.05384e-16 expected)
PASS: qawf(f457) elist (6.50521e-19 observed vs 6.50521e-19 expected)
PASS: qawf(f457) elist (7.15573e-18 observed vs 7.15573e-18 expected)
PASS: qawf(f457) elist (1.10589e-17 observed vs 1.10589e-17 expected)
PASS: qawf(f457) elist (9.75782e-18 observed vs 9.75782e-18 expected)
PASS: qawf(f457) elist (5.85469e-18 observed vs 5.85469e-18 expected)
PASS: qawf(f457) elist (4.55365e-18 observed vs 4.55365e-18 expected)
FAIL: test
===================
1 of 1 tests failed
===================
make[2]: [check-TESTS] Error 1 (ignored)
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/integration'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/integration'
Making check in interpolation
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/interpolation'
make  test
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/interpolation'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/home/rherwadk/work/gnome/gsl-0.5 -I/home/rherwadk/work/gnome/gsl-0.5/err    -O -c test.c
gcc  -O  -o test  test.o libgslinterpolation.a ../err/libgslerr.a ../err/libgsltest.a ../utils/libutils.a -lm 
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/interpolation'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/interpolation'
PASS: linear interpolation
PASS: cspline interpolation
PASS: test
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/interpolation'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/interpolation'
Making check in histogram
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/histogram'
make  test test2d test_resample test2d_resample test_trap test2d_trap test_gsl_histogram.sh
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/histogram'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../block -I./../err    -O -c test.c
gcc  -O  -o test  test.o libgslhistogram.a ../block/libgslblock.a  ../err/libgslerr.a ../err/libgsltest.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../block -I./../err    -O -c test2d.c
gcc  -O  -o test2d  test2d.o libgslhistogram.a ../block/libgslblock.a  ../err/libgslerr.a ../err/libgsltest.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../block -I./../err    -O -c test_resample.c
gcc  -O  -o test_resample  test_resample.o libgslhistogram.a ../block/libgslblock.a ../err/libgslerr.a ../err/libgsltest.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../block -I./../err    -O -c test2d_resample.c
gcc  -O  -o test2d_resample  test2d_resample.o libgslhistogram.a ../block/libgslblock.a  ../err/libgslerr.a ../err/libgsltest.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../block -I./../err    -O -c test_trap.c
gcc  -O  -o test_trap  test_trap.o libgslhistogram.a ../block/libgslblock.a ../err/libgslerr.a ../err/libgsltest.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../block -I./../err    -O -c test2d_trap.c
gcc  -O  -o test2d_trap  test2d_trap.o libgslhistogram.a ../block/libgslblock.a  ../err/libgslerr.a ../err/libgsltest.a -lm 
make[2]: *** No rule to make target `test_gsl_histogram.sh'.  Stop.
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/histogram'
make[1]: [check-am] Error 2 (ignored)
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/histogram'
make[2]: *** No rule to make target `test_gsl_histogram.sh', needed by `check-TESTS'.  Stop.
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/histogram'
make[1]: [check-am] Error 2 (ignored)
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/histogram'
Making check in monte
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/monte'
make  vegas_test miser_test plain_test
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/monte'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../ -I./../err -I./../rng/ 		-I./../vector/ -I./../block/    -O -c vegas_test.c
gcc  -O  -o vegas_test  vegas_test.o libgslmonte.a ../rng/libgslrng.a ../vector/libgslvector.a 	../block/libgslblock.a	../err/libgslerr.a ../err/libgsltest.a ../utils/libutils.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../ -I./../err -I./../rng/ 		-I./../vector/ -I./../block/    -O -c miser_test.c
gcc  -O  -o miser_test  miser_test.o libgslmonte.a ../rng/libgslrng.a ../vector/libgslvector.a 		../block/libgslblock.a ../err/libgslerr.a ../err/libgsltest.a ../utils/libutils.a -lm 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../ -I./../err -I./../rng/ 		-I./../vector/ -I./../block/    -O -c plain_test.c
gcc  -O  -o plain_test  plain_test.o libgslmonte.a ../rng/libgslrng.a ../vector/libgslvector.a 		../block/libgslblock.a ../err/libgslerr.a ../err/libgsltest.a ../utils/libutils.a -lm 
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/monte'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/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[2]: [check-TESTS] Error 1 (ignored)
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/monte'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/monte'
Making check in ode-initval
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/ode-initval'
make  test_odeiv
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/ode-initval'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../ieee-utils -I./../err -I./../linalg -I./../matrix -I./../vector -I./../block     -O -c test_odeiv.c
gcc  -O  -o test_odeiv  test_odeiv.o libgslodeiv.a 	../ieee-utils/libgslieeeutils.a 	../sys/libgslsys.a 	../err/libgslerr.a 	../err/libgsltest.a 	../linalg/libgsllinalg.a 	../matrix/libgslmatrix.a 	../vector/libgslvector.a 	../block/libgslblock.a         ../utils/libutils.a -lm 
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/ode-initval'
make  check-TESTS
make[2]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/ode-initval'
PASS:   LINEAR
PASS:   SIN
PASS:   EXP
PASS: Runge-Kutta 2(3), Euler-Cauchy
PASS:   LINEAR
PASS:   SIN
PASS:   EXP
PASS: Runge-Kutta 4, Classical
PASS:   LINEAR
PASS:   SIN
PASS:   EXP
PASS: Runge-Kutta 4(5), Cash-Karp
PASS:   LINEAR
PASS:   SIN
PASS:   EXP
PASS:   SIN
PASS:   EXP
PASS: Runge-Kutta 8(9), Prince-Dormand
PASS:   LINEAR
PASS:   SIN
PASS:   EXP
PASS:   STIFF
PASS: Runge-Kutta 2, Gaussian implicit
PASS:   LINEAR
PASS:   SIN
PASS:   EXP
PASS:   STIFF
PASS: Runge-Kutta 4, Gaussian implicit
PASS:   LINEAR
PASS:   SIN
PASS:   EXP
PASS:   STIFF
PASS: Gear 1
PASS:   LINEAR
PASS:   SIN
PASS:   EXP
PASS:   STIFF
PASS:   EXP
PASS:   STIFF
PASS: Gear 2
PASS:   LINEAR
PASS:   STIFF
PASS:   EXP
PASS:   STIFF
PASS: Bulirsch-Stoer Implicit
PASS:   Evolve: exp, rkck
PASS:   Evolve: exp, rk8pd
PASS:   Evolve: sin, rk8pd
PASS:   Evolve: stiff, rk2imp
PASS:   Evolve: stiff, rk4imp
PASS:   Evolve Flat: stiff, gear1
PASS:   Evolve: stiff, gear1
PASS:   Evolve Flat: stiff, gear2
PASS:   Evolve: stiff, gear2
PASS: Evolution
PASS: test_odeiv
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/ode-initval'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/ode-initval'
Making check in doc
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5/doc'
make[1]: Entering directory `/home/rherwadk/work/gnome/gsl-0.5'
make[1]: Leaving directory `/home/rherwadk/work/gnome/gsl-0.5'
vossun1~/work/gnome/gsl-0.5{6}% uname -a
SunOS vossun1 5.6 Generic_105181-16 sun4u sparc SUNW,Ultra-Enterprise

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