/cmsis-dsp-3.7.0-3.6.0/Source/StatisticsFunctions/ |
D | arm_absmax_no_idx_f64.c | 55 …float64_t maxVal , in; /* Temporary variables to store the output value. */ in arm_absmax_no_idx_f64() local 118 …float64_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_no_idx_f64() local
|
D | arm_logsumexp_f32.c | 71 float32_t maxVal; in arm_logsumexp_f32() local 127 float32_t maxVal; in arm_logsumexp_f32() local 234 float32_t maxVal; in arm_logsumexp_f32() local
|
D | arm_logsumexp_f16.c | 74 float16_t maxVal; in arm_logsumexp_f16() local 127 _Float16 maxVal; in arm_logsumexp_f16() local
|
D | arm_absmax_f64.c | 53 …float64_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_f64() local
|
D | arm_max_f64.c | 53 …float64_t maxVal, out; /* Temporary variables to store the output value. */ in arm_max_f64() local
|
D | arm_max_no_idx_f64.c | 53 …float64_t maxVal , in; /* Temporary variables to store the output value. */ in arm_max_no_idx_f64() local
|
D | arm_absmax_no_idx_f16.c | 190 …float16_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_no_idx_f16() local
|
D | arm_absmax_no_idx_f32.c | 187 …float32_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_no_idx_f32() local
|
D | arm_absmax_no_idx_q15.c | 168 …q15_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_no_idx_q15() local
|
D | arm_absmax_no_idx_q31.c | 167 …q31_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_no_idx_q31() local
|
D | arm_absmax_no_idx_q7.c | 172 …q7_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_no_idx_q7() local
|
D | arm_max_q15.c | 107 …q15_t maxVal, out; /* Temporary variables to store the output value. */ in arm_max_q15() local
|
D | arm_max_q31.c | 107 …q31_t maxVal, out; /* Temporary variables to store the output value. */ in arm_max_q31() local
|
D | arm_max_f16.c | 147 …float16_t maxVal, out; /* Temporary variables to store the output value. */ in arm_max_f16() local
|
D | arm_absmax_f16.c | 233 …float16_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_f16() local
|
D | arm_absmax_q15.c | 197 …q15_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_q15() local
|
D | arm_absmax_q31.c | 196 …q31_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_q31() local
|
D | arm_absmax_f32.c | 219 …float32_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_f32() local
|
D | arm_max_q7.c | 161 …q7_t maxVal, out; /* Temporary variables to store the output value. */ in arm_max_q7() local
|
D | arm_absmax_q7.c | 259 …q7_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_q7() local
|
D | arm_max_f32.c | 268 …float32_t maxVal, out; /* Temporary variables to store the output value. */ in arm_max_f32() local
|
/cmsis-dsp-3.7.0-3.6.0/Source/DistanceFunctions/ |
D | arm_chebyshev_distance_f32.c | 108 float32_t diff=0.0f, maxVal=0.0f, tmpA, tmpB; in arm_chebyshev_distance_f32() local 185 float32_t diff=0.0f, maxVal,tmpA, tmpB; in arm_chebyshev_distance_f32() local
|
D | arm_chebyshev_distance_f64.c | 52 float64_t diff=0., maxVal,tmpA, tmpB; in arm_chebyshev_distance_f64() local
|
D | arm_chebyshev_distance_f16.c | 116 _Float16 diff=0.0f, maxVal,tmpA, tmpB; in arm_chebyshev_distance_f16() local
|