/cmsis-dsp-3.7.0-3.6.0/Source/MatrixFunctions/ |
D | Config.cmake | 6 set(SRCF64 MatrixFunctions/arm_mat_cholesky_f64.c 7 MatrixFunctions/arm_mat_inverse_f64.c 8 MatrixFunctions/arm_mat_ldlt_f64.c 9 MatrixFunctions/arm_mat_mult_f64.c 10 MatrixFunctions/arm_mat_solve_lower_triangular_f64.c 11 MatrixFunctions/arm_mat_solve_upper_triangular_f64.c 12 MatrixFunctions/arm_mat_sub_f64.c 13 MatrixFunctions/arm_mat_trans_f64.c 14 MatrixFunctions/arm_mat_qr_f64.c 15 MatrixFunctions/arm_householder_f64.c [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Source/BasicMathFunctions/ |
D | Config.cmake | 4 set(SRCF64 BasicMathFunctions/arm_abs_f64.c 5 BasicMathFunctions/arm_add_f64.c 6 BasicMathFunctions/arm_dot_prod_f64.c 7 BasicMathFunctions/arm_mult_f64.c 8 BasicMathFunctions/arm_negate_f64.c 9 BasicMathFunctions/arm_offset_f64.c 10 BasicMathFunctions/arm_scale_f64.c 11 BasicMathFunctions/arm_sub_f64.c 14 set(SRCF32 BasicMathFunctions/arm_abs_f32.c 15 BasicMathFunctions/arm_add_f32.c [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Source/FilteringFunctions/ |
D | Config.cmake | 5 target_sources(CMSISDSP PRIVATE FilteringFunctions/arm_lms_norm_init_q31.c) 7 target_sources(CMSISDSP PRIVATE FilteringFunctions/arm_lms_norm_init_q15.c) 9 target_sources(CMSISDSP PRIVATE FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c) 10 target_sources(CMSISDSP PRIVATE FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c) 11 target_sources(CMSISDSP PRIVATE FilteringFunctions/arm_biquad_cascade_df1_f32.c) 12 target_sources(CMSISDSP PRIVATE FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c) 13 target_sources(CMSISDSP PRIVATE FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c) 14 target_sources(CMSISDSP PRIVATE FilteringFunctions/arm_biquad_cascade_df1_init_f32.c) 15 target_sources(CMSISDSP PRIVATE FilteringFunctions/arm_biquad_cascade_df1_init_q15.c) 16 target_sources(CMSISDSP PRIVATE FilteringFunctions/arm_biquad_cascade_df1_init_q31.c) [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Source/SupportFunctions/ |
D | Config.cmake | 6 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_barycenter_f32.c 7 SupportFunctions/arm_bitonic_sort_f32.c 8 SupportFunctions/arm_bubble_sort_f32.c 9 SupportFunctions/arm_copy_f32.c 10 SupportFunctions/arm_copy_f64.c 11 SupportFunctions/arm_copy_q15.c 12 SupportFunctions/arm_copy_q31.c 13 SupportFunctions/arm_copy_q7.c 14 SupportFunctions/arm_f16_to_float.c 15 SupportFunctions/arm_f16_to_q15.c [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Source/StatisticsFunctions/ |
D | Config.cmake | 7 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_entropy_f32.c) 8 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_entropy_f64.c) 9 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_kullback_leibler_f32.c) 10 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_kullback_leibler_f64.c) 11 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_logsumexp_dot_prod_f32.c) 12 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_logsumexp_f32.c) 13 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_max_f32.c) 14 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_max_f64.c) 15 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_max_no_idx_f32.c) 16 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_max_no_idx_f64.c) [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Source/TransformFunctions/ |
D | Config.cmake | 5 target_sources(CMSISDSP PRIVATE TransformFunctions/arm_bitreversal.c) 6 target_sources(CMSISDSP PRIVATE TransformFunctions/arm_bitreversal2.c) 9 target_sources(CMSISDSP PRIVATE TransformFunctions/arm_bitreversal_f16.c) 12 target_sources(CMSISDSP PRIVATE TransformFunctions/arm_cfft_radix2_f32.c) 13 target_sources(CMSISDSP PRIVATE TransformFunctions/arm_cfft_radix4_f32.c) 14 target_sources(CMSISDSP PRIVATE TransformFunctions/arm_cfft_radix8_f32.c) 15 target_sources(CMSISDSP PRIVATE TransformFunctions/arm_cfft_f32.c) 16 target_sources(CMSISDSP PRIVATE TransformFunctions/arm_cfft_init_f32.c) 19 target_sources(CMSISDSP PRIVATE TransformFunctions/arm_cfft_radix2_f16.c) 20 target_sources(CMSISDSP PRIVATE TransformFunctions/arm_cfft_radix4_f16.c) [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Source/WindowFunctions/ |
D | Config.cmake | 4 set(SRCF64 WindowFunctions/arm_welch_f64.c 5 WindowFunctions/arm_bartlett_f64.c 6 WindowFunctions/arm_hamming_f64.c 7 WindowFunctions/arm_hanning_f64.c 8 WindowFunctions/arm_nuttall3_f64.c 9 WindowFunctions/arm_nuttall4_f64.c 10 WindowFunctions/arm_nuttall3a_f64.c 11 WindowFunctions/arm_nuttall3b_f64.c 12 WindowFunctions/arm_nuttall4a_f64.c 13 WindowFunctions/arm_blackman_harris_92db_f64.c [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Source/DistanceFunctions/ |
D | Config.cmake | 5 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_boolean_distance.c) 6 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_braycurtis_distance_f32.c) 7 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_canberra_distance_f32.c) 8 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_chebyshev_distance_f32.c) 9 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_chebyshev_distance_f64.c) 10 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_cityblock_distance_f32.c) 11 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_cityblock_distance_f64.c) 12 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_correlation_distance_f32.c) 13 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_cosine_distance_f32.c) 14 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_cosine_distance_f64.c) [all …]
|
D | arm_braycurtis_distance_f32.c | 58 f32x4_t a, b, c, accumDiffV, accumSumV; in arm_braycurtis_distance_f32() local 69 c = vabdq(a, b); in arm_braycurtis_distance_f32() 70 accumDiffV = vaddq(accumDiffV, c); in arm_braycurtis_distance_f32() 72 c = vaddq_f32(a, b); in arm_braycurtis_distance_f32() 73 c = vabsq_f32(c); in arm_braycurtis_distance_f32() 74 accumSumV = vaddq(accumSumV, c); in arm_braycurtis_distance_f32() 88 c = vabdq(a, b); in arm_braycurtis_distance_f32() 89 accumDiffV = vaddq_m(accumDiffV, accumDiffV, c, p0); in arm_braycurtis_distance_f32() 91 c = vaddq_f32(a, b); in arm_braycurtis_distance_f32() 92 c = vabsq_f32(c); in arm_braycurtis_distance_f32() [all …]
|
D | arm_braycurtis_distance_f16.c | 79 f16x8_t a, b, c, accumDiffV, accumSumV; in arm_braycurtis_distance_f16() local 90 c = vabdq(a, b); in arm_braycurtis_distance_f16() 91 accumDiffV = vaddq(accumDiffV, c); in arm_braycurtis_distance_f16() 93 c = vaddq_f16(a, b); in arm_braycurtis_distance_f16() 94 c = vabsq_f16(c); in arm_braycurtis_distance_f16() 95 accumSumV = vaddq(accumSumV, c); in arm_braycurtis_distance_f16() 109 c = vabdq(a, b); in arm_braycurtis_distance_f16() 110 accumDiffV = vaddq_m(accumDiffV, accumDiffV, c, p0); in arm_braycurtis_distance_f16() 112 c = vaddq_f16(a, b); in arm_braycurtis_distance_f16() 113 c = vabsq_f16(c); in arm_braycurtis_distance_f16() [all …]
|
D | arm_canberra_distance_f32.c | 64 f32x4_t a, b, c, accumV; in arm_canberra_distance_f32() local 73 c = vabdq(a, b); in arm_canberra_distance_f32() 89 c = vmulq(c, a); in arm_canberra_distance_f32() 90 accumV = vaddq(accumV, c); in arm_canberra_distance_f32() 104 c = vabdq(a, b); in arm_canberra_distance_f32() 120 c = vmulq(c, a); in arm_canberra_distance_f32() 121 accumV = vaddq_m(accumV, accumV, c, p0); in arm_canberra_distance_f32() 138 float32x4_t a,b,c,accumV; in arm_canberra_distance_f32() local 151 c = vabdq_f32(a,b); in arm_canberra_distance_f32() 168 c = vmulq_f32(c,a); in arm_canberra_distance_f32() [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Scripts/ |
D | mfccdata.py | 174 c=configs[config] 175 if c["win"] == "hamming": 176 win = sig.hamming(c["fftlength"], sym=False) 177 if c["win"] == "hanning": 178 win = sig.hann(c["fftlength"], sym=False) 180 cvt=ConvertArray(c["type"]) 181 c["ctype"]=ctype(c["type"]) 182 c["ext"]=typeext(c["type"]) 184 c["winSamples"] = cvt.getArrayContent(win) 188 c=configs[config] [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Source/ComplexMathFunctions/ |
D | Config.cmake | 9 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_mag_q31.c) 11 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_mag_q15.c) 13 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_mag_fast_q15.c) 15 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_conj_f32.c) 16 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_conj_q15.c) 17 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_conj_q31.c) 18 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_dot_prod_f32.c) 19 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_dot_prod_q15.c) 20 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_dot_prod_q31.c) 21 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_mag_f32.c) [all …]
|
D | arm_cmplx_mult_cmplx_f16.c | 170 _Float16 a, b, c, d; /* Temporary variables to store real and imaginary values */ in arm_cmplx_mult_cmplx_f16() local 184 c = *pSrcB++; in arm_cmplx_mult_cmplx_f16() 187 *pDst++ = (a * c) - (b * d); in arm_cmplx_mult_cmplx_f16() 188 *pDst++ = (a * d) + (b * c); in arm_cmplx_mult_cmplx_f16() 192 c = *pSrcB++; in arm_cmplx_mult_cmplx_f16() 194 *pDst++ = (a * c) - (b * d); in arm_cmplx_mult_cmplx_f16() 195 *pDst++ = (a * d) + (b * c); in arm_cmplx_mult_cmplx_f16() 199 c = *pSrcB++; in arm_cmplx_mult_cmplx_f16() 201 *pDst++ = (a * c) - (b * d); in arm_cmplx_mult_cmplx_f16() 202 *pDst++ = (a * d) + (b * c); in arm_cmplx_mult_cmplx_f16() [all …]
|
D | arm_cmplx_mult_cmplx_q15.c | 179 q15_t a, b, c, d; /* Temporary variables */ in arm_cmplx_mult_cmplx_q15() local 193 c = *pSrcB++; in arm_cmplx_mult_cmplx_q15() 196 *pDst++ = (q15_t) ( (((q31_t) a * c) >> 17) - (((q31_t) b * d) >> 17) ); in arm_cmplx_mult_cmplx_q15() 197 *pDst++ = (q15_t) ( (((q31_t) a * d) >> 17) + (((q31_t) b * c) >> 17) ); in arm_cmplx_mult_cmplx_q15() 201 c = *pSrcB++; in arm_cmplx_mult_cmplx_q15() 203 *pDst++ = (q15_t) ( (((q31_t) a * c) >> 17) - (((q31_t) b * d) >> 17) ); in arm_cmplx_mult_cmplx_q15() 204 *pDst++ = (q15_t) ( (((q31_t) a * d) >> 17) + (((q31_t) b * c) >> 17) ); in arm_cmplx_mult_cmplx_q15() 208 c = *pSrcB++; in arm_cmplx_mult_cmplx_q15() 210 *pDst++ = (q15_t) ( (((q31_t) a * c) >> 17) - (((q31_t) b * d) >> 17) ); in arm_cmplx_mult_cmplx_q15() 211 *pDst++ = (q15_t) ( (((q31_t) a * d) >> 17) + (((q31_t) b * c) >> 17) ); in arm_cmplx_mult_cmplx_q15() [all …]
|
D | arm_cmplx_mult_cmplx_q31.c | 174 q31_t a, b, c, d; /* Temporary variables */ in arm_cmplx_mult_cmplx_q31() local 188 c = *pSrcB++; in arm_cmplx_mult_cmplx_q31() 191 *pDst++ = (q31_t) ( (((q63_t) a * c) >> 33) - (((q63_t) b * d) >> 33) ); in arm_cmplx_mult_cmplx_q31() 192 *pDst++ = (q31_t) ( (((q63_t) a * d) >> 33) + (((q63_t) b * c) >> 33) ); in arm_cmplx_mult_cmplx_q31() 196 c = *pSrcB++; in arm_cmplx_mult_cmplx_q31() 198 *pDst++ = (q31_t) ( (((q63_t) a * c) >> 33) - (((q63_t) b * d) >> 33) ); in arm_cmplx_mult_cmplx_q31() 199 *pDst++ = (q31_t) ( (((q63_t) a * d) >> 33) + (((q63_t) b * c) >> 33) ); in arm_cmplx_mult_cmplx_q31() 203 c = *pSrcB++; in arm_cmplx_mult_cmplx_q31() 205 *pDst++ = (q31_t) ( (((q63_t) a * c) >> 33) - (((q63_t) b * d) >> 33) ); in arm_cmplx_mult_cmplx_q31() 206 *pDst++ = (q31_t) ( (((q63_t) a * d) >> 33) + (((q63_t) b * c) >> 33) ); in arm_cmplx_mult_cmplx_q31() [all …]
|
D | arm_cmplx_mult_cmplx_f32.c | 188 float32_t a, b, c, d; /* Temporary variables to store real and imaginary values */ in arm_cmplx_mult_cmplx_f32() local 239 c = *pSrcB++; in arm_cmplx_mult_cmplx_f32() 242 *pDst++ = (a * c) - (b * d); in arm_cmplx_mult_cmplx_f32() 243 *pDst++ = (a * d) + (b * c); in arm_cmplx_mult_cmplx_f32() 247 c = *pSrcB++; in arm_cmplx_mult_cmplx_f32() 249 *pDst++ = (a * c) - (b * d); in arm_cmplx_mult_cmplx_f32() 250 *pDst++ = (a * d) + (b * c); in arm_cmplx_mult_cmplx_f32() 254 c = *pSrcB++; in arm_cmplx_mult_cmplx_f32() 256 *pDst++ = (a * c) - (b * d); in arm_cmplx_mult_cmplx_f32() 257 *pDst++ = (a * d) + (b * c); in arm_cmplx_mult_cmplx_f32() [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Source/FastMathFunctions/ |
D | Config.cmake | 5 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_cos_f32.c) 7 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_cos_q15.c) 9 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_cos_q31.c) 11 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_sin_f32.c) 13 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_sin_q15.c) 15 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_sin_q31.c) 17 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_sqrt_q31.c) 19 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_sqrt_q15.c) 21 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_vlog_f32.c) 22 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_vlog_f64.c) [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Source/SVMFunctions/ |
D | Config.cmake | 6 target_sources(CMSISDSP PRIVATE SVMFunctions/arm_svm_linear_init_f32.c) 7 target_sources(CMSISDSP PRIVATE SVMFunctions/arm_svm_rbf_init_f32.c) 8 target_sources(CMSISDSP PRIVATE SVMFunctions/arm_svm_linear_predict_f32.c) 9 target_sources(CMSISDSP PRIVATE SVMFunctions/arm_svm_rbf_predict_f32.c) 10 target_sources(CMSISDSP PRIVATE SVMFunctions/arm_svm_polynomial_init_f32.c) 11 target_sources(CMSISDSP PRIVATE SVMFunctions/arm_svm_sigmoid_init_f32.c) 12 target_sources(CMSISDSP PRIVATE SVMFunctions/arm_svm_polynomial_predict_f32.c) 13 target_sources(CMSISDSP PRIVATE SVMFunctions/arm_svm_sigmoid_predict_f32.c) 20 target_sources(CMSISDSP PRIVATE SVMFunctions/arm_svm_linear_init_f16.c) 21 target_sources(CMSISDSP PRIVATE SVMFunctions/arm_svm_rbf_init_f16.c) [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Source/ |
D | Makefile | 35 SRCS := $(CMSIS_DSP)/Source/BasicMathFunctions/BasicMathFunctions.c \ 36 $(CMSIS_DSP)/Source/CommonTables/CommonTables.c \ 37 $(CMSIS_DSP)/Source/InterpolationFunctions/InterpolationFunctions.c \ 38 $(CMSIS_DSP)/Source/BayesFunctions/BayesFunctions.c \ 39 $(CMSIS_DSP)/Source/MatrixFunctions/MatrixFunctions.c \ 40 $(CMSIS_DSP)/Source/ComplexMathFunctions/ComplexMathFunctions.c \ 41 $(CMSIS_DSP)/Source/QuaternionMathFunctions/QuaternionMathFunctions.c \ 42 $(CMSIS_DSP)/Source/ControllerFunctions/ControllerFunctions.c \ 43 $(CMSIS_DSP)/Source/SVMFunctions/SVMFunctions.c \ 44 $(CMSIS_DSP)/Source/DistanceFunctions/DistanceFunctions.c \ [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Testing/PatternGeneration/ |
D | QR.py | 10 c=np.random.randn(cols) 11 c = Tools.normalize(c)[np.newaxis] 12 result=r.T.dot(c) 34 c = math.sqrt(1-s*s) 40 m[i,i+1:] = - sc * c * np.ones(rows-i-1) 79 for c in range(cols): 80 currentSize = rows - c 81 v,beta=householder(m[c:,c],eps=eps) 86 m[c:,c:] = np.dot(t,m[c:,c:]) 90 c=cols - 1 [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Source/InterpolationFunctions/ |
D | Config.cmake | 7 target_sources(CMSISDSP PRIVATE InterpolationFunctions/arm_bilinear_interp_f32.c) 8 target_sources(CMSISDSP PRIVATE InterpolationFunctions/arm_bilinear_interp_q15.c) 9 target_sources(CMSISDSP PRIVATE InterpolationFunctions/arm_bilinear_interp_q31.c) 10 target_sources(CMSISDSP PRIVATE InterpolationFunctions/arm_bilinear_interp_q7.c) 11 target_sources(CMSISDSP PRIVATE InterpolationFunctions/arm_linear_interp_f32.c) 12 target_sources(CMSISDSP PRIVATE InterpolationFunctions/arm_linear_interp_q15.c) 13 target_sources(CMSISDSP PRIVATE InterpolationFunctions/arm_linear_interp_q31.c) 14 target_sources(CMSISDSP PRIVATE InterpolationFunctions/arm_linear_interp_q7.c) 15 target_sources(CMSISDSP PRIVATE InterpolationFunctions/arm_spline_interp_f32.c) 16 target_sources(CMSISDSP PRIVATE InterpolationFunctions/arm_spline_interp_init_f32.c) [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Testing/TestScripts/ |
D | Deprecate.py | 8 for c in node.children: 9 if not correctDeprecation(c): 18 for c in node.children: 19 inheritDeprecation(c,current) 29 for c in root.children: 30 deprecateRec(c,newOthers,False) 33 for c in root.children: 34 deprecateRec(c,others,deprecated) 38 for c in root.children: 39 deprecateRec(c,newOthers,False) [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Source/ControllerFunctions/ |
D | Config.cmake | 6 target_sources(CMSISDSP PRIVATE ControllerFunctions/arm_pid_init_f32.c) 7 target_sources(CMSISDSP PRIVATE ControllerFunctions/arm_pid_init_q15.c) 8 target_sources(CMSISDSP PRIVATE ControllerFunctions/arm_pid_init_q31.c) 9 target_sources(CMSISDSP PRIVATE ControllerFunctions/arm_pid_reset_f32.c) 10 target_sources(CMSISDSP PRIVATE ControllerFunctions/arm_pid_reset_q15.c) 11 target_sources(CMSISDSP PRIVATE ControllerFunctions/arm_pid_reset_q31.c) 13 target_sources(CMSISDSP PRIVATE ControllerFunctions/arm_sin_cos_f32.c) 15 target_sources(CMSISDSP PRIVATE ControllerFunctions/arm_sin_cos_q31.c)
|
/cmsis-dsp-3.7.0-3.6.0/Testing/ |
D | extractDb.py | 38 r=c.execute(lastID) 42 r=c.execute(lastIDAndDate,(forID,)) 73 c = sqlite3.connect(args.b) variable 78 r=c.execute(coreidSQL,(corename,)) 151 r=c.execute("SELECT name FROM sqlite_master WHERE type='table'") 160 …r=c.execute("select distinct typeid from %s WHERE %s order by typeid desc " % (benchTable,runidCMD… 166 …r=c.execute("select distinct coreid from %s WHERE %s order by coreid desc " % (benchTable,runidCMD… 174 r += [x[0] for x in c.execute(runIDDetails % (table,runidCMD),runidval).fetchall()] 204 r=c.execute(allCompilers % benchTable,(typeid,)).fetchall() 211 r=c.execute(allCompilerForCore % benchTable,(coreid,)).fetchall() [all …]
|