dec_number 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. data/README +20 -0
  2. data/dec_number.gemspec +13 -0
  3. data/ext/dec_number/Gemfile +4 -0
  4. data/ext/dec_number/NOTES +10 -0
  5. data/ext/dec_number/decNumber/ICU-license.html +45 -0
  6. data/ext/dec_number/decNumber/Makefile.am +3 -0
  7. data/ext/dec_number/decNumber/Makefile.in +680 -0
  8. data/ext/dec_number/decNumber/aclocal.m4 +8988 -0
  9. data/ext/dec_number/decNumber/autom4te.cache/output.0 +5107 -0
  10. data/ext/dec_number/decNumber/autom4te.cache/output.1 +6026 -0
  11. data/ext/dec_number/decNumber/autom4te.cache/output.2 +13468 -0
  12. data/ext/dec_number/decNumber/autom4te.cache/output.3 +13472 -0
  13. data/ext/dec_number/decNumber/autom4te.cache/requests +407 -0
  14. data/ext/dec_number/decNumber/autom4te.cache/traces.0 +352 -0
  15. data/ext/dec_number/decNumber/autom4te.cache/traces.1 +772 -0
  16. data/ext/dec_number/decNumber/autom4te.cache/traces.2 +591 -0
  17. data/ext/dec_number/decNumber/autom4te.cache/traces.3 +2362 -0
  18. data/ext/dec_number/decNumber/config.guess +1501 -0
  19. data/ext/dec_number/decNumber/config.h.in +142 -0
  20. data/ext/dec_number/decNumber/config.sub +1705 -0
  21. data/ext/dec_number/decNumber/configure +13468 -0
  22. data/ext/dec_number/decNumber/configure.ac +36 -0
  23. data/ext/dec_number/decNumber/decBasic.c +3908 -0
  24. data/ext/dec_number/decNumber/decCommon.c +1835 -0
  25. data/ext/dec_number/decNumber/decContext.c +437 -0
  26. data/ext/dec_number/decNumber/decContext.h +254 -0
  27. data/ext/dec_number/decNumber/decDPD.h +1185 -0
  28. data/ext/dec_number/decNumber/decDouble.c +140 -0
  29. data/ext/dec_number/decNumber/decDouble.h +155 -0
  30. data/ext/dec_number/decNumber/decNumber.c +8141 -0
  31. data/ext/dec_number/decNumber/decNumber.h +182 -0
  32. data/ext/dec_number/decNumber/decNumberLocal.h +757 -0
  33. data/ext/dec_number/decNumber/decPacked.c +220 -0
  34. data/ext/dec_number/decNumber/decPacked.h +52 -0
  35. data/ext/dec_number/decNumber/decQuad.c +135 -0
  36. data/ext/dec_number/decNumber/decQuad.h +177 -0
  37. data/ext/dec_number/decNumber/decSingle.c +71 -0
  38. data/ext/dec_number/decNumber/decSingle.h +86 -0
  39. data/ext/dec_number/decNumber/decimal128.c +553 -0
  40. data/ext/dec_number/decNumber/decimal128.h +81 -0
  41. data/ext/dec_number/decNumber/decimal32.c +476 -0
  42. data/ext/dec_number/decNumber/decimal32.h +81 -0
  43. data/ext/dec_number/decNumber/decimal64.c +839 -0
  44. data/ext/dec_number/decNumber/decimal64.h +83 -0
  45. data/ext/dec_number/decNumber/decnumber.pdf +0 -0
  46. data/ext/dec_number/decNumber/depcomp +630 -0
  47. data/ext/dec_number/decNumber/example1.c +38 -0
  48. data/ext/dec_number/decNumber/example2.c +52 -0
  49. data/ext/dec_number/decNumber/example3.c +64 -0
  50. data/ext/dec_number/decNumber/example4.c +61 -0
  51. data/ext/dec_number/decNumber/example5.c +36 -0
  52. data/ext/dec_number/decNumber/example6.c +61 -0
  53. data/ext/dec_number/decNumber/example7.c +35 -0
  54. data/ext/dec_number/decNumber/example8.c +39 -0
  55. data/ext/dec_number/decNumber/install-sh +520 -0
  56. data/ext/dec_number/decNumber/libdecNumber.a +0 -0
  57. data/ext/dec_number/decNumber/ltmain.sh +8745 -0
  58. data/ext/dec_number/decNumber/missing +376 -0
  59. data/ext/dec_number/decNumber/readme.txt +81 -0
  60. data/ext/dec_number/dec_number.c +464 -0
  61. data/ext/dec_number/extconf.rb +52 -0
  62. data/ext/dec_number/extconf2.rb +50 -0
  63. data/ext/dec_number/recompile.sh +3 -0
  64. data/ext/dec_number/test_dec_number.rb +236 -0
  65. data/ext/dec_number/test_numeric.rb +235 -0
  66. metadata +111 -0
