From 7669faceba2a717328205724a2ec1110db2bc611 Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 16 Jul 2015 18:58:55 -0400 Subject: [PATCH] cmComplexTypes.h/c : Added cmVOCR_MultVFV() and cmVOCR_DivVFV(). Implemented cmVOCR_Abs(). --- cmComplexTypes.c | 44 +++++++++++++++++++++++++++++++------------- cmComplexTypes.h | 10 ++++++++-- 2 files changed, 39 insertions(+), 15 deletions(-) diff --git a/cmComplexTypes.c b/cmComplexTypes.c index 2929400..c8f5a11 100644 --- a/cmComplexTypes.c +++ b/cmComplexTypes.c @@ -1,42 +1,60 @@ +#include "cmPrefix.h" +#include "cmGlobal.h" +#include "cmFloatTypes.h" +#include "cmComplexTypes.h" - -void cmVOCR_MultVVV( cmComplexR_t* y, const cmComplex_t* x0, const cmComplexR_t* x1, unsigned n ) +void cmVOCR_MultVVV( cmComplexR_t* y, const cmComplexS_t* x0, const cmComplexR_t* x1, unsigned n ) { unsigned i; for(i=0; i