Age | Commit message (Expand) | Author |
2009-11-06 | Provide assembly version of sqrtl(3). | Mark Kettenis |
2009-11-05 | Provide assembly version of sqrtl(3). | Mark Kettenis |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-07-15 | round, roundf, trunc, truncf for hppa; ok kettenis@ | Martynas Venckus |
2009-06-30 | floor(3) should round towards -inf instead of towards zero. | Mark Kettenis |
2009-04-25 | fix scalbn, scalbnf, frexpf on amd64. don't use double arg | Martynas Venckus |
2009-04-21 | alias and give frexpf symbol external linkage to scalbnf; this was | Martynas Venckus |
2009-04-10 | lrint, llrint, lrintf, llrintf for amd64. ok kettenis@, oga@ | Martynas Venckus |
2009-04-08 | missing rcs ids; spacing | Martynas Venckus |
2009-04-08 | remove i386/x86_64 ifdefs. i386 lives @ i387. miod@ agrees | Martynas Venckus |
2009-04-05 | implement and use sqrt, sqrtf & fabsf in hardware; since it's | Martynas Venckus |
2008-12-12 | space | Martynas Venckus |
2008-12-10 | use sys/cdefs.h; pointed out by theo | Martynas Venckus |
2008-12-09 | alias fabsl to fabs on these archs | Martynas Venckus |
2008-12-09 | - 80-bit and quad precision trigonometric and other most | Martynas Venckus |
2008-11-20 | float math functions: copysignf and logbf. ok millert@ | Martynas Venckus |
2008-10-07 | - noieee_src: adapt complex versions of the functions it already | Martynas Venckus |
2008-09-16 | remove d_cbrt, dcbrt, d_sqrt. ok millert@ | Martynas Venckus |
2008-09-13 | remove z_abs. ok millert@ | Martynas Venckus |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-07-24 | - remove isinff, isnanf. this has been moved to libc | Martynas Venckus |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-21 | cleaning up, no functional changes | Martynas Venckus |
2008-06-12 | add isinff and isnanf. no objection millert@ | Martynas Venckus |
2008-06-12 | use ALTENTRY; was ok millert@ | Martynas Venckus |
2008-06-11 | drem{,f} are aliases for remainder{,f}, so: | Martynas Venckus |
2008-05-21 | Use proper *ENTRY macros with symbolic register save masks, sprinkle | Miod Vallat |
2007-06-01 | amd64 version of __signbit() (pedro sized quad floats... really just IEEE | Jason Wright |
2007-06-01 | add __signbitl() for 68881 (not used yet) | Jason Wright |
2007-06-01 | add __signbitl for i387 (not used yet) | Jason Wright |
2007-05-31 | add __signbit/__signbitf/__signbitl (all the same) for vax (not used yet, | Jason Wright |
2007-04-20 | netbsd: stack sanity, leave the return PC alone | 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-03-19 | New amd64 exp(3). | Mark Kettenis |
2006-03-18 | Remove amd64 code. | Mark Kettenis |
2006-03-14 | amd64 asm code is not correct for exp(+/-Inf), so until somebody | Otto Moerbeek |
2005-11-23 | avoid ' which confuses make depend | Theo de Raadt |
2005-11-15 | Fix exp(3) for arg Inf and -Inf. From NetBSD; PR 4578. ok deraadt@ | Otto Moerbeek |
2005-08-02 | Add missing $OpenBSD$ tags. | Marc Espie |
2005-03-07 | Improve the accuracy of log1p function on i387 for small values of x. | Can Erkin Acar |
2005-03-01 | pull in r1.8 from NetBSD, drochner: "amd64: stack sanity, leave the | Daniel Hartmeier |
2004-07-22 | Fix a typo and get good results in the process, fixes PR 3830 and passes | Miod Vallat |
2004-05-22 | evil pasto | Michael Shalayeff |
2004-02-28 | we now use the cvs repository copied amd64 set | Theo de Raadt |
2004-02-08 | add libm parts for amd64; much from netbsd, integration by mickey. | Theo de Raadt |
2003-11-01 | Historically, scalb() in 4BSD had the actual semantics of scalbn(). We changed | Todd C. Miller |
2003-10-31 | these are supposed to round towards zero; found by millert@ while testing per... | Michael Shalayeff |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-17 | picky assembler warning cleanups | Dale Rahn |
2003-01-16 | fpr0 is recommended to be operated in full 64bits, although seemed to work ot... | Michael Shalayeff |