| Index: crosstest/test_arith.def
|
| diff --git a/crosstest/test_arith.def b/crosstest/test_arith.def
|
| index 2033805914bd7b6f0cd56b36139784dfa1695f2c..488079d75133f8afa58cf1da6ac68d936e279341 100644
|
| --- a/crosstest/test_arith.def
|
| +++ b/crosstest/test_arith.def
|
| @@ -64,7 +64,9 @@
|
| 0xfffe, 0xffff, 0x10000, 0x10001 }
|
|
|
| #define FP_VALUE_ARRAY(NegInf, PosInf, NegNan, NaN) \
|
| -{ 0, 1, 0x7e, \
|
| +{ 0, 1, 1.4, \
|
| + 1.5, 1.6, -1.4, \
|
| + -1.5, -1.6, 0x7e, \
|
| 0x7f, 0x80, 0x81, \
|
| 0xfe, 0xff, 0x7ffe, \
|
| 0x7fff, 0x8000, 0x8001, \
|
| @@ -75,7 +77,7 @@
|
| 0x8000000000000000ll, 0x8000000000000001ll, 0xfffffffffffffffell, \
|
| 0xffffffffffffffffll, NegInf, PosInf, \
|
| Nan, NegNan, -0.0, \
|
| - FLT_MIN, FLT_MAX, DBL_MIN, \
|
| - DBL_MAX }
|
| + 10.0, FLT_MIN, FLT_MAX, \
|
| + DBL_MIN, DBL_MAX }
|
|
|
| #endif // TEST_ARITH_DEF
|
|
|