sc/qa/unit/data/functions/statistical/fods/forecast.ets.mult.fods |    8 
++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 57ad86fec9e5b4981332392bdb5c5a1f5e468bfe
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Dec 16 15:39:16 2021 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Thu Dec 16 19:23:51 2021 +0100

    Allow for some variance in results of some more Calc function calls
    
    ...similar to 04215f03492f6fce83d6bc64491749bf803c389a "Allow for presumably
    more precices results of some more Calc function calls", this time with
    gcc-c++-11.2.1-7.fc35.aarch64 and -O2:
    
    * row 74: actual 236.965090983394 vs. expected 236.965090983393
    * row 75: actual 232.103818773718 vs. expected 232.103818773717
    * row 84: actual 226.508770412418 vs. expected 226.508770412417
    * row 85: actual 238.902033404946 vs. expected 238.902033404945
    
    Change-Id: I348623fdd5c4c851cd002f1d62c5a8867b32e325
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126950
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/sc/qa/unit/data/functions/statistical/fods/forecast.ets.mult.fods 
b/sc/qa/unit/data/functions/statistical/fods/forecast.ets.mult.fods
index 9654571a2828..7ff8956673f6 100644
--- a/sc/qa/unit/data/functions/statistical/fods/forecast.ets.mult.fods
+++ b/sc/qa/unit/data/functions/statistical/fods/forecast.ets.mult.fods
@@ -8884,7 +8884,7 @@
      <table:table-cell table:style-name="ce14" office:value-type="float" 
office:value="236.965090983393" calcext:value-type="float">
       <text:p>236.965091</text:p>
      </table:table-cell>
-     <table:table-cell table:style-name="ce16" 
table:formula="of:=ROUND([.A74];12)=ROUND([.B74];12)" 
office:value-type="boolean" office:boolean-value="true" 
calcext:value-type="boolean">
+     <table:table-cell table:style-name="ce16" 
table:formula="of:=ROUND([.A74];11)=ROUND([.B74];11)" 
office:value-type="boolean" office:boolean-value="true" 
calcext:value-type="boolean">
       <text:p>TRUE</text:p>
      </table:table-cell>
      <table:table-cell table:style-name="ce18" 
table:formula="of:=FORMULA([.A74])" office:value-type="string" 
office:string-value="{=FORECAST.ETS.MULT(AB43:AB70,AC8:AC43,AB8:AB43,AB3,AB4,AB5)}"
 calcext:value-type="string">
@@ -8912,7 +8912,7 @@
      <table:table-cell table:style-name="ce14" office:value-type="float" 
office:value="232.103818773717" calcext:value-type="float">
       <text:p>232.103819</text:p>
      </table:table-cell>
-     <table:table-cell table:style-name="ce16" 
table:formula="of:=ROUND([.A75];12)=ROUND([.B75];12)" 
office:value-type="boolean" office:boolean-value="true" 
calcext:value-type="boolean">
+     <table:table-cell table:style-name="ce16" 
table:formula="of:=ROUND([.A75];11)=ROUND([.B75];11)" 
office:value-type="boolean" office:boolean-value="true" 
calcext:value-type="boolean">
       <text:p>TRUE</text:p>
      </table:table-cell>
      <table:table-cell table:style-name="ce18" 
table:formula="of:=FORMULA([.A75])" office:value-type="string" 
office:string-value="{=FORECAST.ETS.MULT(AB43:AB70,AC8:AC43,AB8:AB43,AB3,AB4,AB5)}"
 calcext:value-type="string">
@@ -9150,7 +9150,7 @@
      <table:table-cell office:value-type="float" 
office:value="226.508770412417" calcext:value-type="float">
       <text:p>226.508770412417</text:p>
      </table:table-cell>
-     <table:table-cell table:style-name="ce16" 
table:formula="of:=ROUND([.A84];12)=ROUND([.B84];12)" 
office:value-type="boolean" office:boolean-value="true" 
calcext:value-type="boolean">
+     <table:table-cell table:style-name="ce16" 
table:formula="of:=ROUND([.A84];11)=ROUND([.B84];11)" 
office:value-type="boolean" office:boolean-value="true" 
calcext:value-type="boolean">
       <text:p>TRUE</text:p>
      </table:table-cell>
      <table:table-cell table:style-name="ce18" 
table:formula="of:=FORMULA([.A84])" office:value-type="string" 
office:string-value="{=FORECAST.ETS.MULT(AB43:AB70,AC8:AC43,AB8:AB43,AB3,AB4,AB5)}"
 calcext:value-type="string">
@@ -9176,7 +9176,7 @@
      <table:table-cell office:value-type="float" 
office:value="238.902033404945" calcext:value-type="float">
       <text:p>238.902033404945</text:p>
      </table:table-cell>
-     <table:table-cell table:style-name="ce16" 
table:formula="of:=ROUND([.A85];12)=ROUND([.B85];12)" 
office:value-type="boolean" office:boolean-value="true" 
calcext:value-type="boolean">
+     <table:table-cell table:style-name="ce16" 
table:formula="of:=ROUND([.A85];11)=ROUND([.B85];11)" 
office:value-type="boolean" office:boolean-value="true" 
calcext:value-type="boolean">
       <text:p>TRUE</text:p>
      </table:table-cell>
      <table:table-cell table:style-name="ce18" 
table:formula="of:=FORMULA([.A85])" office:value-type="string" 
office:string-value="{=FORECAST.ETS.MULT(AB43:AB70,AC8:AC43,AB8:AB43,AB3,AB4,AB5)}"
 calcext:value-type="string">

Reply via email to