/cmsis-dsp-latest/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_canberra_distance_f32.c | 136 float32_t accum=0.0f, tmpA, tmpB,diff,sum; in arm_canberra_distance_f32() local 199 float32_t accum=0.0f, tmpA, tmpB,diff,sum; in arm_canberra_distance_f32() local
|
D | arm_chebyshev_distance_f16.c | 116 _Float16 diff=0.0f, maxVal,tmpA, tmpB; in arm_chebyshev_distance_f16() local
|
D | arm_canberra_distance_f16.c | 146 _Float16 accum=0.0f, tmpA, tmpB,diff,sum; in arm_canberra_distance_f16() local
|
/cmsis-dsp-latest/Examples/ARM/arm_dotproduct_example/ |
D | arm_dotproduct_example_f32.c | 150 float32_t diff; /* Difference between reference and test outputs */ in main() local
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | Softmax.cpp | 87 int diff = differences(ref.ptr(),output.ptr(),this->nbSamples); in test_softmax_q7() local 109 int diff = differences(ref.ptr(),output.ptr(),this->nbSamples); in test_softmax_with_batch_q7() local
|
/cmsis-dsp-latest/Examples/ARM/arm_sin_cos_example/ |
D | arm_sin_cos_example_f32.c | 130 float32_t diff; in main() local
|
/cmsis-dsp-latest/Examples/ARM/arm_variance_example/ |
D | arm_variance_example_f32.c | 145 float32_t diff; in main() local
|
/cmsis-dsp-latest/Source/InterpolationFunctions/ |
D | arm_spline_interp_f32.c | 177 float32x4_t diff = {0.0f, 0.0f, 0.0f, 0.0f}; in arm_spline_f32() local
|
/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 197 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q31() local
|
/cmsis-dsp-latest/Examples/ARM/arm_convolution_example/ |
D | math_helper.c | 169 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q15() local 197 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q31() local
|
/cmsis-dsp-latest/Examples/ARM/arm_matrix_example/ |
D | math_helper.c | 169 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q15() local 197 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q31() local
|
/cmsis-dsp-latest/Examples/ARM/arm_fir_example/ |
D | math_helper.c | 169 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q15() local 197 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q31() local
|
/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 197 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q31() local
|
/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 197 int32_t diff, diffCrnt = 0; in arm_compare_fixed_q31() local
|
/cmsis-dsp-latest/Testing/ |
D | addToRegDB.py | 57 def diff(first, second): function
|
D | addToDB.py | 55 def diff(first, second): function
|
D | extractDb.py | 235 def diff(first, second): function
|