summaryrefslogtreecommitdiffstats
path: root/libm
Commit message (Expand)AuthorAgeFilesLines
* Take upstream libm changes.Elliott Hughes2013-06-1221-22/+383
* Regenerate NOTICE files.Elliott Hughes2013-03-071-90/+0
* Revert "Pull the pthread_key_t functions out of pthread.c."Elliott Hughes2013-02-111-36/+46
* Pull the pthread_key_t functions out of pthread.c.Elliott Hughes2013-02-111-46/+36
* Add a few more missing libm long double stubs.Elliott Hughes2013-02-071-0/+3
* Add a missing logbl stub.Elliott Hughes2013-02-061-0/+1
* Remove the currently-unused i387 assembler to make way for the new.Elliott Hughes2013-02-0643-1578/+0
* Make sincosl call sinl and cosl.Elliott Hughes2013-02-011-12/+9
* Update the libm/NOTICE file after the upgrade.Elliott Hughes2013-02-011-0/+340
* Upgrade libm.Elliott Hughes2013-02-01282-7946/+7083
* Bring the NOTICE files back up to date.Elliott Hughes2013-01-291-72/+0
* [MIPS] Rewrite fenv.h for AndroidRaghu Gandham2013-01-041-145/+152
* Rewrite <fenv.h> for ARM.Elliott Hughes2012-11-053-589/+109
* Start cleaning up libm.Elliott Hughes2012-10-3150-3824/+7
* Enclosed functions in fenv.h with __BEGIN_DECLS/__END_DECLSAndrew Hsieh2012-08-213-6/+9
* Regenerate all NOTICE files with the latest version of the script.Elliott Hughes2012-08-151-233/+249
* Add dependencies on all the makefiles.Elliott Hughes2012-08-131-0/+2
* Auto-generate a complete NOTICE file.Elliott Hughes2012-08-091-356/+680
* Had include/arm/fenv.h, but missed include/mips/fenv.h.Shih-wei Liao2012-07-301-0/+217
* Enable sqrtf() x86 assembly codexqian62012-06-251-4/+6
* Remove the last references to SuperH.Elliott Hughes2012-05-153-328/+0
* MIPS support to libm, libdl and libthread_dbChris Dearman2012-05-045-7/+330
* Update s_fabsl.c to upstream head.Elliott Hughes2012-04-301-2/+2
* libm: fix invalid result of function remquo/remquofJack Ren2012-04-102-6/+8
* libm: cherry-pick one patch from freebsd to fix logb() denormals issueJack Ren2012-02-281-2/+2
* remove obsolete SuperH supportDavid 'Digit' Turner2012-01-311-11/+1
* am 32ca348e: am ce0d646c: resolved conflicts for merge of 6cda7b62 to gingerb...David 'Digit' Turner2011-09-292-207/+246
|\
| * resolved conflicts for merge of 6cda7b62 to gingerbread-plus-aospDavid 'Digit' Turner2011-09-302-207/+246
| |\
| | * Bionic: x86: Fix libm macro definitionsBruce Beare2011-09-292-206/+246
| | * Remove extra/unneeded copy of fenv.hBruce Beare2011-07-071-240/+0
| | * Use proper variable typingBruce Beare2011-07-072-3/+5
* | | Disable sincos optimization for sincos calls.Jing Yu2011-08-171-0/+8
|/ /
* | libm: Add nanf() and tgammaf() implementations.David 'Digit' Turner2011-01-254-0/+179
* | android-x86: use proper variable typingChih-Wei Huang2010-12-231-1/+2
* | am 9691ecc9: Merge "Remove extra/unneeded copy of fenv.h"David Turner2010-12-141-240/+0
|\ \
| * \ Merge "Remove extra/unneeded copy of fenv.h"David Turner2010-12-141-240/+0
| |\ \
| | * | Remove extra/unneeded copy of fenv.hBruce Beare2010-10-111-240/+0
* | | | am 4efbf95d: Merge "Use proper variable typing"David Turner2010-12-072-3/+5
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge "Use proper variable typing"David Turner2010-12-072-3/+5
| |\ \
| | * | Use proper variable typingBruce Beare2010-10-112-3/+5
| | |/
| * | Bionic: Aliasing problems with frexpfRodrigo Obregon2010-11-051-1/+1
| |/
* | libm: remove aliasing issue.David 'Digit' Turner2010-09-271-1/+1
* | DO NOT MERGE - add sincos.c to libm compilationDavid 'Digit' Turner2010-06-091-0/+1
* | Add sincosl() function to bionic. So that sincos optimization can - DO NOT MERGEDavid 'Digit' Turner2010-06-092-0/+53
|/
* Merge "Sometimes the compiler is very right! Found bug in bessel routines for...Jean-Baptiste Queru2010-05-113-5/+7
|\
| * Sometimes the compiler is very right! Found bug in bessel routines for float.Scott Turner2010-05-073-5/+7
* | Merge "Reduce compiler anxiety."David Turner2010-05-111-1/+1
|\ \
| * | Reduce compiler anxiety.Scott Turner2010-01-161-1/+1
| |/
* | Reversed order of const and static to hush warning from compiler.Scott Turner2010-01-161-10/+10
|/
* added and modified libm to support SuperH architectureShin-ichiro KAWASAKI2009-08-314-1/+339