| Commit message (Expand) | Author | Age | Files | Lines |
* | ieee, and ieeef aren't real, and the amount of functions it documents |  martynas | 2009-07-29 | 1 | -13/+14 |
* | document scalbln, scalblnf, scalblnl |  martynas | 2009-07-28 | 1 | -1/+2 |
* | int is big enough to fully represent exponents of all supported fp |  martynas | 2009-07-25 | 1 | -4/+6 |
* | round, roundf, trunc, truncf for hppa; ok kettenis@ |  martynas | 2009-07-15 | 1 | -2/+3 |
* | make ldexpf behavior consistent with the double and extended-precision |  martynas | 2009-04-19 | 1 | -3/+3 |
* | lrint, llrint, lrintf, llrintf for amd64. ok kettenis@, oga@ |  martynas | 2009-04-10 | 1 | -1/+2 |
* | implement and use sqrt, sqrtf & fabsf in hardware; since it's |  martynas | 2009-04-05 | 1 | -1/+4 |
* | add C99-conformant nan, nanf, nanl for vax. always return zero, |  martynas | 2009-03-28 | 1 | -2/+2 |
* | space |  martynas | 2008-12-12 | 1 | -2/+1 |
* | document and mlink long double functions. ok jmc@ |  martynas | 2008-12-12 | 1 | -1/+19 |
* | pass CPPFLAGS+= -D__STDC__ for vax, to get the right definitions |  martynas | 2008-12-09 | 1 | -1/+2 |
* | - 80-bit and quad precision trigonometric and other most |  martynas | 2008-12-09 | 1 | -7/+26 |
* | - noieee_src: adapt complex versions of the functions it already |  martynas | 2008-10-07 | 1 | -11/+14 |
* | gc unused files, the functions are in libc. ok millert@ |  martynas | 2008-09-16 | 1 | -3/+2 |
* | since these got no ieee-specific code anymore, add fmin, fmax, fdim, |  martynas | 2008-09-11 | 1 | -2/+3 |
* | sigh, gamma got lost |  martynas | 2008-09-09 | 1 | -2/+3 |
* | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 2008-09-07 | 1 | -54/+21 |
* | various markup/grammar fixes for previous, and a missing MLINK |  jmc | 2008-07-30 | 1 | -1/+2 |
* | - add man pages for nan and remainder, from freebsd |  martynas | 2008-07-29 | 1 | -7/+8 |
* | describe exp2, exp2f and mlink them |  martynas | 2008-07-29 | 1 | -2/+4 |
* | remove finite from ieee.3, and unmlink from makefile |  martynas | 2008-07-29 | 1 | -4/+3 |
* | - remove isinff, isnanf. this has been moved to libc |  martynas | 2008-07-24 | 1 | -6/+8 |
* | NetBSD's C library supplies these functions -> OpenBSD's C library |  martynas | 2008-07-21 | 1 | -2/+2 |
* | rename lround.c lroundf.c llround.c llroundf.c to s_lround.c |  martynas | 2008-07-21 | 1 | -2/+2 |
* | install infnan.3 only for vax. pointed out by millert@ |  martynas | 2008-07-16 | 1 | -3/+4 |
* | Makefile: fix MLINKS |  jmc | 2008-06-12 | 1 | -7/+8 |
* | - on non-ieee, rename gamma to tgamma, the 'true' gamma |  martynas | 2008-06-11 | 1 | -5/+6 |
* | drem{,f} are aliases for remainder{,f}, so: |  martynas | 2008-06-11 | 1 | -2/+3 |
* | add C99 round(), based on ieee_src, for noieee_src. tested on VAX |  martynas | 2008-06-11 | 1 | -2/+3 |
* | Move llrint.c, llrintf.c, lrint.c and lrintf.c to s_llrint.c, s_llrintf.c, |  kettenis | 2006-09-25 | 1 | -6/+7 |
* | add some more C99 functions: round(3) and roundf(3). |  brad | 2006-07-12 | 1 | -5/+6 |
* | New amd64 exp(3). |  kettenis | 2006-03-19 | 1 | -2/+2 |
* | add some more C99 functions: trunc(3) and truncf(3). |  brad | 2006-03-18 | 1 | -3/+4 |
* | amd64 asm code is not correct for exp(+/-Inf), so until somebody |  otto | 2006-03-14 | 1 | -2/+2 |
* | use WANTLINT= (on all architectures) |  deraadt | 2005-11-24 | 1 | -1/+2 |
* | Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via |  otto | 2005-11-17 | 1 | -4/+11 |
* | remove optimization workaround for sparc64 now that we're using gcc3. |  brad | 2004-04-06 | 1 | -2/+2 |
* | reach into new amd64 directory |  deraadt | 2004-02-28 | 1 | -3/+3 |
* | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many |  deraadt | 2004-02-27 | 1 | -2/+2 |
* | add libm parts for amd64; much from netbsd, integration by mickey. |  deraadt | 2004-02-08 | 1 | -1/+11 |
* | ieee_test isn't real, rename it to logb.3 and make everything link to that instead. |  jason | 2003-02-27 | 1 | -9/+7 |
* | Get the m88k libm to say no to drugs. |  miod | 2003-01-03 | 1 | -5/+1 |
* | add reminder and roundings |  mickey | 2002-05-22 | 1 | -2/+3 |
* | md sqrt() implementation |  mickey | 2002-05-22 | 1 | -1/+4 |
* | Add native implementations of copysign() and copysignf() on alpha. |  naddy | 2002-01-30 | 1 | -2/+5 |
* | The sparc workaround is needed for sparc64 too. |  art | 2001-08-28 | 1 | -2/+2 |
* | Correctly handle mvme88k settings here. |  miod | 2001-06-26 | 1 | -2/+2 |
* | put infnan in there, even though it is depricated |  deraadt | 2000-11-08 | 1 | -2/+2 |
* | I think that libm_i387 has lived too long |  deraadt | 1999-07-18 | 1 | -12/+12 |
* | provide MLINKS for "f" versions, and make sure they show up in whatis.db |  deraadt | 1999-07-01 | 1 | -1/+53 |