Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/DistanceFunctions/
Darm_boolean_distance_template.h297 uint64x2_t tmp4ft; in FUNC() local
310 tmp4ft = vdupq_n_u64(0); in FUNC()
363 tmp4ft = vaddq_u64(tmp4ft, tmp4); in FUNC()
380 _cft += vgetq_lane_u64(tmp4ft, 0) + vgetq_lane_u64(tmp4ft, 1); in FUNC()