d06 change test output again

This commit is contained in:
Hugo LAMY
2022-03-17 15:03:39 +01:00
parent a7386b882e
commit f4566f828b
4 changed files with 100 additions and 13 deletions

View File

@@ -28,7 +28,6 @@ template <typename T> void toDouble(T value);
#define MAX_INT "2147483647"
#define MIN_INT "-2147483648"
#define MAX_INT_1 "2147483648"
#define MIN_INT_1 "-2147483649"
#define INT_MAX_LENGTH 10
#define MAX_FLOAT_INT_PRECISION "16777216"
#define MAX_FLOAT "340282346638528859811704183484516925440"
@@ -38,6 +37,27 @@ template <typename T> void toDouble(T value);
#define DOUBLE_MAX_LENGTH 309
// for tests
#define MAX_I__5 "2147483642"
#define MAX_I__4 "2147483643"
#define MAX_I__3 "2147483644"
#define MAX_I__2 "2147483645"
#define MAX_I__1 "2147483646"
#define MAX_I_2 "2147483649"
#define MAX_I_3 "2147483650"
#define MAX_I_4 "2147483651"
#define MAX_I_5 "2147483652"
#define MIN_I__5 "-2147483643"
#define MIN_I__4 "-2147483644"
#define MIN_I__3 "-2147483645"
#define MIN_I__2 "-2147483646"
#define MIN_I__1 "-2147483647"
#define MIN_I_1 "-2147483649"
#define MIN_I_2 "-2147483650"
#define MIN_I_3 "-2147483651"
#define MIN_I_4 "-2147483652"
#define MIN_I_5 "-2147483653"
#define MAX_FLOAT_INT_PREC__1 "16777215"
#define MAX_FLOAT_INT_PREC__2 "16777214"
#define MAX_FLOAT_INT_PREC__3 "16777213"