Home
last modified time | relevance | path

Searched refs:su32B (Results 1 – 1 of 1) sorted by relevance

/cmsis-dsp-3.5.0/PythonWrapper/examples/
Dtestdsp2.py315 su32B=genBitvectors(NBSAMPLES,31) variable
319 ref=np.bitwise_and(su32A, su32B)
321 result=dsp.arm_and_u32(su32A, su32B).astype(int)
324 ref=np.bitwise_or(su32A, su32B)
326 result=dsp.arm_or_u32(su32A, su32B).astype(int)
329 ref=np.bitwise_xor(su32A, su32B)
331 result=dsp.arm_xor_u32(su32A, su32B).astype(int)