summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native/java_lang_StrictMath.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Implements some StrictMath functions for improved performance."Elliott Hughes2014-09-231-0/+30
* Implements some StrictMath functions for improved performance.Emma Meersman2014-08-111-30/+0
* Implements some math functions for faster performanceMichael Chen2014-07-241-65/+0
* Manually update the libcore native code.Elliott Hughes2013-01-251-1/+0
* Make libjavacore independent of libnativehelper for the PDK.Elliott Hughes2012-05-041-2/+2
* Annotate those methods that don't need a JNIEnv*.Elliott Hughes2011-06-141-24/+24
* Remove header files that are no longer used.Elliott Hughes2011-02-161-1/+0
* Remove our implementations of inline natives.Elliott Hughes2011-02-161-19/+0
* am 64255ed2: am c64816eb: am 758570a6: Remove fdlibm.h-related hacks now I\'v...Elliott Hughes2010-08-241-7/+0
|\
| * Remove fdlibm.h-related hacks now I've cleaned the header file.Elliott Hughes2010-08-241-7/+0
| * Relying on fdlibm's build to set the version type to IEEE.Jesse Wilson2010-08-231-3/+0
* | Relying on fdlibm's build to set the version type to IEEE.Jesse Wilson2010-08-231-3/+0
* | Minor nio speedups (scalar operations only).Elliott Hughes2010-08-201-7/+5
|/
* Fix the build now warnings are errors, and comment all the weirdness.Elliott Hughes2010-08-131-13/+11
* Remove most of our C-style casts.Elliott Hughes2010-08-121-29/+30
* Remove many of our C-style casts.Elliott Hughes2010-07-221-108/+61
* Bullet-proof the lseek/read in Inflater.setFileInput.Elliott Hughes2010-06-031-2/+15
* Moving most libcore .c files to .cppBrian Carlstrom2010-05-071-0/+217