diff options
author | nutricato | 2008-06-09 11:54:16 +0000 |
---|---|---|
committer | nutricato | 2008-06-09 11:54:16 +0000 |
commit | 716063e340cb99631fbd86b58e189c84600fff7b (patch) | |
tree | f215f81870648b6940d0530ea87112f0bc3bd5c4 /src/Scilab2C | |
parent | c9c6f29f2454c473af8df8d42b1763657467b76c (diff) | |
download | scilab2c-716063e340cb99631fbd86b58e189c84600fff7b.tar.gz scilab2c-716063e340cb99631fbd86b58e189c84600fff7b.tar.bz2 scilab2c-716063e340cb99631fbd86b58e189c84600fff7b.zip |
Diffstat (limited to 'src/Scilab2C')
458 files changed, 1908 insertions, 135 deletions
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CInputParameters.sce b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CInputParameters.sce index 7f22a340..84590e7b 100644 --- a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CInputParameters.sce +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CInputParameters.sce @@ -18,7 +18,8 @@ // ------------------------------------------
// --- Specify Paths of User Scilab code. ---
// ------------------------------------------
-UserSciCodeMainDir = 'D:\Nutricato_GAPSVN\PROGETTI_APERTI\POLIBA\hArtes\WP2_SCI2C\Software\Version_alpha\SCI2CTests\test999_WorkingDir';
+// UserSciCodeMainDir = 'D:\Nutricato\OpenProjects\FP6_hArtes\WP2_SCI2C\Software\svnhartes\src\Scilab2C\SCI2CTests\test999_WorkingDir';
+UserSciCodeMainDir = '../SCI2CTests/test999_WorkingDir';
// --- Path + filename of the .sci main file of the code to be translated. ---
// It is the entry point.
@@ -81,7 +82,8 @@ CopySciCodeIntoCCode = 1; CCompilerPathStyle = 'cygwin';
// --- Path + File name of the main SCI2C library header file.
-Sci2CLibMainHeaderFName = 'D:\Nutricato_GAPSVN\PROGETTI_APERTI\POLIBA\hArtes\WP2_SCI2C\Software\Version_alpha\Scilab2C\CFiles\sci2cincludes\sci2clib.h';
+// Sci2CLibMainHeaderFName = 'D:\Nutricato\OpenProjects\FP6_hArtes\WP2_SCI2C\Software\svnhartes\src\Scilab2C\Scilab2C\CFiles\sci2cincludes\sci2clib.h';
+Sci2CLibMainHeaderFName = '../../../Scilab2C/CFiles/sci2cincludes/sci2clib.h';
// --------------------------------
// --- End Translation Options. ---
// --------------------------------
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/Cepstrum.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/Cepstrum.ann new file mode 100644 index 00000000..4e17763b --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/Cepstrum.ann @@ -0,0 +1 @@ +CLASS: Cepstrum
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpApex.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpApex.ann new file mode 100644 index 00000000..beb7b6fd --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpApex.ann @@ -0,0 +1 @@ +CLASS: OpApex
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpBackSlash.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpBackSlash.ann new file mode 100644 index 00000000..3f9d1814 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpBackSlash.ann @@ -0,0 +1 @@ +CLASS: OpBackSlash
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpCc.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpCc.ann new file mode 100644 index 00000000..2748b4c5 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpCc.ann @@ -0,0 +1 @@ +CLASS: OpCc
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpColon.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpColon.ann new file mode 100644 index 00000000..981dbed0 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpColon.ann @@ -0,0 +1 @@ +CLASS: OpColon
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotApex.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotApex.ann new file mode 100644 index 00000000..beb7b6fd --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotApex.ann @@ -0,0 +1 @@ +CLASS: OpApex
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotBackSlash.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotBackSlash.ann new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotBackSlash.ann @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotHat.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotHat.ann new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotHat.ann @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotSlash.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotSlash.ann new file mode 100644 index 00000000..8aa67ad3 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotSlash.ann @@ -0,0 +1 @@ +CLASS: OpDotStar
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotStar.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotStar.ann new file mode 100644 index 00000000..8aa67ad3 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotStar.ann @@ -0,0 +1 @@ +CLASS: OpDotStar
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpEqual.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpEqual.ann new file mode 100644 index 00000000..87e6b15d --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpEqual.ann @@ -0,0 +1 @@ +CLASS: OpEqual
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpExt.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpExt.ann new file mode 100644 index 00000000..50bd6675 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpExt.ann @@ -0,0 +1 @@ +CLASS: OpExt
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpHat.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpHat.ann new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpHat.ann @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpIns.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpIns.ann new file mode 100644 index 00000000..fd2cf196 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpIns.ann @@ -0,0 +1 @@ +CLASS: OpIns
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogAnd.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogAnd.ann new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogAnd.ann @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogEq.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogEq.ann new file mode 100644 index 00000000..4a56160c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogEq.ann @@ -0,0 +1 @@ +CLASS: OpLogEq
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogGe.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogGe.ann new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogGe.ann @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogGt.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogGt.ann new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogGt.ann @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogLe.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogLe.ann new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogLe.ann @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogLt.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogLt.ann new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogLt.ann @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogNe.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogNe.ann new file mode 100644 index 00000000..4a56160c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogNe.ann @@ -0,0 +1 @@ +CLASS: OpLogEq
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogNot.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogNot.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogNot.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogOr.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogOr.ann new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogOr.ann @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpMinus.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpMinus.ann new file mode 100644 index 00000000..09c6be0e --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpMinus.ann @@ -0,0 +1 @@ +CLASS: OpMinus
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpPlus.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpPlus.ann new file mode 100644 index 00000000..e5a93d42 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpPlus.ann @@ -0,0 +1 @@ +CLASS: OpPlus
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpRc.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpRc.ann new file mode 100644 index 00000000..3f3ee384 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpRc.ann @@ -0,0 +1 @@ +CLASS: OpRc
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpStar.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpStar.ann new file mode 100644 index 00000000..082301fd --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpStar.ann @@ -0,0 +1 @@ +CLASS: OpStar
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/Spec.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/Spec.ann new file mode 100644 index 00000000..2ead894c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/Spec.ann @@ -0,0 +1 @@ +CLASS: Spec
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/asinh.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/asinh.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/asinh.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/atan.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/atan.ann new file mode 100644 index 00000000..51356b5b --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/atan.ann @@ -0,0 +1 @@ +CLASS: Atan
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/atanh.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/atanh.ann new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/atanh.ann @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/ceil.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/ceil.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/ceil.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/conj.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/conj.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/conj.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/convol.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/convol.ann new file mode 100644 index 00000000..d0529024 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/convol.ann @@ -0,0 +1 @@ +CLASS: Convol
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/cos.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/cos.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/cos.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/cosh.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/cosh.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/cosh.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/det.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/det.ann new file mode 100644 index 00000000..4da3715f --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/det.ann @@ -0,0 +1 @@ +CLASS: Trace
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/disp.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/disp.ann new file mode 100644 index 00000000..2e6a9ad5 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/disp.ann @@ -0,0 +1 @@ +CLASS: Disp
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/double.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/double.ann new file mode 100644 index 00000000..667df626 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/double.ann @@ -0,0 +1 @@ +CLASS: Double
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/doublecomplex.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/doublecomplex.ann new file mode 100644 index 00000000..266fd573 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/doublecomplex.ann @@ -0,0 +1 @@ +CLASS: DoubleComplex
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/exp.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/exp.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/exp.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/eye.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/eye.ann new file mode 100644 index 00000000..40b82d62 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/eye.ann @@ -0,0 +1 @@ +CLASS: Zeros
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/fft.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/fft.ann new file mode 100644 index 00000000..b51676f9 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/fft.ann @@ -0,0 +1 @@ +CLASS: FFT
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/fftshift.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/fftshift.ann new file mode 100644 index 00000000..7d986d4f --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/fftshift.ann @@ -0,0 +1 @@ +CLASS: FFTShift
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/find.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/find.ann new file mode 100644 index 00000000..52c8d020 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/find.ann @@ -0,0 +1 @@ +CLASS: Find
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/fix.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/fix.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/fix.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/float.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/float.ann new file mode 100644 index 00000000..cff917cf --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/float.ann @@ -0,0 +1 @@ +CLASS: Float
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/floatcomplex.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/floatcomplex.ann new file mode 100644 index 00000000..a2bc2f40 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/floatcomplex.ann @@ -0,0 +1 @@ +CLASS: FloatComplex
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/floor.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/floor.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/floor.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/frmag.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/frmag.ann new file mode 100644 index 00000000..f3e11998 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/frmag.ann @@ -0,0 +1 @@ +CLASS: Frmag
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/global.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/global.ann new file mode 100644 index 00000000..602d47af --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/global.ann @@ -0,0 +1 @@ +CLASS: Global
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/ifft.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/ifft.ann new file mode 100644 index 00000000..c2904825 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/ifft.ann @@ -0,0 +1 @@ +CLASS: IFFT
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/imag.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/imag.ann new file mode 100644 index 00000000..d0d31001 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/imag.ann @@ -0,0 +1 @@ +CLASS: Abs
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/int.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/int.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/int.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/inv.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/inv.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/inv.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/isempty.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/isempty.ann new file mode 100644 index 00000000..14f24271 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/isempty.ann @@ -0,0 +1 @@ +CLASS: IsEmpty
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/isnan.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/isnan.ann new file mode 100644 index 00000000..beb7b6fd --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/isnan.ann @@ -0,0 +1 @@ +CLASS: OpApex
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/length.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/length.ann new file mode 100644 index 00000000..5d2a073b --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/length.ann @@ -0,0 +1 @@ +CLASS: Length
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/lev.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/lev.ann new file mode 100644 index 00000000..b6da8e7b --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/lev.ann @@ -0,0 +1 @@ +CLASS: Lev
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/log.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/log.ann new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/log.ann @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/log10.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/log10.ann new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/log10.ann @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/max.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/max.ann new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/max.ann @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mclose.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mclose.ann new file mode 100644 index 00000000..741aa6fe --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mclose.ann @@ -0,0 +1 @@ +CLASS: Mclose
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mean.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mean.ann new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mean.ann @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/meanf.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/meanf.ann new file mode 100644 index 00000000..14ad3379 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/meanf.ann @@ -0,0 +1 @@ +CLASS: Meanf
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mget.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mget.ann new file mode 100644 index 00000000..6c933404 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mget.ann @@ -0,0 +1 @@ +CLASS: Mget
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/min.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/min.ann new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/min.ann @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mopen.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mopen.ann new file mode 100644 index 00000000..1405ba1d --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mopen.ann @@ -0,0 +1 @@ +CLASS: Mopen
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mput.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mput.ann new file mode 100644 index 00000000..ccf6b05f --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mput.ann @@ -0,0 +1 @@ +CLASS: Mput
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mseek.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mseek.ann new file mode 100644 index 00000000..37c64924 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mseek.ann @@ -0,0 +1 @@ +CLASS: Mseek
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/ones.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/ones.ann new file mode 100644 index 00000000..40b82d62 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/ones.ann @@ -0,0 +1 @@ +CLASS: Zeros
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/part.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/part.ann new file mode 100644 index 00000000..6d6a8553 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/part.ann @@ -0,0 +1 @@ +CLASS: Part
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/prod.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/prod.ann new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/prod.ann @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/rand.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/rand.ann new file mode 100644 index 00000000..40b82d62 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/rand.ann @@ -0,0 +1 @@ +CLASS: Zeros
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/real.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/real.ann new file mode 100644 index 00000000..d0d31001 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/real.ann @@ -0,0 +1 @@ +CLASS: Abs
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/return.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/return.ann new file mode 100644 index 00000000..eabb9118 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/return.ann @@ -0,0 +1 @@ +CLASS: Return
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/round.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/round.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/round.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sin.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sin.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sin.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sinh.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sinh.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sinh.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/size.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/size.ann new file mode 100644 index 00000000..ca7c556c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/size.ann @@ -0,0 +1 @@ +CLASS: Size
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sqrt.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sqrt.ann new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sqrt.ann @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/st_deviation.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/st_deviation.ann new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/st_deviation.ann @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/stdevf.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/stdevf.ann new file mode 100644 index 00000000..14ad3379 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/stdevf.ann @@ -0,0 +1 @@ +CLASS: Meanf
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/strindex.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/strindex.ann new file mode 100644 index 00000000..9dca5862 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/strindex.ann @@ -0,0 +1 @@ +CLASS: Strindex
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/strsubst.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/strsubst.ann new file mode 100644 index 00000000..03fa10a1 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/strsubst.ann @@ -0,0 +1 @@ +CLASS: StrSubSt
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sum.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sum.ann new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sum.ann @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/tan.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/tan.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/tan.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/tanh.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/tanh.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/tanh.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/trace.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/trace.ann new file mode 100644 index 00000000..4da3715f --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/trace.ann @@ -0,0 +1 @@ +CLASS: Trace
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/variance.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/variance.ann new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/variance.ann @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/variancef.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/variancef.ann new file mode 100644 index 00000000..14ad3379 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/variancef.ann @@ -0,0 +1 @@ +CLASS: Meanf
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/zeros.ann b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/zeros.ann new file mode 100644 index 00000000..40b82d62 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/zeros.ann @@ -0,0 +1 @@ +CLASS: Zeros
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Abs.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Abs.lcls new file mode 100644 index 00000000..fbfa548c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Abs.lcls @@ -0,0 +1,8 @@ +s0,s0
+d0,d0
+c0,s0
+z0,d0
+s2,s2
+d2,d2
+c2,s2
+z2,d2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Atan.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Atan.lcls new file mode 100644 index 00000000..db3aa04c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Atan.lcls @@ -0,0 +1,12 @@ +s0,s0
+d0,d0
+c0,c0
+z0,z0
+s2,s2
+d2,d2
+c2,c2
+z2,z2
+s0s0,s0
+d0d0,d0
+s2s2,s2
+d2d2,d2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Cepstrum.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Cepstrum.lcls new file mode 100644 index 00000000..8f4470ee --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Cepstrum.lcls @@ -0,0 +1,8 @@ +s0s0,c0
+d0d0,z0
+s0c0,c0
+d0z0,z0
+s2s2,c2
+d2d2,z2
+s2c2,c2
+d2z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Convol.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Convol.lcls new file mode 100644 index 00000000..2e53cf15 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Convol.lcls @@ -0,0 +1,44 @@ +s0s0,s0
+d0d0,d0
+c0c0,c0
+z0z0,z0
+s0s2,s2
+d0d2,d2
+c0c2,c2
+z0z2,z2
+s2s0,s2
+d2d0,d2
+c2c0,c2
+z2z0,z2
+s2s2,s2
+d2d2,d2
+c2c2,c2
+z2z2,z2
+s0s0,s0s0
+d0d0,d0d0
+c0c0,c0c0
+z0z0,z0z0
+s0s2,s2s2
+d0d2,d2d2
+c0c2,c2c2
+z0z2,z2z2
+s2s0,s2s2
+d2d0,d2d2
+c2c0,c2c2
+z2z0,z2z2
+s2s2,s2s2
+d2d2,d2d2
+c2c2,c2c2
+z2z2,z2z2
+s0s0s0,s0s0
+d0d0d0,d0d0
+c0c0c0,c0c0
+z0z0z0,z0z0
+s0s2s0,s2s0
+d0d2d0,d2d0
+c0c2c0,c2c0
+z0z2z0,z2z0
+s2s2s2,s2s2
+d2d2d2,d2d2
+c2c2c2,c2c2
+z2z2z2,z2z2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Disp.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Disp.lcls new file mode 100644 index 00000000..1899b1d5 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Disp.lcls @@ -0,0 +1,10 @@ +s0,d0
+d0,d0
+c0,d0
+z0,d0
+g0,d0
+s2,d0
+d2,d0
+c2,d0
+z2,d0
+g2,d0
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Double.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Double.lcls new file mode 100644 index 00000000..cdbaa09c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Double.lcls @@ -0,0 +1,4 @@ +s0,d0
+d0,d0
+s2,d2
+d2,d2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/DoubleComplex.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/DoubleComplex.lcls new file mode 100644 index 00000000..b89949c3 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/DoubleComplex.lcls @@ -0,0 +1,8 @@ +s0,z0
+d0,z0
+c0,z0
+z0,z0
+s2,z2
+d2,z2
+c2,z2
+z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/FFT.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/FFT.lcls new file mode 100644 index 00000000..d38a5a3e --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/FFT.lcls @@ -0,0 +1,32 @@ +s0,c0
+d0,z0
+c0,c0
+z0,z0
+s2,c2
+d2,z2
+c2,c2
+z2,z2
+s0s0,c0
+d0d0,z0
+c0s0,c0
+z0d0,z0
+s2s0,c2
+d2d0,z2
+c2s0,c2
+z2d0,z2
+s0s0s0,c0
+d0d0d0,z0
+c0s0s0,c0
+z0d0d0,z0
+s2s0s0,c2
+d2d0d0,z2
+c2s0s0,c2
+z2d0d0,z2
+s0s0s0s0,c0
+d0d0d0d0,z0
+c0s0s0s0,c0
+z0d0d0d0,z0
+s2s0s0s0,c2
+d2d0d0d0,z2
+c2s0s0s0,c2
+z2d0d0d0,z2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/FFTShift.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/FFTShift.lcls new file mode 100644 index 00000000..cb8bdb35 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/FFTShift.lcls @@ -0,0 +1,24 @@ +s0,s0
+d0,d0
+c0,c0
+z0,z0
+s2,s2
+d2,d2
+c2,c2
+z2,z2
+s0s0,s0
+s0g2,s0
+d0d0,d0
+d0g2,d0
+c0s0,c0
+c0g2,c0
+z0d0,z0
+z0g2,z0
+s2s0,s2
+s2g2,s2
+d2d0,d2
+d2g2,d2
+c2s0,c2
+c2g2,c2
+z2d0,z2
+z2g2,z2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Find.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Find.lcls new file mode 100644 index 00000000..1e1c3faa --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Find.lcls @@ -0,0 +1,16 @@ +s0,s0
+d0,d0
+s2,s2
+d2,d2
+s0,s0s0
+d0,d0d0
+s2,s2s2
+d2,d2d2
+s0s0,s0
+s2s0,s2
+d0d0,d0
+d2d0,d2
+s0s0,s0s0
+s2s0,s2s2
+d0d0,d0d0
+d2d0,d2d2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Float.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Float.lcls new file mode 100644 index 00000000..cd60413d --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Float.lcls @@ -0,0 +1,4 @@ +s0,s0
+d0,s0
+s2,s2
+d2,s2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/FloatComplex.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/FloatComplex.lcls new file mode 100644 index 00000000..94a85008 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/FloatComplex.lcls @@ -0,0 +1,8 @@ +s0,c0
+d0,c0
+c0,c0
+z0,c0
+s2,c2
+d2,c2
+c2,c2
+z2,c2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Frmag.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Frmag.lcls new file mode 100644 index 00000000..0c848eee --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Frmag.lcls @@ -0,0 +1,16 @@ +d2d0,d2
+d2d0,d2d2
+d0d0,d0
+d0d0,d0d0
+d2d2d0,d2
+d2d2d0,d2d2
+d0d0d0,d0
+d0d0d0,d0d0
+s2s0,s2
+s2s0,s2s2
+s0s0,s0
+s0s0,s0s0
+s2s2s0,s2
+s2s2s0,s2s2
+s0s0s0,s0
+s0s0s0,s0s0
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Global.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Global.lcls new file mode 100644 index 00000000..dcde1db9 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Global.lcls @@ -0,0 +1 @@ +g2,d0
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/IFFT.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/IFFT.lcls new file mode 100644 index 00000000..e1cde164 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/IFFT.lcls @@ -0,0 +1,8 @@ +s0,c0
+d0,z0
+c0,c0
+z0,z0
+s2,c2
+d2,z2
+c2,c2
+z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/IsEmpty.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/IsEmpty.lcls new file mode 100644 index 00000000..dcc6d90b --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/IsEmpty.lcls @@ -0,0 +1,8 @@ +s0,s0
+d0,d0
+c0,s0
+z0,d0
+s2,s0
+d2,d0
+c2,s0
+z2,d0
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Length.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Length.lcls new file mode 100644 index 00000000..2db2feb4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Length.lcls @@ -0,0 +1,12 @@ +s0,s0
+d0,d0
+c0,s0
+z0,d0
+g0,s0
+g0,d0
+s2,s0
+d2,d0
+c2,s0
+z2,d0
+g2,s0
+g2,d0
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Lev.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Lev.lcls new file mode 100644 index 00000000..8fc75ecf --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Lev.lcls @@ -0,0 +1,12 @@ +s2,s2
+s2,s2s0
+s2,s2s0s2
+d2,d2
+d2,d2d0
+d2,d2d0d2
+c2,c2
+c2,c2c0
+c2,c2c0c2
+z2,z2
+z2,z2z0
+z2,z2z0z2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mclose.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mclose.lcls new file mode 100644 index 00000000..c0402ebc --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mclose.lcls @@ -0,0 +1,2 @@ +f0,
+f0,i0
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Meanf.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Meanf.lcls new file mode 100644 index 00000000..4b349c7d --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Meanf.lcls @@ -0,0 +1,16 @@ +s0s0,s0
+d0d0,d0
+c0s0,c0
+z0d0,z0
+s2s2,s0
+d2d2,d0
+c2s2,c0
+z2d2,z0
+s0s0s0,s0
+d0d0d0,d0
+c0s0s0,c0
+z0d0d0,z0
+s2s2s0,s2
+d2d2d0,d2
+c2s2s0,c2
+z2d2d0,z2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mget.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mget.lcls new file mode 100644 index 00000000..506130d0 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mget.lcls @@ -0,0 +1,8 @@ +s0g2f0,s0
+s0g2f0,d0
+d0g2f0,s0
+d0g2f0,d0
+s0g2f0,s2
+s0g2f0,d2
+d0g2f0,s2
+d0g2f0,d2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mopen.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mopen.lcls new file mode 100644 index 00000000..5127dcca --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mopen.lcls @@ -0,0 +1,10 @@ +g2,f0
+g2,f0s0
+g2,f0d0
+g2g2,f0
+g2g2,f0s0
+g2g2,f0d0
+g2g2s0,f0s0
+g2g2s0,f0d0
+g2g2d0,f0s0
+g2g2d0,f0d0
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mput.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mput.lcls new file mode 100644 index 00000000..604c88b1 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mput.lcls @@ -0,0 +1,8 @@ +s0g2f0,
+s2g2f0,
+d0g2f0,
+d2g2f0,
+s0g2f0,i0
+s2g2f0,i0
+d0g2f0,i0
+d2g2f0,i0
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mseek.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mseek.lcls new file mode 100644 index 00000000..4c10ff4f --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mseek.lcls @@ -0,0 +1,6 @@ +s0,
+s0f0,
+s0f0g2,
+d0,
+d0f0,
+d0f0g2,
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpApex.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpApex.lcls new file mode 100644 index 00000000..84d73280 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpApex.lcls @@ -0,0 +1,8 @@ +s0,s0
+d0,d0
+c0,c0
+z0,z0
+s2,s2
+d2,d2
+c2,c2
+z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpBackSlash.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpBackSlash.lcls new file mode 100644 index 00000000..a90028c3 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpBackSlash.lcls @@ -0,0 +1,32 @@ +s0s0,s0
+s0s2,s2
+s2s0,s2
+s2s2,s2
+d0d0,d0
+d0d2,d2
+d2d0,d2
+d2d2,d2
+s0c0,c0
+c0s0,c0
+c0c0,c0
+c0s2,c2
+s0c2,c2
+c0c2,c2
+c2s0,c2
+s2c0,c2
+c2c0,c2
+s2c2,c2
+c2s2,c2
+c2c2,c2
+d0z0,z0
+z0d0,z0
+z0z0,z0
+z0d2,z2
+d0z2,z2
+z0z2,z2
+z2d0,z2
+d2z0,z2
+z2z0,z2
+d2z2,z2
+z2d2,z2
+z2z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpCc.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpCc.lcls new file mode 100644 index 00000000..d9059b13 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpCc.lcls @@ -0,0 +1,16 @@ +s0s0,s2
+s0s2,s2
+s2s0,s2
+s2s2,s2
+d0d0,d2
+d0d2,d2
+d2d0,d2
+d2d2,d2
+c0c0,c2
+c0c2,c2
+c2c0,c2
+c2c2,c2
+z0z0,z2
+z0z2,z2
+z2z0,z2
+z2z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpColon.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpColon.lcls new file mode 100644 index 00000000..4b559b7c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpColon.lcls @@ -0,0 +1,8 @@ +s0s0,s0
+d0d0,d0
+s0s0,s2
+d0d0,d2
+s0s0s0,s0
+d0d0d0,d0
+s0s0s0,s2
+d0d0d0,d2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpDotHat.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpDotHat.lcls new file mode 100644 index 00000000..d7955bd8 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpDotHat.lcls @@ -0,0 +1,16 @@ +s0s0,s0
+d0d0,d0
+c0c0,c0
+z0z0,z0
+s2s0,s2
+d2d0,d2
+c2c0,c2
+z2z0,z2
+s0s2,s2
+d0d2,d2
+c0c2,c2
+z0z2,z2
+s2s2,s2
+d2d2,d2
+c2c2,c2
+z2z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpDotStar.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpDotStar.lcls new file mode 100644 index 00000000..b9c54e55 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpDotStar.lcls @@ -0,0 +1,40 @@ +s0s0,s0
+d0d0,d0
+c0c0,c0
+s0c0,c0
+c0s0,c0
+z0z0,z0
+d0z0,z0
+z0d0,z0
+s2s0,s2
+d2d0,d2
+c2c0,c2
+s2c0,c2
+c2s0,c2
+z2z0,z2
+z2d0,z2
+d2z0,z2
+s0s2,s2
+d0d2,d2
+c0c2,c2
+s0c2,c2
+c0s2,c2
+z0z2,z2
+d0z2,z2
+z0d2,z2
+s2s2,s2
+d2d2,d2
+c2c2,c2
+s2c2,c2
+c2s2,c2
+z2z2,z2
+d2z2,z2
+z2d2,z2
+s2s2,s2
+d2d2,d2
+c2c2,c2
+s2c2,c2
+c2s2,c2
+z2z2,z2
+d2z2,z2
+z2d2,z2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpEqual.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpEqual.lcls new file mode 100644 index 00000000..35538b5f --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpEqual.lcls @@ -0,0 +1,10 @@ +s0,s0
+d0,d0
+c0,c0
+z0,z0
+g0,g0
+s2,s2
+d2,d2
+c2,c2
+z2,z2
+g2,g2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpExt.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpExt.lcls new file mode 100644 index 00000000..3dce393a --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpExt.lcls @@ -0,0 +1,24 @@ +s2s0,s0
+s2s2,s2
+s2s0s0,s0
+s2s2s0,s2
+s2s0s2,s2
+s2s2s2,s2
+d2d0,d0
+d2d2,d2
+d2d0d0,d0
+d2d2d0,d2
+d2d0d2,d2
+d2d2d2,d2
+c2s0,c0
+c2s2,c2
+c2s0s0,c0
+c2s2s0,c2
+c2s0s2,c2
+c2s2s2,c2
+z2d0,z0
+z2d2,z2
+z2d0d0,z0
+z2d2d0,z2
+z2d0d2,z2
+z2d2d2,z2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpIns.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpIns.lcls new file mode 100644 index 00000000..7309063b --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpIns.lcls @@ -0,0 +1,40 @@ +s2s0s0,
+s2s2s0,
+s2s2s2,
+s2s0s0s0,
+s2s0s2s0,
+s2s2s0s0,
+s2s2s2s0,
+s2s0s2s2,
+s2s2s0s2,
+s2s2s2s2,
+d2d0d0,
+d2d2d0,
+d2d2d2,
+d2d0d0d0,
+d2d0d2d0,
+d2d2d0d0,
+d2d2d2d0,
+d2d0d2d2,
+d2d2d0d2,
+d2d2d2d2,
+c2s0c0,
+c2s2c0,
+c2s2c2,
+c2s0s0c0,
+c2s0s2c0,
+c2s2s0c0,
+c2s2s2c0,
+c2s0s2c2,
+c2s2s0c2,
+c2s2s2c2,
+z2d0z0,
+z2d2z0,
+z2d2z2,
+z2d0d0z0,
+z2d0d2z0,
+z2d2d0z0,
+z2d2d2z0,
+z2d0d2z2,
+z2d2d0z2,
+z2d2d2z2,
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpLogEq.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpLogEq.lcls new file mode 100644 index 00000000..942a9efb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpLogEq.lcls @@ -0,0 +1,24 @@ +s0s0,s0
+d0d0,d0
+c0c0,c0
+z0z0,z0
+g0g0,s0
+g0g0,d0
+s2s0,s2
+d2d0,d2
+c2c0,c2
+z2z0,z2
+g2g0,s2
+g2g0,d2
+s0s2,s2
+d0d2,d2
+c0c2,c2
+z0z2,z2
+g0g2,s2
+g0g2,d2
+s2s2,s2
+d2d2,d2
+c2c2,c2
+z2z2,z2
+g2g2,s2
+g2g2,d2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpMinus.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpMinus.lcls new file mode 100644 index 00000000..69af2c51 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpMinus.lcls @@ -0,0 +1,40 @@ +s0,s0
+d0,d0
+c0,c0
+z0,z0
+s2,s2
+d2,d2
+c2,c2
+z2,z2
+s0s0,s0
+d0d0,d0
+s0c0,c0
+c0s0,c0
+c0c0,c0
+d0z0,z0
+z0d0,z0
+z0z0,z0
+s2s0,s2
+d2d0,d2
+s2c0,c2
+c2s0,c2
+c2c0,c2
+d2z0,z2
+z2d0,z2
+z2z0,z2
+s0s2,s2
+d0d2,d2
+s0c2,c2
+c0s2,c2
+c0c2,c2
+d0z2,z2
+z0d2,z2
+z0z2,z2
+s2s2,s2
+d2d2,d2
+s2c2,c2
+c2s2,c2
+c2c2,c2
+d2z2,z2
+z2d2,z2
+z2z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpPlus.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpPlus.lcls new file mode 100644 index 00000000..93ff0895 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpPlus.lcls @@ -0,0 +1,44 @@ +s0,s0
+d0,d0
+c0,c0
+z0,z0
+s2,s2
+d2,d2
+c2,c2
+z2,z2
+s0s0,s0
+d0d0,d0
+s0c0,c0
+c0s0,c0
+c0c0,c0
+d0z0,z0
+z0d0,z0
+z0z0,z0
+g0g0,g2
+s2s0,s2
+d2d0,d2
+s2c0,c2
+c2s0,c2
+c2c0,c2
+d2z0,z2
+z2d0,z2
+z2z0,z2
+g2g0,g2
+s0s2,s2
+d0d2,d2
+s0c2,c2
+c0s2,c2
+c0c2,c2
+d0z2,z2
+z0d2,z2
+z0z2,z2
+g0g2,g2
+s2s2,s2
+d2d2,d2
+s2c2,c2
+c2s2,c2
+c2c2,c2
+d2z2,z2
+z2d2,z2
+z2z2,z2
+g2g2,g2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpRc.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpRc.lcls new file mode 100644 index 00000000..d9059b13 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpRc.lcls @@ -0,0 +1,16 @@ +s0s0,s2
+s0s2,s2
+s2s0,s2
+s2s2,s2
+d0d0,d2
+d0d2,d2
+d2d0,d2
+d2d2,d2
+c0c0,c2
+c0c2,c2
+c2c0,c2
+c2c2,c2
+z0z0,z2
+z0z2,z2
+z2z0,z2
+z2z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpStar.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpStar.lcls new file mode 100644 index 00000000..c9fd26f1 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpStar.lcls @@ -0,0 +1,40 @@ +s0s0,s0
+d0d0,d0
+s0c0,c0
+c0s0,c0
+c0c0,c0
+d0z0,z0
+z0d0,z0
+z0z0,z0
+s2s0,s2
+d2d0,d2
+s2c0,c2
+c2s0,c2
+c2c0,c2
+d2z0,z2
+z2d0,z2
+z2z0,z2
+s0s2,s2
+d0d2,d2
+s0c2,c2
+c0s2,c2
+c0c2,c2
+d0z2,z2
+z0d2,z2
+z0z2,z2
+s2s2,s2
+d2d2,d2
+s2c2,c2
+c2s2,c2
+c2c2,c2
+d2z2,z2
+z2d2,z2
+z2z2,z2
+s2s2,s0
+d2d2,d0
+s2c2,c0
+c2s2,c0
+c2c2,c0
+d2z2,z0
+z2d2,z0
+z2z2,z0
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Part.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Part.lcls new file mode 100644 index 00000000..10c3307e --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Part.lcls @@ -0,0 +1,4 @@ +g2s0,g2
+g2d0,g2
+g2s2,g2
+g2d2,g2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Return.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Return.lcls new file mode 100644 index 00000000..c528f0f4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Return.lcls @@ -0,0 +1 @@ +,
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Sin.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Sin.lcls new file mode 100644 index 00000000..84d73280 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Sin.lcls @@ -0,0 +1,8 @@ +s0,s0
+d0,d0
+c0,c0
+z0,z0
+s2,s2
+d2,d2
+c2,c2
+z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Size.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Size.lcls new file mode 100644 index 00000000..d42f7e34 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Size.lcls @@ -0,0 +1,24 @@ +s0,s2
+d0,d2
+c0,s2
+z0,d2
+s2,s2
+d2,d2
+c2,s2
+z2,d2
+s0,s0s0
+d0,d0d0
+c0,s0s0
+z0,d0d0
+s2,s0s0
+d2,d0d0
+c2,s0s0
+z2,d0d0
+s0s0,s0
+d0d0,d0
+c0s0,s0
+z0d0,d0
+s2s0,s0
+d2d0,d0
+c2s0,s0
+z2d0,d0
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Spec.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Spec.lcls new file mode 100644 index 00000000..c0fa03de --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Spec.lcls @@ -0,0 +1,20 @@ +s0,s0
+d0,d0
+c0,c0
+z0,z0
+s2,s2
+d2,d2
+s2,c2
+c2,c2
+d2,z2
+z2,z2
+s0,s0s0
+d0,d0d0
+c0,c0c0
+z0,z0z0
+s2,s2s2
+s2,c2c2
+d2,d2d2
+d2,z2z2
+c2,c2c2
+z2,z2z2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Sqrt.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Sqrt.lcls new file mode 100644 index 00000000..95d445fe --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Sqrt.lcls @@ -0,0 +1,12 @@ +s0,s0
+s0,c0
+d0,d0
+d0,z0
+c0,c0
+z0,z0
+s2,s2
+s2,c2
+d2,d2
+d2,z2
+c2,c2
+z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/StrSubSt.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/StrSubSt.lcls new file mode 100644 index 00000000..c4d40633 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/StrSubSt.lcls @@ -0,0 +1 @@ +g2g2g2,g2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Strindex.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Strindex.lcls new file mode 100644 index 00000000..acfb7a68 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Strindex.lcls @@ -0,0 +1,4 @@ +g2g2,s0
+g2g2,d0
+g2g2,s2
+g2g2,d2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Sum.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Sum.lcls new file mode 100644 index 00000000..56bd9142 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Sum.lcls @@ -0,0 +1,32 @@ +s0,s0
+d0,d0
+c0,c0
+z0,z0
+s2,s0
+d2,d0
+c2,c0
+z2,z0
+s0s0,s0
+d0d0,d0
+c0c0,c0
+z0d0,z0
+s2s0,s0
+d2d0,d0
+c2s0,c0
+z2d0,z0
+s2s0,s2
+d2d0,d2
+c2s0,c2
+z2d0,z2
+s0g2,s0
+d0g2,d0
+c0g2,c0
+z0g2,z0
+s2g2,s0
+d2g2,d0
+c2g2,c0
+z2g2,z0
+s2g2,s2
+d2g2,d2
+c2g2,c2
+z2g2,z2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Trace.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Trace.lcls new file mode 100644 index 00000000..717d532f --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Trace.lcls @@ -0,0 +1,8 @@ +s0,s0
+d0,d0
+c0,c0
+z0,z0
+s2,s0
+d2,d0
+c2,c0
+z2,z0
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Zeros.lcls b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Zeros.lcls new file mode 100644 index 00000000..b05566fd --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Zeros.lcls @@ -0,0 +1,18 @@ +,s0
+,d0
+s0,s0
+s0,d0
+d0,s0
+d0,d0
+s2,s2
+s2,d2
+d2,s2
+d2,d2
+s0s0,s0
+s0s0,d0
+s0s0,s2
+s0s0,d2
+d0d0,s0
+d0d0,d0
+d0d0,s2
+d0d0,d2
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/Cepstrum.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/Cepstrum.lst new file mode 100644 index 00000000..4e17763b --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/Cepstrum.lst @@ -0,0 +1 @@ +CLASS: Cepstrum
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpApex.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpApex.lst new file mode 100644 index 00000000..beb7b6fd --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpApex.lst @@ -0,0 +1 @@ +CLASS: OpApex
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpBackSlash.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpBackSlash.lst new file mode 100644 index 00000000..3f9d1814 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpBackSlash.lst @@ -0,0 +1 @@ +CLASS: OpBackSlash
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpCc.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpCc.lst new file mode 100644 index 00000000..2748b4c5 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpCc.lst @@ -0,0 +1 @@ +CLASS: OpCc
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpColon.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpColon.lst new file mode 100644 index 00000000..981dbed0 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpColon.lst @@ -0,0 +1 @@ +CLASS: OpColon
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotApex.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotApex.lst new file mode 100644 index 00000000..beb7b6fd --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotApex.lst @@ -0,0 +1 @@ +CLASS: OpApex
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotBackSlash.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotBackSlash.lst new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotBackSlash.lst @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotHat.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotHat.lst new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotHat.lst @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotSlash.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotSlash.lst new file mode 100644 index 00000000..8aa67ad3 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotSlash.lst @@ -0,0 +1 @@ +CLASS: OpDotStar
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotStar.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotStar.lst new file mode 100644 index 00000000..8aa67ad3 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotStar.lst @@ -0,0 +1 @@ +CLASS: OpDotStar
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpEqual.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpEqual.lst new file mode 100644 index 00000000..87e6b15d --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpEqual.lst @@ -0,0 +1 @@ +CLASS: OpEqual
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpExt.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpExt.lst new file mode 100644 index 00000000..50bd6675 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpExt.lst @@ -0,0 +1 @@ +CLASS: OpExt
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpHat.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpHat.lst new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpHat.lst @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpIns.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpIns.lst new file mode 100644 index 00000000..fd2cf196 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpIns.lst @@ -0,0 +1 @@ +CLASS: OpIns
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogAnd.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogAnd.lst new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogAnd.lst @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogEq.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogEq.lst new file mode 100644 index 00000000..4a56160c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogEq.lst @@ -0,0 +1 @@ +CLASS: OpLogEq
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogGe.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogGe.lst new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogGe.lst @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogGt.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogGt.lst new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogGt.lst @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogLe.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogLe.lst new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogLe.lst @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogLt.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogLt.lst new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogLt.lst @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogNe.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogNe.lst new file mode 100644 index 00000000..4a56160c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogNe.lst @@ -0,0 +1 @@ +CLASS: OpLogEq
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogNot.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogNot.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogNot.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogOr.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogOr.lst new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogOr.lst @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpMinus.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpMinus.lst new file mode 100644 index 00000000..09c6be0e --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpMinus.lst @@ -0,0 +1 @@ +CLASS: OpMinus
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpPlus.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpPlus.lst new file mode 100644 index 00000000..e5a93d42 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpPlus.lst @@ -0,0 +1 @@ +CLASS: OpPlus
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpRc.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpRc.lst new file mode 100644 index 00000000..3f3ee384 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpRc.lst @@ -0,0 +1 @@ +CLASS: OpRc
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpStar.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpStar.lst new file mode 100644 index 00000000..082301fd --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpStar.lst @@ -0,0 +1 @@ +CLASS: OpStar
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/Spec.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/Spec.lst new file mode 100644 index 00000000..2ead894c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/Spec.lst @@ -0,0 +1 @@ +CLASS: Spec
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/abs.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/abs.lst new file mode 100644 index 00000000..d0d31001 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/abs.lst @@ -0,0 +1 @@ +CLASS: Abs
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/acos.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/acos.lst new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/acos.lst @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/acosh.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/acosh.lst new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/acosh.lst @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/asin.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/asin.lst new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/asin.lst @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/asinh.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/asinh.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/asinh.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/atan.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/atan.lst new file mode 100644 index 00000000..51356b5b --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/atan.lst @@ -0,0 +1 @@ +CLASS: Atan
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/atanh.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/atanh.lst new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/atanh.lst @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/ceil.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/ceil.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/ceil.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/conj.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/conj.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/conj.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/convol.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/convol.lst new file mode 100644 index 00000000..d0529024 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/convol.lst @@ -0,0 +1 @@ +CLASS: Convol
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/cos.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/cos.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/cos.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/cosh.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/cosh.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/cosh.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/det.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/det.lst new file mode 100644 index 00000000..4da3715f --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/det.lst @@ -0,0 +1 @@ +CLASS: Trace
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/disp.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/disp.lst new file mode 100644 index 00000000..2e6a9ad5 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/disp.lst @@ -0,0 +1 @@ +CLASS: Disp
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/double.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/double.lst new file mode 100644 index 00000000..667df626 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/double.lst @@ -0,0 +1 @@ +CLASS: Double
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/doublecomplex.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/doublecomplex.lst new file mode 100644 index 00000000..266fd573 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/doublecomplex.lst @@ -0,0 +1 @@ +CLASS: DoubleComplex
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/exp.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/exp.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/exp.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/eye.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/eye.lst new file mode 100644 index 00000000..40b82d62 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/eye.lst @@ -0,0 +1 @@ +CLASS: Zeros
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/fft.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/fft.lst new file mode 100644 index 00000000..b51676f9 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/fft.lst @@ -0,0 +1 @@ +CLASS: FFT
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/fftshift.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/fftshift.lst new file mode 100644 index 00000000..7d986d4f --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/fftshift.lst @@ -0,0 +1 @@ +CLASS: FFTShift
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/find.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/find.lst new file mode 100644 index 00000000..52c8d020 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/find.lst @@ -0,0 +1 @@ +CLASS: Find
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/fix.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/fix.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/fix.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/float.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/float.lst new file mode 100644 index 00000000..cff917cf --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/float.lst @@ -0,0 +1 @@ +CLASS: Float
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/floatcomplex.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/floatcomplex.lst new file mode 100644 index 00000000..a2bc2f40 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/floatcomplex.lst @@ -0,0 +1 @@ +CLASS: FloatComplex
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/floor.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/floor.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/floor.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/frmag.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/frmag.lst new file mode 100644 index 00000000..f3e11998 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/frmag.lst @@ -0,0 +1 @@ +CLASS: Frmag
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/global.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/global.lst new file mode 100644 index 00000000..602d47af --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/global.lst @@ -0,0 +1 @@ +CLASS: Global
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/ifft.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/ifft.lst new file mode 100644 index 00000000..c2904825 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/ifft.lst @@ -0,0 +1 @@ +CLASS: IFFT
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/imag.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/imag.lst new file mode 100644 index 00000000..d0d31001 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/imag.lst @@ -0,0 +1 @@ +CLASS: Abs
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/int.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/int.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/int.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/inv.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/inv.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/inv.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/isempty.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/isempty.lst new file mode 100644 index 00000000..14f24271 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/isempty.lst @@ -0,0 +1 @@ +CLASS: IsEmpty
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/isnan.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/isnan.lst new file mode 100644 index 00000000..beb7b6fd --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/isnan.lst @@ -0,0 +1 @@ +CLASS: OpApex
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/length.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/length.lst new file mode 100644 index 00000000..5d2a073b --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/length.lst @@ -0,0 +1 @@ +CLASS: Length
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/lev.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/lev.lst new file mode 100644 index 00000000..b6da8e7b --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/lev.lst @@ -0,0 +1 @@ +CLASS: Lev
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/log.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/log.lst new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/log.lst @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/log10.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/log10.lst new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/log10.lst @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/max.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/max.lst new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/max.lst @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mclose.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mclose.lst new file mode 100644 index 00000000..741aa6fe --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mclose.lst @@ -0,0 +1 @@ +CLASS: Mclose
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mean.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mean.lst new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mean.lst @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/meanf.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/meanf.lst new file mode 100644 index 00000000..14ad3379 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/meanf.lst @@ -0,0 +1 @@ +CLASS: Meanf
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mget.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mget.lst new file mode 100644 index 00000000..6c933404 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mget.lst @@ -0,0 +1 @@ +CLASS: Mget
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/min.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/min.lst new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/min.lst @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mopen.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mopen.lst new file mode 100644 index 00000000..1405ba1d --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mopen.lst @@ -0,0 +1 @@ +CLASS: Mopen
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mput.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mput.lst new file mode 100644 index 00000000..ccf6b05f --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mput.lst @@ -0,0 +1 @@ +CLASS: Mput
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mseek.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mseek.lst new file mode 100644 index 00000000..37c64924 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mseek.lst @@ -0,0 +1 @@ +CLASS: Mseek
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/ones.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/ones.lst new file mode 100644 index 00000000..40b82d62 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/ones.lst @@ -0,0 +1 @@ +CLASS: Zeros
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/part.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/part.lst new file mode 100644 index 00000000..6d6a8553 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/part.lst @@ -0,0 +1 @@ +CLASS: Part
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/prod.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/prod.lst new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/prod.lst @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/rand.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/rand.lst new file mode 100644 index 00000000..40b82d62 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/rand.lst @@ -0,0 +1 @@ +CLASS: Zeros
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/real.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/real.lst new file mode 100644 index 00000000..d0d31001 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/real.lst @@ -0,0 +1 @@ +CLASS: Abs
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/return.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/return.lst new file mode 100644 index 00000000..eabb9118 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/return.lst @@ -0,0 +1 @@ +CLASS: Return
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/round.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/round.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/round.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sin.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sin.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sin.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sinh.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sinh.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sinh.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/size.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/size.lst new file mode 100644 index 00000000..ca7c556c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/size.lst @@ -0,0 +1 @@ +CLASS: Size
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sqrt.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sqrt.lst new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sqrt.lst @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/st_deviation.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/st_deviation.lst new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/st_deviation.lst @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/stdevf.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/stdevf.lst new file mode 100644 index 00000000..14ad3379 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/stdevf.lst @@ -0,0 +1 @@ +CLASS: Meanf
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/strindex.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/strindex.lst new file mode 100644 index 00000000..9dca5862 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/strindex.lst @@ -0,0 +1 @@ +CLASS: Strindex
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/strsubst.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/strsubst.lst new file mode 100644 index 00000000..03fa10a1 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/strsubst.lst @@ -0,0 +1 @@ +CLASS: StrSubSt
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sum.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sum.lst new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sum.lst @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/tan.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/tan.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/tan.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/tanh.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/tanh.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/tanh.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/trace.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/trace.lst new file mode 100644 index 00000000..4da3715f --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/trace.lst @@ -0,0 +1 @@ +CLASS: Trace
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/variance.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/variance.lst new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/variance.lst @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/variancef.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/variancef.lst new file mode 100644 index 00000000..14ad3379 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/variancef.lst @@ -0,0 +1 @@ +CLASS: Meanf
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/zeros.lst b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/zeros.lst new file mode 100644 index 00000000..40b82d62 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/zeros.lst @@ -0,0 +1 @@ +CLASS: Zeros
diff --git a/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SharedInfo.dat b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SharedInfo.dat Binary files differnew file mode 100644 index 00000000..8ffb92e3 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test000_TrigonIdentity/SCI2CTmpResultsReports/SharedInfo.dat diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/C_Code/mytest.exe b/src/Scilab2C/SCI2CTests/test001_LinearRegression/C_Code/mytest.exe Binary files differnew file mode 100644 index 00000000..82f61ac1 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/C_Code/mytest.exe diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpApex.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpApex.ann new file mode 100644 index 00000000..beb7b6fd --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpApex.ann @@ -0,0 +1 @@ +CLASS: OpApex
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpBackSlash.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpBackSlash.ann new file mode 100644 index 00000000..3f9d1814 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpBackSlash.ann @@ -0,0 +1 @@ +CLASS: OpBackSlash
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpCc.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpCc.ann new file mode 100644 index 00000000..2748b4c5 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpCc.ann @@ -0,0 +1 @@ +CLASS: OpCc
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpColon.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpColon.ann new file mode 100644 index 00000000..981dbed0 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpColon.ann @@ -0,0 +1 @@ +CLASS: OpColon
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotApex.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotApex.ann new file mode 100644 index 00000000..beb7b6fd --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotApex.ann @@ -0,0 +1 @@ +CLASS: OpApex
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotBackSlash.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotBackSlash.ann new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotBackSlash.ann @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotHat.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotHat.ann new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotHat.ann @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotSlash.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotSlash.ann new file mode 100644 index 00000000..8aa67ad3 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotSlash.ann @@ -0,0 +1 @@ +CLASS: OpDotStar
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotStar.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotStar.ann new file mode 100644 index 00000000..8aa67ad3 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpDotStar.ann @@ -0,0 +1 @@ +CLASS: OpDotStar
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpEqual.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpEqual.ann new file mode 100644 index 00000000..87e6b15d --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpEqual.ann @@ -0,0 +1 @@ +CLASS: OpEqual
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpExt.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpExt.ann new file mode 100644 index 00000000..50bd6675 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpExt.ann @@ -0,0 +1 @@ +CLASS: OpExt
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpHat.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpHat.ann new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpHat.ann @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpIns.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpIns.ann new file mode 100644 index 00000000..fd2cf196 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpIns.ann @@ -0,0 +1 @@ +CLASS: OpIns
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogAnd.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogAnd.ann new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogAnd.ann @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogEq.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogEq.ann new file mode 100644 index 00000000..4a56160c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogEq.ann @@ -0,0 +1 @@ +CLASS: OpLogEq
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogGe.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogGe.ann new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogGe.ann @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogGt.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogGt.ann new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogGt.ann @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogLe.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogLe.ann new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogLe.ann @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogLt.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogLt.ann new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogLt.ann @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogNe.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogNe.ann new file mode 100644 index 00000000..4a56160c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogNe.ann @@ -0,0 +1 @@ +CLASS: OpLogEq
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogNot.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogNot.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogNot.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogOr.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogOr.ann new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpLogOr.ann @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpMinus.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpMinus.ann new file mode 100644 index 00000000..09c6be0e --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpMinus.ann @@ -0,0 +1 @@ +CLASS: OpMinus
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpPlus.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpPlus.ann new file mode 100644 index 00000000..e5a93d42 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpPlus.ann @@ -0,0 +1 @@ +CLASS: OpPlus
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpRc.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpRc.ann new file mode 100644 index 00000000..3f3ee384 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpRc.ann @@ -0,0 +1 @@ +CLASS: OpRc
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpStar.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpStar.ann new file mode 100644 index 00000000..082301fd --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/OpStar.ann @@ -0,0 +1 @@ +CLASS: OpStar
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/Spec.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/Spec.ann new file mode 100644 index 00000000..2ead894c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/Spec.ann @@ -0,0 +1 @@ +CLASS: Spec
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/frmag.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/frmag.ann new file mode 100644 index 00000000..f3e11998 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/frmag.ann @@ -0,0 +1 @@ +CLASS: Frmag
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/global.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/global.ann new file mode 100644 index 00000000..602d47af --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/global.ann @@ -0,0 +1 @@ +CLASS: Global
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/ifft.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/ifft.ann new file mode 100644 index 00000000..c2904825 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/ifft.ann @@ -0,0 +1 @@ +CLASS: IFFT
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/imag.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/imag.ann new file mode 100644 index 00000000..d0d31001 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/imag.ann @@ -0,0 +1 @@ +CLASS: Abs
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/int.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/int.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/int.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/inv.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/inv.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/inv.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/isempty.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/isempty.ann new file mode 100644 index 00000000..14f24271 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/isempty.ann @@ -0,0 +1 @@ +CLASS: IsEmpty
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/isnan.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/isnan.ann new file mode 100644 index 00000000..beb7b6fd --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/isnan.ann @@ -0,0 +1 @@ +CLASS: OpApex
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/length.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/length.ann new file mode 100644 index 00000000..5d2a073b --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/length.ann @@ -0,0 +1 @@ +CLASS: Length
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/lev.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/lev.ann new file mode 100644 index 00000000..b6da8e7b --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/lev.ann @@ -0,0 +1 @@ +CLASS: Lev
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/log.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/log.ann new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/log.ann @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/log10.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/log10.ann new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/log10.ann @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/max.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/max.ann new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/max.ann @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mclose.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mclose.ann new file mode 100644 index 00000000..741aa6fe --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mclose.ann @@ -0,0 +1 @@ +CLASS: Mclose
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mean.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mean.ann new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mean.ann @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/meanf.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/meanf.ann new file mode 100644 index 00000000..14ad3379 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/meanf.ann @@ -0,0 +1 @@ +CLASS: Meanf
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mget.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mget.ann new file mode 100644 index 00000000..6c933404 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mget.ann @@ -0,0 +1 @@ +CLASS: Mget
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/min.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/min.ann new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/min.ann @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mopen.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mopen.ann new file mode 100644 index 00000000..1405ba1d --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mopen.ann @@ -0,0 +1 @@ +CLASS: Mopen
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mput.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mput.ann new file mode 100644 index 00000000..ccf6b05f --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mput.ann @@ -0,0 +1 @@ +CLASS: Mput
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mseek.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mseek.ann new file mode 100644 index 00000000..37c64924 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/mseek.ann @@ -0,0 +1 @@ +CLASS: Mseek
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/ones.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/ones.ann new file mode 100644 index 00000000..40b82d62 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/ones.ann @@ -0,0 +1 @@ +CLASS: Zeros
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/part.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/part.ann new file mode 100644 index 00000000..6d6a8553 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/part.ann @@ -0,0 +1 @@ +CLASS: Part
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/prod.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/prod.ann new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/prod.ann @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/rand.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/rand.ann new file mode 100644 index 00000000..40b82d62 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/rand.ann @@ -0,0 +1 @@ +CLASS: Zeros
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/real.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/real.ann new file mode 100644 index 00000000..d0d31001 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/real.ann @@ -0,0 +1 @@ +CLASS: Abs
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/return.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/return.ann new file mode 100644 index 00000000..eabb9118 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/return.ann @@ -0,0 +1 @@ +CLASS: Return
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/round.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/round.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/round.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sin.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sin.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sin.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sinh.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sinh.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sinh.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/size.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/size.ann new file mode 100644 index 00000000..ca7c556c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/size.ann @@ -0,0 +1 @@ +CLASS: Size
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sqrt.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sqrt.ann new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sqrt.ann @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/st_deviation.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/st_deviation.ann new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/st_deviation.ann @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/stdevf.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/stdevf.ann new file mode 100644 index 00000000..14ad3379 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/stdevf.ann @@ -0,0 +1 @@ +CLASS: Meanf
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/strindex.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/strindex.ann new file mode 100644 index 00000000..9dca5862 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/strindex.ann @@ -0,0 +1 @@ +CLASS: Strindex
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/strsubst.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/strsubst.ann new file mode 100644 index 00000000..03fa10a1 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/strsubst.ann @@ -0,0 +1 @@ +CLASS: StrSubSt
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sum.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sum.ann new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/sum.ann @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/tan.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/tan.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/tan.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/tanh.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/tanh.ann new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/tanh.ann @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/trace.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/trace.ann new file mode 100644 index 00000000..4da3715f --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/trace.ann @@ -0,0 +1 @@ +CLASS: Trace
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/variance.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/variance.ann new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/variance.ann @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/variancef.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/variancef.ann new file mode 100644 index 00000000..14ad3379 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/variancef.ann @@ -0,0 +1 @@ +CLASS: Meanf
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/zeros.ann b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/zeros.ann new file mode 100644 index 00000000..40b82d62 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Functions/zeros.ann @@ -0,0 +1 @@ +CLASS: Zeros
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Abs.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Abs.lcls new file mode 100644 index 00000000..fbfa548c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Abs.lcls @@ -0,0 +1,8 @@ +s0,s0
+d0,d0
+c0,s0
+z0,d0
+s2,s2
+d2,d2
+c2,s2
+z2,d2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Atan.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Atan.lcls new file mode 100644 index 00000000..db3aa04c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Atan.lcls @@ -0,0 +1,12 @@ +s0,s0
+d0,d0
+c0,c0
+z0,z0
+s2,s2
+d2,d2
+c2,c2
+z2,z2
+s0s0,s0
+d0d0,d0
+s2s2,s2
+d2d2,d2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Cepstrum.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Cepstrum.lcls new file mode 100644 index 00000000..8f4470ee --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Cepstrum.lcls @@ -0,0 +1,8 @@ +s0s0,c0
+d0d0,z0
+s0c0,c0
+d0z0,z0
+s2s2,c2
+d2d2,z2
+s2c2,c2
+d2z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Convol.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Convol.lcls new file mode 100644 index 00000000..2e53cf15 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Convol.lcls @@ -0,0 +1,44 @@ +s0s0,s0
+d0d0,d0
+c0c0,c0
+z0z0,z0
+s0s2,s2
+d0d2,d2
+c0c2,c2
+z0z2,z2
+s2s0,s2
+d2d0,d2
+c2c0,c2
+z2z0,z2
+s2s2,s2
+d2d2,d2
+c2c2,c2
+z2z2,z2
+s0s0,s0s0
+d0d0,d0d0
+c0c0,c0c0
+z0z0,z0z0
+s0s2,s2s2
+d0d2,d2d2
+c0c2,c2c2
+z0z2,z2z2
+s2s0,s2s2
+d2d0,d2d2
+c2c0,c2c2
+z2z0,z2z2
+s2s2,s2s2
+d2d2,d2d2
+c2c2,c2c2
+z2z2,z2z2
+s0s0s0,s0s0
+d0d0d0,d0d0
+c0c0c0,c0c0
+z0z0z0,z0z0
+s0s2s0,s2s0
+d0d2d0,d2d0
+c0c2c0,c2c0
+z0z2z0,z2z0
+s2s2s2,s2s2
+d2d2d2,d2d2
+c2c2c2,c2c2
+z2z2z2,z2z2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Disp.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Disp.lcls new file mode 100644 index 00000000..1899b1d5 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Disp.lcls @@ -0,0 +1,10 @@ +s0,d0
+d0,d0
+c0,d0
+z0,d0
+g0,d0
+s2,d0
+d2,d0
+c2,d0
+z2,d0
+g2,d0
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Double.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Double.lcls new file mode 100644 index 00000000..cdbaa09c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Double.lcls @@ -0,0 +1,4 @@ +s0,d0
+d0,d0
+s2,d2
+d2,d2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/DoubleComplex.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/DoubleComplex.lcls new file mode 100644 index 00000000..b89949c3 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/DoubleComplex.lcls @@ -0,0 +1,8 @@ +s0,z0
+d0,z0
+c0,z0
+z0,z0
+s2,z2
+d2,z2
+c2,z2
+z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/FFT.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/FFT.lcls new file mode 100644 index 00000000..d38a5a3e --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/FFT.lcls @@ -0,0 +1,32 @@ +s0,c0
+d0,z0
+c0,c0
+z0,z0
+s2,c2
+d2,z2
+c2,c2
+z2,z2
+s0s0,c0
+d0d0,z0
+c0s0,c0
+z0d0,z0
+s2s0,c2
+d2d0,z2
+c2s0,c2
+z2d0,z2
+s0s0s0,c0
+d0d0d0,z0
+c0s0s0,c0
+z0d0d0,z0
+s2s0s0,c2
+d2d0d0,z2
+c2s0s0,c2
+z2d0d0,z2
+s0s0s0s0,c0
+d0d0d0d0,z0
+c0s0s0s0,c0
+z0d0d0d0,z0
+s2s0s0s0,c2
+d2d0d0d0,z2
+c2s0s0s0,c2
+z2d0d0d0,z2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/FFTShift.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/FFTShift.lcls new file mode 100644 index 00000000..cb8bdb35 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/FFTShift.lcls @@ -0,0 +1,24 @@ +s0,s0
+d0,d0
+c0,c0
+z0,z0
+s2,s2
+d2,d2
+c2,c2
+z2,z2
+s0s0,s0
+s0g2,s0
+d0d0,d0
+d0g2,d0
+c0s0,c0
+c0g2,c0
+z0d0,z0
+z0g2,z0
+s2s0,s2
+s2g2,s2
+d2d0,d2
+d2g2,d2
+c2s0,c2
+c2g2,c2
+z2d0,z2
+z2g2,z2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Find.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Find.lcls new file mode 100644 index 00000000..1e1c3faa --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Find.lcls @@ -0,0 +1,16 @@ +s0,s0
+d0,d0
+s2,s2
+d2,d2
+s0,s0s0
+d0,d0d0
+s2,s2s2
+d2,d2d2
+s0s0,s0
+s2s0,s2
+d0d0,d0
+d2d0,d2
+s0s0,s0s0
+s2s0,s2s2
+d0d0,d0d0
+d2d0,d2d2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Float.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Float.lcls new file mode 100644 index 00000000..cd60413d --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Float.lcls @@ -0,0 +1,4 @@ +s0,s0
+d0,s0
+s2,s2
+d2,s2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/FloatComplex.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/FloatComplex.lcls new file mode 100644 index 00000000..94a85008 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/FloatComplex.lcls @@ -0,0 +1,8 @@ +s0,c0
+d0,c0
+c0,c0
+z0,c0
+s2,c2
+d2,c2
+c2,c2
+z2,c2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Frmag.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Frmag.lcls new file mode 100644 index 00000000..0c848eee --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Frmag.lcls @@ -0,0 +1,16 @@ +d2d0,d2
+d2d0,d2d2
+d0d0,d0
+d0d0,d0d0
+d2d2d0,d2
+d2d2d0,d2d2
+d0d0d0,d0
+d0d0d0,d0d0
+s2s0,s2
+s2s0,s2s2
+s0s0,s0
+s0s0,s0s0
+s2s2s0,s2
+s2s2s0,s2s2
+s0s0s0,s0
+s0s0s0,s0s0
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Global.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Global.lcls new file mode 100644 index 00000000..dcde1db9 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Global.lcls @@ -0,0 +1 @@ +g2,d0
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/IFFT.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/IFFT.lcls new file mode 100644 index 00000000..e1cde164 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/IFFT.lcls @@ -0,0 +1,8 @@ +s0,c0
+d0,z0
+c0,c0
+z0,z0
+s2,c2
+d2,z2
+c2,c2
+z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/IsEmpty.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/IsEmpty.lcls new file mode 100644 index 00000000..dcc6d90b --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/IsEmpty.lcls @@ -0,0 +1,8 @@ +s0,s0
+d0,d0
+c0,s0
+z0,d0
+s2,s0
+d2,d0
+c2,s0
+z2,d0
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Length.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Length.lcls new file mode 100644 index 00000000..2db2feb4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Length.lcls @@ -0,0 +1,12 @@ +s0,s0
+d0,d0
+c0,s0
+z0,d0
+g0,s0
+g0,d0
+s2,s0
+d2,d0
+c2,s0
+z2,d0
+g2,s0
+g2,d0
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Lev.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Lev.lcls new file mode 100644 index 00000000..8fc75ecf --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Lev.lcls @@ -0,0 +1,12 @@ +s2,s2
+s2,s2s0
+s2,s2s0s2
+d2,d2
+d2,d2d0
+d2,d2d0d2
+c2,c2
+c2,c2c0
+c2,c2c0c2
+z2,z2
+z2,z2z0
+z2,z2z0z2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mclose.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mclose.lcls new file mode 100644 index 00000000..c0402ebc --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mclose.lcls @@ -0,0 +1,2 @@ +f0,
+f0,i0
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Meanf.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Meanf.lcls new file mode 100644 index 00000000..4b349c7d --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Meanf.lcls @@ -0,0 +1,16 @@ +s0s0,s0
+d0d0,d0
+c0s0,c0
+z0d0,z0
+s2s2,s0
+d2d2,d0
+c2s2,c0
+z2d2,z0
+s0s0s0,s0
+d0d0d0,d0
+c0s0s0,c0
+z0d0d0,z0
+s2s2s0,s2
+d2d2d0,d2
+c2s2s0,c2
+z2d2d0,z2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mget.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mget.lcls new file mode 100644 index 00000000..506130d0 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mget.lcls @@ -0,0 +1,8 @@ +s0g2f0,s0
+s0g2f0,d0
+d0g2f0,s0
+d0g2f0,d0
+s0g2f0,s2
+s0g2f0,d2
+d0g2f0,s2
+d0g2f0,d2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mopen.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mopen.lcls new file mode 100644 index 00000000..5127dcca --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mopen.lcls @@ -0,0 +1,10 @@ +g2,f0
+g2,f0s0
+g2,f0d0
+g2g2,f0
+g2g2,f0s0
+g2g2,f0d0
+g2g2s0,f0s0
+g2g2s0,f0d0
+g2g2d0,f0s0
+g2g2d0,f0d0
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mput.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mput.lcls new file mode 100644 index 00000000..604c88b1 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mput.lcls @@ -0,0 +1,8 @@ +s0g2f0,
+s2g2f0,
+d0g2f0,
+d2g2f0,
+s0g2f0,i0
+s2g2f0,i0
+d0g2f0,i0
+d2g2f0,i0
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mseek.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mseek.lcls new file mode 100644 index 00000000..4c10ff4f --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Mseek.lcls @@ -0,0 +1,6 @@ +s0,
+s0f0,
+s0f0g2,
+d0,
+d0f0,
+d0f0g2,
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpApex.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpApex.lcls new file mode 100644 index 00000000..84d73280 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpApex.lcls @@ -0,0 +1,8 @@ +s0,s0
+d0,d0
+c0,c0
+z0,z0
+s2,s2
+d2,d2
+c2,c2
+z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpBackSlash.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpBackSlash.lcls new file mode 100644 index 00000000..a90028c3 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpBackSlash.lcls @@ -0,0 +1,32 @@ +s0s0,s0
+s0s2,s2
+s2s0,s2
+s2s2,s2
+d0d0,d0
+d0d2,d2
+d2d0,d2
+d2d2,d2
+s0c0,c0
+c0s0,c0
+c0c0,c0
+c0s2,c2
+s0c2,c2
+c0c2,c2
+c2s0,c2
+s2c0,c2
+c2c0,c2
+s2c2,c2
+c2s2,c2
+c2c2,c2
+d0z0,z0
+z0d0,z0
+z0z0,z0
+z0d2,z2
+d0z2,z2
+z0z2,z2
+z2d0,z2
+d2z0,z2
+z2z0,z2
+d2z2,z2
+z2d2,z2
+z2z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpCc.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpCc.lcls new file mode 100644 index 00000000..d9059b13 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpCc.lcls @@ -0,0 +1,16 @@ +s0s0,s2
+s0s2,s2
+s2s0,s2
+s2s2,s2
+d0d0,d2
+d0d2,d2
+d2d0,d2
+d2d2,d2
+c0c0,c2
+c0c2,c2
+c2c0,c2
+c2c2,c2
+z0z0,z2
+z0z2,z2
+z2z0,z2
+z2z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpColon.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpColon.lcls new file mode 100644 index 00000000..4b559b7c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpColon.lcls @@ -0,0 +1,8 @@ +s0s0,s0
+d0d0,d0
+s0s0,s2
+d0d0,d2
+s0s0s0,s0
+d0d0d0,d0
+s0s0s0,s2
+d0d0d0,d2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpDotHat.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpDotHat.lcls new file mode 100644 index 00000000..d7955bd8 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpDotHat.lcls @@ -0,0 +1,16 @@ +s0s0,s0
+d0d0,d0
+c0c0,c0
+z0z0,z0
+s2s0,s2
+d2d0,d2
+c2c0,c2
+z2z0,z2
+s0s2,s2
+d0d2,d2
+c0c2,c2
+z0z2,z2
+s2s2,s2
+d2d2,d2
+c2c2,c2
+z2z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpDotStar.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpDotStar.lcls new file mode 100644 index 00000000..b9c54e55 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpDotStar.lcls @@ -0,0 +1,40 @@ +s0s0,s0
+d0d0,d0
+c0c0,c0
+s0c0,c0
+c0s0,c0
+z0z0,z0
+d0z0,z0
+z0d0,z0
+s2s0,s2
+d2d0,d2
+c2c0,c2
+s2c0,c2
+c2s0,c2
+z2z0,z2
+z2d0,z2
+d2z0,z2
+s0s2,s2
+d0d2,d2
+c0c2,c2
+s0c2,c2
+c0s2,c2
+z0z2,z2
+d0z2,z2
+z0d2,z2
+s2s2,s2
+d2d2,d2
+c2c2,c2
+s2c2,c2
+c2s2,c2
+z2z2,z2
+d2z2,z2
+z2d2,z2
+s2s2,s2
+d2d2,d2
+c2c2,c2
+s2c2,c2
+c2s2,c2
+z2z2,z2
+d2z2,z2
+z2d2,z2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpEqual.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpEqual.lcls new file mode 100644 index 00000000..35538b5f --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpEqual.lcls @@ -0,0 +1,10 @@ +s0,s0
+d0,d0
+c0,c0
+z0,z0
+g0,g0
+s2,s2
+d2,d2
+c2,c2
+z2,z2
+g2,g2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpExt.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpExt.lcls new file mode 100644 index 00000000..3dce393a --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpExt.lcls @@ -0,0 +1,24 @@ +s2s0,s0
+s2s2,s2
+s2s0s0,s0
+s2s2s0,s2
+s2s0s2,s2
+s2s2s2,s2
+d2d0,d0
+d2d2,d2
+d2d0d0,d0
+d2d2d0,d2
+d2d0d2,d2
+d2d2d2,d2
+c2s0,c0
+c2s2,c2
+c2s0s0,c0
+c2s2s0,c2
+c2s0s2,c2
+c2s2s2,c2
+z2d0,z0
+z2d2,z2
+z2d0d0,z0
+z2d2d0,z2
+z2d0d2,z2
+z2d2d2,z2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpIns.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpIns.lcls new file mode 100644 index 00000000..7309063b --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpIns.lcls @@ -0,0 +1,40 @@ +s2s0s0,
+s2s2s0,
+s2s2s2,
+s2s0s0s0,
+s2s0s2s0,
+s2s2s0s0,
+s2s2s2s0,
+s2s0s2s2,
+s2s2s0s2,
+s2s2s2s2,
+d2d0d0,
+d2d2d0,
+d2d2d2,
+d2d0d0d0,
+d2d0d2d0,
+d2d2d0d0,
+d2d2d2d0,
+d2d0d2d2,
+d2d2d0d2,
+d2d2d2d2,
+c2s0c0,
+c2s2c0,
+c2s2c2,
+c2s0s0c0,
+c2s0s2c0,
+c2s2s0c0,
+c2s2s2c0,
+c2s0s2c2,
+c2s2s0c2,
+c2s2s2c2,
+z2d0z0,
+z2d2z0,
+z2d2z2,
+z2d0d0z0,
+z2d0d2z0,
+z2d2d0z0,
+z2d2d2z0,
+z2d0d2z2,
+z2d2d0z2,
+z2d2d2z2,
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpLogEq.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpLogEq.lcls new file mode 100644 index 00000000..942a9efb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpLogEq.lcls @@ -0,0 +1,24 @@ +s0s0,s0
+d0d0,d0
+c0c0,c0
+z0z0,z0
+g0g0,s0
+g0g0,d0
+s2s0,s2
+d2d0,d2
+c2c0,c2
+z2z0,z2
+g2g0,s2
+g2g0,d2
+s0s2,s2
+d0d2,d2
+c0c2,c2
+z0z2,z2
+g0g2,s2
+g0g2,d2
+s2s2,s2
+d2d2,d2
+c2c2,c2
+z2z2,z2
+g2g2,s2
+g2g2,d2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpMinus.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpMinus.lcls new file mode 100644 index 00000000..69af2c51 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpMinus.lcls @@ -0,0 +1,40 @@ +s0,s0
+d0,d0
+c0,c0
+z0,z0
+s2,s2
+d2,d2
+c2,c2
+z2,z2
+s0s0,s0
+d0d0,d0
+s0c0,c0
+c0s0,c0
+c0c0,c0
+d0z0,z0
+z0d0,z0
+z0z0,z0
+s2s0,s2
+d2d0,d2
+s2c0,c2
+c2s0,c2
+c2c0,c2
+d2z0,z2
+z2d0,z2
+z2z0,z2
+s0s2,s2
+d0d2,d2
+s0c2,c2
+c0s2,c2
+c0c2,c2
+d0z2,z2
+z0d2,z2
+z0z2,z2
+s2s2,s2
+d2d2,d2
+s2c2,c2
+c2s2,c2
+c2c2,c2
+d2z2,z2
+z2d2,z2
+z2z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpPlus.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpPlus.lcls new file mode 100644 index 00000000..93ff0895 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpPlus.lcls @@ -0,0 +1,44 @@ +s0,s0
+d0,d0
+c0,c0
+z0,z0
+s2,s2
+d2,d2
+c2,c2
+z2,z2
+s0s0,s0
+d0d0,d0
+s0c0,c0
+c0s0,c0
+c0c0,c0
+d0z0,z0
+z0d0,z0
+z0z0,z0
+g0g0,g2
+s2s0,s2
+d2d0,d2
+s2c0,c2
+c2s0,c2
+c2c0,c2
+d2z0,z2
+z2d0,z2
+z2z0,z2
+g2g0,g2
+s0s2,s2
+d0d2,d2
+s0c2,c2
+c0s2,c2
+c0c2,c2
+d0z2,z2
+z0d2,z2
+z0z2,z2
+g0g2,g2
+s2s2,s2
+d2d2,d2
+s2c2,c2
+c2s2,c2
+c2c2,c2
+d2z2,z2
+z2d2,z2
+z2z2,z2
+g2g2,g2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpRc.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpRc.lcls new file mode 100644 index 00000000..d9059b13 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpRc.lcls @@ -0,0 +1,16 @@ +s0s0,s2
+s0s2,s2
+s2s0,s2
+s2s2,s2
+d0d0,d2
+d0d2,d2
+d2d0,d2
+d2d2,d2
+c0c0,c2
+c0c2,c2
+c2c0,c2
+c2c2,c2
+z0z0,z2
+z0z2,z2
+z2z0,z2
+z2z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpStar.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpStar.lcls new file mode 100644 index 00000000..c9fd26f1 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/OpStar.lcls @@ -0,0 +1,40 @@ +s0s0,s0
+d0d0,d0
+s0c0,c0
+c0s0,c0
+c0c0,c0
+d0z0,z0
+z0d0,z0
+z0z0,z0
+s2s0,s2
+d2d0,d2
+s2c0,c2
+c2s0,c2
+c2c0,c2
+d2z0,z2
+z2d0,z2
+z2z0,z2
+s0s2,s2
+d0d2,d2
+s0c2,c2
+c0s2,c2
+c0c2,c2
+d0z2,z2
+z0d2,z2
+z0z2,z2
+s2s2,s2
+d2d2,d2
+s2c2,c2
+c2s2,c2
+c2c2,c2
+d2z2,z2
+z2d2,z2
+z2z2,z2
+s2s2,s0
+d2d2,d0
+s2c2,c0
+c2s2,c0
+c2c2,c0
+d2z2,z0
+z2d2,z0
+z2z2,z0
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Part.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Part.lcls new file mode 100644 index 00000000..10c3307e --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Part.lcls @@ -0,0 +1,4 @@ +g2s0,g2
+g2d0,g2
+g2s2,g2
+g2d2,g2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Return.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Return.lcls new file mode 100644 index 00000000..c528f0f4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Return.lcls @@ -0,0 +1 @@ +,
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Sin.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Sin.lcls new file mode 100644 index 00000000..84d73280 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Sin.lcls @@ -0,0 +1,8 @@ +s0,s0
+d0,d0
+c0,c0
+z0,z0
+s2,s2
+d2,d2
+c2,c2
+z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Size.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Size.lcls new file mode 100644 index 00000000..d42f7e34 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Size.lcls @@ -0,0 +1,24 @@ +s0,s2
+d0,d2
+c0,s2
+z0,d2
+s2,s2
+d2,d2
+c2,s2
+z2,d2
+s0,s0s0
+d0,d0d0
+c0,s0s0
+z0,d0d0
+s2,s0s0
+d2,d0d0
+c2,s0s0
+z2,d0d0
+s0s0,s0
+d0d0,d0
+c0s0,s0
+z0d0,d0
+s2s0,s0
+d2d0,d0
+c2s0,s0
+z2d0,d0
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Spec.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Spec.lcls new file mode 100644 index 00000000..c0fa03de --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Spec.lcls @@ -0,0 +1,20 @@ +s0,s0
+d0,d0
+c0,c0
+z0,z0
+s2,s2
+d2,d2
+s2,c2
+c2,c2
+d2,z2
+z2,z2
+s0,s0s0
+d0,d0d0
+c0,c0c0
+z0,z0z0
+s2,s2s2
+s2,c2c2
+d2,d2d2
+d2,z2z2
+c2,c2c2
+z2,z2z2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Sqrt.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Sqrt.lcls new file mode 100644 index 00000000..95d445fe --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Sqrt.lcls @@ -0,0 +1,12 @@ +s0,s0
+s0,c0
+d0,d0
+d0,z0
+c0,c0
+z0,z0
+s2,s2
+s2,c2
+d2,d2
+d2,z2
+c2,c2
+z2,z2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/StrSubSt.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/StrSubSt.lcls new file mode 100644 index 00000000..c4d40633 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/StrSubSt.lcls @@ -0,0 +1 @@ +g2g2g2,g2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Strindex.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Strindex.lcls new file mode 100644 index 00000000..acfb7a68 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Strindex.lcls @@ -0,0 +1,4 @@ +g2g2,s0
+g2g2,d0
+g2g2,s2
+g2g2,d2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Sum.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Sum.lcls new file mode 100644 index 00000000..56bd9142 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Sum.lcls @@ -0,0 +1,32 @@ +s0,s0
+d0,d0
+c0,c0
+z0,z0
+s2,s0
+d2,d0
+c2,c0
+z2,z0
+s0s0,s0
+d0d0,d0
+c0c0,c0
+z0d0,z0
+s2s0,s0
+d2d0,d0
+c2s0,c0
+z2d0,z0
+s2s0,s2
+d2d0,d2
+c2s0,c2
+z2d0,z2
+s0g2,s0
+d0g2,d0
+c0g2,c0
+z0g2,z0
+s2g2,s0
+d2g2,d0
+c2g2,c0
+z2g2,z0
+s2g2,s2
+d2g2,d2
+c2g2,c2
+z2g2,z2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Trace.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Trace.lcls new file mode 100644 index 00000000..717d532f --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Trace.lcls @@ -0,0 +1,8 @@ +s0,s0
+d0,d0
+c0,c0
+z0,z0
+s2,s0
+d2,d0
+c2,c0
+z2,z0
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Zeros.lcls b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Zeros.lcls new file mode 100644 index 00000000..b05566fd --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Classes/Zeros.lcls @@ -0,0 +1,18 @@ +,s0
+,d0
+s0,s0
+s0,d0
+d0,s0
+d0,d0
+s2,s2
+s2,d2
+d2,s2
+d2,d2
+s0s0,s0
+s0s0,d0
+s0s0,s2
+s0s0,d2
+d0d0,s0
+d0d0,d0
+d0d0,s2
+d0d0,d2
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/Cepstrum.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/Cepstrum.lst new file mode 100644 index 00000000..4e17763b --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/Cepstrum.lst @@ -0,0 +1 @@ +CLASS: Cepstrum
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpApex.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpApex.lst new file mode 100644 index 00000000..beb7b6fd --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpApex.lst @@ -0,0 +1 @@ +CLASS: OpApex
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpBackSlash.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpBackSlash.lst new file mode 100644 index 00000000..3f9d1814 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpBackSlash.lst @@ -0,0 +1 @@ +CLASS: OpBackSlash
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpCc.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpCc.lst new file mode 100644 index 00000000..2748b4c5 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpCc.lst @@ -0,0 +1 @@ +CLASS: OpCc
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpColon.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpColon.lst new file mode 100644 index 00000000..981dbed0 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpColon.lst @@ -0,0 +1 @@ +CLASS: OpColon
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotApex.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotApex.lst new file mode 100644 index 00000000..beb7b6fd --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotApex.lst @@ -0,0 +1 @@ +CLASS: OpApex
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotBackSlash.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotBackSlash.lst new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotBackSlash.lst @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotHat.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotHat.lst new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotHat.lst @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotSlash.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotSlash.lst new file mode 100644 index 00000000..8aa67ad3 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotSlash.lst @@ -0,0 +1 @@ +CLASS: OpDotStar
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotStar.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotStar.lst new file mode 100644 index 00000000..8aa67ad3 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpDotStar.lst @@ -0,0 +1 @@ +CLASS: OpDotStar
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpEqual.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpEqual.lst new file mode 100644 index 00000000..87e6b15d --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpEqual.lst @@ -0,0 +1 @@ +CLASS: OpEqual
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpExt.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpExt.lst new file mode 100644 index 00000000..50bd6675 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpExt.lst @@ -0,0 +1 @@ +CLASS: OpExt
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpHat.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpHat.lst new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpHat.lst @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpIns.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpIns.lst new file mode 100644 index 00000000..fd2cf196 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpIns.lst @@ -0,0 +1 @@ +CLASS: OpIns
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogAnd.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogAnd.lst new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogAnd.lst @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogEq.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogEq.lst new file mode 100644 index 00000000..4a56160c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogEq.lst @@ -0,0 +1 @@ +CLASS: OpLogEq
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogGe.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogGe.lst new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogGe.lst @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogGt.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogGt.lst new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogGt.lst @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogLe.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogLe.lst new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogLe.lst @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogLt.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogLt.lst new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogLt.lst @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogNe.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogNe.lst new file mode 100644 index 00000000..4a56160c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogNe.lst @@ -0,0 +1 @@ +CLASS: OpLogEq
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogNot.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogNot.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogNot.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogOr.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogOr.lst new file mode 100644 index 00000000..bb90b5fb --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpLogOr.lst @@ -0,0 +1 @@ +CLASS: OpDotHat
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpMinus.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpMinus.lst new file mode 100644 index 00000000..09c6be0e --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpMinus.lst @@ -0,0 +1 @@ +CLASS: OpMinus
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpPlus.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpPlus.lst new file mode 100644 index 00000000..e5a93d42 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpPlus.lst @@ -0,0 +1 @@ +CLASS: OpPlus
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpRc.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpRc.lst new file mode 100644 index 00000000..3f3ee384 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpRc.lst @@ -0,0 +1 @@ +CLASS: OpRc
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpStar.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpStar.lst new file mode 100644 index 00000000..082301fd --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/OpStar.lst @@ -0,0 +1 @@ +CLASS: OpStar
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/Spec.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/Spec.lst new file mode 100644 index 00000000..2ead894c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/Spec.lst @@ -0,0 +1 @@ +CLASS: Spec
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/abs.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/abs.lst new file mode 100644 index 00000000..d0d31001 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/abs.lst @@ -0,0 +1 @@ +CLASS: Abs
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/acos.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/acos.lst new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/acos.lst @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/acosh.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/acosh.lst new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/acosh.lst @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/asin.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/asin.lst new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/asin.lst @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/asinh.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/asinh.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/asinh.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/atan.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/atan.lst new file mode 100644 index 00000000..51356b5b --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/atan.lst @@ -0,0 +1 @@ +CLASS: Atan
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/atanh.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/atanh.lst new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/atanh.lst @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/ceil.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/ceil.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/ceil.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/conj.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/conj.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/conj.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/convol.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/convol.lst new file mode 100644 index 00000000..d0529024 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/convol.lst @@ -0,0 +1 @@ +CLASS: Convol
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/cos.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/cos.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/cos.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/cosh.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/cosh.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/cosh.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/det.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/det.lst new file mode 100644 index 00000000..4da3715f --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/det.lst @@ -0,0 +1 @@ +CLASS: Trace
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/disp.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/disp.lst new file mode 100644 index 00000000..2e6a9ad5 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/disp.lst @@ -0,0 +1 @@ +CLASS: Disp
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/double.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/double.lst new file mode 100644 index 00000000..667df626 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/double.lst @@ -0,0 +1 @@ +CLASS: Double
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/doublecomplex.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/doublecomplex.lst new file mode 100644 index 00000000..266fd573 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/doublecomplex.lst @@ -0,0 +1 @@ +CLASS: DoubleComplex
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/exp.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/exp.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/exp.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/eye.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/eye.lst new file mode 100644 index 00000000..40b82d62 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/eye.lst @@ -0,0 +1 @@ +CLASS: Zeros
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/fft.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/fft.lst new file mode 100644 index 00000000..b51676f9 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/fft.lst @@ -0,0 +1 @@ +CLASS: FFT
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/fftshift.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/fftshift.lst new file mode 100644 index 00000000..7d986d4f --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/fftshift.lst @@ -0,0 +1 @@ +CLASS: FFTShift
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/find.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/find.lst new file mode 100644 index 00000000..52c8d020 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/find.lst @@ -0,0 +1 @@ +CLASS: Find
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/fix.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/fix.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/fix.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/float.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/float.lst new file mode 100644 index 00000000..cff917cf --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/float.lst @@ -0,0 +1 @@ +CLASS: Float
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/floatcomplex.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/floatcomplex.lst new file mode 100644 index 00000000..a2bc2f40 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/floatcomplex.lst @@ -0,0 +1 @@ +CLASS: FloatComplex
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/floor.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/floor.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/floor.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/frmag.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/frmag.lst new file mode 100644 index 00000000..f3e11998 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/frmag.lst @@ -0,0 +1 @@ +CLASS: Frmag
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/global.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/global.lst new file mode 100644 index 00000000..602d47af --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/global.lst @@ -0,0 +1 @@ +CLASS: Global
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/ifft.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/ifft.lst new file mode 100644 index 00000000..c2904825 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/ifft.lst @@ -0,0 +1 @@ +CLASS: IFFT
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/imag.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/imag.lst new file mode 100644 index 00000000..d0d31001 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/imag.lst @@ -0,0 +1 @@ +CLASS: Abs
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/int.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/int.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/int.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/inv.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/inv.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/inv.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/isempty.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/isempty.lst new file mode 100644 index 00000000..14f24271 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/isempty.lst @@ -0,0 +1 @@ +CLASS: IsEmpty
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/isnan.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/isnan.lst new file mode 100644 index 00000000..beb7b6fd --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/isnan.lst @@ -0,0 +1 @@ +CLASS: OpApex
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/length.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/length.lst new file mode 100644 index 00000000..5d2a073b --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/length.lst @@ -0,0 +1 @@ +CLASS: Length
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/lev.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/lev.lst new file mode 100644 index 00000000..b6da8e7b --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/lev.lst @@ -0,0 +1 @@ +CLASS: Lev
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/log.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/log.lst new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/log.lst @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/log10.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/log10.lst new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/log10.lst @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/max.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/max.lst new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/max.lst @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mclose.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mclose.lst new file mode 100644 index 00000000..741aa6fe --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mclose.lst @@ -0,0 +1 @@ +CLASS: Mclose
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mean.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mean.lst new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mean.lst @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/meanf.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/meanf.lst new file mode 100644 index 00000000..14ad3379 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/meanf.lst @@ -0,0 +1 @@ +CLASS: Meanf
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mget.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mget.lst new file mode 100644 index 00000000..6c933404 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mget.lst @@ -0,0 +1 @@ +CLASS: Mget
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/min.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/min.lst new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/min.lst @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mopen.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mopen.lst new file mode 100644 index 00000000..1405ba1d --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mopen.lst @@ -0,0 +1 @@ +CLASS: Mopen
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mput.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mput.lst new file mode 100644 index 00000000..ccf6b05f --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mput.lst @@ -0,0 +1 @@ +CLASS: Mput
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mseek.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mseek.lst new file mode 100644 index 00000000..37c64924 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/mseek.lst @@ -0,0 +1 @@ +CLASS: Mseek
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/ones.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/ones.lst new file mode 100644 index 00000000..40b82d62 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/ones.lst @@ -0,0 +1 @@ +CLASS: Zeros
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/part.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/part.lst new file mode 100644 index 00000000..6d6a8553 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/part.lst @@ -0,0 +1 @@ +CLASS: Part
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/prod.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/prod.lst new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/prod.lst @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/rand.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/rand.lst new file mode 100644 index 00000000..40b82d62 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/rand.lst @@ -0,0 +1 @@ +CLASS: Zeros
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/real.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/real.lst new file mode 100644 index 00000000..d0d31001 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/real.lst @@ -0,0 +1 @@ +CLASS: Abs
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/return.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/return.lst new file mode 100644 index 00000000..eabb9118 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/return.lst @@ -0,0 +1 @@ +CLASS: Return
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/round.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/round.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/round.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sin.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sin.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sin.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sinh.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sinh.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sinh.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/size.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/size.lst new file mode 100644 index 00000000..ca7c556c --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/size.lst @@ -0,0 +1 @@ +CLASS: Size
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sqrt.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sqrt.lst new file mode 100644 index 00000000..f91ad693 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sqrt.lst @@ -0,0 +1 @@ +CLASS: Sqrt
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/st_deviation.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/st_deviation.lst new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/st_deviation.lst @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/stdevf.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/stdevf.lst new file mode 100644 index 00000000..14ad3379 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/stdevf.lst @@ -0,0 +1 @@ +CLASS: Meanf
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/strindex.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/strindex.lst new file mode 100644 index 00000000..9dca5862 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/strindex.lst @@ -0,0 +1 @@ +CLASS: Strindex
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/strsubst.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/strsubst.lst new file mode 100644 index 00000000..03fa10a1 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/strsubst.lst @@ -0,0 +1 @@ +CLASS: StrSubSt
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sum.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sum.lst new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/sum.lst @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/tan.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/tan.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/tan.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/tanh.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/tanh.lst new file mode 100644 index 00000000..172545df --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/tanh.lst @@ -0,0 +1 @@ +CLASS: Sin
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/trace.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/trace.lst new file mode 100644 index 00000000..4da3715f --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/trace.lst @@ -0,0 +1 @@ +CLASS: Trace
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/variance.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/variance.lst new file mode 100644 index 00000000..fc9f4ff4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/variance.lst @@ -0,0 +1 @@ +CLASS: Sum
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/variancef.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/variancef.lst new file mode 100644 index 00000000..14ad3379 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/variancef.lst @@ -0,0 +1 @@ +CLASS: Meanf
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/zeros.lst b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/zeros.lst new file mode 100644 index 00000000..40b82d62 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SCI2CLib/CFunctionList/Functions/zeros.lst @@ -0,0 +1 @@ +CLASS: Zeros
diff --git a/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SharedInfo.dat b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SharedInfo.dat Binary files differnew file mode 100644 index 00000000..c07f8533 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test001_LinearRegression/SCI2CTmpResultsReports/SharedInfo.dat diff --git a/src/Scilab2C/SCI2CTests/test999_WorkingDir/SCI2CInputParameters.sce b/src/Scilab2C/SCI2CTests/test999_WorkingDir/SCI2CInputParameters.sce deleted file mode 100644 index 7f22a340..00000000 --- a/src/Scilab2C/SCI2CTests/test999_WorkingDir/SCI2CInputParameters.sce +++ /dev/null @@ -1,87 +0,0 @@ -// -----------------------------------------------------------------
-// === hArtes/PoliBa/GAP SCI2C tool ===
-// === Authors: ===
-// === Raffaele Nutricato ===
-// === raffaele.nutricato@tiscali.it ===
-// === Alberto Morea ===
-// === ===
-// === *************** ===
-// === USER PARAMETERS ===
-// === *************** ===
-// === ===
-//
-// Copyright 2007 Raffaele Nutricato.
-// Contact: raffaele.nutricato@tiscali.it
-// -----------------------------------------------------------------
-
-
-// ------------------------------------------
-// --- Specify Paths of User Scilab code. ---
-// ------------------------------------------
-UserSciCodeMainDir = 'D:\Nutricato_GAPSVN\PROGETTI_APERTI\POLIBA\hArtes\WP2_SCI2C\Software\Version_alpha\SCI2CTests\test999_WorkingDir';
-
-// --- Path + filename of the .sci main file of the code to be translated. ---
-// It is the entry point.
-UserScilabMainFile = fullfile(UserSciCodeMainDir,'scilabcode\mainfunction.sci');
-
-// --- List of the paths containing the .sci files written by the user. ---
-UserSciFilesPaths = ...
- [...
- fullfile(UserSciCodeMainDir,'scilabcode');...
- ];
-
-// --------------------------
-// --- End Specify paths. ---
-// --------------------------
-
-
-// ----------------------------
-// --- Select the run mode. ---
-// ----------------------------
-//RunMode = 'GenLibraryStructure';
-//RunMode = 'Translate';
-RunMode = 'All';
-
-// --- Select one of the following options. ---
-
-// 'GenLibraryStructure';
-// Generates the library structure and exits. It is very
-// useful when the user wants to manually change the files stored in that structure
-// before running the translation. 'GenLibraryStructure' option forces SCI2C to remove
-// the already existing WorkingDir and OutCCCodeDir directories.
-
-// 'Translate';
-// Performs the translation without generating the library structure. It means that the library
-// structure must be already existing. This is useful when the user doesn't want to spend time
-// to generate again that structure or when he wants to force the SCI2C tool to access to
-// a manually-changed library structure. 'Translate' option forces SCI2C to don't remove
-// the already existing WorkingDir. Only OutCCCodeDir directory will be removed.
-
-// 'All';
-// Performs all the actions listed above.
-
-// --------------------------------
-// --- End Select the run mode. ---
-// --------------------------------
-
-
-// ----------------------------
-// --- Translation Options. ---
-// ----------------------------
-// --- Enable (1) / Disable (0) copy of Scilab code into C code. ---
-// If 1 the Scilab code will be copied into the C code in order to show
-// how each Scilab code line has been translated into C code.
-CopySciCodeIntoCCode = 1;
-
-// --- Select the path style for the C code. ---
-// It can be:
-// windows
-// unix
-// cygwin
-CCompilerPathStyle = 'cygwin';
-
-// --- Path + File name of the main SCI2C library header file.
-Sci2CLibMainHeaderFName = 'D:\Nutricato_GAPSVN\PROGETTI_APERTI\POLIBA\hArtes\WP2_SCI2C\Software\Version_alpha\Scilab2C\CFiles\sci2cincludes\sci2clib.h';
-// --------------------------------
-// --- End Translation Options. ---
-// --------------------------------
diff --git a/src/Scilab2C/SCI2CTests/test999_WorkingDir/scilabcode/mainfunction.sci b/src/Scilab2C/SCI2CTests/test999_WorkingDir/scilabcode/mainfunction.sci deleted file mode 100644 index 75829d99..00000000 --- a/src/Scilab2C/SCI2CTests/test999_WorkingDir/scilabcode/mainfunction.sci +++ /dev/null @@ -1,46 +0,0 @@ -//SCI2C: DEFAULT_PRECISION= DOUBLE
- -function mainfunction()
- -// Knowing that -// (1) P * (V^gamma) = C -// Where -// P = Pressure -// V = Volume -// gamma,C = constants depending on the particular gas used. -// (2) log10(P) = log10(C) - gamma*log10(V) -// (3) x = log10(V) -// (4) y = log10(P) -// than (2) becomes: -// y = a + b*x; -// Where -// a = log10(C) -// b = -gamma -// Then thanks to this transformation it is possible to perform -// a linear regression to estimate gamma and C! - -Volume = [54.3 61.8 72.4 88.7 118.6 194.0]; -Pressure = [61.2 49.5 37.6 28.4 19.2 10.1]; -x = log10(Volume); -y = log10(Pressure); - -a = (sum(y)*sum(x.^2)-sum(x)*sum(x.*y))./(length(x)*sum(x.^2)-sum(x).*sum(x)); -b = (length(x)*sum(x.*y)-sum(x)*sum(y))./(length(x)*sum(x.^2)-sum(x).*sum(x)); - -// Other way to compute a and b -beq = sum((x-mean(x)).*(y-mean(y)))./sum((x-mean(x)).^2);
-aeq = mean(y)-mean(x)*beq;
- -C = 10 .^a; -gamma = -b; -disp('C') -disp(C) -disp('gamma'); -disp(gamma); -disp('a-aeq'); -disp(a-aeq) -disp('b-beq') -disp(b-beq) -// plot(Volume,Pressure); -// plot(Volume,(C ./(Volume.^gamma)),'r') -endfunction |