summaryrefslogtreecommitdiff
path: root/lib/libm
AgeCommit message (Expand)Author
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-25- expressions such as x != x and x == x are prone to errors andMartynas Venckus
2008-06-21cleaning up, no functional changesMartynas Venckus
2008-06-16fix some errors found by lint, e.g. declaration w/o types, makeMartynas Venckus
2008-06-16- update list of functions. add functions that have been added inMartynas Venckus
2008-06-12spacing, add rcs ids, no binary changeMartynas Venckus
2008-06-12some cleanup for noieee_src, as asked by millert@: remove fictionalMartynas Venckus
2008-06-12shut up lint; pointed out by theoMartynas Venckus
2008-06-12add isinff and isnanf. no objection millert@Martynas Venckus
2008-06-12use ALTENTRY; was ok millert@Martynas Venckus
2008-06-12- no need for ifdef dance (21), we have isnan, finite for vaxMartynas Venckus
2008-06-12Makefile: fix MLINKSJason McIntyre
2008-06-11- on non-ieee, rename gamma to tgamma, the 'true' gammaMartynas Venckus
2008-06-11drem{,f} are aliases for remainder{,f}, so:Martynas Venckus
2008-06-11close brackets; ok jmc@Martynas Venckus
2008-06-11add C99 round(), based on ieee_src, for noieee_src. tested on VAXMartynas Venckus
2008-06-10vax doesn't have inf/nan, finite always returns 1Martynas Venckus
2008-05-21Use proper *ENTRY macros with symbolic register save masks, sprinkleMiod Vallat
2007-06-01amd64 version of __signbit() (pedro sized quad floats... really just IEEEJason Wright
2007-06-01add __signbitl() for 68881 (not used yet)Jason Wright
2007-06-01add __signbitl for i387 (not used yet)Jason Wright
2007-06-01add little endian and big endian shapes for extended and quad floatJason Wright
2007-05-31add __signbit/__signbitf/__signbitl; nothing uses this file, it's justJason Wright
2007-05-31add __signbit/__signbitf/__signbitl (all the same) for vax (not used yet,Jason Wright
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-20netbsd: stack sanity, leave the return PC aloneMartynas Venckus
2007-02-06various cleanup:Jason McIntyre
2006-09-25Include s_llrint.c instead of ithe now removed llrint.c.Mark Kettenis
2006-09-25Move llrint.c, llrintf.c, lrint.c and lrintf.c to s_llrint.c, s_llrintf.c,Mark Kettenis
2006-07-12add some more C99 functions: round(3) and roundf(3).Brad Smith
2006-05-05delint; ok millert@ beck@Otto Moerbeek
2006-04-25Avoid shadowing of external symbols by local variables; whoeverOtto Moerbeek
2006-04-24lint prefers ANSI C function definitions if a prototype is available;Otto Moerbeek
2006-04-24small delint; ok deraadt@Otto Moerbeek
2006-03-19New amd64 exp(3).Mark Kettenis
2006-03-18Remove amd64 code.Mark Kettenis
2006-03-18add some more C99 functions: trunc(3) and truncf(3).Brad Smith
2006-03-14amd64 asm code is not correct for exp(+/-Inf), so until somebodyOtto Moerbeek
2006-03-05improvements from alexey dobriyan;Jason McIntyre
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2005-11-24more empty files for lint to chew on (on the vax)Theo de Raadt
2005-11-23an empty stub file for lint: on the vax, lint will chew on this, but avoid itTheo de Raadt
2005-11-23avoid ' which confuses make dependTheo de Raadt
2005-11-17Work around a gcc optimization problem. Spotted by biorn@; fixOtto Moerbeek
2005-11-17Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD viaOtto Moerbeek
2005-11-15Fix exp(3) for arg Inf and -Inf. From NetBSD; PR 4578. ok deraadt@Otto Moerbeek
2005-08-02Add missing $OpenBSD$ tags.Marc Espie
2005-03-07Improve the accuracy of log1p function on i387 for small values of x.Can Erkin Acar
2005-03-01pull in r1.8 from NetBSD, drochner: "amd64: stack sanity, leave theDaniel Hartmeier
2004-07-22Fix a typo and get good results in the process, fixes PR 3830 and passesMiod Vallat