summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/math
AgeCommit message (Expand)Author
2024-10-17extract NaN payload test from single unit testSakura286
2024-05-15Unit test for tdf#160985Eike Rathke
2024-04-26loplugin:ostr in salNoel Grandin
2024-02-27tdf#158190 Fix Calc ROUND in floating-point calculate result very close to X.5Po-Yen Huang
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-08-22tdf#146619 Remove unused includes from sal/qaGabor Kelemen
2023-05-07Revert a thinko from commit 876010cbc4584249e919c694b8b977fd4e83084eMike Kaganski
2023-03-15Related: tdf#152943 Test that a quiet NaN payload is propagatedEike Rathke
2023-02-16Only specialize CppUnit::assetion_traits<T>::toString member functionsStephan Bergmann
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