aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt
AgeCommit message (Expand)AuthorFilesLines
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers2-1/+28
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers2-1/+28
2016-09-20Build s_nan* objects from a generic templatePaul E. Murphy3-10/+1
2016-09-20Make ldexpF generic.Paul E. Murphy2-6/+46
2016-09-01Make common fmin implementation generic.Paul E. Murphy3-10/+1
2016-09-01Make common fmax implementation generic.Paul E. Murphy3-10/+1
2016-09-01Make common nextdown implementation generic.Paul E. Murphy1-0/+5
2016-09-01Make common fdim implementation generic.Paul E. Murphy4-13/+10
2016-08-29Convert remaining complex function to generated filesPaul E. Murphy12-74/+28
2016-08-19Convert _Complex tangent functions to generated codePaul E. Murphy8-48/+0
2016-08-19Convert _Complex sine functions to generated codePaul E. Murphy8-48/+0
2016-08-19Convert _Complex cosine functions to generated codePaul E. Murphy8-48/+0
2016-08-17Support for type-generic libm function implementations libmPaul E. Murphy12-60/+87
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan3-1/+58
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers2-2/+2
2015-11-20Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers4-12/+18
2015-11-02Make nextafter, nexttoward set errno (bug 6799).Joseph Myers1-0/+3
2015-10-29Make drem an alias of remainder (bug 16171).Joseph Myers7-21/+8
2015-10-02Fix nexttoward overflow in non-default rounding modes (bug 19059).Joseph Myers1-2/+2
2015-09-23Use math_narrow_eval more consistently.Joseph Myers1-4/+1
2015-09-16Make scalbn set errno (bug 6803).Joseph Myers1-0/+3
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-06-19Fixed powerpc64 build.Andrew Senkevich1-0/+4
2015-06-03Replace finite with isfinite.Wilco Dijkstra1-1/+1
2015-06-03This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra4-4/+4
2015-04-22Use __copysign rather than copysign.Wilco Dijkstra1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers2-2/+2
2014-11-24Remove IS_IN_libmSiddhesh Poyarekar10-10/+10
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae2-2/+2
2013-10-30rename configure.in to configure.acMike Frysinger2-1/+1
2013-09-04Remove --disable-versioning.Joseph Myers1-1/+1
2013-01-10Revert "Use ieee754/dbl-64/wordsize-64 on powerpc64"Andreas Schwab17-117/+0
2013-01-10Use ieee754/dbl-64/wordsize-64 on powerpc64Andreas Schwab17-0/+117
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers2-2/+2
2012-12-04Fix "conflicting types for built-in function" warnings from nldbl-*.c.Joseph Myers1-0/+99
2012-10-09Add missing magic to GLIBC_PROVIDES.Roland McGrath1-120/+0
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab1-5/+5
2012-05-16Track dependencies for .oS-only objectsAndreas Schwab1-0/+1
2012-05-01Fix nexttoward bugs (bugs 2550, 2570).Joseph Myers1-6/+2
2012-04-17Fix ilogb exception and errno (bug 6794)Adhemerval Zanella2-1/+6
2012-03-21Disable use of FMA instructions in branredAndreas Schwab1-34/+127
2012-03-09Use target-specific math_private.h in math_ldbl_opt.h.Richard Henderson1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert2-6/+4
2012-01-08More fallout from supporting only ELFUlrich Drepper1-7/+1
2012-01-07Remove pre-ISO C supportUlrich Drepper1-1/+1
2012-01-07Remove non-ELF supportUlrich Drepper1-1/+1
2010-10-13Implement accurate fma.Jakub Jelinek1-1/+1
2009-09-15configure tweaks, support $libc_add_on_config_subdirsRoland McGrath1-27/+24
2008-03-05* include/stdio.h (__asprintf_chk, __dprintf_chk,cvs/fedora-glibc-20080305T0857Ulrich Drepper10-2/+164
2007-09-18* include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper16-3/+316