summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/op_statistical.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-06Undo bogus changes to OpenCL code in 3e22dfa5eb1ccebdc719a671d23bde7ccab256fbTor Lillqvist1-6/+6
2016-10-03Avoid pointless single-line wrapper for OpenCL isnan()Tor Lillqvist1-233/+233
2016-09-23convert formula error codes to scoped enumNoel Grandin1-6/+6
2016-07-25No need for own implementation of erfc() in OpenCLTor Lillqvist1-16/+1
2016-06-23Improve OpenCL logging and warningsTor Lillqvist1-7/+7
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-13/+12
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-61/+30
2015-06-02loplugin:loopvartoosmallNoel Grandin1-12/+12
2015-06-01loplugin:loopvartoosmallNoel Grandin1-70/+70
2015-03-06Return #VALUE! instead of NaN in the OpenCL NORMSINV()Tor Lillqvist1-2/+3
2015-03-06One more #VALUE! instead of 'nan'Tor Lillqvist1-1/+1
2015-03-06Return a #DIV/0! error in one case in the OpenCL SLOPE() implementationTor Lillqvist1-1/+1
2015-03-06Set #VALUE! error in PEARSON() OpenCL implementation when appropriateTor Lillqvist1-0/+2
2015-03-06Set #VALUE! error in COVAR() OpenCL implementation when appropriateTor Lillqvist1-1/+1
2015-03-06Set #DIV/0! error in VAR() OpenCL implementation when appropriateTor Lillqvist1-1/+1
2015-02-06The ISNAN ifdefs can go awayTor Lillqvist1-1680/+0
2015-01-25coverity#1266509 Useless callCaolán McNamara1-1/+1
2015-01-09fdo#85818: rename Kombin, Kombin2, Variationen, Variationen2Laurent Charrière1-2/+2
2014-10-30coverity#1242442 Identical code for different branchesCaolán McNamara1-8/+1
2014-10-22GetNameAsString() identical to GetName(). Remove this and use GetName().Kohei Yoshida1-3/+3
2014-07-01New loplugin:stringconcatStephan Bergmann1-17/+17
2014-06-25remove whitespaceMarkus Mohrhard1-6/+0
2014-06-10GPU Calc:Support 3rd parameter in FLOORhaochen1-38/+54
2014-05-19GPU Calc: Fix bughaochen1-67/+147
2014-05-19GPU Calc: Fix bughaochen1-88/+179
2014-05-19GPU Calc: Fixed style&error problem in op_statistical(line 5849-9461)haochen1-56/+15
2014-05-19GPU Calc: Fixed style&error problem in op_statistical(line 4037-5849)haochen1-73/+17
2014-05-19GPU Calc: Fixed style&error problem in op_statistical(line 1-4037)haochen1-133/+69
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-03-05fdo#39440 the sSymName parameter is now passed by referenceMihai Varga1-67/+67
2014-02-10coverity#1130200 Unchecked dynamic_castCaolán McNamara1-215/+183
2013-12-31GPU Calc: Fix bug of support optional parameter for STDEVPAshiming zhang1-0/+23
2013-12-31GPU Calc: Fix bug of support optional parameter for STDEVAshiming zhang1-0/+23
2013-12-31GPU Calc: Fix bug of support optional parameter for VARPAshiming zhang1-0/+22
2013-12-31GPU Calc: Fix bug of support optional parameter for VARAshiming zhang1-0/+23
2013-12-31GPU Calc: Fix Not support multiple data types of HARMEANmingli1-7/+10
2013-12-31GPU Calc: Fix Not support multiple data types of KURTmingli1-92/+168
2013-12-30GPU Calc: implemented AVEDEVmingli1-1/+122
2013-12-23GPU Calc: Optimized CHISQINVhongyu zhong1-0/+40
2013-12-23GPU Calc: Optimized GAMMADISTmingli1-60/+90
2013-12-20-Werror=unused-variableMatúš Kukan1-2/+1
2013-12-20-Werror=unused-variableMiklos Vajna1-1/+0
2013-12-19GPU Calc: Optimized TESTshiming zhang1-61/+61
2013-12-19GPU Calc:Fix the accuracy problem of 'Harmean'mingli1-19/+30
2013-12-19GPU Calc: implemented STDEVPAshiming zhang1-0/+422
2013-12-19GPU Calc: implemented STDEVAshiming zhang1-0/+421
2013-12-19GPU Calc: implemented VARPAshiming zhang1-0/+421
2013-12-19GPU Calc: implemented VARAshiming zhang1-0/+421
2013-12-19GPU Calc: implemented AVERAGEAmingli1-0/+188
2013-12-19GPU Calc: implementation and unit test cases for MAXAmingli1-0/+186