From 89ce1d449dde70966962946e197c576cf350dc31 Mon Sep 17 00:00:00 2001 From: jofret Date: Tue, 28 Apr 2009 06:55:15 +0000 Subject: Moving source code --- src/matrixOperations/interfaces/int_zeros.h | 53 ----------------------------- 1 file changed, 53 deletions(-) delete mode 100644 src/matrixOperations/interfaces/int_zeros.h (limited to 'src/matrixOperations/interfaces/int_zeros.h') diff --git a/src/matrixOperations/interfaces/int_zeros.h b/src/matrixOperations/interfaces/int_zeros.h deleted file mode 100644 index 3b738608..00000000 --- a/src/matrixOperations/interfaces/int_zeros.h +++ /dev/null @@ -1,53 +0,0 @@ -/* - * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab - * Copyright (C) 2008-2008 - INRIA - Bruno JOFRET - * - * This file must be used under the terms of the CeCILL. - * This source file is licensed as described in the file COPYING, which - * you should have received as part of this distribution. The terms - * are also available at - * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt - * - */ - -/* THIS IS AN AUTOMATICALLY GENERATED FILE : DO NOT EDIT BY HAND. */ - -#ifndef __INT_ZEROS_H__ -#define __INT_ZEROS_H__ - - -#define zeross0() 0.0f - -#define zerosd0() 0 - - - -#define s0zeross0(in) szeross(in) - -#define d0zerosd0(in) dzeross(in) - -#define c0zerosc0(in) czeross(in) - -#define z0zerosz0(in) zzeross(in) - - -#define s0s0zeross0(in1,in2) 0.0f - -#define d0d0zerosd0(in,in2) 0 - - -#define s0s0zeross2(in1,in2,out) szerosa(out, in1, in2) - -#define d0d0zerosd2(in1,in2,out) dzerosa(out, in1, in2) - - -#define s2zeross2(in,size,out) szerosa(out, size[0], size[1]) - -#define d2zerosd2(in,size,out) dzerosa(out, size[0], size[1]) - -#define c2zerosc2(in,size,out) czerosa(out, size[0], size[1]) - -#define z2zerosz2(in,size,out) zzerosa(out, size[0], size[1]) - - -#endif /* !__INT_ZEROS_H__ */ -- cgit