Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/DistanceFunctions/
Darm_boolean_distance_template.h112 uint32_t _ctf=0; in FUNC() local
144 _ctf += vaddvq(vecTF); in FUNC()
181 _ctf += (ba && (1 ^ bb)); in FUNC()
212 _ctf += (ba && (1 ^ bb)); in FUNC()
227 *cTF = _ctf; in FUNC()
262 uint32_t _ctf=0; in FUNC() local
377 _ctf += vgetq_lane_u64(tmp4tf, 0) + vgetq_lane_u64(tmp4tf, 1); in FUNC()
403 _ctf += (ba && (1 ^ bb)); in FUNC()
434 _ctf += (ba && (1 ^ bb)); in FUNC()
449 *cTF = _ctf; in FUNC()
[all …]