Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/BayesFunctions/
Darm_gaussian_naive_bayes_predict_f32.c175 float32x4_t tmpV,tmpVb,tmpV1; in arm_gaussian_naive_bayes_predict_f32() local
193 tmpV1 = vdupq_n_f32(0.0f); in arm_gaussian_naive_bayes_predict_f32()
215 tmpV1 = vmlsq_n_f32(tmpV1,tmpVb,0.5f); in arm_gaussian_naive_bayes_predict_f32()
225 tmpV1 = vmlsq_n_f32(tmpV1,tmpVb,0.5f); 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()