Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/DistanceFunctions/
Darm_boolean_distance_template.h291 uint64x2_t tmp4ff; in FUNC() local
304 tmp4ff = vdupq_n_u64(0); in FUNC()
347 tmp4ff = vaddq_u64(tmp4ff, tmp4); in FUNC()
374 _cff +=vgetq_lane_u64(tmp4ff, 0) + vgetq_lane_u64(tmp4ff, 1); in FUNC()