Home
last modified time | relevance | path

Searched defs:significand (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Ddtoa_helper.h97 uint64_t significand = (u.u64 & coretypes::DOUBLE_SIGNIFICAND_MASK); in DiyFp() local
H A Dets_intrinsics_helpers.h71 uint64_t significand : coretypes::DOUBLE_SIGNIFICAND_SIZE; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_math.cpp63 uint64_t significand = d64 & SIGNIFICANT_MASK; local
83 uint64_t significand = Significand(d64); local
/arkcompiler/ets_runtime/ecmascript/base/
H A Dnumber_helper.h148 uint64_t significand = value & DOUBLE_SIGNIFICAND_MASK; local
H A Ddtoa_helper.h180 uint64_t significand = (u.u64 & kDpSignificandMask); in DiyFp() local
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp254 std::string significand = significandArray; DoubleToString() local
[all...]

Completed in 5 milliseconds