Home
last modified time | relevance | path

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

/cmsis-dsp-3.7.0-3.6.0/Source/DistanceFunctions/
Darm_boolean_distance_template.h98 uint32_t _cft=0; in FUNC() local
132 _cft += vaddvq(vecFT); in FUNC()
167 _cft += ((1 ^ ba) && bb); in FUNC()
198 _cft += ((1 ^ ba) && bb); in FUNC()
213 *cFT = _cft; in FUNC()
248 uint32_t _cft=0; in FUNC() local
363 _cft += vgetq_lane_u64(tmp4ft, 0) + vgetq_lane_u64(tmp4ft, 1); in FUNC()
389 _cft += ((1 ^ ba) && bb); in FUNC()
420 _cft += ((1 ^ ba) && bb); in FUNC()
435 *cFT = _cft; in FUNC()
[all …]