summaryrefslogtreecommitdiff
path: root/lib/msun/Symbol.map
AgeCommit message (Expand)Author
2024-01-27msun: remove fabs from Symbol.map, and adjust commentDimitry Andric
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2021-11-05Implementations of cexpl()Steve Kargl
2021-10-26[LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl]Steve Kargl
2018-07-15msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsdMatt Macy
2018-05-13Add implementations for clog(3), clogf(3), and clog(3).Konstantin Belousov
2017-05-28Implement sincos, sincosf, and sincosl.Michal Meloun
2017-02-15Add casinl() cacosl() catanl() casinhl() cacoshl() catanhl() APIs to msunMahdi Mokhtari
2014-09-15* Makefile:Steve Kargl
2014-07-13* Makefile:Steve Kargl
2013-12-30* Makefile:Steve Kargl
2013-09-12After r255294, building lib/msun's symbol map (using clang as theDimitry Andric
2013-09-06Add stub implementations of the missing C++11 math functions.David Chisnall
2013-06-10Add implementations of acoshl(), asinhl(), and atanhl(). This is aDavid Schultz
2013-06-03ld80 and ld128 implementations of expm1l(). This code started lifeSteve Kargl
2013-06-03Add logl, log2l, log10l, and log1pl.David Schultz
2013-05-30I'm happy to finally commit stephen@'s implementations of cacos,David Schultz
2012-07-23Compute the exponential of x for Intel 80-bit format and IEEE 128-bitSteve Kargl
2011-10-17Add c{cos,sin,tan}{,h}{,f} functions. This is joint work withDavid Schultz
2011-10-10Provide external definitions of all of the standardized functions inDavid Schultz
2011-03-12Take two. Add the missing file that should have been committedSteve Kargl
2011-03-12Temporary disable the building of cbrtl until ISteve Kargl
2011-03-12Implement the long double version for the cube root function, cbrtl.Steve Kargl
2011-03-07Remove part of an uncommitted change that snuck into the last commit.David Schultz
2011-03-07Add cexp() and cexpf().David Schultz
2010-12-05Add log2() and log2f().David Schultz
2010-06-12Introduce __isnanf() as an alias for isnanf(), and make the isnan()David Schultz
2008-08-07Implement cproj{,f,l}().David Schultz
2008-07-31Add implementations of acosl(), asinl(), atanl(), atan2l(),David Schultz
2008-06-19Implement fmodl.David Schultz
2008-03-30Hook remquol() and remainderl() up to the build.David Schultz
2008-03-30Implement csqrtl().David Schultz
2008-03-30Hook hypotl() and cabsl() up to the build.David Schultz
2008-03-02Hook up sqrtl() to the build.David Schultz
2008-02-18Add tgammaf() as a simple wrapper around tgamma().David Schultz
2008-02-17Hook up sinl(), cosl(), and tanl() to the build.David Schultz
2008-01-18Hook up exp2l() and related docs to the build.David Schultz
2008-01-14Implement rintl(), nearbyintl(), lrintl(), and llrintl().David Schultz
2007-12-18Remove z_abs(). The z_*() functions were in libf77, and for some reasonDavid Schultz
2007-12-17Add logbl(3) to libm.David Schultz
2007-12-16Implement and document nan(), nanf(), and nanl(). This commitDavid Schultz
2007-12-151. Add csqrt{,f}(3).David Schultz
2007-12-14Typo in previous commitDavid Schultz
2007-12-14Symbol.map additions for carg and cargf. (They're in C99, so I didn'tDavid Schultz
2007-04-29Use C comments since we now preprocess these files with CPP.Daniel Eischen
2007-01-07Implement modfl().David Schultz
2007-01-06Remove modf from libm's symbol map. It's actually in libc forDavid Schultz
2006-03-27Add symbol versioning to libm.Daniel Eischen