Home
last modified time | relevance | path

Searched refs:cached_power (Results 76 – 100 of 207) sorted by relevance

123456789

/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/nlohmann/detail/conversions/
H A Dto_chars.hpp306 struct cached_power // c = f * 2^e ~= 10^k struct
320 inline cached_power get_cached_power_for_binary_exponent(int e) in get_cached_power_for_binary_exponent()
375 static constexpr std::array<cached_power, 79> kCachedPowers = in get_cached_power_for_binary_exponent()
473 const cached_power cached = kCachedPowers[static_cast<std::size_t>(index)]; in get_cached_power_for_binary_exponent()
837 const cached_power cached = get_cached_power_for_binary_exponent(m_plus.e); in grisu2()
/dports/audio/giada/giada-0.17.1/src/deps/json/include/nlohmann/detail/conversions/
H A Dto_chars.hpp306 struct cached_power // c = f * 2^e ~= 10^k struct
320 inline cached_power get_cached_power_for_binary_exponent(int e) in get_cached_power_for_binary_exponent()
375 static constexpr std::array<cached_power, 79> kCachedPowers = in get_cached_power_for_binary_exponent()
473 const cached_power cached = kCachedPowers[static_cast<std::size_t>(index)]; in get_cached_power_for_binary_exponent()
837 const cached_power cached = get_cached_power_for_binary_exponent(m_plus.e); in grisu2()
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/include/nlohmann/detail/conversions/
H A Dto_chars.hpp307 struct cached_power // c = f * 2^e ~= 10^k struct
321 inline cached_power get_cached_power_for_binary_exponent(int e) in get_cached_power_for_binary_exponent()
376 static constexpr std::array<cached_power, 79> kCachedPowers = in get_cached_power_for_binary_exponent()
474 const cached_power cached = kCachedPowers[static_cast<std::size_t>(index)]; in get_cached_power_for_binary_exponent()
838 const cached_power cached = get_cached_power_for_binary_exponent(m_plus.e); in grisu2()
/dports/devel/pecl-swoole/swoole-4.8.5/thirdparty/nlohmann/detail/conversions/
H A Dto_chars.hpp307 struct cached_power // c = f * 2^e ~= 10^k struct
321 inline cached_power get_cached_power_for_binary_exponent(int e) in get_cached_power_for_binary_exponent()
376 static constexpr std::array<cached_power, 79> kCachedPowers = in get_cached_power_for_binary_exponent()
474 const cached_power cached = kCachedPowers[static_cast<std::size_t>(index)]; in get_cached_power_for_binary_exponent()
838 const cached_power cached = get_cached_power_for_binary_exponent(m_plus.e); in grisu2()
/dports/devel/nlohmann-json/json-3.10.4/include/nlohmann/detail/conversions/
H A Dto_chars.hpp306 struct cached_power // c = f * 2^e ~= 10^k struct
320 inline cached_power get_cached_power_for_binary_exponent(int e) in get_cached_power_for_binary_exponent()
375 static constexpr std::array<cached_power, 79> kCachedPowers = in get_cached_power_for_binary_exponent()
473 const cached_power cached = kCachedPowers[static_cast<std::size_t>(index)]; in get_cached_power_for_binary_exponent()
835 const cached_power cached = get_cached_power_for_binary_exponent(m_plus.e); in grisu2()
/dports/graphics/qgis/qgis-3.22.3/external/nlohmann/detail/conversions/
H A Dto_chars.hpp306 struct cached_power // c = f * 2^e ~= 10^k struct
320 inline cached_power get_cached_power_for_binary_exponent(int e) in get_cached_power_for_binary_exponent()
375 static constexpr std::array<cached_power, 79> kCachedPowers = in get_cached_power_for_binary_exponent()
473 const cached_power cached = kCachedPowers[static_cast<std::size_t>(index)]; in get_cached_power_for_binary_exponent()
836 const cached_power cached = get_cached_power_for_binary_exponent(m_plus.e); in grisu2()
/dports/graphics/qgis-ltr/qgis-3.16.16/external/nlohmann/detail/conversions/
H A Dto_chars.hpp306 struct cached_power // c = f * 2^e ~= 10^k struct
320 inline cached_power get_cached_power_for_binary_exponent(int e) in get_cached_power_for_binary_exponent()
375 static constexpr std::array<cached_power, 79> kCachedPowers = in get_cached_power_for_binary_exponent()
473 const cached_power cached = kCachedPowers[static_cast<std::size_t>(index)]; in get_cached_power_for_binary_exponent()
836 const cached_power cached = get_cached_power_for_binary_exponent(m_plus.e); in grisu2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/numbers/
H A Dstrtod.cc259 DiyFp cached_power; in DiyFpStrtod() local
261 PowersOfTenCache::GetCachedPowerForDecimalExponent(exponent, &cached_power, in DiyFpStrtod()
278 input.Multiply(cached_power); in DiyFpStrtod()
/dports/lang/v8/v8-9.6.180.12/src/base/numbers/
H A Dstrtod.cc259 DiyFp cached_power; in DiyFpStrtod() local
261 PowersOfTenCache::GetCachedPowerForDecimalExponent(exponent, &cached_power, in DiyFpStrtod()
278 input.Multiply(cached_power); in DiyFpStrtod()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/numbers/
H A Dstrtod.cc259 DiyFp cached_power; in DiyFpStrtod() local
261 PowersOfTenCache::GetCachedPowerForDecimalExponent(exponent, &cached_power, in DiyFpStrtod()
278 input.Multiply(cached_power); in DiyFpStrtod()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dstrtod.cc270 DiyFp cached_power; in DiyFpStrtod() local
273 &cached_power, in DiyFpStrtod()
290 input.Multiply(cached_power); in DiyFpStrtod()
/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-string-utils/
H A DToChars.cpp446 struct cached_power // c = f * 2^e ~= 10^k struct
459 inline cached_power get_cached_power_for_binary_exponent(int e) in get_cached_power_for_binary_exponent()
514 static constexpr std::array<cached_power, 79> kCachedPowers = { { in get_cached_power_for_binary_exponent()
568 const cached_power cached = kCachedPowers[static_cast<std::size_t>(index)]; in get_cached_power_for_binary_exponent()
937 const cached_power cached = get_cached_power_for_binary_exponent(m_plus.e); in grisu2()
/dports/math/cln/cln-1.3.6/src/integer/conv/
H A Dcl_I_cached_power.h45 const cached_power_table_entry * cached_power (uintD base, uintL i);
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/double-conversion/
H A Dstrtod.cc301 DiyFp cached_power; in DiyFpStrtod() local
304 &cached_power, in DiyFpStrtod()
321 input.Multiply(cached_power); in DiyFpStrtod()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/doubleconversion/vtkdoubleconversion/double-conversion/
H A Dstrtod.cc301 DiyFp cached_power; in DiyFpStrtod() local
304 &cached_power, in DiyFpStrtod()
321 input.Multiply(cached_power); in DiyFpStrtod()
/dports/misc/usd/USD-21.11/pxr/base/tf/pxrDoubleConversion/
H A Dstrtod.cc304 DiyFp cached_power; in DiyFpStrtod() local
307 &cached_power, in DiyFpStrtod()
324 input.Multiply(cached_power); in DiyFpStrtod()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/double-conversion/
H A Dstrtod.cc301 DiyFp cached_power; in DiyFpStrtod() local
304 &cached_power, in DiyFpStrtod()
321 input.Multiply(cached_power); in DiyFpStrtod()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/double-conversion/
H A Dstrtod.cc301 DiyFp cached_power; in DiyFpStrtod() local
304 &cached_power, in DiyFpStrtod()
321 input.Multiply(cached_power); in DiyFpStrtod()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/double-conversion/
H A Dstrtod.cc301 DiyFp cached_power; in DiyFpStrtod() local
304 &cached_power, in DiyFpStrtod()
321 input.Multiply(cached_power); in DiyFpStrtod()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/vendored/double-conversion/
H A Dstrtod.cc301 DiyFp cached_power; in DiyFpStrtod() local
304 &cached_power, in DiyFpStrtod()
321 input.Multiply(cached_power); in DiyFpStrtod()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/DoubleConversion/src/double-conversion/
H A Dstrtod.cc300 DiyFp cached_power; in DiyFpStrtod() local
303 &cached_power, in DiyFpStrtod()
320 input.Multiply(cached_power); in DiyFpStrtod()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/third_party/double_conversion/double-conversion/
H A Dstrtod.cc305 DiyFp cached_power; in DiyFpStrtod() local
308 &cached_power, in DiyFpStrtod()
325 input.Multiply(cached_power); in DiyFpStrtod()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/vendored/double-conversion/
H A Dstrtod.cc301 DiyFp cached_power; in DiyFpStrtod() local
304 &cached_power, in DiyFpStrtod()
321 input.Multiply(cached_power); in DiyFpStrtod()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/jiffy/c_src/double-conversion/
H A Dstrtod.cc301 DiyFp cached_power; in DiyFpStrtod() local
304 &cached_power, in DiyFpStrtod()
321 input.Multiply(cached_power); in DiyFpStrtod()
/dports/chinese/libime/libime-1.0.9/src/libime/core/kenlm/util/double-conversion/
H A Dstrtod.cc300 DiyFp cached_power; in DiyFpStrtod() local
303 &cached_power, in DiyFpStrtod()
320 input.Multiply(cached_power); in DiyFpStrtod()

123456789