Home
last modified time | relevance | path

Searched defs:nbTests (Results 1 – 8 of 8) sorted by relevance

/cmsis-dsp-latest/Testing/Include/Tests/
DSupportBarTestsF16.h21 int nbTests; variable
DSupportBarTestsF32.h21 int nbTests; variable
/cmsis-dsp-latest/Testing/Source/Tests/
DDECIMF32.cpp18 int nbTests; in test_fir_decimate_f32() local
73 int nbTests; in test_fir_interpolate_f32() local
DDECIMQ15.cpp21 int nbTests; in test_fir_decimate_q15() local
73 int nbTests; in test_fir_interpolate_q15() local
DDECIMQ31.cpp21 int nbTests; in test_fir_decimate_q31() local
76 int nbTests; in test_fir_interpolate_q31() local
DDECIMF64.cpp18 int nbTests; in test_fir_decimate_f64() local
/cmsis-dsp-latest/Testing/FrameworkSource/
DIORunner.cpp200 int nbTests = s->getNbTests(); in run() local
394 int nbTests = g->getNbContainer(); in run() local
/cmsis-dsp-latest/Testing/PatternGeneration/
DSupport.py45 def genBarycenter(config,nb,nbTests,nbVecsArray,vecDimArray): argument