summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/math/test-rtl-math.cxx
AgeCommit message (Expand)Author
2022-08-23tdf#148430 Use std math functions instead of rtl::mathLiu Hao
2022-08-19tdf#148430 Use std math functions instead of rtl::mathLiu Hao
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-02-17Use Dragonbox to implement doubleTo*String*Mike Kaganski
2021-10-02Some corner case unit testsMike Kaganski
2021-10-01Add unit test to catch eae24a9488814e77254d175c11fc4a138c1dbd30Mike Kaganski
2021-09-30Add a test for a negative integerMike Kaganski
2021-07-09Do not support +/-NaN with an explicit signStephan Bergmann
2021-07-08Reliably generate positive or negative NaN againStephan Bergmann
2020-12-03tdf#138360: sal_rtl: Add unittestXisco Fauli
2020-11-28Unit tests for DBL_MAX to string conversion, tdf#136272Eike Rathke
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi
2020-03-04ofz#21036: Avoid UBSan signed-integer-overflow in external/dtoaStephan Bergmann
2020-02-27Related: tdf#130725: use strtod also in rtl::math::stringToDoubleMike Kaganski
2018-12-01Unit test for leading and trailing group separator charactersEike Rathke
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin
2018-01-23Add unit tests for rtl::math's inverse hyperbolic functionsTakeshi Abe
2017-10-23loplugin:includeform: salStephan Bergmann
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-17Add some unit tests for rtl_math_StringFormat_GEike Rathke
2016-12-23tdf#97283: Merge sal rtl tests to one makefileMatúš Kukan
2016-10-02unit test cases for approxEqual() and approxSub()Eike Rathke
2016-06-27unit tests for stringToDouble() separator without digitsEike Rathke
2016-06-27comfort the unhappy compilerEike Rathke
2016-06-27stringToDouble() fix broken reverse logic for NaN and INFEike Rathke
2016-06-24clang-analyzer-deadcode.DeadStoresStephan Bergmann
2016-01-14unit test for negative decimal places rounding, tdf#96918 relatedEike Rathke
2016-01-13Keep MSVC happyStephan Bergmann
2016-01-13loplugin:defaultparamsStephan Bergmann
2016-01-13unit test for tdf#96918 display accurate integer double valuesEike Rathke
2015-10-24add delta for double comparisonEike Rathke
2015-10-24test oddness of rtl_math_erf() and rtl_math_erfc()Eike Rathke
2015-10-24unit tests for rtl_math_expm1() and rtl_math_log1p()Eike Rathke
2015-10-24unit tests for rtl_math_erf() and rtl_math_erfc()Eike Rathke
2013-12-02Drop duplicate #includeTakeshi Abe
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-10-17fdo#70319 "exponent followed by at least on digit" also for special case 0.0Stephan Bergmann
2013-10-14resolved fdo#70319 exponent must be followed by at least one digitEike Rathke
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2011-10-10WaE: -Wsign-promoCaolán McNamara
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann
2011-03-28migrate sal subsequenttests to gbuildBjoern Michaelsen
2010-10-28sb132: #i114840# fix inadvertent deviation of stringToDouble from C99 strtodsb