| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 107 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/ |
| D | getBitCountByRangeTests.ets | 51 …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/ |
| D | stackful_common.h | 27 // all zeros
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | fsub2.yaml | 310 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…
|
| D | fadd2.yaml | 337 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…
|
| D | fsub2.64.yaml | 310 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…
|
| D | fadd2.64.yaml | 337 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/ |
| D | fsub2.yaml | 310 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…
|
| D | fadd2.yaml | 337 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…
|
| D | fsub2.64.yaml | 310 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…
|
| D | fadd2.64.yaml | 337 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/ |
| D | arr_inf2_num1.params.yaml | 16 # zeros
|
| D | arr_inf2_num2.params.yaml | 16 # zeros
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_buffer.cpp | 1023 // 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/ |
| D | dtoa_helper.cpp | 340 // 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/ |
| D | task_queue.h | 197 // get the count of trailing zeros in Pop()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | helpers.cpp | 249 … // 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/ |
| D | isa.yaml | 1116 … 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/ |
| D | numberLiteral.cpp | 177 // no need to keep the trailing zeros in GetBaseBinarySearch()
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/ |
| D | SparseBitVector.ts | 252 // Count trailing zeros in a word
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/arkts/ |
| D | @arkts.math.Decimal.ets | 845 * `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/ |
| D | ets_intrinsics_helpers.cpp | 508 // no need to keep the trailing zeros in GetBaseBinarySearch()
|
| /arkcompiler/ets_runtime/test/moduletest/arraysort/ |
| D | expect_output.txt | 51 …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}]
|
| D | arraysort.js | 291 { name: "Zeros", value: 37 },
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | BigInt.ets | 936 if (i >= len + shift) { // Check the rest is zeros for negative shift.
|