Searched refs:tmpV2 (Results 1 – 2 of 2) sorted by relevance
/cmsis-dsp-latest/Source/BayesFunctions/ |
D | arm_gaussian_naive_bayes_predict_f32.c | 176 float32x2_t tmpV2; in arm_gaussian_naive_bayes_predict_f32() local 235 tmpV2 = vpadd_f32(vget_low_f32(tmpV),vget_high_f32(tmpV)); in arm_gaussian_naive_bayes_predict_f32() 236 tmp += vget_lane_f32(tmpV2, 0) + vget_lane_f32(tmpV2, 1); in arm_gaussian_naive_bayes_predict_f32() 238 tmpV2 = vpadd_f32(vget_low_f32(tmpV1),vget_high_f32(tmpV1)); in arm_gaussian_naive_bayes_predict_f32() 239 tmp1 += vget_lane_f32(tmpV2, 0) + vget_lane_f32(tmpV2, 1); in arm_gaussian_naive_bayes_predict_f32() 307 tmpV2 = vpadd_f32(vget_low_f32(tmpV),vget_high_f32(tmpV)); in arm_gaussian_naive_bayes_predict_f32() 308 tmp += vget_lane_f32(tmpV2, 0) + vget_lane_f32(tmpV2, 1); in arm_gaussian_naive_bayes_predict_f32()
|
/cmsis-dsp-latest/Source/StatisticsFunctions/ |
D | arm_entropy_f32.c | 109 float32x4_t tmpV, tmpV2; in arm_entropy_f32() local 122 tmpV2 = vlogq_f32(tmpV); in arm_entropy_f32() 123 accumV = vmlaq_f32(accumV, tmpV, tmpV2); in arm_entropy_f32()
|