Searched refs:nbTests (Results 1 – 10 of 10) sorted by relevance
18 int nbTests; in test_fir_decimate_f32() local26 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() local81 nbTests=config.nbSamples() / 4; in test_fir_interpolate_f32()83 for(nb=0;nb < nbTests; nb++) in test_fir_interpolate_f32()
18 int nbTests; in test_fir_decimate_f64() local26 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++)
21 int nbTests; in test_fir_decimate_q15() local29 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() local81 nbTests=config.nbSamples() / 4; in test_fir_interpolate_q15()83 for(nb=0;nb < nbTests; nb++) in test_fir_interpolate_q15()
21 int nbTests; in test_fir_decimate_q31() local29 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() local84 nbTests=config.nbSamples() / 4; in test_fir_interpolate_q31()86 for(nb=0;nb < nbTests; nb++) in test_fir_interpolate_q31()
17 for(int i=0; i < this->nbTests ; i ++) in test_barycenter_f16()44 this->nbTests=dimsp[0]; in setUp()
17 for(int i=0; i < this->nbTests ; i ++) in test_barycenter_f32()44 this->nbTests=dimsp[0]; in setUp()
200 int nbTests = s->getNbTests(); in run() local221 for(int i=1; i <= nbTests; i++) in run()394 int nbTests = g->getNbContainer(); in run() local404 for(int i=1; i <= nbTests; i++) in run()
45 def genBarycenter(config,nb,nbTests,nbVecsArray,vecDimArray): argument51 dims.append(nbTests)54 for i in range(0,nbTests):
21 int nbTests; variable