Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use uniform form of C99 keywords | Bernhard Reutner-Fischer | 2010-06-24 | 1 | -9/+9 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | docs/probe_math_exception.c: | Denis Vlasenko | 2009-02-11 | 1 | -15/+29 |
| | | | | | | | | | | | | update example libc/sysdeps/linux/i386/bits/mathinline.h: improve __finite() macro, add __finitef macro (why they aren't always macros? why aren't they arch independent?) libm/math_private.h: much better comments on math_opt_barrier() and math_force_eval() libm/s_finite[f].c: improve out-of-line __finite[f]() too (one byte less, yay...) | ||||
* | nextafterf: trying to correct FP exception handling | Denis Vlasenko | 2009-02-08 | 1 | -0/+55 |
| | |||||
* | libm/e_scalb.c: remove unused #ifdef _SCALB_INT branches | Denis Vlasenko | 2009-01-03 | 1 | -4/+0 |
| | | | | | libm/s_ldexp.c: add TODO | ||||
* | libm/*: delete many incarnations of logarithmic gamma function, | Denis Vlasenko | 2008-12-29 | 1 | -2/+2 |
| | | | | | | | | | aliasing them instead af appropriate. Also alias drem to remainder. text data bss dec hex filename - 43568 176 4 43748 aae4 lib/libm.so + 43444 176 4 43624 aa68 lib/libm.so | ||||
* | libm/*: mass removal of: | Denis Vlasenko | 2008-12-22 | 1 | -5/+0 |
| | | | | | | | | | 1. static char rcsid[] = "$NetBSD: ..." 2. /* @(#)s_scalbn.c 5.1 93/09/24 */ 3. #ifdef __STDC__ No code changes (verified with objdump) | ||||
* | - add __ieee754_log2() | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -0/+1 |
| | |||||
* | Brian Austin writes: This patch adds MAVERICK CRUNCH FPU support for the ↵ | Mike Frysinger | 2008-01-05 | 1 | -4/+5 |
| | | | | Cirrus Logic EP93XX ARM9 Procs. | ||||
* | Guard matherr/__kernel_standard w/ _IEEE_LIBM, we do not use them, save 7,6k | Peter S. Mazinger | 2006-03-22 | 1 | -0/+2 |
| | |||||
* | Remove unused prototypes | Peter S. Mazinger | 2006-01-17 | 1 | -36/+0 |
| | |||||
* | Remove __P() and add attribute_hidden to internal prototypes | Peter S. Mazinger | 2006-01-17 | 1 | -64/+64 |
| | |||||
* | hide __kernel functions | Mike Frysinger | 2005-12-29 | 1 | -5/+5 |
| | |||||
* | import thumb support from jbowler in Bug 385 | Mike Frysinger | 2005-08-15 | 1 | -4/+3 |
| | |||||
* | Trim off whitespace | Eric Andersen | 2005-03-06 | 1 | -20/+20 |
| | |||||
* | Nicolas Pitre writes: | Eric Andersen | 2004-02-09 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | Hello Erik, My patch adding ARM assembly soft-float routines to gcc also changes the default FPA float word ordering for the saner VFP word ordering which is also the order anyone would expect on a little endian machine. Problem is that uClibc curently hardwire floats to big endian (FPA) ordering in all cases. Please consider the attached patch to fix this problem. Nicolas | ||||
* | Several cleanups/fixes from Marshall M. Midden <m4@brecis.com> | Eric Andersen | 2002-06-26 | 1 | -1/+1 |
| | |||||
* | Totally rework the math library, this time based on the MacOs X | Eric Andersen | 2001-11-22 | 1 | -0/+231 |
math library (which is itself based on the math lib from FreeBSD). -Erik |