Searched refs:copy (Results 1 – 25 of 98) sorted by relevance
1234
/cmsis-dsp-latest/Testing/PatternGeneration/ |
D | Matrix.py | 17 tmp = np.copy(a[j,:]) 18 a[j,:] = np.copy(a[k,:]) 23 tmp = np.copy(a[:,j]) 24 a[:,j] = np.copy(a[:,k]) 30 ma = np.copy(src) 50 v = np.copy(ma[k+1:,k]) 144 ma = np.copy(data1[0:a*b]).reshape(a,b) 145 mb = np.copy(data2[0:b*c]).reshape(b,c) 155 ma = np.copy(data1C[0:a*b]).reshape(a,b) 156 mb = np.copy(data2C[0:b*c]).reshape(b,c) [all …]
|
D | Transform.py | 38 ifft = np.copy(fft) 52 rifft = np.copy(rfft) 55 rifft = np.copy(rfft)
|
/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | fusion.md | 28 If you want to copy a virtual vector you need to make an expression and write: 31 d = copy(a); 36 For real vectors, a copy would occur. But since there is no overhead in adding `copy` it is better …
|
D | vector.md | 82 …d `x` and `y` are `VectorView`, no copy will occur. `x` will just reference the same data as `y`. … 85 x = copy(y) 88 It is advised to always use the `copy` operator (even with normal vectors).
|
/cmsis-dsp-latest/dsppp/tests/ |
D | col_test.cpp | 42 PVector<T,R> res = copy(a.col(4)); in test() 44 PVector<T> res = copy(a.col(4)); in test()
|
/cmsis-dsp-latest/Testing/TestScripts/ |
D | CodeGen.py | 720 oldPath = self._currentPaths.copy() 721 oldParamPath = self._currentParamPaths.copy() 768 temp = self._currentPaths.copy() 792 temp = self._currentParamPaths.copy() 805 temp = self._currentParamPaths.copy() 832 self._currentPaths = oldPath.copy() 833 self._currentParamPaths = oldParamPath.copy()
|
/cmsis-dsp-latest/ComputeLibrary/ |
D | LICENSE.txt | 5 Permission is hereby granted, free of charge, to any person obtaining a copy 8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/SSE-310-MPS3/ |
D | corstone310_mps3_s.ld | 6 ; * You may obtain a copy of the License at 85 /* To copy multiple ROM to RAM sections, 88 .copy.table :
|
/cmsis-dsp-latest/dsppp/linker_scripts/ |
D | gcc_m0p_mps3.ld | 8 * You may obtain a copy of the License at 136 .copy.table : 216 * to the .copy.table above to assure proper
|
D | gcc_sse300_mps3.ld | 8 * You may obtain a copy of the License at 136 .copy.table : 217 * to the .copy.table above to assure proper
|
D | gcc_sse310_mps3_s.ld | 8 * You may obtain a copy of the License at 136 .copy.table : 217 * to the .copy.table above to assure proper
|
D | gcc_m4_mps3.ld | 8 * You may obtain a copy of the License at 136 .copy.table : 216 * to the .copy.table above to assure proper
|
/cmsis-dsp-latest/dsppp/RTE/Device/ARMCM0P/ |
D | gcc_linker_script.ld | 8 * You may obtain a copy of the License at 136 .copy.table : 216 * to the .copy.table above to assure proper
|
/cmsis-dsp-latest/dsppp/RTE/Device/SSE_300_MPS3/ |
D | gcc_linker_script.ld | 8 * You may obtain a copy of the License at 136 .copy.table : 216 * to the .copy.table above to assure proper
|
/cmsis-dsp-latest/Testing/cmsis_build/linker_scripts/ |
D | gcc_m0p_mps3.ld | 8 * You may obtain a copy of the License at 136 .copy.table : 216 * to the .copy.table above to assure proper
|
D | gcc_m33_mps3.ld | 8 * You may obtain a copy of the License at 136 .copy.table : 216 * to the .copy.table above to assure proper
|
D | gcc_m3_mps3.ld | 8 * You may obtain a copy of the License at 136 .copy.table : 216 * to the .copy.table above to assure proper
|
D | gcc_m4_mps3.ld | 8 * You may obtain a copy of the License at 136 .copy.table : 216 * to the .copy.table above to assure proper
|
D | gcc_m7_mps3.ld | 8 * You may obtain a copy of the License at 136 .copy.table : 216 * to the .copy.table above to assure proper
|
D | gcc_sse300_mps3.ld | 8 * You may obtain a copy of the License at 136 .copy.table : 217 * to the .copy.table above to assure proper
|
D | gcc_sse310_mps3_s.ld | 8 * You may obtain a copy of the License at 136 .copy.table : 217 * to the .copy.table above to assure proper
|
/cmsis-dsp-latest/Documentation/Doxygen/style_template/ |
D | footer.js.in | 6 …document.write('Generated on {datetime} for {projectName} {projectNumberFull}. Copyright © {y…
|
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCM0P/ |
D | gcc_arm.ld | 14 * You may obtain a copy of the License at 151 .copy.table : 226 * to the .copy.table above to asure proper
|
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCM3/ |
D | gcc_arm.ld | 14 * You may obtain a copy of the License at 151 .copy.table : 226 * to the .copy.table above to asure proper
|
/cmsis-dsp-latest/dsppp/RTE/Device/SSE-300-MPS3/ |
D | linker_SSE300MPS3_secure.ld | 6 ; * You may obtain a copy of the License at 136 /* To copy multiple ROM to RAM sections, 139 .copy.table : ALIGN(4)
|
1234