Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/DSP/Source/DistanceFunctions/
Darm_boolean_distance_template.h281 uint64x2_t tmp4ft; in FUNC() local
294 tmp4ft = vdupq_n_u64(0); in FUNC()
347 tmp4ft = vaddq_u64(tmp4ft, tmp4); in FUNC()
364 _cft += vgetq_lane_u64(tmp4ft, 0) + vgetq_lane_u64(tmp4ft, 1); in FUNC()