Searched refs:diffCrnt (Results 1 – 6 of 6) sorted by relevance
/cmsis-dsp-latest/Examples/ARM/arm_signal_converge_example/ |
D | math_helper.c | 169 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q15() local 175 diffCrnt = (diff > 0) ? diff : -diff; in arm_compare_fixed_q15() 177 if (diffCrnt > maxDiff) in arm_compare_fixed_q15() 179 maxDiff = diffCrnt; in arm_compare_fixed_q15() 197 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q31() local 203 diffCrnt = (diff > 0) ? diff : -diff; in arm_compare_fixed_q31() 205 if (diffCrnt > maxDiff) in arm_compare_fixed_q31() 207 maxDiff = diffCrnt; in arm_compare_fixed_q31()
|
/cmsis-dsp-latest/Examples/ARM/arm_convolution_example/ |
D | math_helper.c | 169 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q15() local 175 diffCrnt = (diff > 0) ? diff : -diff; in arm_compare_fixed_q15() 177 if (diffCrnt > maxDiff) in arm_compare_fixed_q15() 179 maxDiff = diffCrnt; in arm_compare_fixed_q15() 197 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q31() local 203 diffCrnt = (diff > 0) ? diff : -diff; in arm_compare_fixed_q31() 205 if (diffCrnt > maxDiff) in arm_compare_fixed_q31() 207 maxDiff = diffCrnt; in arm_compare_fixed_q31()
|
/cmsis-dsp-latest/Examples/ARM/arm_matrix_example/ |
D | math_helper.c | 169 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q15() local 175 diffCrnt = (diff > 0) ? diff : -diff; in arm_compare_fixed_q15() 177 if (diffCrnt > maxDiff) in arm_compare_fixed_q15() 179 maxDiff = diffCrnt; in arm_compare_fixed_q15() 197 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q31() local 203 diffCrnt = (diff > 0) ? diff : -diff; in arm_compare_fixed_q31() 205 if (diffCrnt > maxDiff) in arm_compare_fixed_q31() 207 maxDiff = diffCrnt; in arm_compare_fixed_q31()
|
/cmsis-dsp-latest/Examples/ARM/arm_fir_example/ |
D | math_helper.c | 169 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q15() local 175 diffCrnt = (diff > 0) ? diff : -diff; in arm_compare_fixed_q15() 177 if (diffCrnt > maxDiff) in arm_compare_fixed_q15() 179 maxDiff = diffCrnt; in arm_compare_fixed_q15() 197 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q31() local 203 diffCrnt = (diff > 0) ? diff : -diff; in arm_compare_fixed_q31() 205 if (diffCrnt > maxDiff) in arm_compare_fixed_q31() 207 maxDiff = diffCrnt; in arm_compare_fixed_q31()
|
/cmsis-dsp-latest/Examples/ARM/arm_graphic_equalizer_example/ |
D | math_helper.c | 169 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q15() local 175 diffCrnt = (diff > 0) ? diff : -diff; in arm_compare_fixed_q15() 177 if (diffCrnt > maxDiff) in arm_compare_fixed_q15() 179 maxDiff = diffCrnt; in arm_compare_fixed_q15() 197 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q31() local 203 diffCrnt = (diff > 0) ? diff : -diff; in arm_compare_fixed_q31() 205 if (diffCrnt > maxDiff) in arm_compare_fixed_q31() 207 maxDiff = diffCrnt; in arm_compare_fixed_q31()
|
/cmsis-dsp-latest/Examples/ARM/arm_linear_interp_example/ |
D | math_helper.c | 169 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q15() local 175 diffCrnt = (diff > 0) ? diff : -diff; in arm_compare_fixed_q15() 177 if (diffCrnt > maxDiff) in arm_compare_fixed_q15() 179 maxDiff = diffCrnt; in arm_compare_fixed_q15() 197 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q31() local 203 diffCrnt = (diff > 0) ? diff : -diff; in arm_compare_fixed_q31() 205 if (diffCrnt > maxDiff) in arm_compare_fixed_q31() 207 maxDiff = diffCrnt; in arm_compare_fixed_q31()
|