[Libreoffice-commits] core.git: 5 commits - sc/source
haochen
haochen at multicorewareinc.com
Fri Oct 25 05:04:17 PDT 2013
sc/source/core/tool/token.cxx | 9 +++++++++
1 file changed, 9 insertions(+)
New commits:
commit 16133ee184b8382f61474feb8cf5afec6f87179a
Author: haochen <haochen at multicorewareinc.com>
Date: Wed Oct 23 15:57:18 2013 +0800
Release control to GPU calc on GAMMA
Change-Id: Ie4a80f4f6e7e0eaa0969b9c2d8f3669057a3e86a
Signed-off-by: I-Jui (Ray) Sung <ray at multicorewareinc.com>
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index 4f9c167..67197bb 100644
--- a/sc/source/core/tool/token.cxx
+++ b/sc/source/core/tool/token.cxx
@@ -1351,6 +1351,7 @@ void ScTokenArray::CheckToken( const FormulaToken& r )
case ocKapz:
case ocFisher:
case ocFisherInv:
+ case ocGamma:
// Don't change the state.
break;
default:
commit cfc5005b4e7c094c3abd590b7f8bb9d8d16dffd2
Author: haochen <haochen at multicorewareinc.com>
Date: Fri Oct 25 08:00:36 2013 -0400
[AMLOEXT-44 Bug] Release control of FISHERINV to GPU Calc
Change-Id: I0b023a541cc2b3dfe35286ad269846c8210c6fb7
Signed-off-by: I-Jui (Ray) Sung <ray at multicorewareinc.com>
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index 9193073..4f9c167 100644
--- a/sc/source/core/tool/token.cxx
+++ b/sc/source/core/tool/token.cxx
@@ -1350,6 +1350,7 @@ void ScTokenArray::CheckToken( const FormulaToken& r )
case ocZGZ:
case ocKapz:
case ocFisher:
+ case ocFisherInv:
// Don't change the state.
break;
default:
commit ada8cd3138cf98a55dd2c8f04a0718952a3c57c7
Author: haochen <haochen at multicorewareinc.com>
Date: Wed Oct 23 15:08:26 2013 +0800
Release control to GPU calc for FISHER
Change-Id: I9f21df2306b81d816b9c261071c6ecb74ae0bc6f
Signed-off-by: I-Jui (Ray) Sung <ray at multicorewareinc.com>
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index 3ad9663..9193073 100644
--- a/sc/source/core/tool/token.cxx
+++ b/sc/source/core/tool/token.cxx
@@ -1349,6 +1349,7 @@ void ScTokenArray::CheckToken( const FormulaToken& r )
case ocZins:
case ocZGZ:
case ocKapz:
+ case ocFisher:
// Don't change the state.
break;
default:
commit 8d86c04aae96340da7590eaa5b74cf598c8ed242
Author: haochen <haochen at multicorewareinc.com>
Date: Wed Oct 23 10:44:00 2013 +0800
Release control of PPMT to GPU interpreter
Change-Id: I4e59627f1f1d109e9c0cf621a34bf6904f9663ba
Signed-off-by: I-Jui (Ray) Sung <ray at multicorewareinc.com>
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index 74a2d4c..3ad9663 100644
--- a/sc/source/core/tool/token.cxx
+++ b/sc/source/core/tool/token.cxx
@@ -1348,6 +1348,7 @@ void ScTokenArray::CheckToken( const FormulaToken& r )
case ocRMZ:
case ocZins:
case ocZGZ:
+ case ocKapz:
// Don't change the state.
break;
default:
commit 0e79a9c26160953cc8477580fd2f7b7437f81cbe
Author: haochen <haochen at multicorewareinc.com>
Date: Wed Oct 23 10:26:03 2013 +0800
Release control of IRR, MIRR, PMT, RATE to GPU
Change-Id: Ia77b0bc1d8a2400debcc5d541e64e5b63797fe71
Signed-off-by: I-Jui (Ray) Sung <ray at multicorewareinc.com>
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index 22c1738..74a2d4c 100644
--- a/sc/source/core/tool/token.cxx
+++ b/sc/source/core/tool/token.cxx
@@ -1343,6 +1343,11 @@ void ScTokenArray::CheckToken( const FormulaToken& r )
case ocCount:
case ocCount2:
case ocVLookup:
+ case ocIRR:
+ case ocMIRR:
+ case ocRMZ:
+ case ocZins:
+ case ocZGZ:
// Don't change the state.
break;
default:
More information about the Libreoffice-commits
mailing list