Home
last modified time | relevance | path

Searched full:zeros (Results 1 – 25 of 36) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp107 imm >>= 3; // 3: 64 RegSise, imm/8 to remove trailing zeros in Ldp()
109 imm >>= 2; // 2: 32 RegSise, imm/4 to remove trailing zeros in Ldp()
141 imm >>= 3; // 3: 64 RegSise, imm/8 to remove trailing zeros in Stp()
143 imm >>= 2; // 2: 32 RegSise, imm/4 to remove trailing zeros in Stp()
175 // 2 : 2 means remove trailing zeros in Ldp()
179 // 3 : 3 means remove trailing zeros in Ldp()
183 // 4 : 4 means remove trailing zeros in Ldp()
221 // 2 : 2 means remove trailing zeros in Stp()
225 // 3 : 3 means remove trailing zeros in Stp()
229 // 4 : 4 means remove trailing zeros in Stp()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/arkts/@arkts/collections/BitVector/
DgetBitCountByRangeTests.ets51 …assertEQ(bitVector.getBitCountByRange(0, 0, 5), 3, "BitVector should contain 3 zeros in range 0-5"…
175 …assertEQ(bitVector.getBitCountByRange(0, 0, 64), 32, "BitVector should contain 32 zeros in range 0…
195 …CountByRange(0, 10, bitVectorLength + 10), 32, "BitVector should contain 32 zeros in range 10-74");
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_common.h27 // all zeros
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dfsub2.yaml310 The sum or the difference of zeros is zero.
311 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
379 The sum or the difference of zeros is zero.
380 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
591 The sum or the difference of zeros is zero.
592 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
Dfadd2.yaml337 The sum or the difference of zeros is zero.
338 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
396 The sum or the difference of zeros is zero.
397 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
599 The sum or the difference of zeros is zero.
600 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
Dfsub2.64.yaml310 The sum or the difference of zeros is zero.
311 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
379 The sum or the difference of zeros is zero.
380 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
591 The sum or the difference of zeros is zero.
592 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
Dfadd2.64.yaml337 The sum or the difference of zeros is zero.
338 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
396 The sum or the difference of zeros is zero.
397 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
599 The sum or the difference of zeros is zero.
600 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dfsub2.yaml310 The sum or the difference of zeros is zero.
311 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
379 The sum or the difference of zeros is zero.
380 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
592 The sum or the difference of zeros is zero.
593 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
Dfadd2.yaml337 The sum or the difference of zeros is zero.
338 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
396 The sum or the difference of zeros is zero.
397 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
599 The sum or the difference of zeros is zero.
600 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
Dfsub2.64.yaml310 The sum or the difference of zeros is zero.
311 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
379 The sum or the difference of zeros is zero.
380 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
592 The sum or the difference of zeros is zero.
593 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
Dfadd2.64.yaml337 The sum or the difference of zeros is zero.
338 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
396 The sum or the difference of zeros is zero.
397 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
599 The sum or the difference of zeros is zero.
600 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/
Darr_inf2_num1.params.yaml16 # zeros
Darr_inf2_num2.params.yaml16 # zeros
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp1023 // 2 : add two zeros in front of the first set of 6 bits to become a new 8 binary bits in Base64Encode()
1025 …// 4 : add two zeros in front of the following second set of 6 bits to become the new 8 binary bits in Base64Encode()
1027 …// 2 : 4 : 6 : add two zeros in front of the following third set of 6 bits to become the new 8 bin… in Base64Encode()
1029 …// 2 : 3 : add two zeros in front of the following forth set of 6 bits to become the new 8 binary … in Base64Encode()
1037 // 2 : add two zeros in front of the first set of 6 bits to become a new 8 binary bits in Base64Encode()
1040 …// 4 : paddle the last two bits of the last byte with two zeros in front of it and four zeros afte… in Base64Encode()
1045 … // 4 : add two zeros in front of the second set of 6 bits to become the new 8 binary bits in Base64Encode()
1047 …// 2 : paddle the last four bits of the last byte with two zeros in front of it and two zeros afte… in Base64Encode()
/arkcompiler/ets_runtime/ecmascript/base/
Ddtoa_helper.cpp340 // Removes leading and trailing zeros.
341 // If leading zeros are removed then the decimal point position is adjusted.
/arkcompiler/ets_runtime/common_components/heap/collector/
Dtask_queue.h197 // get the count of trailing zeros in Pop()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp249 … // integerSignificand followed by (numberBitCount - integerSignificandBitCount) digit zeros. in DoubleToString()
257 …// If -6 < numberBitCount ≤ 0, return the string consisting of "0." and digit zeros represented by… in DoubleToString()
267 // integerSignificand followed by "e", symbol and (numberBitCount - 1) digit zeros. in DoubleToString()
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml1116 … or the difference of zeros is zero. Exceptions are the sum of two negative zeros and the differen…
1205 … or the difference of zeros is zero. Exceptions are the sum of two negative zeros and the differen…
/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
DnumberLiteral.cpp177 // no need to keep the trailing zeros in GetBaseBinarySearch()
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/
DSparseBitVector.ts252 // Count trailing zeros in a word
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/arkts/
D@arkts.math.Decimal.ets845 * `significantDigits` significant digits (or less if trailing zeros are produced).
2309 // they had leading zeros)
2628 // Convert trailing digits to zeros according to significant digits.
2656 // Count the digits of the first word of result digits to determine leading zeros.
2663 // Adjust the exponent for leading zeros of the first word of result digits.
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.cpp508 // no need to keep the trailing zeros in GetBaseBinarySearch()
/arkcompiler/ets_runtime/test/moduletest/arraysort/
Dexpect_output.txt51 …e":13},{"name":"Edward","value":21},{"name":"Sharpe","value":37},{"name":"Zeros","value":37},{"nam…
52 …c","value":13},{"name":"Sharpe","value":37},{"name":"The","value":-12},{"name":"Zeros","value":37}]
Darraysort.js291 { name: "Zeros", value: 37 },
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DBigInt.ets936 if (i >= len + shift) { // Check the rest is zeros for negative shift.

12