| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_string_equals_test.cpp | 80 // Test case 9: Truncated UTF-8 multi-byte character in HWTEST_F_L0() 81 const uint8_t utf8_09[] = {0xE3, 0x81}; // Truncated "あ" (Japanese 'a') in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | mpl_int_val.h | 100 …// if size == 0, just return the value itself because it's already truncated for an appropriate wi… 395 /// bit-width is preserved and the value is truncated to the original bit-width 407 /// @return truncated value to the given bit-width 421 /// @return sign/zero extended value or truncated value depending on bit-width
|
| /arkcompiler/runtime_core/static_core/plugins/ets/isa/ |
| D | isa.yaml | 123 …If field type size is less than 32, accumulator content will be truncated to storage size before s…
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | stobj.yaml | 444 …description: If field type size is less than 32, accumulator content will be truncated to storage … 514 …description: If field type size is less than 32, accumulator content will be truncated to storage …
|
| D | starr.16.yaml | 37 If size of element to store is less than 32, accumulator content will be truncated 1105 ldai 1234567 # should be truncated 1132 ldai 1234567 # should be truncated
|
| D | starr.8.yaml | 37 If size of element to store is less than 32, accumulator content will be truncated 1114 ldai 1234567 # will be truncated 1142 ldai 1234567 # will be truncated
|
| D | stobj.v.yaml | 774 …description: If field type size is less than 32, register content will be truncated to storage siz… 911 …description: If field type size is less than 32, register content will be truncated to storage siz…
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | stobj.yaml | 423 …description: If field type size is less than 32, accumulator content will be truncated to storage … 492 …description: If field type size is less than 32, accumulator content will be truncated to storage …
|
| D | starr.16.yaml | 27 If size of element to store is less than 32, accumulator content will be truncated 627 ldai 1234567 # should be truncated
|
| D | starr.8.yaml | 27 If size of element to store is less than 32, accumulator content will be truncated 632 ldai 1234567 # will be truncated
|
| D | stobj.v.yaml | 429 …description: If field type size is less than 32, register content will be truncated to storage siz… 563 …description: If field type size is less than 32, register content will be truncated to storage siz…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_number_stub_builder.cpp | 220 GateRef truncated = ChangeInt32ToFloat64(TruncFloatToInt64(f)); in IsSafeInteger() local 221 BRANCH(DoubleEqual(f, truncated), &checkSafe, &retFalse); in IsSafeInteger()
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/ |
| D | utils.py | 125 …write content to file if file exists it will be truncated. if file does not exist it wil be created
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | simplify.cpp | 37 // Return the truncated constant or nullptr if the constant doesn't need to be truncated.
|
| D | constantfold.cpp | 48 …// The value will be truncated for an appropriate type when constant is created in PairToExpr func… in operator *() 53 // The value will be truncated for an appropriate type when constant is created in PairToExpr funct…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | Math.sts | 688 * @param v number to be truncated.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_checker.cpp | 230 /* If the section headers were truncated, pretend none were there. in GetSectionHeaderNum()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_lowering.cpp | 986 GateRef truncated = builder_.BinaryArithmetic(circuit_->Mul(), in LowerInt32DivWithCheck() local 988 GateRef overCheck = builder_.Int32Equal(truncated, left); in LowerInt32DivWithCheck()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/math/ |
| D | math.sts | 766 * @param v Number to be truncated.
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isa.yaml | 2123 If size of element to store is less than 32, accumulator content will be truncated 2349 …If field type size is less than 32, accumulator content will be truncated to storage size before s… 2425 …If field type size is less than 32, register content will be truncated to storage size before stor…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 3_types.rst | 793 if the number is truncated, and the mantissa bits are discarded. 819 truncated number
|
| D | 7_expressions.rst | 3769 ``float``, then such operand or operands are first truncated to appropriate 3788 truncated operand 4655 ``float``, then that operand or operands are first truncated to the appropriate
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_global.cpp | 366 // of fillString truncated to length fillLen. in StringPad()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | frames.h | 1123 // args, may be truncated if not extra
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 1763 auto truncated = builder_.CreateUnaryIntrinsic(llvm::Intrinsic::trunc, input); in CreateIsInteger() local 1764 auto diff = builder_.CreateFSub(input, truncated); in CreateIsInteger()
|