koffi 2.3.6-beta.6 → 2.3.7
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.
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
- package/src/cnoke/cnoke.js +3 -7
- package/src/cnoke/src/builder.js +9 -6
- package/src/cnoke/src/index.js +2 -2
- package/src/koffi/build/2.3.7/koffi_darwin_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_darwin_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_freebsd_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_freebsd_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_freebsd_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_linux_arm32hf/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_linux_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_linux_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_linux_riscv64hf64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_linux_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_openbsd_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_openbsd_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_win32_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_win32_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_win32_x64/koffi.node +0 -0
- package/src/koffi/src/ffi.cc +2 -2
- package/src/koffi/src/index.d.ts +2 -2
- package/src/koffi/src/index.js +1 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_darwin_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_darwin_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_freebsd_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_freebsd_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_freebsd_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_linux_arm32hf/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_linux_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_linux_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_linux_riscv64hf64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_linux_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_openbsd_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_openbsd_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_win32_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_win32_arm64/koffi.pdb +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_win32_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_win32_ia32/koffi.pdb +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_win32_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_win32_x64/koffi.pdb +0 -0
- package/vendor/brotli/BUILD +0 -144
- package/vendor/brotli/CMakeLists.txt +0 -421
- package/vendor/brotli/CONTRIBUTING.md +0 -27
- package/vendor/brotli/LICENSE +0 -19
- package/vendor/brotli/MANIFEST.in +0 -17
- package/vendor/brotli/Makefile +0 -55
- package/vendor/brotli/Makefile.am +0 -38
- package/vendor/brotli/README +0 -15
- package/vendor/brotli/README.md +0 -104
- package/vendor/brotli/WORKSPACE +0 -21
- package/vendor/brotli/bootstrap +0 -35
- package/vendor/brotli/c/common/constants.c +0 -15
- package/vendor/brotli/c/common/constants.h +0 -200
- package/vendor/brotli/c/common/context.c +0 -156
- package/vendor/brotli/c/common/context.h +0 -113
- package/vendor/brotli/c/common/dictionary.c +0 -5914
- package/vendor/brotli/c/common/dictionary.h +0 -64
- package/vendor/brotli/c/common/platform.c +0 -22
- package/vendor/brotli/c/common/platform.h +0 -596
- package/vendor/brotli/c/common/transform.c +0 -291
- package/vendor/brotli/c/common/transform.h +0 -85
- package/vendor/brotli/c/common/version.h +0 -26
- package/vendor/brotli/c/dec/bit_reader.c +0 -76
- package/vendor/brotli/c/dec/bit_reader.h +0 -351
- package/vendor/brotli/c/dec/decode.c +0 -2608
- package/vendor/brotli/c/dec/huffman.c +0 -339
- package/vendor/brotli/c/dec/huffman.h +0 -121
- package/vendor/brotli/c/dec/prefix.h +0 -732
- package/vendor/brotli/c/dec/state.c +0 -159
- package/vendor/brotli/c/dec/state.h +0 -365
- package/vendor/brotli/c/enc/backward_references.c +0 -145
- package/vendor/brotli/c/enc/backward_references.h +0 -39
- package/vendor/brotli/c/enc/backward_references_hq.c +0 -843
- package/vendor/brotli/c/enc/backward_references_hq.h +0 -95
- package/vendor/brotli/c/enc/backward_references_inc.h +0 -163
- package/vendor/brotli/c/enc/bit_cost.c +0 -35
- package/vendor/brotli/c/enc/bit_cost.h +0 -63
- package/vendor/brotli/c/enc/bit_cost_inc.h +0 -127
- package/vendor/brotli/c/enc/block_encoder_inc.h +0 -34
- package/vendor/brotli/c/enc/block_splitter.c +0 -194
- package/vendor/brotli/c/enc/block_splitter.h +0 -51
- package/vendor/brotli/c/enc/block_splitter_inc.h +0 -440
- package/vendor/brotli/c/enc/brotli_bit_stream.c +0 -1314
- package/vendor/brotli/c/enc/brotli_bit_stream.h +0 -84
- package/vendor/brotli/c/enc/cluster.c +0 -56
- package/vendor/brotli/c/enc/cluster.h +0 -48
- package/vendor/brotli/c/enc/cluster_inc.h +0 -320
- package/vendor/brotli/c/enc/command.c +0 -28
- package/vendor/brotli/c/enc/command.h +0 -190
- package/vendor/brotli/c/enc/compress_fragment.c +0 -790
- package/vendor/brotli/c/enc/compress_fragment.h +0 -61
- package/vendor/brotli/c/enc/compress_fragment_two_pass.c +0 -645
- package/vendor/brotli/c/enc/compress_fragment_two_pass.h +0 -54
- package/vendor/brotli/c/enc/dictionary_hash.c +0 -1846
- package/vendor/brotli/c/enc/dictionary_hash.h +0 -25
- package/vendor/brotli/c/enc/encode.c +0 -1927
- package/vendor/brotli/c/enc/encoder_dict.c +0 -33
- package/vendor/brotli/c/enc/encoder_dict.h +0 -43
- package/vendor/brotli/c/enc/entropy_encode.c +0 -503
- package/vendor/brotli/c/enc/entropy_encode.h +0 -122
- package/vendor/brotli/c/enc/entropy_encode_static.h +0 -539
- package/vendor/brotli/c/enc/fast_log.c +0 -105
- package/vendor/brotli/c/enc/fast_log.h +0 -66
- package/vendor/brotli/c/enc/find_match_length.h +0 -79
- package/vendor/brotli/c/enc/hash.h +0 -488
- package/vendor/brotli/c/enc/hash_composite_inc.h +0 -125
- package/vendor/brotli/c/enc/hash_forgetful_chain_inc.h +0 -293
- package/vendor/brotli/c/enc/hash_longest_match64_inc.h +0 -267
- package/vendor/brotli/c/enc/hash_longest_match_inc.h +0 -262
- package/vendor/brotli/c/enc/hash_longest_match_quickly_inc.h +0 -266
- package/vendor/brotli/c/enc/hash_rolling_inc.h +0 -212
- package/vendor/brotli/c/enc/hash_to_binary_tree_inc.h +0 -329
- package/vendor/brotli/c/enc/histogram.c +0 -100
- package/vendor/brotli/c/enc/histogram.h +0 -63
- package/vendor/brotli/c/enc/histogram_inc.h +0 -51
- package/vendor/brotli/c/enc/literal_cost.c +0 -175
- package/vendor/brotli/c/enc/literal_cost.h +0 -30
- package/vendor/brotli/c/enc/memory.c +0 -170
- package/vendor/brotli/c/enc/memory.h +0 -114
- package/vendor/brotli/c/enc/metablock.c +0 -663
- package/vendor/brotli/c/enc/metablock.h +0 -105
- package/vendor/brotli/c/enc/metablock_inc.h +0 -183
- package/vendor/brotli/c/enc/params.h +0 -46
- package/vendor/brotli/c/enc/prefix.h +0 -53
- package/vendor/brotli/c/enc/quality.h +0 -165
- package/vendor/brotli/c/enc/ringbuffer.h +0 -167
- package/vendor/brotli/c/enc/static_dict.c +0 -486
- package/vendor/brotli/c/enc/static_dict.h +0 -40
- package/vendor/brotli/c/enc/static_dict_lut.h +0 -5864
- package/vendor/brotli/c/enc/utf8_util.c +0 -85
- package/vendor/brotli/c/enc/utf8_util.h +0 -32
- package/vendor/brotli/c/enc/write_bits.h +0 -87
- package/vendor/brotli/c/include/brotli/decode.h +0 -344
- package/vendor/brotli/c/include/brotli/encode.h +0 -448
- package/vendor/brotli/c/include/brotli/port.h +0 -288
- package/vendor/brotli/c/include/brotli/types.h +0 -83
- package/vendor/brotli/c/tools/brotli.c +0 -1116
- package/vendor/brotli/c/tools/brotli.md +0 -107
- package/vendor/brotli/compiler_config_setting.bzl +0 -28
- package/vendor/brotli/configure +0 -8
- package/vendor/brotli/configure-cmake +0 -318
- package/vendor/brotli/configure.ac +0 -14
- package/vendor/brotli/docs/brotli.1 +0 -132
- package/vendor/brotli/docs/constants.h.3 +0 -47
- package/vendor/brotli/docs/decode.h.3 +0 -415
- package/vendor/brotli/docs/encode.h.3 +0 -586
- package/vendor/brotli/docs/types.h.3 +0 -117
- package/vendor/brotli/premake5.lua +0 -78
- package/vendor/brotli/python/Makefile +0 -57
- package/vendor/brotli/python/README.md +0 -54
- package/vendor/brotli/python/_brotli.cc +0 -753
- package/vendor/brotli/python/bro.py +0 -160
- package/vendor/brotli/python/brotli.py +0 -56
- package/vendor/brotli/python/tests/__init__.py +0 -0
- package/vendor/brotli/python/tests/_test_utils.py +0 -112
- package/vendor/brotli/python/tests/bro_test.py +0 -102
- package/vendor/brotli/python/tests/compress_test.py +0 -41
- package/vendor/brotli/python/tests/compressor_test.py +0 -94
- package/vendor/brotli/python/tests/decompress_test.py +0 -42
- package/vendor/brotli/python/tests/decompressor_test.py +0 -59
- package/vendor/brotli/scripts/libbrotlicommon.pc.in +0 -11
- package/vendor/brotli/scripts/libbrotlidec.pc.in +0 -12
- package/vendor/brotli/scripts/libbrotlienc.pc.in +0 -12
- package/vendor/brotli/scripts/sources.lst +0 -104
- package/vendor/brotli/setup.cfg +0 -5
- package/vendor/brotli/setup.py +0 -293
- package/vendor/brotli/tests/Makefile +0 -17
- package/vendor/brotli/tests/compatibility_test.sh +0 -25
- package/vendor/brotli/tests/roundtrip_test.sh +0 -36
- package/vendor/brotli/tests/run-compatibility-test.cmake +0 -31
- package/vendor/brotli/tests/run-roundtrip-test.cmake +0 -36
- package/vendor/brotli/tests/testdata/empty +0 -0
- package/vendor/brotli/tests/testdata/empty.compressed +0 -1
- package/vendor/brotli/tests/testdata/ukkonooa +0 -1
- package/vendor/brotli/tests/testdata/ukkonooa.compressed +0 -0
- package/vendor/dragonbox/CMakeLists.txt +0 -123
- package/vendor/dragonbox/LICENSE-Apache2-LLVM +0 -218
- package/vendor/dragonbox/LICENSE-Boost +0 -23
- package/vendor/dragonbox/README.md +0 -277
- package/vendor/dragonbox/cmake/dragonboxConfig.cmake +0 -1
- package/vendor/dragonbox/include/dragonbox/dragonbox.h +0 -2674
- package/vendor/dragonbox/include/dragonbox/dragonbox_to_chars.h +0 -108
- package/vendor/dragonbox/other_files/Dragonbox.pdf +0 -0
- package/vendor/dragonbox/other_files/Dragonbox_old.pdf +0 -0
- package/vendor/dragonbox/other_files/milo_benchmark.png +0 -0
- package/vendor/dragonbox/other_files/unknown_win64_vc2019.html +0 -540
- package/vendor/dragonbox/other_files/unknown_win64_vc2019_randomdigit_time.png +0 -0
- package/vendor/dragonbox/source/dragonbox_to_chars.cpp +0 -303
- package/vendor/dragonbox/subproject/3rdparty/grisu_exact/CMakeLists.txt +0 -24
- package/vendor/dragonbox/subproject/3rdparty/grisu_exact/fp_to_chars.cpp +0 -238
- package/vendor/dragonbox/subproject/3rdparty/grisu_exact/fp_to_chars.h +0 -95
- package/vendor/dragonbox/subproject/3rdparty/grisu_exact/grisu_exact.h +0 -2666
- package/vendor/dragonbox/subproject/3rdparty/ryu/CMakeLists.txt +0 -16
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/common.h +0 -114
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/d2s.c +0 -509
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/d2s_full_table.h +0 -367
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/d2s_intrinsics.h +0 -357
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/digit_table.h +0 -35
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/f2s.c +0 -345
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/f2s_full_table.h +0 -55
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/f2s_intrinsics.h +0 -128
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/ryu.h +0 -46
- package/vendor/dragonbox/subproject/3rdparty/schubfach/CMakeLists.txt +0 -22
- package/vendor/dragonbox/subproject/3rdparty/schubfach/schubfach_32.cc +0 -699
- package/vendor/dragonbox/subproject/3rdparty/schubfach/schubfach_32.h +0 -31
- package/vendor/dragonbox/subproject/3rdparty/schubfach/schubfach_64.cc +0 -1354
- package/vendor/dragonbox/subproject/3rdparty/schubfach/schubfach_64.h +0 -31
- package/vendor/dragonbox/subproject/3rdparty/shaded_plots/example_shaded_plots.m +0 -68
- package/vendor/dragonbox/subproject/3rdparty/shaded_plots/license.txt +0 -25
- package/vendor/dragonbox/subproject/3rdparty/shaded_plots/plot_distribution.m +0 -92
- package/vendor/dragonbox/subproject/3rdparty/shaded_plots/plot_distribution_prctile.m +0 -121
- package/vendor/dragonbox/subproject/3rdparty/shaded_plots/plot_histogram_shaded.m +0 -99
- package/vendor/dragonbox/subproject/3rdparty/shaded_plots/plot_shaded.m +0 -93
- package/vendor/dragonbox/subproject/benchmark/CMakeLists.txt +0 -65
- package/vendor/dragonbox/subproject/benchmark/include/benchmark.h +0 -40
- package/vendor/dragonbox/subproject/benchmark/matlab/plot_benchmarks.m +0 -22
- package/vendor/dragonbox/subproject/benchmark/matlab/plot_digit_benchmark.m +0 -78
- package/vendor/dragonbox/subproject/benchmark/matlab/plot_uniform_benchmark.m +0 -95
- package/vendor/dragonbox/subproject/benchmark/results/digits_benchmark_binary32_clang.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/digits_benchmark_binary32_msvc.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/digits_benchmark_binary64_clang.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/digits_benchmark_binary64_msvc.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/uniform_benchmark_binary32_clang.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/uniform_benchmark_binary32_msvc.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/uniform_benchmark_binary64_clang.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/uniform_benchmark_binary64_msvc.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/source/benchmark.cpp +0 -238
- package/vendor/dragonbox/subproject/benchmark/source/dragonbox.cpp +0 -30
- package/vendor/dragonbox/subproject/benchmark/source/grisu_exact.cpp +0 -36
- package/vendor/dragonbox/subproject/benchmark/source/ryu.cpp +0 -27
- package/vendor/dragonbox/subproject/benchmark/source/schubfach.cpp +0 -31
- package/vendor/dragonbox/subproject/common/CMakeLists.txt +0 -42
- package/vendor/dragonbox/subproject/common/include/best_rational_approx.h +0 -97
- package/vendor/dragonbox/subproject/common/include/big_uint.h +0 -218
- package/vendor/dragonbox/subproject/common/include/continued_fractions.h +0 -174
- package/vendor/dragonbox/subproject/common/include/good_rational_approx.h +0 -267
- package/vendor/dragonbox/subproject/common/include/random_float.h +0 -182
- package/vendor/dragonbox/subproject/common/include/rational_continued_fractions.h +0 -57
- package/vendor/dragonbox/subproject/common/source/big_uint.cpp +0 -602
- package/vendor/dragonbox/subproject/meta/CMakeLists.txt +0 -41
- package/vendor/dragonbox/subproject/meta/results/binary32_generated_cache.txt +0 -82
- package/vendor/dragonbox/subproject/meta/results/binary64_compressed_cache_error_table.txt +0 -10
- package/vendor/dragonbox/subproject/meta/results/binary64_generated_cache.txt +0 -623
- package/vendor/dragonbox/subproject/meta/source/generate_cache.cpp +0 -126
- package/vendor/dragonbox/subproject/meta/source/live_test.cpp +0 -81
- package/vendor/dragonbox/subproject/meta/source/perf_test.cpp +0 -104
- package/vendor/dragonbox/subproject/meta/source/sandbox.cpp +0 -20
- package/vendor/dragonbox/subproject/test/CMakeLists.txt +0 -70
- package/vendor/dragonbox/subproject/test/results/binary32.csv +0 -255
- package/vendor/dragonbox/subproject/test/results/binary64.csv +0 -2047
- package/vendor/dragonbox/subproject/test/results/plot_required_bits.m +0 -18
- package/vendor/dragonbox/subproject/test/source/test_all_shorter_interval_cases.cpp +0 -88
- package/vendor/dragonbox/subproject/test/source/uniform_random_test.cpp +0 -95
- package/vendor/dragonbox/subproject/test/source/verify_cache_precision.cpp +0 -338
- package/vendor/dragonbox/subproject/test/source/verify_compressed_cache.cpp +0 -154
- package/vendor/dragonbox/subproject/test/source/verify_fast_multiplication.cpp +0 -168
- package/vendor/dragonbox/subproject/test/source/verify_log_computation.cpp +0 -251
- package/vendor/dragonbox/subproject/test/source/verify_magic_division.cpp +0 -113
- package/vendor/miniz/ChangeLog.md +0 -239
- package/vendor/miniz/LICENSE +0 -22
- package/vendor/miniz/examples/example1.c +0 -105
- package/vendor/miniz/examples/example2.c +0 -164
- package/vendor/miniz/examples/example3.c +0 -269
- package/vendor/miniz/examples/example4.c +0 -102
- package/vendor/miniz/examples/example5.c +0 -327
- package/vendor/miniz/examples/example6.c +0 -166
- package/vendor/miniz/miniz.c +0 -7835
- package/vendor/miniz/miniz.h +0 -1422
- package/vendor/miniz/readme.md +0 -46
- /package/src/koffi/build/{2.3.6-beta.6 → 2.3.7}/koffi_win32_arm64/koffi.exp +0 -0
- /package/src/koffi/build/{2.3.6-beta.6 → 2.3.7}/koffi_win32_arm64/koffi.lib +0 -0
- /package/src/koffi/build/{2.3.6-beta.6 → 2.3.7}/koffi_win32_ia32/koffi.exp +0 -0
- /package/src/koffi/build/{2.3.6-beta.6 → 2.3.7}/koffi_win32_ia32/koffi.lib +0 -0
- /package/src/koffi/build/{2.3.6-beta.6 → 2.3.7}/koffi_win32_x64/koffi.exp +0 -0
- /package/src/koffi/build/{2.3.6-beta.6 → 2.3.7}/koffi_win32_x64/koffi.lib +0 -0
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
// Copyright 2020-2022 Junekey Jeon
|
|
2
|
-
//
|
|
3
|
-
// The contents of this file may be used under the terms of
|
|
4
|
-
// the Apache License v2.0 with LLVM Exceptions.
|
|
5
|
-
//
|
|
6
|
-
// (See accompanying file LICENSE-Apache or copy at
|
|
7
|
-
// https://llvm.org/foundation/relicensing/LICENSE.txt)
|
|
8
|
-
//
|
|
9
|
-
// Alternatively, the contents of this file may be used under the terms of
|
|
10
|
-
// the Boost Software License, Version 1.0.
|
|
11
|
-
// (See accompanying file LICENSE-Boost or copy at
|
|
12
|
-
// https://www.boost.org/LICENSE_1_0.txt)
|
|
13
|
-
//
|
|
14
|
-
// Unless required by applicable law or agreed to in writing, this software
|
|
15
|
-
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
16
|
-
// KIND, either express or implied.
|
|
17
|
-
|
|
18
|
-
#include "big_uint.h"
|
|
19
|
-
#include "continued_fractions.h"
|
|
20
|
-
#include "dragonbox/dragonbox.h"
|
|
21
|
-
#include <algorithm>
|
|
22
|
-
#include <utility>
|
|
23
|
-
#include <stdexcept>
|
|
24
|
-
#include <vector>
|
|
25
|
-
|
|
26
|
-
template <class FloatTraits>
|
|
27
|
-
auto generate_cache() {
|
|
28
|
-
using impl = jkj::dragonbox::detail::impl<typename FloatTraits::type, FloatTraits>;
|
|
29
|
-
|
|
30
|
-
std::vector<jkj::big_uint> results;
|
|
31
|
-
jkj::unsigned_rational<jkj::big_uint> target_number;
|
|
32
|
-
for (int k = impl::min_k; k <= impl::max_k; ++k) {
|
|
33
|
-
// (2f_c +- 1) * 2^beta * (2^(k - e_k - Q) * 5^k)
|
|
34
|
-
// e_k = floor(k log2(10)) - Q + 1, so
|
|
35
|
-
// k - e_k - Q = k - floor(k log2(10)) - 1.
|
|
36
|
-
int exp_2 = k - jkj::dragonbox::detail::log::floor_log2_pow10(k) - 1;
|
|
37
|
-
|
|
38
|
-
target_number.numerator = 1;
|
|
39
|
-
target_number.denominator = 1;
|
|
40
|
-
if (k >= 0) {
|
|
41
|
-
target_number.numerator = jkj::big_uint::pow(5, k);
|
|
42
|
-
}
|
|
43
|
-
else {
|
|
44
|
-
target_number.denominator = jkj::big_uint::pow(5, -k);
|
|
45
|
-
}
|
|
46
|
-
if (exp_2 >= 0) {
|
|
47
|
-
target_number.numerator *= jkj::big_uint::power_of_2(exp_2);
|
|
48
|
-
}
|
|
49
|
-
else {
|
|
50
|
-
target_number.denominator *= jkj::big_uint::power_of_2(-exp_2);
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
auto div_res = div(jkj::big_uint::power_of_2(impl::cache_bits) * target_number.numerator,
|
|
54
|
-
target_number.denominator);
|
|
55
|
-
auto m = std::move(div_res.quot);
|
|
56
|
-
if (!div_res.rem.is_zero()) {
|
|
57
|
-
m += 1;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
// Recheck that m is in the correct range.
|
|
61
|
-
if (m < jkj::big_uint::power_of_2(impl::cache_bits - 1) ||
|
|
62
|
-
m >= jkj::big_uint::power_of_2(impl::cache_bits)) {
|
|
63
|
-
throw std::logic_error{"Generated cache entry is not in the correct range"};
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
results.push_back(std::move(m));
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
return results;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
#include <fstream>
|
|
73
|
-
#include <iomanip>
|
|
74
|
-
#include <iostream>
|
|
75
|
-
|
|
76
|
-
int main() {
|
|
77
|
-
std::cout << "[Generating cache...]\n";
|
|
78
|
-
|
|
79
|
-
using jkj::dragonbox::detail::impl;
|
|
80
|
-
|
|
81
|
-
auto write_file = [](std::ofstream& out, auto type_tag, auto const& cache_array,
|
|
82
|
-
auto&& ieee_754_type_name_string, auto&& element_printer) {
|
|
83
|
-
using float_type = typename decltype(type_tag)::type;
|
|
84
|
-
|
|
85
|
-
out << "static constexpr int min_k = " << std::dec << impl<float_type>::min_k << ";\n";
|
|
86
|
-
out << "static constexpr int max_k = " << std::dec << impl<float_type>::max_k << ";\n";
|
|
87
|
-
out << "static constexpr cache_entry_type cache[] = {";
|
|
88
|
-
for (int k = impl<float_type>::min_k; k < impl<float_type>::max_k; ++k) {
|
|
89
|
-
auto idx = std::size_t(k - impl<float_type>::min_k);
|
|
90
|
-
out << "\n\t";
|
|
91
|
-
element_printer(out, cache_array[idx]);
|
|
92
|
-
out << ",";
|
|
93
|
-
}
|
|
94
|
-
out << "\n\t";
|
|
95
|
-
element_printer(out, cache_array.back());
|
|
96
|
-
out << "\n};";
|
|
97
|
-
};
|
|
98
|
-
|
|
99
|
-
std::ofstream out;
|
|
100
|
-
|
|
101
|
-
try {
|
|
102
|
-
out.open("results/binary32_generated_cache.txt");
|
|
103
|
-
auto binary32_cache = generate_cache<jkj::dragonbox::default_float_traits<float>>();
|
|
104
|
-
write_file(out, jkj::dragonbox::default_float_traits<float>{}, binary32_cache, "binary32",
|
|
105
|
-
[](std::ofstream& out, jkj::big_uint const& value) {
|
|
106
|
-
out << "0x" << std::hex << std::setw(16) << std::setfill('0') << value[0];
|
|
107
|
-
});
|
|
108
|
-
out.close();
|
|
109
|
-
|
|
110
|
-
out.open("results/binary64_generated_cache.txt");
|
|
111
|
-
auto binary64_cache = generate_cache<jkj::dragonbox::default_float_traits<double>>();
|
|
112
|
-
write_file(out, jkj::dragonbox::default_float_traits<double>{}, binary64_cache, "binary64",
|
|
113
|
-
[](std::ofstream& out, jkj::big_uint const& value) {
|
|
114
|
-
out << "{ 0x" << std::hex << std::setw(16) << std::setfill('0') << value[1]
|
|
115
|
-
<< ", 0x" << std::hex << std::setw(16) << std::setfill('0') << value[0]
|
|
116
|
-
<< " }";
|
|
117
|
-
});
|
|
118
|
-
out.close();
|
|
119
|
-
}
|
|
120
|
-
catch (std::logic_error const& ex) {
|
|
121
|
-
std::cout << ex.what() << "\n";
|
|
122
|
-
return -1;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
std::cout << "Done.\n\n\n";
|
|
126
|
-
}
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
// Copyright 2020 Junekey Jeon
|
|
2
|
-
//
|
|
3
|
-
// The contents of this file may be used under the terms of
|
|
4
|
-
// the Apache License v2.0 with LLVM Exceptions.
|
|
5
|
-
//
|
|
6
|
-
// (See accompanying file LICENSE-Apache or copy at
|
|
7
|
-
// https://llvm.org/foundation/relicensing/LICENSE.txt)
|
|
8
|
-
//
|
|
9
|
-
// Alternatively, the contents of this file may be used under the terms of
|
|
10
|
-
// the Boost Software License, Version 1.0.
|
|
11
|
-
// (See accompanying file LICENSE-Boost or copy at
|
|
12
|
-
// https://www.boost.org/LICENSE_1_0.txt)
|
|
13
|
-
//
|
|
14
|
-
// Unless required by applicable law or agreed to in writing, this software
|
|
15
|
-
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
16
|
-
// KIND, either express or implied.
|
|
17
|
-
|
|
18
|
-
#include "dragonbox/dragonbox_to_chars.h"
|
|
19
|
-
|
|
20
|
-
#include <iostream>
|
|
21
|
-
#include <iomanip>
|
|
22
|
-
#include <string>
|
|
23
|
-
|
|
24
|
-
template <class Float>
|
|
25
|
-
static void live_test() {
|
|
26
|
-
char buffer[41];
|
|
27
|
-
|
|
28
|
-
while (true) {
|
|
29
|
-
Float x;
|
|
30
|
-
std::string x_str;
|
|
31
|
-
while (true) {
|
|
32
|
-
std::getline(std::cin, x_str);
|
|
33
|
-
try {
|
|
34
|
-
if constexpr (std::is_same_v<Float, float>) {
|
|
35
|
-
x = std::stof(x_str);
|
|
36
|
-
}
|
|
37
|
-
else {
|
|
38
|
-
x = std::stod(x_str);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
catch (...) {
|
|
42
|
-
std::cout << "Not a valid input; input again.\n";
|
|
43
|
-
continue;
|
|
44
|
-
}
|
|
45
|
-
break;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
auto xx = jkj::dragonbox::float_bits<Float>{x};
|
|
49
|
-
std::cout << " sign: " << (xx.is_negative() ? "-" : "+") << std::endl;
|
|
50
|
-
std::cout << " exponent bits: "
|
|
51
|
-
<< "0x" << std::hex << std::setfill('0') << xx.extract_exponent_bits() << std::dec
|
|
52
|
-
<< " (value: " << xx.binary_exponent() << ")\n";
|
|
53
|
-
std::cout << " significand bits: "
|
|
54
|
-
<< "0x" << std::hex << std::setfill('0');
|
|
55
|
-
if constexpr (std::is_same_v<Float, float>) {
|
|
56
|
-
std::cout << std::setw(8);
|
|
57
|
-
}
|
|
58
|
-
else {
|
|
59
|
-
std::cout << std::setw(16);
|
|
60
|
-
}
|
|
61
|
-
std::cout << xx.extract_significand_bits() << " (value: 0x" << xx.binary_significand()
|
|
62
|
-
<< ")\n"
|
|
63
|
-
<< std::dec;
|
|
64
|
-
|
|
65
|
-
jkj::dragonbox::to_chars(x, buffer);
|
|
66
|
-
std::cout << " Dragonbox output: " << buffer << "\n\n";
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
int main() {
|
|
71
|
-
constexpr enum { test_float, test_double } test = test_double;
|
|
72
|
-
|
|
73
|
-
if constexpr (test == test_float) {
|
|
74
|
-
std::cout << "[Start live test for float's]\n";
|
|
75
|
-
live_test<float>();
|
|
76
|
-
}
|
|
77
|
-
else if constexpr (test == test_double) {
|
|
78
|
-
std::cout << "[Start live test for double's]\n";
|
|
79
|
-
live_test<double>();
|
|
80
|
-
}
|
|
81
|
-
}
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
// Copyright 2020 Junekey Jeon
|
|
2
|
-
//
|
|
3
|
-
// The contents of this file may be used under the terms of
|
|
4
|
-
// the Apache License v2.0 with LLVM Exceptions.
|
|
5
|
-
//
|
|
6
|
-
// (See accompanying file LICENSE-Apache or copy at
|
|
7
|
-
// https://llvm.org/foundation/relicensing/LICENSE.txt)
|
|
8
|
-
//
|
|
9
|
-
// Alternatively, the contents of this file may be used under the terms of
|
|
10
|
-
// the Boost Software License, Version 1.0.
|
|
11
|
-
// (See accompanying file LICENSE-Boost or copy at
|
|
12
|
-
// https://www.boost.org/LICENSE_1_0.txt)
|
|
13
|
-
//
|
|
14
|
-
// Unless required by applicable law or agreed to in writing, this software
|
|
15
|
-
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
16
|
-
// KIND, either express or implied.
|
|
17
|
-
|
|
18
|
-
#include "dragonbox/dragonbox_to_chars.h"
|
|
19
|
-
#include "random_float.h"
|
|
20
|
-
#include <chrono>
|
|
21
|
-
#include <iostream>
|
|
22
|
-
|
|
23
|
-
template <class Float>
|
|
24
|
-
static void uniform_random_perf_test(std::size_t number_of_tests)
|
|
25
|
-
{
|
|
26
|
-
std::cout << "Generating random samples...\n";
|
|
27
|
-
auto rg = generate_correctly_seeded_mt19937_64();
|
|
28
|
-
std::vector<Float> samples(number_of_tests);
|
|
29
|
-
for (auto& sample : samples) {
|
|
30
|
-
sample = uniformly_randomly_generate_general_float<Float>(rg);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
std::cout << "Performing test...\n";
|
|
34
|
-
char buffer[41];
|
|
35
|
-
auto from = std::chrono::steady_clock::now();
|
|
36
|
-
for (auto& sample : samples) {
|
|
37
|
-
jkj::dragonbox::to_chars(sample, buffer);
|
|
38
|
-
}
|
|
39
|
-
auto dur = std::chrono::steady_clock::now() - from;
|
|
40
|
-
std::cout << "Average time: " <<
|
|
41
|
-
double(std::chrono::duration_cast<std::chrono::nanoseconds>(dur).count()) / number_of_tests << "ns\n";
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
template <class Float>
|
|
45
|
-
static void digit_perf_test(unsigned int digits, std::size_t number_of_tests)
|
|
46
|
-
{
|
|
47
|
-
std::cout << "Generating random samples...\n";
|
|
48
|
-
auto rg = generate_correctly_seeded_mt19937_64();
|
|
49
|
-
std::vector<Float> samples(number_of_tests);
|
|
50
|
-
for (auto& sample : samples) {
|
|
51
|
-
sample = randomly_generate_float_with_given_digits<Float>(digits, rg);
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
std::cout << "Performing test...\n";
|
|
55
|
-
char buffer[41];
|
|
56
|
-
auto from = std::chrono::steady_clock::now();
|
|
57
|
-
for (auto& sample : samples) {
|
|
58
|
-
jkj::dragonbox::to_chars(sample, buffer);
|
|
59
|
-
}
|
|
60
|
-
auto dur = std::chrono::steady_clock::now() - from;
|
|
61
|
-
std::cout << "Average time: " <<
|
|
62
|
-
double(std::chrono::duration_cast<std::chrono::nanoseconds>(dur).count()) / number_of_tests << "ns\n";
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
int main()
|
|
66
|
-
{
|
|
67
|
-
constexpr bool run_uniform_random_float = true;
|
|
68
|
-
constexpr std::size_t number_of_uniform_random_perf_tests_float = 100000000;
|
|
69
|
-
|
|
70
|
-
constexpr bool run_uniform_random_double = true;
|
|
71
|
-
constexpr std::size_t number_of_uniform_random_perf_tests_double = 100000000;
|
|
72
|
-
|
|
73
|
-
constexpr bool run_digit_float = false;
|
|
74
|
-
constexpr unsigned int digits_for_perf_test_float = 6;
|
|
75
|
-
constexpr std::size_t number_of_digit_perf_tests_float = 40000000;
|
|
76
|
-
|
|
77
|
-
constexpr bool run_digit_double = false;
|
|
78
|
-
constexpr static unsigned int digits_for_perf_test_double = 17;
|
|
79
|
-
constexpr static std::size_t number_of_digit_perf_tests_double = 6000000;
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
if constexpr (run_uniform_random_float) {
|
|
83
|
-
std::cout << "[Running the algorithm with uniformly randomly generated float inputs...]\n";
|
|
84
|
-
uniform_random_perf_test<float>(number_of_uniform_random_perf_tests_float);
|
|
85
|
-
std::cout << "Done.\n\n\n";
|
|
86
|
-
}
|
|
87
|
-
if constexpr (run_uniform_random_double) {
|
|
88
|
-
std::cout << "[Running the algorithm with uniformly randomly generated double inputs...]\n";
|
|
89
|
-
uniform_random_perf_test<double>(number_of_uniform_random_perf_tests_double);
|
|
90
|
-
std::cout << "Done.\n\n\n";
|
|
91
|
-
}
|
|
92
|
-
if constexpr (run_digit_float) {
|
|
93
|
-
std::cout << "[Running the algorithm with float inputs of digits = "
|
|
94
|
-
<< digits_for_perf_test_float << "...]\n";
|
|
95
|
-
digit_perf_test<float>(digits_for_perf_test_float, number_of_digit_perf_tests_float);
|
|
96
|
-
std::cout << "Done.\n\n\n";
|
|
97
|
-
}
|
|
98
|
-
if constexpr (run_digit_double) {
|
|
99
|
-
std::cout << "[Running the algorithm with double inputs of digits = "
|
|
100
|
-
<< digits_for_perf_test_double << "...]\n";
|
|
101
|
-
digit_perf_test<double>(digits_for_perf_test_double, number_of_digit_perf_tests_double);
|
|
102
|
-
std::cout << "Done.\n\n\n";
|
|
103
|
-
}
|
|
104
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
// Copyright 2020-2022 Junekey Jeon
|
|
2
|
-
//
|
|
3
|
-
// The contents of this file may be used under the terms of
|
|
4
|
-
// the Apache License v2.0 with LLVM Exceptions.
|
|
5
|
-
//
|
|
6
|
-
// (See accompanying file LICENSE-Apache or copy at
|
|
7
|
-
// https://llvm.org/foundation/relicensing/LICENSE.txt)
|
|
8
|
-
//
|
|
9
|
-
// Alternatively, the contents of this file may be used under the terms of
|
|
10
|
-
// the Boost Software License, Version 1.0.
|
|
11
|
-
// (See accompanying file LICENSE-Boost or copy at
|
|
12
|
-
// https://www.boost.org/LICENSE_1_0.txt)
|
|
13
|
-
//
|
|
14
|
-
// Unless required by applicable law or agreed to in writing, this software
|
|
15
|
-
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
16
|
-
// KIND, either express or implied.
|
|
17
|
-
|
|
18
|
-
#include "dragonbox/dragonbox.h"
|
|
19
|
-
|
|
20
|
-
int main() {}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
|
|
2
|
-
|
|
3
|
-
project(dragonboxTests LANGUAGES CXX)
|
|
4
|
-
|
|
5
|
-
# ---- Add dependencies ----
|
|
6
|
-
|
|
7
|
-
# We want warnings in tests
|
|
8
|
-
set(dragonbox_INCLUDE_WITHOUT_SYSTEM ON CACHE INTERNAL "")
|
|
9
|
-
|
|
10
|
-
include(FetchContent)
|
|
11
|
-
if (NOT TARGET dragonbox)
|
|
12
|
-
FetchContent_Declare(dragonbox SOURCE_DIR "${CMAKE_CURRENT_LIST_DIR}/../..")
|
|
13
|
-
FetchContent_MakeAvailable(dragonbox)
|
|
14
|
-
endif()
|
|
15
|
-
if (NOT TARGET common)
|
|
16
|
-
FetchContent_Declare(common SOURCE_DIR "${CMAKE_CURRENT_LIST_DIR}/../common")
|
|
17
|
-
FetchContent_MakeAvailable(common)
|
|
18
|
-
endif()
|
|
19
|
-
if (NOT TARGET ryu)
|
|
20
|
-
FetchContent_Declare(ryu SOURCE_DIR "${CMAKE_CURRENT_LIST_DIR}/../3rdparty/ryu")
|
|
21
|
-
FetchContent_MakeAvailable(ryu)
|
|
22
|
-
endif()
|
|
23
|
-
|
|
24
|
-
# ---- Tests ----
|
|
25
|
-
|
|
26
|
-
enable_testing()
|
|
27
|
-
|
|
28
|
-
function(add_test NAME)
|
|
29
|
-
cmake_parse_arguments(TEST "TO_CHARS;RYU" "NAME" "" ${ARGN})
|
|
30
|
-
if(TEST_TO_CHARS)
|
|
31
|
-
set(dragonbox dragonbox::dragonbox_to_chars)
|
|
32
|
-
else()
|
|
33
|
-
set(dragonbox dragonbox::dragonbox)
|
|
34
|
-
endif()
|
|
35
|
-
|
|
36
|
-
add_executable(${NAME} source/${NAME}.cpp)
|
|
37
|
-
|
|
38
|
-
target_link_libraries(${NAME} PRIVATE ${dragonbox} dragonbox::common)
|
|
39
|
-
|
|
40
|
-
if(TEST_RYU)
|
|
41
|
-
target_link_libraries(${NAME} PRIVATE ryu::ryu)
|
|
42
|
-
endif()
|
|
43
|
-
|
|
44
|
-
target_compile_features(${NAME} PRIVATE cxx_std_17)
|
|
45
|
-
|
|
46
|
-
_add_test(NAME ${NAME} COMMAND ${NAME})
|
|
47
|
-
|
|
48
|
-
# ---- MSVC Specifics ----
|
|
49
|
-
if (MSVC)
|
|
50
|
-
# No need to not generate PDB
|
|
51
|
-
# /permissive- should be the default
|
|
52
|
-
# The compilation will fail without /experimental:newLambdaProcessor
|
|
53
|
-
# See also https://gitlab.kitware.com/cmake/cmake/-/issues/16478
|
|
54
|
-
target_compile_options(${NAME} PUBLIC
|
|
55
|
-
/Zi /permissive-
|
|
56
|
-
$<$<NOT:$<CXX_COMPILER_ID:Clang>>:/experimental:newLambdaProcessor>
|
|
57
|
-
$<$<CONFIG:Release>:/GL>)
|
|
58
|
-
target_link_options(${NAME} PUBLIC /LTCG /DEBUG:FASTLINK)
|
|
59
|
-
set_target_properties(${NAME} PROPERTIES
|
|
60
|
-
VS_DEBUGGER_WORKING_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}")
|
|
61
|
-
endif()
|
|
62
|
-
endfunction()
|
|
63
|
-
|
|
64
|
-
add_test(verify_cache_precision)
|
|
65
|
-
add_test(test_all_shorter_interval_cases TO_CHARS RYU)
|
|
66
|
-
add_test(uniform_random_test TO_CHARS RYU)
|
|
67
|
-
add_test(verify_compressed_cache)
|
|
68
|
-
add_test(verify_fast_multiplication)
|
|
69
|
-
add_test(verify_log_computation)
|
|
70
|
-
add_test(verify_magic_division)
|
|
@@ -1,255 +0,0 @@
|
|
|
1
|
-
e,bits_for_multiplication,bits_for_integer_check
|
|
2
|
-
-149,50,61
|
|
3
|
-
-148,54,60
|
|
4
|
-
-147,55,59
|
|
5
|
-
-146,48,57
|
|
6
|
-
-145,54,57
|
|
7
|
-
-144,54,56
|
|
8
|
-
-143,54,57
|
|
9
|
-
-142,56,56
|
|
10
|
-
-141,56,56
|
|
11
|
-
-140,56,57
|
|
12
|
-
-139,46,58
|
|
13
|
-
-138,53,60
|
|
14
|
-
-137,53,60
|
|
15
|
-
-136,52,63
|
|
16
|
-
-135,52,63
|
|
17
|
-
-134,52,63
|
|
18
|
-
-133,52,63
|
|
19
|
-
-132,50,63
|
|
20
|
-
-131,50,63
|
|
21
|
-
-130,53,62
|
|
22
|
-
-129,52,62
|
|
23
|
-
-128,53,61
|
|
24
|
-
-127,53,60
|
|
25
|
-
-126,48,53
|
|
26
|
-
-125,48,53
|
|
27
|
-
-124,61,57
|
|
28
|
-
-123,61,56
|
|
29
|
-
-122,52,59
|
|
30
|
-
-121,55,58
|
|
31
|
-
-120,61,57
|
|
32
|
-
-119,54,57
|
|
33
|
-
-118,54,57
|
|
34
|
-
-117,54,59
|
|
35
|
-
-116,51,59
|
|
36
|
-
-115,53,58
|
|
37
|
-
-114,55,57
|
|
38
|
-
-113,55,60
|
|
39
|
-
-112,55,57
|
|
40
|
-
-111,55,57
|
|
41
|
-
-110,55,58
|
|
42
|
-
-109,51,60
|
|
43
|
-
-108,54,59
|
|
44
|
-
-107,54,58
|
|
45
|
-
-106,52,60
|
|
46
|
-
-105,53,59
|
|
47
|
-
-104,53,58
|
|
48
|
-
-103,54,57
|
|
49
|
-
-102,50,60
|
|
50
|
-
-101,55,59
|
|
51
|
-
-100,55,58
|
|
52
|
-
-99,52,59
|
|
53
|
-
-98,54,58
|
|
54
|
-
-97,54,57
|
|
55
|
-
-96,51,59
|
|
56
|
-
-95,51,58
|
|
57
|
-
-94,52,57
|
|
58
|
-
-93,52,59
|
|
59
|
-
-92,52,59
|
|
60
|
-
-91,52,58
|
|
61
|
-
-90,54,58
|
|
62
|
-
-89,50,56
|
|
63
|
-
-88,54,59
|
|
64
|
-
-87,55,58
|
|
65
|
-
-86,51,58
|
|
66
|
-
-85,52,58
|
|
67
|
-
-84,52,58
|
|
68
|
-
-83,50,57
|
|
69
|
-
-82,53,58
|
|
70
|
-
-81,53,66
|
|
71
|
-
-80,53,66
|
|
72
|
-
-79,52,59
|
|
73
|
-
-78,52,58
|
|
74
|
-
-77,52,57
|
|
75
|
-
-76,52,58
|
|
76
|
-
-75,54,58
|
|
77
|
-
-74,54,58
|
|
78
|
-
-73,45,56
|
|
79
|
-
-72,45,55
|
|
80
|
-
-71,45,55
|
|
81
|
-
-70,54,57
|
|
82
|
-
-69,52,58
|
|
83
|
-
-68,52,58
|
|
84
|
-
-67,52,58
|
|
85
|
-
-66,49,58
|
|
86
|
-
-65,49,57
|
|
87
|
-
-64,49,57
|
|
88
|
-
-63,47,56
|
|
89
|
-
-62,47,57
|
|
90
|
-
-61,47,61
|
|
91
|
-
-60,47,60
|
|
92
|
-
-59,45,57
|
|
93
|
-
-58,45,60
|
|
94
|
-
-57,45,60
|
|
95
|
-
-56,42,58
|
|
96
|
-
-55,42,58
|
|
97
|
-
-54,42,57
|
|
98
|
-
-53,40,59
|
|
99
|
-
-52,40,59
|
|
100
|
-
-51,40,58
|
|
101
|
-
-50,40,57
|
|
102
|
-
-49,38,58
|
|
103
|
-
-48,38,58
|
|
104
|
-
-47,38,57
|
|
105
|
-
-46,35,57
|
|
106
|
-
-45,35,57
|
|
107
|
-
-44,35,60
|
|
108
|
-
-43,33,59
|
|
109
|
-
-42,33,58
|
|
110
|
-
-41,33,60
|
|
111
|
-
-40,33,59
|
|
112
|
-
-39,31,57
|
|
113
|
-
-38,31,57
|
|
114
|
-
-37,31,57
|
|
115
|
-
-36,28,57
|
|
116
|
-
-35,28,56
|
|
117
|
-
-34,28,55
|
|
118
|
-
-33,26,55
|
|
119
|
-
-32,26,54
|
|
120
|
-
-31,26,53
|
|
121
|
-
-30,26,52
|
|
122
|
-
-29,24,52
|
|
123
|
-
-28,24,51
|
|
124
|
-
-27,24,50
|
|
125
|
-
-26,21,50
|
|
126
|
-
-25,21,49
|
|
127
|
-
-24,21,48
|
|
128
|
-
-23,19,48
|
|
129
|
-
-22,19,47
|
|
130
|
-
-21,19,46
|
|
131
|
-
-20,19,45
|
|
132
|
-
-19,17,45
|
|
133
|
-
-18,17,44
|
|
134
|
-
-17,17,43
|
|
135
|
-
-16,14,43
|
|
136
|
-
-15,14,42
|
|
137
|
-
-14,14,41
|
|
138
|
-
-13,12,41
|
|
139
|
-
-12,12,40
|
|
140
|
-
-11,12,39
|
|
141
|
-
-10,12,38
|
|
142
|
-
-9,10,38
|
|
143
|
-
-8,10,37
|
|
144
|
-
-7,10,36
|
|
145
|
-
-6,7,36
|
|
146
|
-
-5,7,35
|
|
147
|
-
-4,7,34
|
|
148
|
-
-3,5,34
|
|
149
|
-
-2,5,33
|
|
150
|
-
-1,5,32
|
|
151
|
-
0,3,32
|
|
152
|
-
1,3,32
|
|
153
|
-
2,3,32
|
|
154
|
-
3,3,32
|
|
155
|
-
4,1,32
|
|
156
|
-
5,1,32
|
|
157
|
-
6,1,32
|
|
158
|
-
7,31,35
|
|
159
|
-
8,31,35
|
|
160
|
-
9,32,35
|
|
161
|
-
10,31,37
|
|
162
|
-
11,33,37
|
|
163
|
-
12,33,37
|
|
164
|
-
13,33,37
|
|
165
|
-
14,36,39
|
|
166
|
-
15,36,39
|
|
167
|
-
16,36,39
|
|
168
|
-
17,37,42
|
|
169
|
-
18,38,42
|
|
170
|
-
19,40,42
|
|
171
|
-
20,38,44
|
|
172
|
-
21,41,44
|
|
173
|
-
22,41,44
|
|
174
|
-
23,43,44
|
|
175
|
-
24,41,46
|
|
176
|
-
25,44,46
|
|
177
|
-
26,44,46
|
|
178
|
-
27,41,49
|
|
179
|
-
28,41,49
|
|
180
|
-
29,46,49
|
|
181
|
-
30,46,51
|
|
182
|
-
31,47,51
|
|
183
|
-
32,47,51
|
|
184
|
-
33,47,51
|
|
185
|
-
34,50,53
|
|
186
|
-
35,50,53
|
|
187
|
-
36,52,53
|
|
188
|
-
37,51,56
|
|
189
|
-
38,51,56
|
|
190
|
-
39,53,56
|
|
191
|
-
40,52,58
|
|
192
|
-
41,54,58
|
|
193
|
-
42,54,57
|
|
194
|
-
43,54,56
|
|
195
|
-
44,54,57
|
|
196
|
-
45,54,57
|
|
197
|
-
46,54,60
|
|
198
|
-
47,51,63
|
|
199
|
-
48,52,62
|
|
200
|
-
49,52,61
|
|
201
|
-
50,51,59
|
|
202
|
-
51,54,58
|
|
203
|
-
52,57,57
|
|
204
|
-
53,57,57
|
|
205
|
-
54,52,58
|
|
206
|
-
55,52,57
|
|
207
|
-
56,55,62
|
|
208
|
-
57,52,64
|
|
209
|
-
58,52,64
|
|
210
|
-
59,53,63
|
|
211
|
-
60,50,57
|
|
212
|
-
61,53,58
|
|
213
|
-
62,53,58
|
|
214
|
-
63,56,58
|
|
215
|
-
64,51,57
|
|
216
|
-
65,51,59
|
|
217
|
-
66,55,58
|
|
218
|
-
67,52,55
|
|
219
|
-
68,52,54
|
|
220
|
-
69,52,53
|
|
221
|
-
70,51,56
|
|
222
|
-
71,51,55
|
|
223
|
-
72,51,55
|
|
224
|
-
73,54,64
|
|
225
|
-
74,49,59
|
|
226
|
-
75,49,59
|
|
227
|
-
76,49,59
|
|
228
|
-
77,50,62
|
|
229
|
-
78,50,62
|
|
230
|
-
79,50,62
|
|
231
|
-
80,51,62
|
|
232
|
-
81,51,62
|
|
233
|
-
82,51,62
|
|
234
|
-
83,51,62
|
|
235
|
-
84,50,62
|
|
236
|
-
85,50,62
|
|
237
|
-
86,50,62
|
|
238
|
-
87,51,62
|
|
239
|
-
88,51,62
|
|
240
|
-
89,51,62
|
|
241
|
-
90,50,62
|
|
242
|
-
91,51,61
|
|
243
|
-
92,51,60
|
|
244
|
-
93,51,59
|
|
245
|
-
94,49,59
|
|
246
|
-
95,56,58
|
|
247
|
-
96,56,57
|
|
248
|
-
97,52,58
|
|
249
|
-
98,54,57
|
|
250
|
-
99,54,58
|
|
251
|
-
100,50,58
|
|
252
|
-
101,50,58
|
|
253
|
-
102,54,57
|
|
254
|
-
103,48,60
|
|
255
|
-
104,48,59
|