Home
last modified time | relevance | path

Searched full:significant (Results 1 – 25 of 66) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/sdk/arkts/
D@arkts.math.Decimal.ets273 * significant digits.
275 * @param { number } significantDigits Significant digits. Integer, 1 to MAX_DIGITS inclusive.
285 * significant digits using rounding mode `rounding`.
287 * @param { number } significantDigits Significant digits. Integer, 1 to MAX_DIGITS inclusive.
306 … string representing the value of this Decimal in base 8, round to `significantDigits` significant.
317 …a string representing the value of this Decimal in base 8, round to `significantDigits` significant
339 …string representing the value of this Decimal in base 16, round to `significantDigits` significant.
341 * @param { number } significantDigits Significant digits. Integer, 1 to MAX_DIGITS inclusive.
350 … string representing the value of this Decimal in base 16, round to `significantDigits` significant
353 * @param { number } significantDigits Significant digits. Integer, 1 to MAX_DIGITS inclusive.
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_isa.cpp208 // Returns the number of trailing 0-bits in x, starting at the least significant bit position.
224 // Returns the number of leading 0-bits in x, starting at the most significant bit position.
Daarch64_imm_valid.cpp55 /* get the least significant bit set and add it to 'val' */ in IsBitmaskImmediate()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dldstatic.yaml244 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz…
284 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz…
323 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz…
356 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz…
Dldobj.yaml401 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz…
445 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz…
Dldobj.v.yaml402 … most significant bits are sign or unsigned extended based on the field type to fit register size.
446 … most significant bits are sign or unsigned extended based on the field type to fit register size.
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_optimized_stubs-inl.h61 // e. If the two most significant bits in B are not 10, throw a URIError exception. in DecodePercentEncoding()
138 // vii. Else the most significant bit in B is 1, in DecodePercentEncoding()
229 // vi. If the most significant bit in B is 0, then in DecodePercentEncoding()
/arkcompiler/ets_frontend/es2panda/ir/
Dirnode.h42 // the least significant bit indicates vreg
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dldstatic.yaml167 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz…
206 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz…
Dldobj.v.yaml312 … most significant bits are sign or unsigned extended based on the field type to fit register size.
354 … most significant bits are sign or unsigned extended based on the field type to fit register size.
Dldobj.yaml313 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz…
355 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz…
/arkcompiler/runtime_core/static_core/verification/util/
Dsaturated_enum.h30 2. initial value is least significant one.
/arkcompiler/ets_frontend/ets2panda/ir/
Dirnode.h41 // the least significant bit indicates vreg
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmetadata_layout.h173 kBiasBitPosition = sizeof(refVal) * 8 - 4, // the most significant 4 bits
198 static constexpr uint32_t kPositiveOffsetBias = 0x60000000; // the most significant 4 bits 0110
/arkcompiler/ets_frontend/test262/
Dforce_gc_skip_tests.json18 … "out/test262/test_es2021/intl402/NumberFormat/prototype/format/format-significant-digits",
/arkcompiler/runtime_core/compiler/docs/
Dinterface_inline_cache.md110 2. Rss:No significant impact
Dir_builder.md10 form, without dead phi instructions, but it has various drawbacks, such as significant overhead, si…
/arkcompiler/runtime_core/static_core/compiler/docs/
Dinterface_inline_cache.md110 2. Rss:No significant impact
Dir_builder.md10 form, without dead phi instructions, but it has various drawbacks, such as significant overhead, si…
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dtagged_value.h185 "The least significant two bits of TaggedValue are not zero."); in CreateWeakRef()
198 "The least significant two bits of TaggedValue are not zero."); in CreateAndGetWeakRef()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global_uri.cpp214 // vi. If the most significant bit in B is 0, then in DoDecode()
275 // vii. Else the most significant bit in B is 1, in DecodePercentEncoding()
349 // e. If the two most significant bits in B are not 10, throw a URIError exception. in DecodePercentEncoding()
/arkcompiler/ets_runtime/ecmascript/base/
Dbit_helper.h141 /// sequence of ones starting at the least significant bit with the remainder
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/x86/
Dcompiled_code_to_interpreter_bridge_x86.S103 andl $0xFFFFFFF0, %SHORTY_REG // clear the the least significant 4 bits
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dimmvalid.def43 /* get the least significant bit set and add it to 'val' */
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/
Dcompiled_code_to_interpreter_bridge_arm.S151 bic r1, r1, #0xF // clear the the least significant 4 bits

123