From 342decd91b6c88fc1cc3bd1bf8983989122705f9 Mon Sep 17 00:00:00 2001 From: imushir Date: Fri, 27 Nov 2015 16:00:40 +0530 Subject: reference for u8 u16 i8 i16 for different combination added --- .../elementaryFunctions/interfaces/int_OpDotHat.h | 65 ++++++++++++++++++++++ src/c/elementaryFunctions/interfaces/int_OpHat.h | 43 ++++++++++++++ 2 files changed, 108 insertions(+) (limited to 'src/c/elementaryFunctions/interfaces') diff --git a/src/c/elementaryFunctions/interfaces/int_OpDotHat.h b/src/c/elementaryFunctions/interfaces/int_OpDotHat.h index 8e5c704..2444f10 100644 --- a/src/c/elementaryFunctions/interfaces/int_OpDotHat.h +++ b/src/c/elementaryFunctions/interfaces/int_OpDotHat.h @@ -25,6 +25,14 @@ #define z0z0OpDotHatz0(in1, in2) zpows(in1, in2) +#define u80u80OpDotHatu80(in1, in2) u8pows(in1, in2) + +#define u160u160OpDotHatu160(in1, in2) u16pows(in1, in2) + +#define i80i80OpDotHati80(in1, in2) i8pows(in1, in2) + +#define i160i160OpDotHati60(in1, in2) i16pows(in1, in2) + #define s0c0OpDotHatc0(in1, in2) cpows(FloatComplex(in1,0), in2) #define c0s0OpDotHatc0(in1, in2) cpows(in1, FloatComplex(in2,0)) @@ -53,6 +61,20 @@ for (i=0;i