diff options
author | jofret | 2008-05-26 09:49:00 +0000 |
---|---|---|
committer | jofret | 2008-05-26 09:49:00 +0000 |
commit | 8094080f92dd73a496b1e694a2504621cdc3f19f (patch) | |
tree | e01ed3bddbeddb786f7f59ef156886f4adb10a95 /src | |
parent | c11d1fc83001d6aacc542d4b999b1f3cc5fda904 (diff) | |
download | scilab2c-8094080f92dd73a496b1e694a2504621cdc3f19f.tar.gz scilab2c-8094080f92dd73a496b1e694a2504621cdc3f19f.tar.bz2 scilab2c-8094080f92dd73a496b1e694a2504621cdc3f19f.zip |
New generated interfaces.
Raffaele, please check.
Diffstat (limited to 'src')
-rw-r--r-- | src/elementaryFunctions/interfaces/int_acos.h | 34 | ||||
-rw-r--r-- | src/elementaryFunctions/interfaces/int_acosh.h | 34 | ||||
-rw-r--r-- | src/elementaryFunctions/interfaces/int_cos.h | 34 |
3 files changed, 102 insertions, 0 deletions
diff --git a/src/elementaryFunctions/interfaces/int_acos.h b/src/elementaryFunctions/interfaces/int_acos.h new file mode 100644 index 00000000..697558ac --- /dev/null +++ b/src/elementaryFunctions/interfaces/int_acos.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_ACOS_H__ +#define __INT_ACOS_H__ + +#define s0acoss0(in) sacoss(in) + +#define d0acosd0(in) dacoss(in) + +#define c0acosc0(in) cacoss(in) + +#define z0acosz0(in) zacoss(in) + +#define s2acoss2(in,size,out) sacosa(in, size[0]*size[1], out) + +#define d2acosd2(in,size,out) dacosa(in, size[0]*size[1], out) + +#define c2acosc2(in,size,out) cacosa(in, size[0]*size[1], out) + +#define z2acosz2(in,size,out) zacosa(in, size[0]*size[1], out) + +#endif /* !__INT_ACOS_H__ */ diff --git a/src/elementaryFunctions/interfaces/int_acosh.h b/src/elementaryFunctions/interfaces/int_acosh.h new file mode 100644 index 00000000..ca0dc53d --- /dev/null +++ b/src/elementaryFunctions/interfaces/int_acosh.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_ACOSH_H__ +#define __INT_ACOSH_H__ + +#define s0acoshs0(in) sacoshs(in) + +#define d0acoshd0(in) dacoshs(in) + +#define c0acoshc0(in) cacoshs(in) + +#define z0acoshz0(in) zacoshs(in) + +#define s2acoshs2(in,size,out) sacosha(in, size[0]*size[1], out) + +#define d2acoshd2(in,size,out) dacosha(in, size[0]*size[1], out) + +#define c2acoshc2(in,size,out) cacosha(in, size[0]*size[1], out) + +#define z2acoshz2(in,size,out) zacosha(in, size[0]*size[1], out) + +#endif /* !__INT_ACOSH_H__ */ diff --git a/src/elementaryFunctions/interfaces/int_cos.h b/src/elementaryFunctions/interfaces/int_cos.h new file mode 100644 index 00000000..647bff6c --- /dev/null +++ b/src/elementaryFunctions/interfaces/int_cos.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_COS_H__ +#define __INT_COS_H__ + +#define s0coss0(in) scoss(in) + +#define d0cosd0(in) dcoss(in) + +#define c0cosc0(in) ccoss(in) + +#define z0cosz0(in) zcoss(in) + +#define s2coss2(in,size,out) scosa(in, size[0]*size[1], out) + +#define d2cosd2(in,size,out) dcosa(in, size[0]*size[1], out) + +#define c2cosc2(in,size,out) ccosa(in, size[0]*size[1], out) + +#define z2cosz2(in,size,out) zcosa(in, size[0]*size[1], out) + +#endif /* !__INT_COS_H__ */ |