Go to the documentation of this file.
14 #define CoinInt64 COIN_INT64_T
15 #define CoinUInt64 COIN_UINT64_T
16 #define CoinIntPtr COIN_INTPTR_T
19 #ifndef COIN_BIG_INDEX
20 #define COIN_BIG_INDEX 0
25 #elif COIN_BIG_INDEX==1
32 #ifndef COIN_BIG_DOUBLE
33 #define COIN_BIG_DOUBLE 0
37 #if COIN_BIG_DOUBLE==2
38 #undef COIN_BIG_DOUBLE
39 #define COIN_BIG_DOUBLE 0
40 #define COIN_LONG_WORK 1
42 #elif COIN_BIG_DOUBLE==3
43 #undef COIN_BIG_DOUBLE
44 #define COIN_BIG_DOUBLE 1
45 #define COIN_LONG_WORK 1
48 #define COIN_LONG_WORK 0
52 #if COIN_BIG_DOUBLE==0
54 #elif COIN_BIG_DOUBLE==1