From 5ed8fa9032de2bd28dc230a73d36b9c392d2c13e Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 18 Jan 2007 21:23:34 +0000 Subject: [PATCH] This processor has a different way of wrapping the largest and smallest long doubles onto doubles. git-svn-id: https://svn.dealii.org/trunk@14342 0785d39b-7218-0410-832d-ea1e28bc413d --- .../cmp/powerpc-apple-darwin8.8.0+gcc4.0 | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tests/base/is_finite/cmp/powerpc-apple-darwin8.8.0+gcc4.0 diff --git a/tests/base/is_finite/cmp/powerpc-apple-darwin8.8.0+gcc4.0 b/tests/base/is_finite/cmp/powerpc-apple-darwin8.8.0+gcc4.0 new file mode 100644 index 0000000000..c20de1968e --- /dev/null +++ b/tests/base/is_finite/cmp/powerpc-apple-darwin8.8.0+gcc4.0 @@ -0,0 +1,33 @@ + +DEAL::nan --> 0 +DEAL::nan --> 0 +DEAL::inf --> 0 +DEAL::-inf --> 0 +DEAL::0 --> 1 +DEAL::1.80e+308 --> 1 +DEAL::1.00 --> 1 +DEAL::-1.00 --> 1 +DEAL::nan --> 0 +DEAL::nan --> 0 +DEAL::inf --> 0 +DEAL::-inf --> 0 +DEAL::2.00e-292 --> 1 +DEAL::1.80e+308 --> 1 +DEAL::1.00 --> 1 +DEAL::-1.00 --> 1 +DEAL::0 --> 1 +DEAL::0 --> 1 +DEAL::0 --> 1 +DEAL::0 --> 1 +DEAL::-2147483648 --> 1 +DEAL::2147483647 --> 1 +DEAL::1 --> 1 +DEAL::-1 --> 1 +DEAL::0 --> 1 +DEAL::0 --> 1 +DEAL::0 --> 1 +DEAL::0 --> 1 +DEAL::0 --> 1 +DEAL::4294967295 --> 1 +DEAL::1 --> 1 +DEAL::4294967295 --> 1 -- 2.39.5