diff options
author | jofret | 2008-06-26 07:49:00 +0000 |
---|---|---|
committer | jofret | 2008-06-26 07:49:00 +0000 |
commit | a3253247b833e6c01e90fabdf5d43e69b6e6784b (patch) | |
tree | 40f59b2f6d222a9719e105ace302ccb6c948b029 /src/elementaryFunctions/interfaces/int_pow.h | |
parent | 4a814788d7cd098b98ddcfe1d2f10decbdc1da37 (diff) | |
download | scilab2c-a3253247b833e6c01e90fabdf5d43e69b6e6784b.tar.gz scilab2c-a3253247b833e6c01e90fabdf5d43e69b6e6784b.tar.bz2 scilab2c-a3253247b833e6c01e90fabdf5d43e69b6e6784b.zip |
automated generated headers
Diffstat (limited to 'src/elementaryFunctions/interfaces/int_pow.h')
-rw-r--r-- | src/elementaryFunctions/interfaces/int_pow.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/elementaryFunctions/interfaces/int_pow.h b/src/elementaryFunctions/interfaces/int_pow.h new file mode 100644 index 00000000..d6021c9c --- /dev/null +++ b/src/elementaryFunctions/interfaces/int_pow.h @@ -0,0 +1,34 @@ +/* + * 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_OPDOTHAT_H__ +#define __INT_OPDOTHAT_H__ + +#define s0OpDotHats0(in1, in2) spows(in1, in2) + +#define d0OpDotHatd0(in1, in2) dpows(in1, in2) + +#define c0OpDotHatc0(in1, in2) cpows(in1, in2) + +#define z0OpDotHatz0(in1, in2) zpows(in1, in2)) + +#define s2OpDotHats2(in1, size, in2, out) spowa(in1, size[0]*size[1], in2, out) + +#define d2OpDotHatd2(in1, size, in2, out) dpowa(in1, size[0]*size[1], in2, out) + +#define c2OpDotHatc2(in1, size, in2, out) cpowa(in1, size[0]*size[1], in2, out) + +#define z2OpDotHatz2(in1, size, in2, out) zpowa(in1, size[0]*size[1], in2, out) + +#endif /* !__INT_OPDOTHAT_H__ */ |