rj_schema 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (299) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +18 -0
  3. data/ext/rj_schema/extconf.rb +7 -0
  4. data/ext/rj_schema/rapidjson/CHANGELOG.md +158 -0
  5. data/ext/rj_schema/rapidjson/CMakeLists.txt +221 -0
  6. data/ext/rj_schema/rapidjson/CMakeModules/FindGTestSrc.cmake +30 -0
  7. data/ext/rj_schema/rapidjson/RapidJSON.pc.in +7 -0
  8. data/ext/rj_schema/rapidjson/RapidJSONConfig.cmake.in +15 -0
  9. data/ext/rj_schema/rapidjson/RapidJSONConfigVersion.cmake.in +10 -0
  10. data/ext/rj_schema/rapidjson/appveyor.yml +41 -0
  11. data/ext/rj_schema/rapidjson/bin/data/glossary.json +22 -0
  12. data/ext/rj_schema/rapidjson/bin/data/menu.json +27 -0
  13. data/ext/rj_schema/rapidjson/bin/data/readme.txt +1 -0
  14. data/ext/rj_schema/rapidjson/bin/data/sample.json +3315 -0
  15. data/ext/rj_schema/rapidjson/bin/data/webapp.json +88 -0
  16. data/ext/rj_schema/rapidjson/bin/data/widget.json +26 -0
  17. data/ext/rj_schema/rapidjson/bin/draft-04/schema +150 -0
  18. data/ext/rj_schema/rapidjson/bin/encodings/utf16be.json +0 -0
  19. data/ext/rj_schema/rapidjson/bin/encodings/utf16bebom.json +0 -0
  20. data/ext/rj_schema/rapidjson/bin/encodings/utf16le.json +0 -0
  21. data/ext/rj_schema/rapidjson/bin/encodings/utf16lebom.json +0 -0
  22. data/ext/rj_schema/rapidjson/bin/encodings/utf32be.json +0 -0
  23. data/ext/rj_schema/rapidjson/bin/encodings/utf32bebom.json +0 -0
  24. data/ext/rj_schema/rapidjson/bin/encodings/utf32le.json +0 -0
  25. data/ext/rj_schema/rapidjson/bin/encodings/utf32lebom.json +0 -0
  26. data/ext/rj_schema/rapidjson/bin/encodings/utf8.json +7 -0
  27. data/ext/rj_schema/rapidjson/bin/encodings/utf8bom.json +7 -0
  28. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail1.json +1 -0
  29. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail10.json +1 -0
  30. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail11.json +1 -0
  31. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail12.json +1 -0
  32. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail13.json +1 -0
  33. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail14.json +1 -0
  34. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail15.json +1 -0
  35. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail16.json +1 -0
  36. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail17.json +1 -0
  37. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail18.json +1 -0
  38. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail19.json +1 -0
  39. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail2.json +1 -0
  40. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail20.json +1 -0
  41. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail21.json +1 -0
  42. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail22.json +1 -0
  43. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail23.json +1 -0
  44. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail24.json +1 -0
  45. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail25.json +1 -0
  46. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail26.json +1 -0
  47. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail27.json +2 -0
  48. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail28.json +2 -0
  49. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail29.json +1 -0
  50. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail3.json +1 -0
  51. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail30.json +1 -0
  52. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail31.json +1 -0
  53. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail32.json +1 -0
  54. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail33.json +1 -0
  55. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail4.json +1 -0
  56. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail5.json +1 -0
  57. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail6.json +1 -0
  58. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail7.json +1 -0
  59. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail8.json +1 -0
  60. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail9.json +1 -0
  61. data/ext/rj_schema/rapidjson/bin/jsonchecker/pass1.json +58 -0
  62. data/ext/rj_schema/rapidjson/bin/jsonchecker/pass2.json +1 -0
  63. data/ext/rj_schema/rapidjson/bin/jsonchecker/pass3.json +6 -0
  64. data/ext/rj_schema/rapidjson/bin/jsonchecker/readme.txt +3 -0
  65. data/ext/rj_schema/rapidjson/bin/jsonschema/LICENSE +19 -0
  66. data/ext/rj_schema/rapidjson/bin/jsonschema/README.md +148 -0
  67. data/ext/rj_schema/rapidjson/bin/jsonschema/bin/jsonschema_suite +283 -0
  68. data/ext/rj_schema/rapidjson/bin/jsonschema/remotes/folder/folderInteger.json +3 -0
  69. data/ext/rj_schema/rapidjson/bin/jsonschema/remotes/integer.json +3 -0
  70. data/ext/rj_schema/rapidjson/bin/jsonschema/remotes/subSchemas.json +8 -0
  71. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/additionalItems.json +82 -0
  72. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/additionalProperties.json +88 -0
  73. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/default.json +49 -0
  74. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/dependencies.json +108 -0
  75. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/disallow.json +80 -0
  76. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/divisibleBy.json +60 -0
  77. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/enum.json +71 -0
  78. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/extends.json +94 -0
  79. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/items.json +46 -0
  80. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/maxItems.json +28 -0
  81. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/maxLength.json +33 -0
  82. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/maximum.json +42 -0
  83. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/minItems.json +28 -0
  84. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/minLength.json +33 -0
  85. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/minimum.json +42 -0
  86. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/optional/bignum.json +107 -0
  87. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/optional/format.json +222 -0
  88. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/optional/jsregex.json +18 -0
  89. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/optional/zeroTerminatedFloats.json +15 -0
  90. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/pattern.json +34 -0
  91. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/patternProperties.json +110 -0
  92. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/properties.json +92 -0
  93. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/ref.json +159 -0
  94. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/refRemote.json +74 -0
  95. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/required.json +53 -0
  96. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/type.json +474 -0
  97. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/uniqueItems.json +79 -0
  98. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/additionalItems.json +82 -0
  99. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/additionalProperties.json +88 -0
  100. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/allOf.json +112 -0
  101. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/anyOf.json +68 -0
  102. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/default.json +49 -0
  103. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/definitions.json +32 -0
  104. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/dependencies.json +113 -0
  105. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/enum.json +72 -0
  106. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/items.json +46 -0
  107. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxItems.json +28 -0
  108. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxLength.json +33 -0
  109. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxProperties.json +28 -0
  110. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maximum.json +42 -0
  111. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minItems.json +28 -0
  112. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minLength.json +33 -0
  113. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minProperties.json +28 -0
  114. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minimum.json +42 -0
  115. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/multipleOf.json +60 -0
  116. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/not.json +96 -0
  117. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/oneOf.json +68 -0
  118. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/optional/bignum.json +107 -0
  119. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/optional/format.json +148 -0
  120. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/optional/zeroTerminatedFloats.json +15 -0
  121. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/pattern.json +34 -0
  122. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/patternProperties.json +110 -0
  123. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/properties.json +92 -0
  124. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/ref.json +159 -0
  125. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/refRemote.json +74 -0
  126. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/required.json +39 -0
  127. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/type.json +330 -0
  128. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/uniqueItems.json +79 -0
  129. data/ext/rj_schema/rapidjson/bin/jsonschema/tox.ini +8 -0
  130. data/ext/rj_schema/rapidjson/bin/types/booleans.json +102 -0
  131. data/ext/rj_schema/rapidjson/bin/types/floats.json +102 -0
  132. data/ext/rj_schema/rapidjson/bin/types/guids.json +102 -0
  133. data/ext/rj_schema/rapidjson/bin/types/integers.json +102 -0
  134. data/ext/rj_schema/rapidjson/bin/types/mixed.json +592 -0
  135. data/ext/rj_schema/rapidjson/bin/types/nulls.json +102 -0
  136. data/ext/rj_schema/rapidjson/bin/types/paragraphs.json +102 -0
  137. data/ext/rj_schema/rapidjson/bin/types/readme.txt +1 -0
  138. data/ext/rj_schema/rapidjson/contrib/natvis/LICENSE +45 -0
  139. data/ext/rj_schema/rapidjson/contrib/natvis/README.md +7 -0
  140. data/ext/rj_schema/rapidjson/contrib/natvis/rapidjson.natvis +38 -0
  141. data/ext/rj_schema/rapidjson/doc/CMakeLists.txt +27 -0
  142. data/ext/rj_schema/rapidjson/doc/Doxyfile.in +2369 -0
  143. data/ext/rj_schema/rapidjson/doc/Doxyfile.zh-cn.in +2369 -0
  144. data/ext/rj_schema/rapidjson/doc/diagram/architecture.dot +50 -0
  145. data/ext/rj_schema/rapidjson/doc/diagram/architecture.png +0 -0
  146. data/ext/rj_schema/rapidjson/doc/diagram/insituparsing.dot +65 -0
  147. data/ext/rj_schema/rapidjson/doc/diagram/insituparsing.png +0 -0
  148. data/ext/rj_schema/rapidjson/doc/diagram/iterative-parser-states-diagram.dot +62 -0
  149. data/ext/rj_schema/rapidjson/doc/diagram/iterative-parser-states-diagram.png +0 -0
  150. data/ext/rj_schema/rapidjson/doc/diagram/makefile +8 -0
  151. data/ext/rj_schema/rapidjson/doc/diagram/move1.dot +47 -0
  152. data/ext/rj_schema/rapidjson/doc/diagram/move1.png +0 -0
  153. data/ext/rj_schema/rapidjson/doc/diagram/move2.dot +62 -0
  154. data/ext/rj_schema/rapidjson/doc/diagram/move2.png +0 -0
  155. data/ext/rj_schema/rapidjson/doc/diagram/move3.dot +60 -0
  156. data/ext/rj_schema/rapidjson/doc/diagram/move3.png +0 -0
  157. data/ext/rj_schema/rapidjson/doc/diagram/normalparsing.dot +56 -0
  158. data/ext/rj_schema/rapidjson/doc/diagram/normalparsing.png +0 -0
  159. data/ext/rj_schema/rapidjson/doc/diagram/simpledom.dot +54 -0
  160. data/ext/rj_schema/rapidjson/doc/diagram/simpledom.png +0 -0
  161. data/ext/rj_schema/rapidjson/doc/diagram/tutorial.dot +58 -0
  162. data/ext/rj_schema/rapidjson/doc/diagram/tutorial.png +0 -0
  163. data/ext/rj_schema/rapidjson/doc/diagram/utilityclass.dot +73 -0
  164. data/ext/rj_schema/rapidjson/doc/diagram/utilityclass.png +0 -0
  165. data/ext/rj_schema/rapidjson/doc/dom.md +280 -0
  166. data/ext/rj_schema/rapidjson/doc/dom.zh-cn.md +284 -0
  167. data/ext/rj_schema/rapidjson/doc/encoding.md +146 -0
  168. data/ext/rj_schema/rapidjson/doc/encoding.zh-cn.md +152 -0
  169. data/ext/rj_schema/rapidjson/doc/faq.md +289 -0
  170. data/ext/rj_schema/rapidjson/doc/faq.zh-cn.md +290 -0
  171. data/ext/rj_schema/rapidjson/doc/features.md +104 -0
  172. data/ext/rj_schema/rapidjson/doc/features.zh-cn.md +103 -0
  173. data/ext/rj_schema/rapidjson/doc/internals.md +368 -0
  174. data/ext/rj_schema/rapidjson/doc/internals.zh-cn.md +363 -0
  175. data/ext/rj_schema/rapidjson/doc/logo/rapidjson.png +0 -0
  176. data/ext/rj_schema/rapidjson/doc/logo/rapidjson.svg +119 -0
  177. data/ext/rj_schema/rapidjson/doc/misc/DoxygenLayout.xml +194 -0
  178. data/ext/rj_schema/rapidjson/doc/misc/doxygenextra.css +274 -0
  179. data/ext/rj_schema/rapidjson/doc/misc/footer.html +11 -0
  180. data/ext/rj_schema/rapidjson/doc/misc/header.html +24 -0
  181. data/ext/rj_schema/rapidjson/doc/npm.md +31 -0
  182. data/ext/rj_schema/rapidjson/doc/performance.md +26 -0
  183. data/ext/rj_schema/rapidjson/doc/performance.zh-cn.md +26 -0
  184. data/ext/rj_schema/rapidjson/doc/pointer.md +234 -0
  185. data/ext/rj_schema/rapidjson/doc/pointer.zh-cn.md +234 -0
  186. data/ext/rj_schema/rapidjson/doc/sax.md +509 -0
  187. data/ext/rj_schema/rapidjson/doc/sax.zh-cn.md +487 -0
  188. data/ext/rj_schema/rapidjson/doc/schema.md +505 -0
  189. data/ext/rj_schema/rapidjson/doc/schema.zh-cn.md +237 -0
  190. data/ext/rj_schema/rapidjson/doc/stream.md +426 -0
  191. data/ext/rj_schema/rapidjson/doc/stream.zh-cn.md +426 -0
  192. data/ext/rj_schema/rapidjson/doc/tutorial.md +536 -0
  193. data/ext/rj_schema/rapidjson/doc/tutorial.zh-cn.md +534 -0
  194. data/ext/rj_schema/rapidjson/docker/debian/Dockerfile +8 -0
  195. data/ext/rj_schema/rapidjson/example/CMakeLists.txt +45 -0
  196. data/ext/rj_schema/rapidjson/example/archiver/archiver.cpp +292 -0
  197. data/ext/rj_schema/rapidjson/example/archiver/archiver.h +145 -0
  198. data/ext/rj_schema/rapidjson/example/archiver/archivertest.cpp +287 -0
  199. data/ext/rj_schema/rapidjson/example/capitalize/capitalize.cpp +67 -0
  200. data/ext/rj_schema/rapidjson/example/condense/condense.cpp +32 -0
  201. data/ext/rj_schema/rapidjson/example/filterkey/filterkey.cpp +135 -0
  202. data/ext/rj_schema/rapidjson/example/filterkeydom/filterkeydom.cpp +170 -0
  203. data/ext/rj_schema/rapidjson/example/jsonx/jsonx.cpp +207 -0
  204. data/ext/rj_schema/rapidjson/example/lookaheadparser/lookaheadparser.cpp +350 -0
  205. data/ext/rj_schema/rapidjson/example/messagereader/messagereader.cpp +105 -0
  206. data/ext/rj_schema/rapidjson/example/parsebyparts/parsebyparts.cpp +176 -0
  207. data/ext/rj_schema/rapidjson/example/pretty/pretty.cpp +30 -0
  208. data/ext/rj_schema/rapidjson/example/prettyauto/prettyauto.cpp +56 -0
  209. data/ext/rj_schema/rapidjson/example/schemavalidator/schemavalidator.cpp +78 -0
  210. data/ext/rj_schema/rapidjson/example/serialize/serialize.cpp +173 -0
  211. data/ext/rj_schema/rapidjson/example/simpledom/simpledom.cpp +29 -0
  212. data/ext/rj_schema/rapidjson/example/simplepullreader/simplepullreader.cpp +53 -0
  213. data/ext/rj_schema/rapidjson/example/simplereader/simplereader.cpp +42 -0
  214. data/ext/rj_schema/rapidjson/example/simplewriter/simplewriter.cpp +36 -0
  215. data/ext/rj_schema/rapidjson/example/tutorial/tutorial.cpp +151 -0
  216. data/ext/rj_schema/rapidjson/include/rapidjson/allocators.h +271 -0
  217. data/ext/rj_schema/rapidjson/include/rapidjson/cursorstreamwrapper.h +78 -0
  218. data/ext/rj_schema/rapidjson/include/rapidjson/document.h +2630 -0
  219. data/ext/rj_schema/rapidjson/include/rapidjson/encodedstream.h +299 -0
  220. data/ext/rj_schema/rapidjson/include/rapidjson/encodings.h +716 -0
  221. data/ext/rj_schema/rapidjson/include/rapidjson/error/en.h +74 -0
  222. data/ext/rj_schema/rapidjson/include/rapidjson/error/error.h +161 -0
  223. data/ext/rj_schema/rapidjson/include/rapidjson/filereadstream.h +99 -0
  224. data/ext/rj_schema/rapidjson/include/rapidjson/filewritestream.h +104 -0
  225. data/ext/rj_schema/rapidjson/include/rapidjson/fwd.h +151 -0
  226. data/ext/rj_schema/rapidjson/include/rapidjson/internal/biginteger.h +290 -0
  227. data/ext/rj_schema/rapidjson/include/rapidjson/internal/diyfp.h +258 -0
  228. data/ext/rj_schema/rapidjson/include/rapidjson/internal/dtoa.h +245 -0
  229. data/ext/rj_schema/rapidjson/include/rapidjson/internal/ieee754.h +78 -0
  230. data/ext/rj_schema/rapidjson/include/rapidjson/internal/itoa.h +304 -0
  231. data/ext/rj_schema/rapidjson/include/rapidjson/internal/meta.h +181 -0
  232. data/ext/rj_schema/rapidjson/include/rapidjson/internal/pow10.h +55 -0
  233. data/ext/rj_schema/rapidjson/include/rapidjson/internal/regex.h +734 -0
  234. data/ext/rj_schema/rapidjson/include/rapidjson/internal/stack.h +231 -0
  235. data/ext/rj_schema/rapidjson/include/rapidjson/internal/strfunc.h +69 -0
  236. data/ext/rj_schema/rapidjson/include/rapidjson/internal/strtod.h +269 -0
  237. data/ext/rj_schema/rapidjson/include/rapidjson/internal/swap.h +46 -0
  238. data/ext/rj_schema/rapidjson/include/rapidjson/istreamwrapper.h +115 -0
  239. data/ext/rj_schema/rapidjson/include/rapidjson/memorybuffer.h +70 -0
  240. data/ext/rj_schema/rapidjson/include/rapidjson/memorystream.h +71 -0
  241. data/ext/rj_schema/rapidjson/include/rapidjson/msinttypes/inttypes.h +316 -0
  242. data/ext/rj_schema/rapidjson/include/rapidjson/msinttypes/stdint.h +300 -0
  243. data/ext/rj_schema/rapidjson/include/rapidjson/ostreamwrapper.h +81 -0
  244. data/ext/rj_schema/rapidjson/include/rapidjson/pointer.h +1363 -0
  245. data/ext/rj_schema/rapidjson/include/rapidjson/prettywriter.h +277 -0
  246. data/ext/rj_schema/rapidjson/include/rapidjson/rapidjson.h +628 -0
  247. data/ext/rj_schema/rapidjson/include/rapidjson/reader.h +2222 -0
  248. data/ext/rj_schema/rapidjson/include/rapidjson/schema.h +2479 -0
  249. data/ext/rj_schema/rapidjson/include/rapidjson/stream.h +223 -0
  250. data/ext/rj_schema/rapidjson/include/rapidjson/stringbuffer.h +121 -0
  251. data/ext/rj_schema/rapidjson/include/rapidjson/writer.h +716 -0
  252. data/ext/rj_schema/rapidjson/include_dirs.js +2 -0
  253. data/ext/rj_schema/rapidjson/library.json +15 -0
  254. data/ext/rj_schema/rapidjson/license.txt +57 -0
  255. data/ext/rj_schema/rapidjson/package.json +24 -0
  256. data/ext/rj_schema/rapidjson/rapidjson.autopkg +77 -0
  257. data/ext/rj_schema/rapidjson/readme.md +160 -0
  258. data/ext/rj_schema/rapidjson/readme.zh-cn.md +152 -0
  259. data/ext/rj_schema/rapidjson/test/CMakeLists.txt +20 -0
  260. data/ext/rj_schema/rapidjson/test/perftest/CMakeLists.txt +28 -0
  261. data/ext/rj_schema/rapidjson/test/perftest/misctest.cpp +974 -0
  262. data/ext/rj_schema/rapidjson/test/perftest/perftest.cpp +24 -0
  263. data/ext/rj_schema/rapidjson/test/perftest/perftest.h +185 -0
  264. data/ext/rj_schema/rapidjson/test/perftest/platformtest.cpp +166 -0
  265. data/ext/rj_schema/rapidjson/test/perftest/rapidjsontest.cpp +472 -0
  266. data/ext/rj_schema/rapidjson/test/perftest/schematest.cpp +216 -0
  267. data/ext/rj_schema/rapidjson/test/unittest/CMakeLists.txt +92 -0
  268. data/ext/rj_schema/rapidjson/test/unittest/allocatorstest.cpp +102 -0
  269. data/ext/rj_schema/rapidjson/test/unittest/bigintegertest.cpp +133 -0
  270. data/ext/rj_schema/rapidjson/test/unittest/cursorstreamwrappertest.cpp +115 -0
  271. data/ext/rj_schema/rapidjson/test/unittest/documenttest.cpp +672 -0
  272. data/ext/rj_schema/rapidjson/test/unittest/dtoatest.cpp +98 -0
  273. data/ext/rj_schema/rapidjson/test/unittest/encodedstreamtest.cpp +313 -0
  274. data/ext/rj_schema/rapidjson/test/unittest/encodingstest.cpp +451 -0
  275. data/ext/rj_schema/rapidjson/test/unittest/filestreamtest.cpp +112 -0
  276. data/ext/rj_schema/rapidjson/test/unittest/fwdtest.cpp +230 -0
  277. data/ext/rj_schema/rapidjson/test/unittest/istreamwrappertest.cpp +181 -0
  278. data/ext/rj_schema/rapidjson/test/unittest/itoatest.cpp +160 -0
  279. data/ext/rj_schema/rapidjson/test/unittest/jsoncheckertest.cpp +143 -0
  280. data/ext/rj_schema/rapidjson/test/unittest/namespacetest.cpp +70 -0
  281. data/ext/rj_schema/rapidjson/test/unittest/ostreamwrappertest.cpp +92 -0
  282. data/ext/rj_schema/rapidjson/test/unittest/pointertest.cpp +1529 -0
  283. data/ext/rj_schema/rapidjson/test/unittest/prettywritertest.cpp +344 -0
  284. data/ext/rj_schema/rapidjson/test/unittest/readertest.cpp +1895 -0
  285. data/ext/rj_schema/rapidjson/test/unittest/regextest.cpp +638 -0
  286. data/ext/rj_schema/rapidjson/test/unittest/schematest.cpp +2009 -0
  287. data/ext/rj_schema/rapidjson/test/unittest/simdtest.cpp +219 -0
  288. data/ext/rj_schema/rapidjson/test/unittest/strfunctest.cpp +30 -0
  289. data/ext/rj_schema/rapidjson/test/unittest/stringbuffertest.cpp +192 -0
  290. data/ext/rj_schema/rapidjson/test/unittest/strtodtest.cpp +132 -0
  291. data/ext/rj_schema/rapidjson/test/unittest/unittest.cpp +51 -0
  292. data/ext/rj_schema/rapidjson/test/unittest/unittest.h +140 -0
  293. data/ext/rj_schema/rapidjson/test/unittest/valuetest.cpp +1829 -0
  294. data/ext/rj_schema/rapidjson/test/unittest/writertest.cpp +598 -0
  295. data/ext/rj_schema/rapidjson/test/valgrind.supp +17 -0
  296. data/ext/rj_schema/rapidjson/travis-doxygen.sh +121 -0
  297. data/ext/rj_schema/rj_schema.cpp +136 -0
  298. data/lib/rj_schema.rb +7 -0
  299. metadata +371 -0
