Home
last modified time | relevance | path

Searched refs:ten_k (Results 1 – 25 of 64) sorted by relevance

123

/dports/math/ntl/ntl-11.5.1/src/
H A DZZTest.cpp285 ZZ ten_k = ZZ(1); in main() local
286 while (ten_k <= bnd) { ten_k *= 10; k++; } in main()
288 ZZ z = (s*ten_k)/t; in main()
291 long res = ReconstructRational(r, b, z, ten_k, m, m); in main()
295 a = (b*z - r)/ten_k; in main()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/thirdparty/nlohmann/detail/conversions/
H A Dto_chars.hpp539 uint64_t rest, uint64_t ten_k) in grisu2_round() argument
544 assert(ten_k > 0); in grisu2_round()
566 and delta - rest >= ten_k in grisu2_round()
567 and (rest + ten_k < dist or dist - rest > rest + ten_k - dist)) in grisu2_round()
571 rest += ten_k; in grisu2_round()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/thirdparty/nlohmann/detail/conversions/
H A Dto_chars.hpp539 uint64_t rest, uint64_t ten_k) in grisu2_round() argument
544 assert(ten_k > 0); in grisu2_round()
566 and delta - rest >= ten_k in grisu2_round()
567 and (rest + ten_k < dist or dist - rest > rest + ten_k - dist)) in grisu2_round()
571 rest += ten_k; in grisu2_round()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/nlohmann-json/include/nlohmann/detail/conversions/
H A Dto_chars.hpp541 std::uint64_t rest, std::uint64_t ten_k) in grisu2_round() argument
546 JSON_ASSERT(ten_k > 0); in grisu2_round()
568 && delta - rest >= ten_k in grisu2_round()
569 && (rest + ten_k < dist || dist - rest > rest + ten_k - dist)) in grisu2_round()
573 rest += ten_k; in grisu2_round()
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/lib/json/include/nlohmann/detail/conversions/
H A Dto_chars.hpp539 std::uint64_t rest, std::uint64_t ten_k) in grisu2_round() argument
544 JSON_ASSERT(ten_k > 0); in grisu2_round()
566 && delta - rest >= ten_k in grisu2_round()
567 && (rest + ten_k < dist || dist - rest > rest + ten_k - dist)) in grisu2_round()
571 rest += ten_k; in grisu2_round()
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/nlohmann/detail/conversions/
H A Dto_chars.hpp541 std::uint64_t rest, std::uint64_t ten_k) in grisu2_round() argument
546 JSON_ASSERT(ten_k > 0); in grisu2_round()
568 && delta - rest >= ten_k in grisu2_round()
569 && (rest + ten_k < dist || dist - rest > rest + ten_k - dist)) in grisu2_round()
573 rest += ten_k; in grisu2_round()
/dports/audio/giada/giada-0.17.1/src/deps/json/include/nlohmann/detail/conversions/
H A Dto_chars.hpp541 std::uint64_t rest, std::uint64_t ten_k) in grisu2_round() argument
546 JSON_ASSERT(ten_k > 0); in grisu2_round()
568 && delta - rest >= ten_k in grisu2_round()
569 && (rest + ten_k < dist || dist - rest > rest + ten_k - dist)) in grisu2_round()
573 rest += ten_k; in grisu2_round()
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/include/nlohmann/detail/conversions/
H A Dto_chars.hpp542 std::uint64_t rest, std::uint64_t ten_k) in grisu2_round() argument
547 assert(ten_k > 0); in grisu2_round()
569 and delta - rest >= ten_k in grisu2_round()
570 and (rest + ten_k < dist or dist - rest > rest + ten_k - dist)) in grisu2_round()
574 rest += ten_k; in grisu2_round()
/dports/devel/pecl-swoole/swoole-4.8.5/thirdparty/nlohmann/detail/conversions/
H A Dto_chars.hpp542 std::uint64_t rest, std::uint64_t ten_k) in grisu2_round() argument
547 assert(ten_k > 0); in grisu2_round()
569 and delta - rest >= ten_k in grisu2_round()
570 and (rest + ten_k < dist or dist - rest > rest + ten_k - dist)) in grisu2_round()
574 rest += ten_k; in grisu2_round()
/dports/devel/nlohmann-json/json-3.10.4/include/nlohmann/detail/conversions/
H A Dto_chars.hpp539 std::uint64_t rest, std::uint64_t ten_k) in grisu2_round() argument
544 JSON_ASSERT(ten_k > 0); in grisu2_round()
566 && delta - rest >= ten_k in grisu2_round()
567 && (rest + ten_k < dist || dist - rest > rest + ten_k - dist)) in grisu2_round()
571 rest += ten_k; in grisu2_round()
/dports/graphics/qgis/qgis-3.22.3/external/nlohmann/detail/conversions/
H A Dto_chars.hpp541 std::uint64_t rest, std::uint64_t ten_k) in grisu2_round() argument
546 assert(ten_k > 0); in grisu2_round()
568 and delta - rest >= ten_k in grisu2_round()
569 and (rest + ten_k < dist or dist - rest > rest + ten_k - dist)) in grisu2_round()
573 rest += ten_k; in grisu2_round()
/dports/graphics/qgis-ltr/qgis-3.16.16/external/nlohmann/detail/conversions/
H A Dto_chars.hpp541 std::uint64_t rest, std::uint64_t ten_k) in grisu2_round() argument
546 assert(ten_k > 0); in grisu2_round()
568 and delta - rest >= ten_k in grisu2_round()
569 and (rest + ten_k < dist or dist - rest > rest + ten_k - dist)) in grisu2_round()
573 rest += ten_k; in grisu2_round()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/src/
H A Dto_chars.cpp450 std::uint64_t ten_k) { in grisu2_round() argument
471 while (rest < dist && delta - rest >= ten_k && in grisu2_round()
472 (rest + ten_k < dist || dist - rest > rest + ten_k - dist)) { in grisu2_round()
474 rest += ten_k; in grisu2_round()
/dports/devel/simdjson/simdjson-0.9.6/src/
H A Dto_chars.cpp448 std::uint64_t ten_k) { in grisu2_round() argument
469 while (rest < dist && delta - rest >= ten_k && in grisu2_round()
470 (rest + ten_k < dist || dist - rest > rest + ten_k - dist)) { in grisu2_round()
472 rest += ten_k; in grisu2_round()
/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-string-utils/
H A DToChars.cpp635 std::uint64_t rest, std::uint64_t ten_k) in grisu2_round() argument
657 while (rest < dist && delta - rest >= ten_k && in grisu2_round()
658 (rest + ten_k < dist || dist - rest > rest + ten_k - dist)) in grisu2_round()
661 rest += ten_k; in grisu2_round()
/dports/net/eternalterminal/EternalTerminal-et-v5.1.9/src/base/
H A Djson.hpp7101 uint64_t rest, uint64_t ten_k) { in grisu2_round() argument
7105 assert(ten_k > 0); in grisu2_round()
7126 while (rest < dist and delta - rest >= ten_k and in grisu2_round()
7127 (rest + ten_k < dist or dist - rest > rest + ten_k - dist)) { in grisu2_round()
7130 rest += ten_k; in grisu2_round()
/dports/science/qiskit-aer/qiskit-aer-0.5.2/src/third-party/headers/
H A Dnlohmann_json.hpp7676 uint64_t rest, uint64_t ten_k) in grisu2_round() argument
7681 assert(ten_k > 0); in grisu2_round()
7703 and delta - rest >= ten_k in grisu2_round()
7704 and (rest + ten_k < dist or dist - rest > rest + ten_k - dist)) in grisu2_round()
7708 rest += ten_k; in grisu2_round()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/
H A Djson.hpp7689 uint64_t rest, uint64_t ten_k) in grisu2_round() argument
7694 assert(ten_k > 0); in grisu2_round()
7716 and delta - rest >= ten_k in grisu2_round()
7717 and (rest + ten_k < dist or dist - rest > rest + ten_k - dist)) in grisu2_round()
7721 rest += ten_k; in grisu2_round()
/dports/cad/opentimer/OpenTimer-18d28ff/ot/json/
H A Djson.hpp8924 uint64_t rest, uint64_t ten_k) in grisu2_round() argument
8929 assert(ten_k > 0); in grisu2_round()
8951 and delta - rest >= ten_k in grisu2_round()
8952 and (rest + ten_k < dist or dist - rest > rest + ten_k - dist)) in grisu2_round()
8956 rest += ten_k; in grisu2_round()
/dports/games/pioneer/pioneer-20210723/contrib/json/
H A Djson.hpp9186 uint64_t rest, uint64_t ten_k) in grisu2_round() argument
9191 assert(ten_k > 0); in grisu2_round()
9213 and delta - rest >= ten_k in grisu2_round()
9214 and (rest + ten_k < dist or dist - rest > rest + ten_k - dist)) in grisu2_round()
9218 rest += ten_k; in grisu2_round()
/dports/games/openfodder/openfodder-1.6.0/Source/Utils/
H A Djson.hpp9169 uint64_t rest, uint64_t ten_k) in grisu2_round() argument
9174 assert(ten_k > 0); in grisu2_round()
9196 and delta - rest >= ten_k in grisu2_round()
9197 and (rest + ten_k < dist or dist - rest > rest + ten_k - dist)) in grisu2_round()
9201 rest += ten_k; in grisu2_round()
/dports/sysutils/nix/nix-2.3.10/src/nlohmann/
H A Djson.hpp10338 uint64_t rest, uint64_t ten_k) in grisu2_round() argument
10343 assert(ten_k > 0); in grisu2_round()
10365 and delta - rest >= ten_k in grisu2_round()
10366 and (rest + ten_k < dist or dist - rest > rest + ten_k - dist)) in grisu2_round()
10370 rest += ten_k; in grisu2_round()
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/MagnumExternal/TinyGltf/
H A Djson.hpp9171 uint64_t rest, uint64_t ten_k) in grisu2_round() argument
9176 assert(ten_k > 0); in grisu2_round()
9198 and delta - rest >= ten_k in grisu2_round()
9199 and (rest + ten_k < dist or dist - rest > rest + ten_k - dist)) in grisu2_round()
9203 rest += ten_k; in grisu2_round()
/dports/devel/jsonnet/jsonnet-0.17.0/third_party/json/
H A Djson.hpp11447 std::uint64_t rest, std::uint64_t ten_k) in grisu2_round() argument
11452 assert(ten_k > 0); in grisu2_round()
11474 and delta - rest >= ten_k in grisu2_round()
11475 and (rest + ten_k < dist or dist - rest > rest + ten_k - dist)) in grisu2_round()
11479 rest += ten_k; in grisu2_round()
/dports/math/pdal/PDAL-2.3.0/vendor/nlohmann/nlohmann/
H A Djson.hpp11485 std::uint64_t rest, std::uint64_t ten_k) in grisu2_round() argument
11490 assert(ten_k > 0); in grisu2_round()
11512 and delta - rest >= ten_k in grisu2_round()
11513 and (rest + ten_k < dist or dist - rest > rest + ten_k - dist)) in grisu2_round()
11517 rest += ten_k; in grisu2_round()

123