Age | Commit message (Expand) | Author |
2010-07-19 | Add barebones manual pages for cimag(3), conj(3) and cproj(3) | Todd C. Miller |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2009-11-06 | Provide assembly version of sqrtl(3). | Mark Kettenis |
2009-11-05 | Provide assembly version of sqrtl(3). | Mark Kettenis |
2009-10-26 | Add man pages for the fdim/fmin/fmax family of functions and make sure fdiml | Mark Kettenis |
2009-10-24 | document log2() and log2f(); from thomas pfaff | Jason McIntyre |
2009-07-29 | ieee, and ieeef aren't real, and the amount of functions it documents | Martynas Venckus |
2009-07-28 | document scalbln, scalblnf, scalblnl | Martynas Venckus |
2009-07-25 | int is big enough to fully represent exponents of all supported fp | Martynas Venckus |
2009-07-15 | round, roundf, trunc, truncf for hppa; ok kettenis@ | Martynas Venckus |
2009-04-19 | make ldexpf behavior consistent with the double and extended-precision | Martynas Venckus |
2009-04-10 | lrint, llrint, lrintf, llrintf for amd64. ok kettenis@, oga@ | Martynas Venckus |
2009-04-05 | implement and use sqrt, sqrtf & fabsf in hardware; since it's | Martynas Venckus |
2009-03-28 | add C99-conformant nan, nanf, nanl for vax. always return zero, | Martynas Venckus |
2008-12-12 | space | Martynas Venckus |
2008-12-12 | document and mlink long double functions. ok jmc@ | Martynas Venckus |
2008-12-09 | pass CPPFLAGS+= -D__STDC__ for vax, to get the right definitions | Martynas Venckus |
2008-12-09 | - 80-bit and quad precision trigonometric and other most | Martynas Venckus |
2008-10-07 | - noieee_src: adapt complex versions of the functions it already | Martynas Venckus |
2008-09-16 | gc unused files, the functions are in libc. ok millert@ | Martynas Venckus |
2008-09-11 | since these got no ieee-specific code anymore, add fmin, fmax, fdim, | Martynas Venckus |
2008-09-09 | sigh, gamma got lost | Martynas Venckus |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-07-30 | various markup/grammar fixes for previous, and a missing MLINK | Jason McIntyre |
2008-07-29 | - add man pages for nan and remainder, from freebsd | Martynas Venckus |
2008-07-29 | describe exp2, exp2f and mlink them | Martynas Venckus |
2008-07-29 | remove finite from ieee.3, and unmlink from makefile | Martynas Venckus |
2008-07-24 | - remove isinff, isnanf. this has been moved to libc | Martynas Venckus |
2008-07-21 | NetBSD's C library supplies these functions -> OpenBSD's C library | Martynas Venckus |
2008-07-21 | rename lround.c lroundf.c llround.c llroundf.c to s_lround.c | Martynas Venckus |
2008-07-16 | install infnan.3 only for vax. pointed out by millert@ | Martynas Venckus |
2008-06-12 | Makefile: fix MLINKS | Jason McIntyre |
2008-06-11 | - on non-ieee, rename gamma to tgamma, the 'true' gamma | Martynas Venckus |
2008-06-11 | drem{,f} are aliases for remainder{,f}, so: | Martynas Venckus |
2008-06-11 | add C99 round(), based on ieee_src, for noieee_src. tested on VAX | Martynas Venckus |
2006-09-25 | Move llrint.c, llrintf.c, lrint.c and lrintf.c to s_llrint.c, s_llrintf.c, | Mark Kettenis |
2006-07-12 | add some more C99 functions: round(3) and roundf(3). | Brad Smith |
2006-03-19 | New amd64 exp(3). | Mark Kettenis |
2006-03-18 | add some more C99 functions: trunc(3) and truncf(3). | Brad Smith |
2006-03-14 | amd64 asm code is not correct for exp(+/-Inf), so until somebody | Otto Moerbeek |
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt |
2005-11-17 | Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via | Otto Moerbeek |
2004-04-06 | remove optimization workaround for sparc64 now that we're using gcc3. | Brad Smith |
2004-02-28 | reach into new amd64 directory | Theo de Raadt |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt |
2004-02-08 | add libm parts for amd64; much from netbsd, integration by mickey. | Theo de Raadt |
2003-02-27 | ieee_test isn't real, rename it to logb.3 and make everything link to that in... | Jason Wright |
2003-01-03 | Get the m88k libm to say no to drugs. | Miod Vallat |
2002-05-22 | add reminder and roundings | Michael Shalayeff |
2002-05-22 | md sqrt() implementation | Michael Shalayeff |