summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/op_statistical.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-09loplugin:flatten in scNoel Grandin1-523/+521
2020-01-15clang-tidy modernize-concat-nested-namespace in scNoel Grandin1-2/+2
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-08-20loplugin:constvars in package..scNoel Grandin1-2/+2
2019-02-09loplugin:indentation in scNoel Grandin1-82/+82
2018-12-05OpenCL NORMDIST() error checkingLuboš Luňák1-0/+2
2018-12-04fixes for OpenCL COVAR()Luboš Luňák1-1/+6
2018-12-04make OpenCL SLOPE() handle problems more gracefullyLuboš Luňák1-20/+4
2018-12-04check that OpenCL NORMDIST() takes a proper number of argumentsLuboš Luňák1-1/+3
2018-12-03fix OpenCL PEARSON()Luboš Luňák1-8/+11
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-19/+18
2018-09-01Fix typosAndrea Gelmini1-1/+1
2018-08-31tdf#42949 Fix IWYU warnings in sc/source/core/opencl/*Gabor Kelemen1-6/+0
2018-01-19new loplugin:emptyifNoel Grandin1-57/+14
2017-10-23loplugin:includeform: scStephan Bergmann1-6/+6
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