/* * 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_OPMINUS_H__ #define __INT_OPMINUS_H__ /* Scalar - Scalar */ #define s0s0OpMinuss0(in1,in2) sdiffs(in1,in2) #define d0d0OpMinusd0(in1,in2) ddiffs(in1,in2) #define c0c0OpMinusc0(in1,in2) cdiffs(in1,in2) #define z0z0OpMinusz0(in1,in2) zdiffs(in1,in2) #define s0c0OpMinusc0(in1,in2) cdiffs(FloatComplex(in1,0),in2) #define c0s0OpMinusc0(in1,in2) cdiffs(in1,FloatComplex(in2,0)) #define d0z0OpMinusz0(in1,in2) zdiffs(DoubleComplex(in1,0),in2) #define z0d0OpMinusz0(in1,in2) zdiffs(in1,DoubleComplex(in2,0)) /* Matrix + Scalar */ #define s2s0OpMinuss2(in1,size,in2,out) {int i=0;\ for (i=0;i