summaryrefslogtreecommitdiffstats
path: root/lib/libm/src/ld128 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix ilogb(3) implementation. The results have to match FP_ILOGB0 andkettenis2020-11-071-0/+51
* Implement sicos(3), sincosf(3) and sincosl(3). These functions are commonkettenis2018-03-101-0/+68
* Reduce libm's exports and make internal calls go direct.guenther2016-09-1214-8/+23
* Per fpclassify(3): isinff(), isnanf(), finite(), and finitef() are deprecatedguenther2016-09-121-2/+2
* Switch from <sys/endian.h> or <machine/endian.h> to the new,guenther2014-07-211-2/+1
* Make floor round to integral value less than x, when x is tiny.martynas2014-02-111-3/+4
* Declare __p1evll and __polevll protos in math_private.h instead ofmartynas2013-11-121-3/+3
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-281-1/+1
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-054-16/+0
* - Make constants const.martynas2011-07-202-7/+7
* Make the zero condition properly raise the exception and return.martynas2011-07-091-1/+2
* signbitl -> signbit.martynas2011-07-081-2/+2
* Finalize work on the math library. It's time to do this monstermartynas2011-07-0627-0/+5359
* - 80-bit and quad precision trigonometric and other mostmartynas2008-12-097-0/+940