Home
last modified time | relevance | path

Searched refs:nbTests (Results 1 – 10 of 10) sorted by relevance

/cmsis-dsp-latest/Testing/Source/Tests/
DDECIMF32.cpp18 int nbTests; in test_fir_decimate_f32() local
26 nbTests=config.nbSamples() / 4; in test_fir_decimate_f32()
28 for(nb=0;nb < nbTests; nb++) in test_fir_decimate_f32()
73 int nbTests; in test_fir_interpolate_f32() local
81 nbTests=config.nbSamples() / 4; in test_fir_interpolate_f32()
83 for(nb=0;nb < nbTests; nb++) in test_fir_interpolate_f32()
DDECIMF64.cpp18 int nbTests; in test_fir_decimate_f64() local
26 nbTests=config.nbSamples() / 4; in test_fir_decimate_f64()
28 for(nb=0;nb < nbTests; nb++) in test_fir_decimate_f64()
74 int nbTests;
82 nbTests=config.nbSamples() / 4;
84 for(nb=0;nb < nbTests; nb++)
DDECIMQ15.cpp21 int nbTests; in test_fir_decimate_q15() local
29 nbTests=config.nbSamples() / 4; in test_fir_decimate_q15()
31 for(nb=0;nb < nbTests; nb++) in test_fir_decimate_q15()
73 int nbTests; in test_fir_interpolate_q15() local
81 nbTests=config.nbSamples() / 4; in test_fir_interpolate_q15()
83 for(nb=0;nb < nbTests; nb++) in test_fir_interpolate_q15()
DDECIMQ31.cpp21 int nbTests; in test_fir_decimate_q31() local
29 nbTests=config.nbSamples() / 4; in test_fir_decimate_q31()
31 for(nb=0;nb < nbTests; nb++) in test_fir_decimate_q31()
76 int nbTests; in test_fir_interpolate_q31() local
84 nbTests=config.nbSamples() / 4; in test_fir_interpolate_q31()
86 for(nb=0;nb < nbTests; nb++) in test_fir_interpolate_q31()
DSupportBarTestsF16.cpp17 for(int i=0; i < this->nbTests ; i ++) in test_barycenter_f16()
44 this->nbTests=dimsp[0]; in setUp()
DSupportBarTestsF32.cpp17 for(int i=0; i < this->nbTests ; i ++) in test_barycenter_f32()
44 this->nbTests=dimsp[0]; in setUp()
/cmsis-dsp-latest/Testing/FrameworkSource/
DIORunner.cpp200 int nbTests = s->getNbTests(); in run() local
221 for(int i=1; i <= nbTests; i++) in run()
394 int nbTests = g->getNbContainer(); in run() local
404 for(int i=1; i <= nbTests; i++) in run()
/cmsis-dsp-latest/Testing/PatternGeneration/
DSupport.py45 def genBarycenter(config,nb,nbTests,nbVecsArray,vecDimArray): argument
51 dims.append(nbTests)
54 for i in range(0,nbTests):
/cmsis-dsp-latest/Testing/Include/Tests/
DSupportBarTestsF16.h21 int nbTests; variable
DSupportBarTestsF32.h21 int nbTests; variable