| 
    SAF
    
   | 
 
Unit tests for the SAF third-party resources. More...
#include "saf_test.h"Go to the source code of this file.
Functions | |
| void | test__afSTFT (void) | 
| Testing the alias-free STFT filterbank (near)-perfect reconstruction performance.   | |
| void | test__realloc2d_r (void) | 
| Testing the realloc2d_r() function (reallocating 2-D array, while retaining the previous data order; except truncated or extended)   | |
| void | test__malloc4d (void) | 
| Testing that malloc4d() works, and is truely contiguously allocated.   | |
| void | test__malloc5d (void) | 
| Testing that malloc5d() works, and is truely contiguously allocated.   | |
| void | test__malloc6d (void) | 
| Testing that malloc6d() works, and is truely contiguously allocated.   | |
Unit tests for the SAF third-party resources.
Definition in file test__resources.c.
| void test__afSTFT | ( | void | ) | 
Testing the alias-free STFT filterbank (near)-perfect reconstruction performance.
Definition at line 27 of file test__resources.c.
| void test__malloc4d | ( | void | ) | 
Testing that malloc4d() works, and is truely contiguously allocated.
Definition at line 162 of file test__resources.c.
| void test__malloc5d | ( | void | ) | 
Testing that malloc5d() works, and is truely contiguously allocated.
Definition at line 193 of file test__resources.c.
| void test__malloc6d | ( | void | ) | 
Testing that malloc6d() works, and is truely contiguously allocated.
Definition at line 227 of file test__resources.c.
| void test__realloc2d_r | ( | void | ) | 
Testing the realloc2d_r() function (reallocating 2-D array, while retaining the previous data order; except truncated or extended)
Definition at line 102 of file test__resources.c.