Home
last modified time | relevance | path

Searched defs:maxDigits (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
DnumberLiteral.cpp167 int maxDigits = std::is_same_v<FpType, double> ? ark::es2panda::util::DOUBLE_MAX_PRECISION in GetBaseBinarySearch() local
306 int maxDigits = std::is_same_v<FpType, double> ? ark::es2panda::util::DOUBLE_MAX_PRECISION in SmallFpToString() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.cpp499 int maxDigits = std::is_same_v<FpType, double> ? DOUBLE_MAX_PRECISION : FLOAT_MAX_PRECISION; in GetBaseBinarySearch() local
567 int maxDigits = std::is_same_v<FpType, double> ? DOUBLE_MAX_PRECISION : FLOAT_MAX_PRECISION; in SmallFpToString() local