From 2a31d542d5978830b714accc7b8cb6cf9c69d31d 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 --- src/c/operations/interfaces/int_OpDotSlash.h | 45 ++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'src/c/operations/interfaces/int_OpDotSlash.h') diff --git a/src/c/operations/interfaces/int_OpDotSlash.h b/src/c/operations/interfaces/int_OpDotSlash.h index a6c5705..54f0c3a 100644 --- a/src/c/operations/interfaces/int_OpDotSlash.h +++ b/src/c/operations/interfaces/int_OpDotSlash.h @@ -25,6 +25,14 @@ #define z0z0OpDotSlashz0(in1,in2) zrdivs(in1,in2) +#define u80u80OpDotSlashu80(in1,in2) u8rdivs(in1,in2) + +#define u160u160OpDotSlashu160(in1,in2) u16rdivs(in1,in2) + +#define i80i80OpDotSlashi80(in1,in2) i8rdivs(in1,in2) + +#define i160i60OpDotSlashi60(in1,in2) i16divs(in1,in2) + #define s0c0OpDotSlashc0(in1,in2) crdivs(FloatComplex(in1,0),in2) #define c0s0OpDotSlashc0(in1,in2) crdivs(in1,FloatComplex(in2,0)) @@ -52,6 +60,19 @@ #define z0z2OpDotSlashz2(in1,in2,size,out) {int i=0;\ for (i=0;i