Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libm: add cabsf() and cabsl() functions. | William Pitcock | 2011-12-23 | 1 | -0/+16 |
| | | | | | | Signed-off-by: William Pitcock <nenolod@dereferenced.org> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> (cherry picked from commit 2086015b9a223586c1a2b8d7f015ad3a38bdf8bc) | ||||
* | libm/*: mass removal of: | Denis Vlasenko | 2008-12-22 | 1 | -1/+0 |
| | | | | | | | | | 1. static char rcsid[] = "$NetBSD: ..." 2. /* @(#)s_scalbn.c 5.1 93/09/24 */ 3. #ifdef __STDC__ No code changes (verified with objdump) | ||||
* | - move libm_hidden_proto to the corresponding headers. Remove from callsites. | Bernhard Reutner-Fischer | 2008-09-26 | 1 | -1/+1 |
| | | | | Note that gamma_r is not provided by glibc, perhaps add a SUN specific knob later | ||||
* | All math related relocs gone | Peter S. Mazinger | 2006-01-17 | 1 | -0/+2 |
| | |||||
* | Correct w_cabs.c so it can be added to IMA, add -D_POSIX_MODE for compiling ↵ | Peter S. Mazinger | 2005-10-26 | 1 | -7/+3 |
| | | | | s_lib_version.c (only in the new Makefile) | ||||
* | Trim off whitespace | Eric Andersen | 2005-03-06 | 1 | -1/+1 |
| | |||||
* | Clean up a warning. | Manuel Novoa III | 2002-09-09 | 1 | -3/+1 |
| | |||||
* | Totally rework the math library, this time based on the MacOs X | Eric Andersen | 2001-11-22 | 1 | -0/+20 |
math library (which is itself based on the math lib from FreeBSD). -Erik |