summaryrefslogtreecommitdiffstats
path: root/lib/msun/Symbol.map
Commit message (Expand)AuthorAgeFilesLines
* Add implementations of acoshl(), asinhl(), and atanhl(). This is adas2013-06-101-0/+3
* ld80 and ld128 implementations of expm1l(). This code started lifekargl2013-06-031-0/+1
* Add logl, log2l, log10l, and log1pl.das2013-06-031-0/+4
* I'm happy to finally commit stephen@'s implementations of cacos,das2013-05-301-0/+12
* Compute the exponential of x for Intel 80-bit format and IEEE 128-bitkargl2012-07-231-0/+1
* Add c{cos,sin,tan}{,h}{,f} functions. This is joint work withdas2011-10-171-0/+12
* Provide external definitions of all of the standardized functions indas2011-10-101-0/+10
* Take two. Add the missing file that should have been committedkargl2011-03-121-0/+1
* Temporary disable the building of cbrtl until Ikargl2011-03-121-1/+0
* Implement the long double version for the cube root function, cbrtl.kargl2011-03-121-0/+1
* Remove part of an uncommitted change that snuck into the last commit.das2011-03-071-1/+0
* Add cexp() and cexpf().das2011-03-071-0/+3
* Add log2() and log2f().das2010-12-051-0/+2
* Introduce __isnanf() as an alias for isnanf(), and make the isnan()das2010-06-121-0/+5
* Implement cproj{,f,l}().das2008-08-071-0/+3
* Add implementations of acosl(), asinl(), atanl(), atan2l(),das2008-07-311-0/+5
* Implement fmodl.das2008-06-191-0/+1
* Hook remquol() and remainderl() up to the build.das2008-03-301-0/+2
* Implement csqrtl().das2008-03-301-0/+1
* Hook hypotl() and cabsl() up to the build.das2008-03-301-0/+2
* Hook up sqrtl() to the build.das2008-03-021-0/+1
* Add tgammaf() as a simple wrapper around tgamma().das2008-02-181-0/+1
* Hook up sinl(), cosl(), and tanl() to the build.das2008-02-171-0/+3
* Hook up exp2l() and related docs to the build.das2008-01-181-0/+1
* Implement rintl(), nearbyintl(), lrintl(), and llrintl().das2008-01-141-0/+4
* Remove z_abs(). The z_*() functions were in libf77, and for some reasondas2007-12-181-1/+0
* Add logbl(3) to libm.das2007-12-171-0/+1
* Implement and document nan(), nanf(), and nanl(). This commitdas2007-12-161-0/+3
* 1. Add csqrt{,f}(3).das2007-12-151-2/+10
* Typo in previous commitdas2007-12-141-2/+2
* Symbol.map additions for carg and cargf. (They're in C99, so I didn'tdas2007-12-141-0/+2
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-1/+3
* Implement modfl().das2007-01-071-0/+1
* Remove modf from libm's symbol map. It's actually in libc fordas2007-01-061-1/+0
* Add symbol versioning to libm.deischen2006-03-271-0/+181
OpenPOWER on IntegriCloud