summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/op_math.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-03Avoid pointless single-line wrapper for OpenCL isnan()Tor Lillqvist1-80/+80
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-14/+14
2015-06-01loplugin:loopvartoosmallNoel Grandin1-82/+82
2015-02-06The ISNAN ifdefs can go awayTor Lillqvist1-233/+0
2015-01-16Explain what the function doesTor Lillqvist1-0/+8
2015-01-09fdo#85818: rename Kombin, Kombin2, Variationen, Variationen2Laurent Charrière1-3/+3
2015-01-08Use a more boring value of piTor Lillqvist1-1/+1
2014-07-01New loplugin:stringconcatStephan Bergmann1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-10GPU Calc:Support default 2nd parameter in ROUNDhaochen1-4/+10
2014-06-10GPU Calc:Support 3rd parameter in FLOORhaochen1-55/+24
2014-05-19WaE: unused variable 'tmpCur'Tor Lillqvist1-1/+0
2014-05-19GPU Calc:Fixed compiling warning in opbase.cxx&op_math.cxxhaochen1-2/+0
2014-05-19GPU Calc: Fixed style&error problem in op_math once morehaochen1-49/+41
2014-05-19GPU Calc: Fixed style&error problem in op_mathhaochen1-41/+81
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-03-05fdo#39440 the sSymName parameter is now passed by referenceMihai Varga1-64/+64
2014-02-23Remove unneccessary commentsAlexander Wilms1-6/+6
2014-02-10coverity#1130200 Unchecked dynamic_castCaolán McNamara1-73/+73
2014-01-29fdo#39440 - cppcheck cleanlinessRadu Ioan1-4/+4
2014-01-24coverity#1158214 Assign instead of compareCaolán McNamara1-2/+1
2013-12-31GPU Calc: Fix bug of Averageif not support double vectoryiming ju1-32/+131
2013-12-30GPU Calc: fix compiler warningI-Jui (Ray) Sung1-1/+0
2013-12-30GPU Calc: implemented NEGSUBhaochen1-0/+20
2013-12-30GPU Calc: Fix bug of SIN,POWER,EXP,SQRTfengzeng1-62/+166
2013-12-23GPU Calc: Optimized ACOSyangzhang1-1/+7
2013-12-23GPU Calc: Optimized ASINyangzhang1-1/+7
2013-12-23GPU Calc: Optimized ATAN2yangzhang1-1/+7
2013-12-20-Werror=unused-variableMiklos Vajna1-9/+0
2013-12-19GPU Calc: implemented SUMIFfengzeng1-0/+151
2013-12-19GPU Calc: Fix bug of TRUNCfengzeng1-6/+9
2013-12-19GPU Calc: Fixed accuracy bug of CEILINGyangzhang1-10/+5
2013-12-19GPU Calc: Fixed accuracy bug of BitAndyangzhang1-1/+1
2013-12-19GPU Calc: implemented SERIESSUMyangzhang1-0/+137
2013-12-19GPU Calc: implemented QUOTIENTyangzhang1-0/+33
2013-12-19GPU Calc: implemented MROUNDmulei1-0/+70
2013-12-19GPU Calc: implemented SECHmulei1-1/+27
2013-12-19GPU Calc: implemented SECmulei1-1/+27
2013-12-19GPU Calc: implemented FACTxinjiang1-1/+71
2013-12-19GPU Calc: implemented ISODDyiming ju1-0/+21
2013-12-19GPU Calc: implemented ISEVENyiming ju1-0/+21
2013-12-19GPU Calc: implemented COUNTIFfengzeng1-0/+131
2013-12-19GPU Calc: Optimized COMBINyangzhang1-38/+72
2013-12-19GPU Calc: implemented RADIANSyiming ju1-0/+21
2013-12-19GPU Calc: implemented INTyiming ju1-0/+23
2013-12-19GPU Calc: implemented ROUNDDOWNyiming ju1-0/+33
2013-12-19GPU Calc: implemented ROUNDUPyiming ju1-0/+38
2013-12-19GPU Calc: implemented DEGREESfengzeng1-0/+51
2013-12-19GPU Calc: implemented AVERAGEIFyangzhang1-0/+62
2013-12-19GPU Calc: Optimized AVERAGEIFSyiming ju1-31/+19