@@ -0,0 +1,142 @@
1
+ /* config.h.in. Generated from configure.ac by autoheader. */
2
+
3
+ /* Define to 1 if you have the <dlfcn.h> header file. */
4
+ #undef HAVE_DLFCN_H
5
+
6
+ /* Define to 1 if you have the `floor' function. */
7
+ #undef HAVE_FLOOR
8
+
9
+ /* Define to 1 if you have the <inttypes.h> header file. */
10
+ #undef HAVE_INTTYPES_H
11
+
12
+ /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
13
+ to 0 otherwise. */
14
+ #undef HAVE_MALLOC
15
+
16
+ /* Define to 1 if you have the <memory.h> header file. */
17
+ #undef HAVE_MEMORY_H
18
+
19
+ /* Define to 1 if you have the `memset' function. */
20
+ #undef HAVE_MEMSET
21
+
22
+ /* Define to 1 if you have the `sqrt' function. */
23
+ #undef HAVE_SQRT
24
+
25
+ /* Define to 1 if stdbool.h conforms to C99. */
26
+ #undef HAVE_STDBOOL_H
27
+
28
+ /* Define to 1 if you have the <stdint.h> header file. */
29
+ #undef HAVE_STDINT_H
30
+
31
+ /* Define to 1 if you have the <stdlib.h> header file. */
32
+ #undef HAVE_STDLIB_H
33
+
34
+ /* Define to 1 if you have the <strings.h> header file. */
35
+ #undef HAVE_STRINGS_H
36
+
37
+ /* Define to 1 if you have the <string.h> header file. */
38
+ #undef HAVE_STRING_H
39
+
40
+ /* Define to 1 if you have the <sys/stat.h> header file. */
41
+ #undef HAVE_SYS_STAT_H
42
+
43
+ /* Define to 1 if you have the <sys/types.h> header file. */
44
+ #undef HAVE_SYS_TYPES_H
45
+
46
+ /* Define to 1 if you have the <unistd.h> header file. */
47
+ #undef HAVE_UNISTD_H
48
+
49
+ /* Define to 1 if the system has the type `_Bool'. */
50
+ #undef HAVE__BOOL
51
+
52
+ /* Define to the sub-directory in which libtool stores uninstalled libraries.
53
+ */
54
+ #undef LT_OBJDIR
55
+
56
+ /* Name of package */
57
+ #undef PACKAGE
58
+
59
+ /* Define to the address where bug reports for this package should be sent. */
60
+ #undef PACKAGE_BUGREPORT
61
+
62
+ /* Define to the full name of this package. */
63
+ #undef PACKAGE_NAME
64
+
65
+ /* Define to the full name and version of this package. */
66
+ #undef PACKAGE_STRING
67
+
68
+ /* Define to the one symbol short name of this package. */
69
+ #undef PACKAGE_TARNAME
70
+
71
+ /* Define to the home page for this package. */
72
+ #undef PACKAGE_URL
73
+
74
+ /* Define to the version of this package. */
75
+ #undef PACKAGE_VERSION
76
+
77
+ /* Define to 1 if you have the ANSI C header files. */
78
+ #undef STDC_HEADERS
79
+
80
+ /* Version number of package */
81
+ #undef VERSION
82
+
83
+ /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
84
+ <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
85
+ #define below would cause a syntax error. */
86
+ #undef _UINT32_T
87
+
88
+ /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
89
+ <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
90
+ #define below would cause a syntax error. */
91
+ #undef _UINT64_T
92
+
93
+ /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
94
+ <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
95
+ #define below would cause a syntax error. */
96
+ #undef _UINT8_T
97
+
98
+ /* Define to `__inline__' or `__inline' if that's what the C compiler
99
+ calls it, or to nothing if 'inline' is not supported under any name. */
100
+ #ifndef __cplusplus
101
+ #undef inline
102
+ #endif
103
+
104
+ /* Define to the type of a signed integer type of width exactly 32 bits if
105
+ such a type exists and the standard includes do not define it. */
106
+ #undef int32_t
107
+
108
+ /* Define to rpl_malloc if the replacement function should be used. */
109
+ #undef malloc
110
+
111
+ /* Define to the equivalent of the C99 'restrict' keyword, or to
112
+ nothing if this is not supported. Do not define if restrict is
113
+ supported directly. */
114
+ #undef restrict
115
+ /* Work around a bug in Sun C++: it does not support _Restrict or
116
+ __restrict__, even though the corresponding Sun C compiler ends up with
117
+ "#define restrict _Restrict" or "#define restrict __restrict__" in the
118
+ previous line. Perhaps some future version of Sun C++ will work with
119
+ restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
120
+ #if defined __SUNPRO_CC && !defined __RESTRICT
121
+ # define _Restrict
122
+ # define __restrict__
123
+ #endif
124
+
125
+ /* Define to `unsigned int' if <sys/types.h> does not define. */
126
+ #undef size_t
127
+
128
+ /* Define to the type of an unsigned integer type of width exactly 16 bits if
129
+ such a type exists and the standard includes do not define it. */
130
+ #undef uint16_t
131
+
132
+ /* Define to the type of an unsigned integer type of width exactly 32 bits if
133
+ such a type exists and the standard includes do not define it. */
134
+ #undef uint32_t
135
+
136
+ /* Define to the type of an unsigned integer type of width exactly 64 bits if
137
+ such a type exists and the standard includes do not define it. */
138
+ #undef uint64_t
139
+
140
+ /* Define to the type of an unsigned integer type of width exactly 8 bits if
141
+ such a type exists and the standard includes do not define it. */
142
+ #undef uint8_t