From 1e832e3759600c4f7d0403efddc844f38be329b1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 30 Jan 2006 22:27:31 +0000 Subject: * soft-fp/double.h (FP_CMP_UNORD_D): Also define in [_FP_W_TYPE_SIZE >= 64] case. * soft-fp/extended.h (FP_CMP_UNORD_E): Likewise. * soft-fp/quad.h (FP_CMP_UNORD_Q): Likewise. --- sysdeps/powerpc/fpu/libm-test-ulps | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'sysdeps/powerpc/fpu') diff --git a/sysdeps/powerpc/fpu/libm-test-ulps b/sysdeps/powerpc/fpu/libm-test-ulps index 46c7666..1005421 100644 --- a/sysdeps/powerpc/fpu/libm-test-ulps +++ b/sysdeps/powerpc/fpu/libm-test-ulps @@ -623,38 +623,6 @@ ifloat: 2 ildouble: 3 ldouble: 3 -# llround -Test "llround (4503599627370496.5) == 4503599627370497LL": -ildouble: -1 -ldouble: -1 -Test "llround (4503599627370497.5) == 4503599627370498LL": -ildouble: -1 -ldouble: -1 -Test "llround (72057594037927935.5) == 72057594037927936LL": -ildouble: -1 -ldouble: -1 -Test "llround (72057594037927936.5) == 72057594037927937LL": -ildouble: -1 -ldouble: -1 -Test "llround (72057594037927936.75) == 72057594037927937LL": -ildouble: -1 -ldouble: -1 -Test "llround (72057594037927937.5) == 72057594037927938LL": -ildouble: -1 -ldouble: -1 -Test "llround (9007199254740991.5) == 9007199254740992LL": -ildouble: -1 -ldouble: -1 -Test "llround (9007199254740992.5) == 9007199254740993LL": -ildouble: -1 -ldouble: -1 -Test "llround (9007199254740992.75) == 9007199254740993LL": -ildouble: -1 -ldouble: -1 -Test "llround (9007199254740993.5) == 9007199254740994LL": -ildouble: -1 -ldouble: -1 - # log10 Test "log10 (0.75) == -0.124938736608299953132449886193870744": double: 1 -- cgit v1.1