Searched refs:maxVal1 (Results 1 – 5 of 5) sorted by relevance
109 q15_t maxVal1, out; /* Temporary variables to store the output value. */ in arm_max_no_idx_q15() local121 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()
109 q31_t maxVal1, out; /* Temporary variables to store the output value. */ in arm_max_no_idx_q31() local121 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()
110 q7_t maxVal1, out; /* Temporary variables to store the output value. */ in arm_max_no_idx_q7() local122 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()
151 float32_t maxVal1, out; /* Temporary variables to store the output value. */ in arm_max_f32() local186 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()
153 float32_t maxVal1, out; /* Temporary variables to store the output value. */ in arm_min_f32() local186 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()