about summary refs log tree commit diff
path: root/sysdeps/alpha/fpu
Commit message (Expand)AuthorAgeFilesLines
* Update to LGPL v2.1.Andreas Jaeger2001-07-0630-241/+240
* 2001-06-01 Roland McGrath <roland@frob.com>Roland McGrath2001-06-027-21/+56
* Maximum error for atan2f is 4.Ulrich Drepper2001-04-181-2/+2
* Adjust error values for atan2f.Ulrich Drepper2001-04-181-0/+15
* Adjust for increased precision in result of several tests.Ulrich Drepper2001-04-171-22/+22
* Honour __NO_MATH_INLINES.Ulrich Drepper2001-02-071-2/+6
* Remove FLT_EVAL_METHOD and DECIMAL_DIG definitions.Ulrich Drepper2000-12-041-6/+0
* Update.Andreas Jaeger2000-11-131-8/+8
* Update after libm-test.inc change.Ulrich Drepper2000-10-261-20/+20
* Alpha specific ulps.Andreas Jaeger2000-09-221-0/+1079
* Make FP_ILOGB0 and FP_ILOGBNAN int values.Ulrich Drepper2000-09-011-3/+3
* Change type of FE_*_ENV macros to const fenv_t*.Ulrich Drepper2000-09-011-3/+3
* (FE_DENORMAL): New.Ulrich Drepper2000-08-191-3/+23
* Use <fenv_libc.h>.Ulrich Drepper2000-08-1914-39/+37
* fenv definitions for Linux/Alpha.Ulrich Drepper2000-08-191-0/+36
* Alpha fedisableexcept implementaton.Ulrich Drepper2000-08-171-0/+36
* Alpha feenableexcept implementation.Ulrich Drepper2000-08-171-0/+36
* Apha fegetexcept implementation.Ulrich Drepper2000-08-171-0/+31
* (__fdimf): Only declare if __USE_ISOC99.Ulrich Drepper2000-06-071-0/+4
* Add __THROW to all inlines to match prototypes in mathcalls.h.Ulrich Drepper2000-06-041-15/+15
* Remove K&R support, use ANSI C prototypes.Andreas Jaeger2000-05-231-3/+3
* * sysdeps/alpha/fpu/fraiseexcpt.c: Use get/set_fp_control insteadRichard Henderson2000-03-2011-88/+294
* Apply forgotten patch to change default version to 2.2.Andreas Jaeger2000-02-261-1/+1
* Change default version to GLIBC_2.2.Ulrich Drepper2000-02-266-12/+12
* (__feraiseexcept): Correct declaration to return value.Ulrich Drepper2000-02-261-2/+2
* Update comment.Ulrich Drepper2000-02-221-2/+2
* Correct return value according to the standard.Ulrich Drepper2000-01-312-3/+3
* Protect definitions for math.h against double inclusion.Ulrich Drepper1999-12-181-1/+3
* Return value and add alias.Ulrich Drepper1999-10-317-64/+98
* Replace __USE_ISOC9X by __USE_ISOC99 and also recognize _ISOC99_SOURCE.Ulrich Drepper1999-10-312-6/+6
* Use new path for e_sqrt.c.Ulrich Drepper1999-08-021-1/+1
* Use __GNUC_PREREQ.Ulrich Drepper1999-06-191-1/+1
* Pretty print.Ulrich Drepper1999-05-231-3/+3
* (__floorf): Copy commentary from bits/mathinclude.h. Kill unused defines.Ulrich Drepper1999-01-291-8/+6
* (__floor): Copy commentary from bits/mathinclude.h. Kill unused defines.Ulrich Drepper1999-01-291-6/+5
* (__floor): Don't depend on inlining, duplicate the code.Ulrich Drepper1999-01-291-2/+15
* (__floorf): Don't depend on inlining, duplicate the code.Ulrich Drepper1999-01-291-2/+22
* Avoid -Wparentheses warning.Ulrich Drepper1998-12-131-2/+2
* Remove __setfpucw declaration, it's an internal symbol.Ulrich Drepper1998-11-261-8/+1
* Define ISO C 9X stuff only if included from math.h and __USE_ISOC9X isUlrich Drepper1998-11-101-17/+26
* * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor):Richard Henderson1998-08-235-10/+209
* * sysdeps/alpha/fpu/e_sqrt.c: Use the asm version when the input isRichard Henderson1998-08-231-170/+77
* * sysdeps/alpha/fpu/e_sqrt.c [!_IEEE_FP]: Correctly handleRichard Henderson1998-07-281-8/+10
* Version definitions.Ulrich Drepper1998-07-021-0/+6
* (feraiseexcept): Mark tmp as early-clobber.Ulrich Drepper1998-06-271-5/+5
* * shlib-versions: Match alpha*.Richard Henderson1998-03-011-14/+133
* (feraiseexcept): Use a dummy for FE_DIVBYZERO. Kludge forUlrich Drepper1998-02-261-5/+6
* (FE_TOWARDZERO): Correct typo.Ulrich Drepper1998-02-261-3/+3
* Add definition of FP_ILOGB0 and FP_ILOGNAN.Ulrich Drepper1998-01-211-0/+4
* Issue error message if the header is used directly.Ulrich Drepper1997-11-261-9/+8