Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/DistanceFunctions/
Darm_boolean_distance_template.h286 uint64x2_t tmp4; in FUNC() local
338 tmp4 = vpaddlq_u32(tmp3); in FUNC()
339 tmp4tt = vaddq_u64(tmp4tt, tmp4); in FUNC()
346 tmp4 = vpaddlq_u32(tmp3); in FUNC()
347 tmp4ff = vaddq_u64(tmp4ff, tmp4); in FUNC()
354 tmp4 = vpaddlq_u32(tmp3); in FUNC()
355 tmp4tf = vaddq_u64(tmp4tf, tmp4); in FUNC()
362 tmp4 = vpaddlq_u32(tmp3); in FUNC()
363 tmp4ft = vaddq_u64(tmp4ft, tmp4); in FUNC()
/cmsis-dsp-latest/Documentation/Doxygen/src/
Dintroduction.md26 2. Temporary buffers need to be allocated and managed (`tmp1`,`tmp2`,`tmp3`,`tmp4`)