Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 98) sorted by relevance

1234

/cmsis-dsp-latest/Testing/PatternGeneration/
DMatrix.py17 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 …]
DTransform.py38 ifft = np.copy(fft)
52 rifft = np.copy(rfft)
55 rifft = np.copy(rfft)
/cmsis-dsp-latest/Documentation/Doxygen/src/
Dfusion.md28 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 …
Dvector.md82 …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/
Dcol_test.cpp42 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/
DCodeGen.py720 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/
DLICENSE.txt5 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/
Dcorstone310_mps3_s.ld6 ; * 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/
Dgcc_m0p_mps3.ld8 * You may obtain a copy of the License at
136 .copy.table :
216 * to the .copy.table above to assure proper
Dgcc_sse300_mps3.ld8 * You may obtain a copy of the License at
136 .copy.table :
217 * to the .copy.table above to assure proper
Dgcc_sse310_mps3_s.ld8 * You may obtain a copy of the License at
136 .copy.table :
217 * to the .copy.table above to assure proper
Dgcc_m4_mps3.ld8 * 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/
Dgcc_linker_script.ld8 * 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/
Dgcc_linker_script.ld8 * 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/
Dgcc_m0p_mps3.ld8 * You may obtain a copy of the License at
136 .copy.table :
216 * to the .copy.table above to assure proper
Dgcc_m33_mps3.ld8 * You may obtain a copy of the License at
136 .copy.table :
216 * to the .copy.table above to assure proper
Dgcc_m3_mps3.ld8 * You may obtain a copy of the License at
136 .copy.table :
216 * to the .copy.table above to assure proper
Dgcc_m4_mps3.ld8 * You may obtain a copy of the License at
136 .copy.table :
216 * to the .copy.table above to assure proper
Dgcc_m7_mps3.ld8 * You may obtain a copy of the License at
136 .copy.table :
216 * to the .copy.table above to assure proper
Dgcc_sse300_mps3.ld8 * You may obtain a copy of the License at
136 .copy.table :
217 * to the .copy.table above to assure proper
Dgcc_sse310_mps3_s.ld8 * 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/
Dfooter.js.in6 …document.write('Generated on {datetime} for {projectName} {projectNumberFull}. Copyright &copy; {y…
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCM0P/
Dgcc_arm.ld14 * 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/
Dgcc_arm.ld14 * 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/
Dlinker_SSE300MPS3_secure.ld6 ; * You may obtain a copy of the License at
136 /* To copy multiple ROM to RAM sections,
139 .copy.table : ALIGN(4)

1234