Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/StatisticsFunctions/
Darm_max_no_idx_q15.c109 q15_t maxVal1, out; /* Temporary variables to store the output value. */ in arm_max_no_idx_q15() local
121 maxVal1 = *pSrc++; in arm_max_no_idx_q15()
124 if (out < maxVal1) in arm_max_no_idx_q15()
127 out = maxVal1; in arm_max_no_idx_q15()
Darm_max_no_idx_q31.c109 q31_t maxVal1, out; /* Temporary variables to store the output value. */ in arm_max_no_idx_q31() local
121 maxVal1 = *pSrc++; in arm_max_no_idx_q31()
124 if (out < maxVal1) in arm_max_no_idx_q31()
127 out = maxVal1; in arm_max_no_idx_q31()
Darm_max_no_idx_q7.c110 q7_t maxVal1, out; /* Temporary variables to store the output value. */ in arm_max_no_idx_q7() local
122 maxVal1 = *pSrc++; in arm_max_no_idx_q7()
125 if (out < maxVal1) in arm_max_no_idx_q7()
128 out = maxVal1; in arm_max_no_idx_q7()
Darm_max_f32.c151 float32_t maxVal1, out; /* Temporary variables to store the output value. */ in arm_max_f32() local
186 maxVal1 = *pSrc++; in arm_max_f32()
189 if (out < maxVal1) in arm_max_f32()
192 out = maxVal1; in arm_max_f32()
240 maxVal1 = *pSrc++; in arm_max_f32()
243 if (out < maxVal1) in arm_max_f32()
246 out = maxVal1; in arm_max_f32()
Darm_min_f32.c153 float32_t maxVal1, out; /* Temporary variables to store the output value. */ in arm_min_f32() local
186 maxVal1 = *pSrc++; in arm_min_f32()
189 if (out > maxVal1) in arm_min_f32()
192 out = maxVal1; in arm_min_f32()
240 maxVal1 = *pSrc++; in arm_min_f32()
243 if (out > maxVal1) in arm_min_f32()
246 out = maxVal1; in arm_min_f32()