| 95b0c91e | 04-Jan-2013 |
Herbert Dürr <hdu@apache.org> |
#i121561# workaround windows build problem with the new boost functions
Stlport 5.2 and newer set the _STLP_HAS_NATIVE_FLOAT_ABS define for all MSVC>=2005, so that the stl::abs() defines are enabled
#i121561# workaround windows build problem with the new boost functions
Stlport 5.2 and newer set the _STLP_HAS_NATIVE_FLOAT_ABS define for all MSVC>=2005, so that the stl::abs() defines are enabled. Otherwise the compilation fails because only stl::abs(complex<>) gets included which messes things up because it is the only one available after the SFINAE eliminations when the compiler tries to instantiate e.g. boost's atanh using stl::abs()
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1428926 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 05aa205c | 02-Dec-2012 |
Pedro Giffuni <pfg@apache.org> |
i121421 - Calc's RAND() behaves poorly on most platforms.
The random number generation function from libc was useful for very basic purposes but hasn't kept up with the times.
There are many optio
i121421 - Calc's RAND() behaves poorly on most platforms.
The random number generation function from libc was useful for very basic purposes but hasn't kept up with the times.
There are many options to provide a Portable Random Number Generator: one of the most popular and easiest to implement was designed by B.A Wichmann and I.D Hill in 1982.
We chose to implement the newer 2006[1] algorithm which is better suited modern platforms and passes DIEHARD and TestU01 - Big Crush tests.
Use of libc's rand() has been completely eliminated by using preexisting rtl/random support to generate the initial seeds.
Special thanks to orcmid@ for discussion and testing.
Reference:
[1] B. A. Wichmann and Hill, Generating good pseudorandom numbers, Computational Statistics & Data Analysis, Volume 51 Issue 3, December, 2006, Pages 1614-1622.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416271 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| ac44b32b | 08-Nov-2012 |
Wang Lei <leiw@apache.org> |
#i121200 [Regression][Automation][Performance]Severe downgrade to save xls sample files.
Patch by: Zhang Lu Review by: Wang Lei
git-svn-id: https://svn.apache.org/repos/asf/inc
#i121200 [Regression][Automation][Performance]Severe downgrade to save xls sample files.
Patch by: Zhang Lu Review by: Wang Lei
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1406980 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|