@@ -0,0 +1,290 @@
1
+ // Tencent is pleased to support the open source community by making RapidJSON available.
2
+ //
3
+ // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
4
+ //
5
+ // Licensed under the MIT License (the "License"); you may not use this file except
6
+ // in compliance with the License. You may obtain a copy of the License at
7
+ //
8
+ // http://opensource.org/licenses/MIT
9
+ //
10
+ // Unless required by applicable law or agreed to in writing, software distributed
11
+ // under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
12
+ // CONDITIONS OF ANY KIND, either express or implied. See the License for the
13
+ // specific language governing permissions and limitations under the License.
14
+
15
+ #ifndef RAPIDJSON_BIGINTEGER_H_
16
+ #define RAPIDJSON_BIGINTEGER_H_
17
+
18
+ #include "../rapidjson.h"
19
+
20
+ #if defined(_MSC_VER) && defined(_M_AMD64)
21
+ #include <intrin.h> // for _umul128
22
+ #pragma intrinsic(_umul128)
23
+ #endif
24
+
25
+ RAPIDJSON_NAMESPACE_BEGIN
26
+ namespace internal {
27
+
28
+ class BigInteger {
29
+ public:
30
+ typedef uint64_t Type;
31
+
32
+ BigInteger(const BigInteger& rhs) : count_(rhs.count_) {
33
+ std::memcpy(digits_, rhs.digits_, count_ * sizeof(Type));
34
+ }
35
+
36
+ explicit BigInteger(uint64_t u) : count_(1) {
37
+ digits_[0] = u;
38
+ }
39
+
40
+ BigInteger(const char* decimals, size_t length) : count_(1) {
41
+ RAPIDJSON_ASSERT(length > 0);
42
+ digits_[0] = 0;
43
+ size_t i = 0;
44
+ const size_t kMaxDigitPerIteration = 19; // 2^64 = 18446744073709551616 > 10^19
45
+ while (length >= kMaxDigitPerIteration) {
46
+ AppendDecimal64(decimals + i, decimals + i + kMaxDigitPerIteration);
47
+ length -= kMaxDigitPerIteration;
48
+ i += kMaxDigitPerIteration;
49
+ }
50
+
51
+ if (length > 0)
52
+ AppendDecimal64(decimals + i, decimals + i + length);
53
+ }
54
+
55
+ BigInteger& operator=(const BigInteger &rhs)
56
+ {
57
+ if (this != &rhs) {
58
+ count_ = rhs.count_;
59
+ std::memcpy(digits_, rhs.digits_, count_ * sizeof(Type));
60
+ }
61
+ return *this;
62
+ }
63
+
64
+ BigInteger& operator=(uint64_t u) {
65
+ digits_[0] = u;
66
+ count_ = 1;
67
+ return *this;
68
+ }
69
+
70
+ BigInteger& operator+=(uint64_t u) {
71
+ Type backup = digits_[0];
72
+ digits_[0] += u;
73
+ for (size_t i = 0; i < count_ - 1; i++) {
74
+ if (digits_[i] >= backup)
75
+ return *this; // no carry
76
+ backup = digits_[i + 1];
77
+ digits_[i + 1] += 1;
78
+ }
79
+
80
+ // Last carry
81
+ if (digits_[count_ - 1] < backup)
82
+ PushBack(1);
83
+
84
+ return *this;
85
+ }
86
+
87
+ BigInteger& operator*=(uint64_t u) {
88
+ if (u == 0) return *this = 0;
89
+ if (u == 1) return *this;
90
+ if (*this == 1) return *this = u;
91
+
92
+ uint64_t k = 0;
93
+ for (size_t i = 0; i < count_; i++) {
94
+ uint64_t hi;
95
+ digits_[i] = MulAdd64(digits_[i], u, k, &hi);
96
+ k = hi;
97
+ }
98
+
99
+ if (k > 0)
100
+ PushBack(k);
101
+
102
+ return *this;
103
+ }
104
+
105
+ BigInteger& operator*=(uint32_t u) {
106
+ if (u == 0) return *this = 0;
107
+ if (u == 1) return *this;
108
+ if (*this == 1) return *this = u;
109
+
110
+ uint64_t k = 0;
111
+ for (size_t i = 0; i < count_; i++) {
112
+ const uint64_t c = digits_[i] >> 32;
113
+ const uint64_t d = digits_[i] & 0xFFFFFFFF;
114
+ const uint64_t uc = u * c;
115
+ const uint64_t ud = u * d;
116
+ const uint64_t p0 = ud + k;
117
+ const uint64_t p1 = uc + (p0 >> 32);
118
+ digits_[i] = (p0 & 0xFFFFFFFF) | (p1 << 32);
119
+ k = p1 >> 32;
120
+ }
121
+
122
+ if (k > 0)
123
+ PushBack(k);
124
+
125
+ return *this;
126
+ }
127
+
128
+ BigInteger& operator<<=(size_t shift) {
129
+ if (IsZero() || shift == 0) return *this;
130
+
131
+ size_t offset = shift / kTypeBit;
132
+ size_t interShift = shift % kTypeBit;
133
+ RAPIDJSON_ASSERT(count_ + offset <= kCapacity);
134
+
135
+ if (interShift == 0) {
136
+ std::memmove(&digits_[count_ - 1 + offset], &digits_[count_ - 1], count_ * sizeof(Type));
137
+ count_ += offset;
138
+ }
139
+ else {
140
+ digits_[count_] = 0;
141
+ for (size_t i = count_; i > 0; i--)
142
+ digits_[i + offset] = (digits_[i] << interShift) | (digits_[i - 1] >> (kTypeBit - interShift));
143
+ digits_[offset] = digits_[0] << interShift;
144
+ count_ += offset;
145
+ if (digits_[count_])
146
+ count_++;
147
+ }
148
+
149
+ std::memset(digits_, 0, offset * sizeof(Type));
150
+
151
+ return *this;
152
+ }
153
+
154
+ bool operator==(const BigInteger& rhs) const {
155
+ return count_ == rhs.count_ && std::memcmp(digits_, rhs.digits_, count_ * sizeof(Type)) == 0;
156
+ }
157
+
158
+ bool operator==(const Type rhs) const {
159
+ return count_ == 1 && digits_[0] == rhs;
160
+ }
161
+
162
+ BigInteger& MultiplyPow5(unsigned exp) {
163
+ static const uint32_t kPow5[12] = {
164
+ 5,
165
+ 5 * 5,
166
+ 5 * 5 * 5,
167
+ 5 * 5 * 5 * 5,
168
+ 5 * 5 * 5 * 5 * 5,
169
+ 5 * 5 * 5 * 5 * 5 * 5,
170
+ 5 * 5 * 5 * 5 * 5 * 5 * 5,
171
+ 5 * 5 * 5 * 5 * 5 * 5 * 5 * 5,
172
+ 5 * 5 * 5 * 5 * 5 * 5 * 5 * 5 * 5,
173
+ 5 * 5 * 5 * 5 * 5 * 5 * 5 * 5 * 5 * 5,
174
+ 5 * 5 * 5 * 5 * 5 * 5 * 5 * 5 * 5 * 5 * 5,
175
+ 5 * 5 * 5 * 5 * 5 * 5 * 5 * 5 * 5 * 5 * 5 * 5
176
+ };
177
+ if (exp == 0) return *this;
178
+ for (; exp >= 27; exp -= 27) *this *= RAPIDJSON_UINT64_C2(0X6765C793, 0XFA10079D); // 5^27
179
+ for (; exp >= 13; exp -= 13) *this *= static_cast<uint32_t>(1220703125u); // 5^13
180
+ if (exp > 0) *this *= kPow5[exp - 1];
181
+ return *this;
182
+ }
183
+
184
+ // Compute absolute difference of this and rhs.
185
+ // Assume this != rhs
186
+ bool Difference(const BigInteger& rhs, BigInteger* out) const {
187
+ int cmp = Compare(rhs);
188
+ RAPIDJSON_ASSERT(cmp != 0);
189
+ const BigInteger *a, *b; // Makes a > b
190
+ bool ret;
191
+ if (cmp < 0) { a = &rhs; b = this; ret = true; }
192
+ else { a = this; b = &rhs; ret = false; }
193
+
194
+ Type borrow = 0;
195
+ for (size_t i = 0; i < a->count_; i++) {
196
+ Type d = a->digits_[i] - borrow;
197
+ if (i < b->count_)
198
+ d -= b->digits_[i];
199
+ borrow = (d > a->digits_[i]) ? 1 : 0;
200
+ out->digits_[i] = d;
201
+ if (d != 0)
202
+ out->count_ = i + 1;
203
+ }
204
+
205
+ return ret;
206
+ }
207
+
208
+ int Compare(const BigInteger& rhs) const {
209
+ if (count_ != rhs.count_)
210
+ return count_ < rhs.count_ ? -1 : 1;
211
+
212
+ for (size_t i = count_; i-- > 0;)
213
+ if (digits_[i] != rhs.digits_[i])
214
+ return digits_[i] < rhs.digits_[i] ? -1 : 1;
215
+
216
+ return 0;
217
+ }
218
+
219
+ size_t GetCount() const { return count_; }
220
+ Type GetDigit(size_t index) const { RAPIDJSON_ASSERT(index < count_); return digits_[index]; }
221
+ bool IsZero() const { return count_ == 1 && digits_[0] == 0; }
222
+
223
+ private:
224
+ void AppendDecimal64(const char* begin, const char* end) {
225
+ uint64_t u = ParseUint64(begin, end);
226
+ if (IsZero())
227
+ *this = u;
228
+ else {
229
+ unsigned exp = static_cast<unsigned>(end - begin);
230
+ (MultiplyPow5(exp) <<= exp) += u; // *this = *this * 10^exp + u
231
+ }
232
+ }
233
+
234
+ void PushBack(Type digit) {
235
+ RAPIDJSON_ASSERT(count_ < kCapacity);
236
+ digits_[count_++] = digit;
237
+ }
238
+
239
+ static uint64_t ParseUint64(const char* begin, const char* end) {
240
+ uint64_t r = 0;
241
+ for (const char* p = begin; p != end; ++p) {
242
+ RAPIDJSON_ASSERT(*p >= '0' && *p <= '9');
243
+ r = r * 10u + static_cast<unsigned>(*p - '0');
244
+ }
245
+ return r;
246
+ }
247
+
248
+ // Assume a * b + k < 2^128
249
+ static uint64_t MulAdd64(uint64_t a, uint64_t b, uint64_t k, uint64_t* outHigh) {
250
+ #if defined(_MSC_VER) && defined(_M_AMD64)
251
+ uint64_t low = _umul128(a, b, outHigh) + k;
252
+ if (low < k)
253
+ (*outHigh)++;
254
+ return low;
255
+ #elif (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6)) && defined(__x86_64__)
256
+ __extension__ typedef unsigned __int128 uint128;
257
+ uint128 p = static_cast<uint128>(a) * static_cast<uint128>(b);
258
+ p += k;
259
+ *outHigh = static_cast<uint64_t>(p >> 64);
260
+ return static_cast<uint64_t>(p);
261
+ #else
262
+ const uint64_t a0 = a & 0xFFFFFFFF, a1 = a >> 32, b0 = b & 0xFFFFFFFF, b1 = b >> 32;
263
+ uint64_t x0 = a0 * b0, x1 = a0 * b1, x2 = a1 * b0, x3 = a1 * b1;
264
+ x1 += (x0 >> 32); // can't give carry
265
+ x1 += x2;
266
+ if (x1 < x2)
267
+ x3 += (static_cast<uint64_t>(1) << 32);
268
+ uint64_t lo = (x1 << 32) + (x0 & 0xFFFFFFFF);
269
+ uint64_t hi = x3 + (x1 >> 32);
270
+
271
+ lo += k;
272
+ if (lo < k)
273
+ hi++;
274
+ *outHigh = hi;
275
+ return lo;
276
+ #endif
277
+ }
278
+
279
+ static const size_t kBitCount = 3328; // 64bit * 54 > 10^1000
280
+ static const size_t kCapacity = kBitCount / sizeof(Type);
281
+ static const size_t kTypeBit = sizeof(Type) * 8;
282
+
283
+ Type digits_[kCapacity];
284
+ size_t count_;
285
+ };
286
+
287
+ } // namespace internal
288
+ RAPIDJSON_NAMESPACE_END
289
+
290
+ #endif // RAPIDJSON_BIGINTEGER_H_
@@ -0,0 +1,258 @@
1
+ // Tencent is pleased to support the open source community by making RapidJSON available.
2
+ //
3
+ // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
4
+ //
5
+ // Licensed under the MIT License (the "License"); you may not use this file except
6
+ // in compliance with the License. You may obtain a copy of the License at
7
+ //
8
+ // http://opensource.org/licenses/MIT
9
+ //
10
+ // Unless required by applicable law or agreed to in writing, software distributed
11
+ // under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
12
+ // CONDITIONS OF ANY KIND, either express or implied. See the License for the
13
+ // specific language governing permissions and limitations under the License.
14
+
15
+ // This is a C++ header-only implementation of Grisu2 algorithm from the publication:
16
+ // Loitsch, Florian. "Printing floating-point numbers quickly and accurately with
17
+ // integers." ACM Sigplan Notices 45.6 (2010): 233-243.
18
+
19
+ #ifndef RAPIDJSON_DIYFP_H_
20
+ #define RAPIDJSON_DIYFP_H_
21
+
22
+ #include "../rapidjson.h"
23
+
24
+ #if defined(_MSC_VER) && defined(_M_AMD64) && !defined(__INTEL_COMPILER)
25
+ #include <intrin.h>
26
+ #pragma intrinsic(_BitScanReverse64)
27
+ #pragma intrinsic(_umul128)
28
+ #endif
29
+
30
+ RAPIDJSON_NAMESPACE_BEGIN
31
+ namespace internal {
32
+
33
+ #ifdef __GNUC__
34
+ RAPIDJSON_DIAG_PUSH
35
+ RAPIDJSON_DIAG_OFF(effc++)
36
+ #endif
37
+
38
+ #ifdef __clang__
39
+ RAPIDJSON_DIAG_PUSH
40
+ RAPIDJSON_DIAG_OFF(padded)
41
+ #endif
42
+
43
+ struct DiyFp {
44
+ DiyFp() : f(), e() {}
45
+
46
+ DiyFp(uint64_t fp, int exp) : f(fp), e(exp) {}
47
+
48
+ explicit DiyFp(double d) {
49
+ union {
50
+ double d;
51
+ uint64_t u64;
52
+ } u = { d };
53
+
54
+ int biased_e = static_cast<int>((u.u64 & kDpExponentMask) >> kDpSignificandSize);
55
+ uint64_t significand = (u.u64 & kDpSignificandMask);
56
+ if (biased_e != 0) {
57
+ f = significand + kDpHiddenBit;
58
+ e = biased_e - kDpExponentBias;
59
+ }
60
+ else {
61
+ f = significand;
62
+ e = kDpMinExponent + 1;
63
+ }
64
+ }
65
+
66
+ DiyFp operator-(const DiyFp& rhs) const {
67
+ return DiyFp(f - rhs.f, e);
68
+ }
69
+
70
+ DiyFp operator*(const DiyFp& rhs) const {
71
+ #if defined(_MSC_VER) && defined(_M_AMD64)
72
+ uint64_t h;
73
+ uint64_t l = _umul128(f, rhs.f, &h);
74
+ if (l & (uint64_t(1) << 63)) // rounding
75
+ h++;
76
+ return DiyFp(h, e + rhs.e + 64);
77
+ #elif (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6)) && defined(__x86_64__)
78
+ __extension__ typedef unsigned __int128 uint128;
79
+ uint128 p = static_cast<uint128>(f) * static_cast<uint128>(rhs.f);
80
+ uint64_t h = static_cast<uint64_t>(p >> 64);
81
+ uint64_t l = static_cast<uint64_t>(p);
82
+ if (l & (uint64_t(1) << 63)) // rounding
83
+ h++;
84
+ return DiyFp(h, e + rhs.e + 64);
85
+ #else
86
+ const uint64_t M32 = 0xFFFFFFFF;
87
+ const uint64_t a = f >> 32;
88
+ const uint64_t b = f & M32;
89
+ const uint64_t c = rhs.f >> 32;
90
+ const uint64_t d = rhs.f & M32;
91
+ const uint64_t ac = a * c;
92
+ const uint64_t bc = b * c;
93
+ const uint64_t ad = a * d;
94
+ const uint64_t bd = b * d;
95
+ uint64_t tmp = (bd >> 32) + (ad & M32) + (bc & M32);
96
+ tmp += 1U << 31; /// mult_round
97
+ return DiyFp(ac + (ad >> 32) + (bc >> 32) + (tmp >> 32), e + rhs.e + 64);
98
+ #endif
99
+ }
100
+
101
+ DiyFp Normalize() const {
102
+ #if defined(_MSC_VER) && defined(_M_AMD64)
103
+ unsigned long index;
104
+ _BitScanReverse64(&index, f);
105
+ return DiyFp(f << (63 - index), e - (63 - index));
106
+ #elif defined(__GNUC__) && __GNUC__ >= 4
107
+ int s = __builtin_clzll(f);
108
+ return DiyFp(f << s, e - s);
109
+ #else
110
+ DiyFp res = *this;
111
+ while (!(res.f & (static_cast<uint64_t>(1) << 63))) {
112
+ res.f <<= 1;
113
+ res.e--;
114
+ }
115
+ return res;
116
+ #endif
117
+ }
118
+
119
+ DiyFp NormalizeBoundary() const {
120
+ DiyFp res = *this;
121
+ while (!(res.f & (kDpHiddenBit << 1))) {
122
+ res.f <<= 1;
123
+ res.e--;
124
+ }
125
+ res.f <<= (kDiySignificandSize - kDpSignificandSize - 2);
126
+ res.e = res.e - (kDiySignificandSize - kDpSignificandSize - 2);
127
+ return res;
128
+ }
129
+
130
+ void NormalizedBoundaries(DiyFp* minus, DiyFp* plus) const {
131
+ DiyFp pl = DiyFp((f << 1) + 1, e - 1).NormalizeBoundary();
132
+ DiyFp mi = (f == kDpHiddenBit) ? DiyFp((f << 2) - 1, e - 2) : DiyFp((f << 1) - 1, e - 1);
133
+ mi.f <<= mi.e - pl.e;
134
+ mi.e = pl.e;
135
+ *plus = pl;
136
+ *minus = mi;
137
+ }
138
+
139
+ double ToDouble() const {
140
+ union {
141
+ double d;
142
+ uint64_t u64;
143
+ }u;
144
+ const uint64_t be = (e == kDpDenormalExponent && (f & kDpHiddenBit) == 0) ? 0 :
145
+ static_cast<uint64_t>(e + kDpExponentBias);
146
+ u.u64 = (f & kDpSignificandMask) | (be << kDpSignificandSize);
147
+ return u.d;
148
+ }
149
+
150
+ static const int kDiySignificandSize = 64;
151
+ static const int kDpSignificandSize = 52;
152
+ static const int kDpExponentBias = 0x3FF + kDpSignificandSize;
153
+ static const int kDpMaxExponent = 0x7FF - kDpExponentBias;
154
+ static const int kDpMinExponent = -kDpExponentBias;
155
+ static const int kDpDenormalExponent = -kDpExponentBias + 1;
156
+ static const uint64_t kDpExponentMask = RAPIDJSON_UINT64_C2(0x7FF00000, 0x00000000);
157
+ static const uint64_t kDpSignificandMask = RAPIDJSON_UINT64_C2(0x000FFFFF, 0xFFFFFFFF);
158
+ static const uint64_t kDpHiddenBit = RAPIDJSON_UINT64_C2(0x00100000, 0x00000000);
159
+
160
+ uint64_t f;
161
+ int e;
162
+ };
163
+
164
+ inline DiyFp GetCachedPowerByIndex(size_t index) {
165
+ // 10^-348, 10^-340, ..., 10^340
166
+ static const uint64_t kCachedPowers_F[] = {
167
+ RAPIDJSON_UINT64_C2(0xfa8fd5a0, 0x081c0288), RAPIDJSON_UINT64_C2(0xbaaee17f, 0xa23ebf76),
168
+ RAPIDJSON_UINT64_C2(0x8b16fb20, 0x3055ac76), RAPIDJSON_UINT64_C2(0xcf42894a, 0x5dce35ea),
169
+ RAPIDJSON_UINT64_C2(0x9a6bb0aa, 0x55653b2d), RAPIDJSON_UINT64_C2(0xe61acf03, 0x3d1a45df),
170
+ RAPIDJSON_UINT64_C2(0xab70fe17, 0xc79ac6ca), RAPIDJSON_UINT64_C2(0xff77b1fc, 0xbebcdc4f),
171
+ RAPIDJSON_UINT64_C2(0xbe5691ef, 0x416bd60c), RAPIDJSON_UINT64_C2(0x8dd01fad, 0x907ffc3c),
172
+ RAPIDJSON_UINT64_C2(0xd3515c28, 0x31559a83), RAPIDJSON_UINT64_C2(0x9d71ac8f, 0xada6c9b5),
173
+ RAPIDJSON_UINT64_C2(0xea9c2277, 0x23ee8bcb), RAPIDJSON_UINT64_C2(0xaecc4991, 0x4078536d),
174
+ RAPIDJSON_UINT64_C2(0x823c1279, 0x5db6ce57), RAPIDJSON_UINT64_C2(0xc2109436, 0x4dfb5637),
175
+ RAPIDJSON_UINT64_C2(0x9096ea6f, 0x3848984f), RAPIDJSON_UINT64_C2(0xd77485cb, 0x25823ac7),
176
+ RAPIDJSON_UINT64_C2(0xa086cfcd, 0x97bf97f4), RAPIDJSON_UINT64_C2(0xef340a98, 0x172aace5),
177
+ RAPIDJSON_UINT64_C2(0xb23867fb, 0x2a35b28e), RAPIDJSON_UINT64_C2(0x84c8d4df, 0xd2c63f3b),
178
+ RAPIDJSON_UINT64_C2(0xc5dd4427, 0x1ad3cdba), RAPIDJSON_UINT64_C2(0x936b9fce, 0xbb25c996),
179
+ RAPIDJSON_UINT64_C2(0xdbac6c24, 0x7d62a584), RAPIDJSON_UINT64_C2(0xa3ab6658, 0x0d5fdaf6),
180
+ RAPIDJSON_UINT64_C2(0xf3e2f893, 0xdec3f126), RAPIDJSON_UINT64_C2(0xb5b5ada8, 0xaaff80b8),
181
+ RAPIDJSON_UINT64_C2(0x87625f05, 0x6c7c4a8b), RAPIDJSON_UINT64_C2(0xc9bcff60, 0x34c13053),
182
+ RAPIDJSON_UINT64_C2(0x964e858c, 0x91ba2655), RAPIDJSON_UINT64_C2(0xdff97724, 0x70297ebd),
183
+ RAPIDJSON_UINT64_C2(0xa6dfbd9f, 0xb8e5b88f), RAPIDJSON_UINT64_C2(0xf8a95fcf, 0x88747d94),
184
+ RAPIDJSON_UINT64_C2(0xb9447093, 0x8fa89bcf), RAPIDJSON_UINT64_C2(0x8a08f0f8, 0xbf0f156b),
185
+ RAPIDJSON_UINT64_C2(0xcdb02555, 0x653131b6), RAPIDJSON_UINT64_C2(0x993fe2c6, 0xd07b7fac),
186
+ RAPIDJSON_UINT64_C2(0xe45c10c4, 0x2a2b3b06), RAPIDJSON_UINT64_C2(0xaa242499, 0x697392d3),
187
+ RAPIDJSON_UINT64_C2(0xfd87b5f2, 0x8300ca0e), RAPIDJSON_UINT64_C2(0xbce50864, 0x92111aeb),
188
+ RAPIDJSON_UINT64_C2(0x8cbccc09, 0x6f5088cc), RAPIDJSON_UINT64_C2(0xd1b71758, 0xe219652c),
189
+ RAPIDJSON_UINT64_C2(0x9c400000, 0x00000000), RAPIDJSON_UINT64_C2(0xe8d4a510, 0x00000000),
190
+ RAPIDJSON_UINT64_C2(0xad78ebc5, 0xac620000), RAPIDJSON_UINT64_C2(0x813f3978, 0xf8940984),
191
+ RAPIDJSON_UINT64_C2(0xc097ce7b, 0xc90715b3), RAPIDJSON_UINT64_C2(0x8f7e32ce, 0x7bea5c70),
192
+ RAPIDJSON_UINT64_C2(0xd5d238a4, 0xabe98068), RAPIDJSON_UINT64_C2(0x9f4f2726, 0x179a2245),
193
+ RAPIDJSON_UINT64_C2(0xed63a231, 0xd4c4fb27), RAPIDJSON_UINT64_C2(0xb0de6538, 0x8cc8ada8),
194
+ RAPIDJSON_UINT64_C2(0x83c7088e, 0x1aab65db), RAPIDJSON_UINT64_C2(0xc45d1df9, 0x42711d9a),
195
+ RAPIDJSON_UINT64_C2(0x924d692c, 0xa61be758), RAPIDJSON_UINT64_C2(0xda01ee64, 0x1a708dea),
196
+ RAPIDJSON_UINT64_C2(0xa26da399, 0x9aef774a), RAPIDJSON_UINT64_C2(0xf209787b, 0xb47d6b85),
197
+ RAPIDJSON_UINT64_C2(0xb454e4a1, 0x79dd1877), RAPIDJSON_UINT64_C2(0x865b8692, 0x5b9bc5c2),
198
+ RAPIDJSON_UINT64_C2(0xc83553c5, 0xc8965d3d), RAPIDJSON_UINT64_C2(0x952ab45c, 0xfa97a0b3),
199
+ RAPIDJSON_UINT64_C2(0xde469fbd, 0x99a05fe3), RAPIDJSON_UINT64_C2(0xa59bc234, 0xdb398c25),
200
+ RAPIDJSON_UINT64_C2(0xf6c69a72, 0xa3989f5c), RAPIDJSON_UINT64_C2(0xb7dcbf53, 0x54e9bece),
201
+ RAPIDJSON_UINT64_C2(0x88fcf317, 0xf22241e2), RAPIDJSON_UINT64_C2(0xcc20ce9b, 0xd35c78a5),
202
+ RAPIDJSON_UINT64_C2(0x98165af3, 0x7b2153df), RAPIDJSON_UINT64_C2(0xe2a0b5dc, 0x971f303a),
203
+ RAPIDJSON_UINT64_C2(0xa8d9d153, 0x5ce3b396), RAPIDJSON_UINT64_C2(0xfb9b7cd9, 0xa4a7443c),
204
+ RAPIDJSON_UINT64_C2(0xbb764c4c, 0xa7a44410), RAPIDJSON_UINT64_C2(0x8bab8eef, 0xb6409c1a),
205
+ RAPIDJSON_UINT64_C2(0xd01fef10, 0xa657842c), RAPIDJSON_UINT64_C2(0x9b10a4e5, 0xe9913129),
206
+ RAPIDJSON_UINT64_C2(0xe7109bfb, 0xa19c0c9d), RAPIDJSON_UINT64_C2(0xac2820d9, 0x623bf429),
207
+ RAPIDJSON_UINT64_C2(0x80444b5e, 0x7aa7cf85), RAPIDJSON_UINT64_C2(0xbf21e440, 0x03acdd2d),
208
+ RAPIDJSON_UINT64_C2(0x8e679c2f, 0x5e44ff8f), RAPIDJSON_UINT64_C2(0xd433179d, 0x9c8cb841),
209
+ RAPIDJSON_UINT64_C2(0x9e19db92, 0xb4e31ba9), RAPIDJSON_UINT64_C2(0xeb96bf6e, 0xbadf77d9),
210
+ RAPIDJSON_UINT64_C2(0xaf87023b, 0x9bf0ee6b)
211
+ };
212
+ static const int16_t kCachedPowers_E[] = {
213
+ -1220, -1193, -1166, -1140, -1113, -1087, -1060, -1034, -1007, -980,
214
+ -954, -927, -901, -874, -847, -821, -794, -768, -741, -715,
215
+ -688, -661, -635, -608, -582, -555, -529, -502, -475, -449,
216
+ -422, -396, -369, -343, -316, -289, -263, -236, -210, -183,
217
+ -157, -130, -103, -77, -50, -24, 3, 30, 56, 83,
218
+ 109, 136, 162, 189, 216, 242, 269, 295, 322, 348,
219
+ 375, 402, 428, 455, 481, 508, 534, 561, 588, 614,
220
+ 641, 667, 694, 720, 747, 774, 800, 827, 853, 880,
221
+ 907, 933, 960, 986, 1013, 1039, 1066
222
+ };
223
+ return DiyFp(kCachedPowers_F[index], kCachedPowers_E[index]);
224
+ }
225
+
226
+ inline DiyFp GetCachedPower(int e, int* K) {
227
+
228
+ //int k = static_cast<int>(ceil((-61 - e) * 0.30102999566398114)) + 374;
229
+ double dk = (-61 - e) * 0.30102999566398114 + 347; // dk must be positive, so can do ceiling in positive
230
+ int k = static_cast<int>(dk);
231
+ if (dk - k > 0.0)
232
+ k++;
233
+
234
+ unsigned index = static_cast<unsigned>((k >> 3) + 1);
235
+ *K = -(-348 + static_cast<int>(index << 3)); // decimal exponent no need lookup table
236
+
237
+ return GetCachedPowerByIndex(index);
238
+ }
239
+
240
+ inline DiyFp GetCachedPower10(int exp, int *outExp) {
241
+ unsigned index = (static_cast<unsigned>(exp) + 348u) / 8u;
242
+ *outExp = -348 + static_cast<int>(index) * 8;
243
+ return GetCachedPowerByIndex(index);
244
+ }
245
+
246
+ #ifdef __GNUC__
247
+ RAPIDJSON_DIAG_POP
248
+ #endif
249
+
250
+ #ifdef __clang__
251
+ RAPIDJSON_DIAG_POP
252
+ RAPIDJSON_DIAG_OFF(padded)
253
+ #endif
254
+
255
+ } // namespace internal
256
+ RAPIDJSON_NAMESPACE_END
257
+
258
+ #endif // RAPIDJSON_DIYFP_H_