From 4120e7350530c14e18dd34d451bb4e825dea93f1 Mon Sep 17 00:00:00 2001 From: imushir Date: Fri, 27 Nov 2015 15:55:35 +0530 Subject: reference for u8 u16 i8 i16 for different combination added --- .../c/operations/interfaces/int_OpDotBackSlash.h | 44 +++++++++++++++++++++ 2.3-1/src/c/operations/interfaces/int_OpDotSlash.h | 45 ++++++++++++++++++++++ 2.3-1/src/c/operations/interfaces/int_OpDotStar.h | 40 +++++++++++++++++++ 3 files changed, 129 insertions(+) (limited to '2.3-1/src/c/operations/interfaces') diff --git a/2.3-1/src/c/operations/interfaces/int_OpDotBackSlash.h b/2.3-1/src/c/operations/interfaces/int_OpDotBackSlash.h index 5ba1af3d..220da8db 100644 --- a/2.3-1/src/c/operations/interfaces/int_OpDotBackSlash.h +++ b/2.3-1/src/c/operations/interfaces/int_OpDotBackSlash.h @@ -25,6 +25,14 @@ #define z0z0OpDotBackSlashz0(in1,in2) zldivs(in1,in2) +#define u80u80OpDotBackSlashu80(in1,in2) u8ldivs(in1,in2) + +#define u160u160OpDotBackSlashu160(in1,in2) u16ldivs(in1,in2) + +#define i80i80OpDotBackSlashi80(in1,in2) i8ldivs(in1,in2) + +#define i160i160OpDotBackSlashi160(in1,in2) i16ldivs(in1,in2) + #define s0c0OpDotBackSlashc0(in1,in2) cldivs(FloatComplex(in1,0),in2) #define c0s0OpDotBackSlashc0(in1,in2) cldivs(in1,FloatComplex(in2,0)) @@ -48,6 +56,19 @@ #define z0z2OpDotBackSlashz2(in1,in2,size,out) {int i;\ for(i=0;i