summaryrefslogtreecommitdiffstats
path: root/libm
Commit message (Expand)AuthorAgeFilesLines
* Clean up various warnings in bionic.Elliott Hughes2014-02-181-0/+3
* Merge "Remove <sys/_types.h>."Elliott Hughes2014-02-081-3/+4
|\
| * Remove <sys/_types.h>.Elliott Hughes2014-02-071-3/+4
* | [MIPS64] libc/libm supportChris Dearman2014-02-062-4/+35
|/
* Use arch-specific LOCAL_ variables to build libm.Ying Wang2014-02-031-19/+21
* bionic: rename aarch64 target to arm64Colin Cross2014-01-234-3/+3
* Regenerate the NOTICE files.Elliott Hughes2014-01-072-27/+53
* Fix __isnanl on aarch64.Elliott Hughes2013-12-191-1/+1
* We actually have modfl.Elliott Hughes2013-12-192-3/+3
* Don't use weak aliases in libm.Elliott Hughes2013-12-182-2/+20
* AArch64: Initial AArch64 port of libmSerban Constantinescu2013-12-164-0/+326
* Switch to upstream sleep(3) and usleep(3).Elliott Hughes2013-11-202-1/+32
* Fix the x86_64 fenv.h.Elliott Hughes2013-10-021-5/+35
* Fix libm build for x86_64.Elliott Hughes2013-10-013-77/+438
* x86_64: libm fixesPavel Chupin2013-10-013-0/+222
* 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
|\ \