/cmsis-dsp-latest/Testing/ |
D | processTests.py | 4 import TestScripts.Deprecate as d namespace
|
D | summaryBench.py | 15 import TestScripts.Deprecate as d namespace 84 def reg(d): argument
|
D | testmain.cpp | 74 Root d(1); in testmain() local
|
D | convertToOld.py | 15 import TestScripts.Deprecate as d namespace
|
/cmsis-dsp-latest/Testing/PatternGeneration/ |
D | Matrix.py | 77 def valid(src,ll,d,piv): argument 164 def getInvertibleMatrix(d): argument 669 def getDefinitePositiveMatrix(d): argument 674 def getSemidefinitePositiveMatrix(d,k=3): argument
|
/cmsis-dsp-latest/Source/ComplexMathFunctions/ |
D | arm_cmplx_mult_cmplx_f64.c | 55 float64_t a, b, c, d; /* Temporary variables to store real and imaginary values */ in arm_cmplx_mult_cmplx_f64() local
|
D | arm_cmplx_mult_cmplx_f16.c | 170 _Float16 a, b, c, d; /* Temporary variables to store real and imaginary values */ in arm_cmplx_mult_cmplx_f16() local
|
D | arm_cmplx_mult_cmplx_q31.c | 174 q31_t a, b, c, d; /* Temporary variables */ in arm_cmplx_mult_cmplx_q31() local
|
D | arm_cmplx_mult_cmplx_q15.c | 179 q15_t a, b, c, d; /* Temporary variables */ in arm_cmplx_mult_cmplx_q15() local
|
D | arm_cmplx_mult_cmplx_f32.c | 188 float32_t a, b, c, d; /* Temporary variables to store real and imaginary values */ in arm_cmplx_mult_cmplx_f32() local
|
/cmsis-dsp-latest/dsppp/Examples/ |
D | dot_product.cpp | 31 Vector<float32_t,NB> d; in main() local
|
D | vector_op.cpp | 41 Vector<float32_t,NB> d = a + b * c; in main() local
|
/cmsis-dsp-latest/dsppp/tests/ |
D | dot_test.cpp | 30 PVector<T,NB> d; in complex_test() local 37 PVector<T> d(NB); in complex_test() local
|
/cmsis-dsp-latest/Testing/DebugScripts/ |
D | debugbiquad.py | 16 import PatternGeneration.DebugTools as d namespace
|
D | debug.py | 8 import PatternGeneration.DebugTools as d namespace
|
/cmsis-dsp-latest/Source/InterpolationFunctions/ |
D | arm_spline_interp_init_f32.c | 82 float32_t * d = coeffs+(2*(n-1)); in arm_spline_init_f32() local
|
D | arm_spline_interp_f32.c | 159 float32_t * d = (S->coeffs)+(2*(n-1)); in arm_spline_f32() local
|
/cmsis-dsp-latest/Testing/Include/Tests/ |
D | UnaryTestsF16.h | 36 Client::LocalPattern<float16_t> d; variable
|
/cmsis-dsp-latest/Source/MatrixFunctions/ |
D | arm_mat_ldlt_f64.c | 185 int d; in arm_mat_ldlt_f64() local
|
D | arm_mat_ldlt_f32.c | 278 for(int d=0; d < diag;d++) in arm_mat_ldlt_f32() local 348 int row,d; in arm_mat_ldlt_f32() local
|
/cmsis-dsp-latest/Testing/Source/Benchmarks/ |
D | UnaryF64.cpp | 13 static int cholesky_offset(int d) in cholesky_offset()
|
D | UnaryF16.cpp | 13 static int cholesky_offset(int d) in cholesky_offset()
|
/cmsis-dsp-latest/Testing/TestScripts/ |
D | Parser.py | 102 def writeData(self,d): argument 198 def reident(self,current,d=2): argument
|
/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | arm_lms_norm_q15.c | 81 q15_t e = 0, d = 0; /* Error, reference data sample */ in arm_lms_norm_q15() local
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | Softmax.cpp | 53 int16_t d=0; in differences() local
|