1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-06-05 00:22:17 +03:00
1999-10-25  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/i386/fpu/libm-test-ulps: Remove entries caused by +-0
	problems.

	* md5-crypt/md5.h: Remove prototypes for public interface.  md5 is
	only used internally.
This commit is contained in:
Ulrich Drepper 1999-10-25 21:02:28 +00:00
parent a9b5d2eeb1
commit 76b47e64d5
2 changed files with 7 additions and 42 deletions

View File

@ -1,7 +1,12 @@
1999-10-25 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/i386/fpu/libm-test-ulps: Remove entries caused by +-0
problems.
1999-10-25 Thorsten Kukuk <kukuk@suse.de> 1999-10-25 Thorsten Kukuk <kukuk@suse.de>
* md5-crypt/md5.h: Remove prototypes for public interface. md5 is * md5-crypt/md5.h: Remove prototypes for public interface. md5 is
used only internal. only used internally.
* md5-crypt/md5-crypt.c: Use internal names for md5 functions, * md5-crypt/md5-crypt.c: Use internal names for md5 functions,
remove weak alias for public names. remove weak alias for public names.
* md5-crypt/md5.c: Remove weak aliase. * md5-crypt/md5.c: Remove weak aliase.

View File

@ -12,10 +12,6 @@ ildouble: 1147
ldouble: 1147 ldouble: 1147
# asinh # asinh
Test "asinh (-0) == -0":
idouble: 0
ifloat: 0
ildouble: 0
Test "asinh (0.7) == 0.652666566082355786": Test "asinh (0.7) == 0.652666566082355786":
ildouble: 656 ildouble: 656
ldouble: 656 ldouble: 656
@ -34,10 +30,6 @@ ildouble: 549
ldouble: 549 ldouble: 549
# atanh # atanh
Test "atanh (-0) == -0":
idouble: 0
ifloat: 0
ildouble: 0
Test "atanh (0.7) == 0.8673005276940531944": Test "atanh (0.7) == 0.8673005276940531944":
double: 1 double: 1
idouble: 1 idouble: 1
@ -553,10 +545,6 @@ ildouble: 462
ldouble: 462 ldouble: 462
# expm1 # expm1
Test "expm1 (-0) == -0":
idouble: 0
ifloat: 0
ildouble: 0
Test "expm1 (0.7) == 1.0137527074704765216": Test "expm1 (0.7) == 1.0137527074704765216":
ildouble: 825 ildouble: 825
ldouble: 825 ldouble: 825
@ -747,27 +735,7 @@ ifloat: 1
ildouble: 1688 ildouble: 1688
ldouble: 1688 ldouble: 1688
# nexttoward
Test "nexttoward (-0, 0) == 0":
double: 0
idouble: 0
Test "nexttoward (0, -0) == -0":
double: 0
idouble: 0
# pow # pow
Test "pow (-0, 1) == -0":
idouble: 0
ifloat: 0
ildouble: 0
Test "pow (-0, 11) == -0":
idouble: 0
ifloat: 0
ildouble: 0
Test "pow (-0, 27) == -0":
idouble: 0
ifloat: 0
ildouble: 0
Test "pow (0.7, 1.2) == 0.65180494056638638188": Test "pow (0.7, 1.2) == 0.65180494056638638188":
ildouble: 725 ildouble: 725
ldouble: 725 ldouble: 725
@ -807,10 +775,6 @@ ildouble: 0.25
ldouble: 0.25 ldouble: 0.25
# sinh # sinh
Test "sinh (-0) == -0":
idouble: 0
ifloat: 0
ildouble: 0
Test "sinh (0.7) == 0.75858370183953350346": Test "sinh (0.7) == 0.75858370183953350346":
float: 1 float: 1
ifloat: 1 ifloat: 1
@ -834,10 +798,6 @@ double: 0.5
idouble: 0.5 idouble: 0.5
# tanh # tanh
Test "tanh (-0) == -0":
idouble: 0
ifloat: 0
ildouble: 0
Test "tanh (0.7) == 0.60436777711716349631": Test "tanh (0.7) == 0.60436777711716349631":
ildouble: 521 ildouble: 521
ldouble: 521 ldouble: 521