sc/source/core/tool/token.cxx | 9 +++++++++ 1 file changed, 9 insertions(+)
New commits: commit a07bdedb589d1caa220e1b910bafb196cc6e2348 Author: haochen <haoc...@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 <r...@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 bdd48cc784a99d233c47490e80dd120f09c685b0 Author: haochen <haoc...@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 <r...@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 e7a953c7dd2f5993a3b837aef0f623bcbbe3c462 Author: haochen <haoc...@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 <r...@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 000ffad378d0ab0a4ca677c6aaf9bbd4874b7ee4 Author: haochen <haoc...@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 <r...@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 230685be3472fda9c48b10dedeb9b7635bec5d9f Author: haochen <haoc...@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 <r...@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: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits