summaryrefslogtreecommitdiffstats
path: root/libm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-175-8/+213
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-21317-0/+29138