Lines Matching defs:result
321 result=dsp.arm_and_u32(su32A, su32B).astype(int) variable
326 result=dsp.arm_or_u32(su32A, su32B).astype(int) variable
331 result=dsp.arm_xor_u32(su32A, su32B).astype(int) variable
336 result=dsp.arm_not_u32(su32A).astype(int) variable
348 result=dsp.arm_and_u16(su16A, su16B).astype(np.short) variable
353 result=dsp.arm_or_u16(su16A, su16B).astype(np.short) variable
358 result=dsp.arm_xor_u16(su16A, su16B).astype(np.short) variable
363 result=dsp.arm_not_u16(su16A).astype(np.short) variable
373 result=dsp.arm_and_u8(su8A, su8B).astype(np.byte) variable
378 result=dsp.arm_or_u8(su8A, su8B).astype(np.byte) variable
383 result=dsp.arm_xor_u8(su8A, su8B).astype(np.byte) variable
388 result=dsp.arm_not_u8(su8A).astype(np.byte) variable