/* * 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_OPDOTBACKSLASH_H__ #define __INT_OPDOTBACKSLASH_H__ /* Scalar .\ Scalar */ #define s0s0OpDotBackSlashs0(in1,in2) sldivs(in1,in2) #define d0d0OpDotBackSlashd0(in1,in2) dldivs(in1,in2) #define c0c0OpDotBackSlashc0(in1,in2) cldivs(in1,in2) #define z0z0OpDotBackSlashz0(in1,in2) zldivs(in1,in2) #define u80u80OpDotBackSlashu80(in1,in2) u8ldivs(in1,in2) #define u160u160OpDotBackSlashu160(in1,in2) u16ldivs(in1,in2) #define i80i80OpDotBackSlashi80(in1,in2) i8ldivs(in1,in2) #define i160i160OpDotBackSlashi160(in1,in2) i16ldivs(in1,in2) #define s0c0OpDotBackSlashc0(in1,in2) cldivs(FloatComplex(in1,0),in2) #define c0s0OpDotBackSlashc0(in1,in2) cldivs(in1,FloatComplex(in2,0)) #define d0z0OpDotBackSlashz0(in1,in2) zldivs(DoubleComplex(in1,0),in2) #define z0d0OpDotBackSlashz0(in1,in2) zldivs(in1,DoubleComplex(in2,0)) /* Scalar \ Matrix */ #define s0s2OpDotBackSlashs2(in1,in2,size,out) {int i;\ for(i=0;i