Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/SVDFunctions/
Darm_svdf_s8.c151 const int8_t *v1 = weights_time_data; in arm_svdf_s8() local
166 v1 = read_and_pad_reordered(v1, &r1_1, &r1_2); in arm_svdf_s8()
175 sum += *v1 * *v2; in arm_svdf_s8()
176 v1++; in arm_svdf_s8()
182 sum += *v1 * *v2; in arm_svdf_s8()
183 v1++; in arm_svdf_s8()
Darm_svdf_state_s16_s8.c138 const int16_t *v1 = weights_time_data; in arm_svdf_state_s16_s8() local
151 int32_t r1 = arm_nn_read_q15x2_ia(&v1); in arm_svdf_state_s16_s8()
160 sum += *v1 * *v2; in arm_svdf_state_s16_s8()
161 v1++; in arm_svdf_state_s16_s8()
167 sum += *v1 * *v2; in arm_svdf_state_s16_s8()
168 v1++; in arm_svdf_state_s16_s8()
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h78 #define PACK_S8x4_32x1(v0, v1, v2, v3) … argument
79 …((((int32_t)(v0) << 0) & (int32_t)0x000000FF) | (((int32_t)(v1) << 8) & (int32_t)0x0000FF00) | …
85 #define PACK_Q15x2_32x1(v0, v1) (((int32_t)v0 & (int32_t)0xFFFF) | ((int32_t)v1 << 16)) argument