Home
last modified time | relevance | path

Searched full:integers (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md188 with say 64-bit integers. In this case, if we want to add two double-precision floating point
192 all kinds of addition (for short and long integers, for signed and unsigned integers, for
217 I.e. does it mean that if `adda reg1, reg2` operates only on 64-bit integers, registers `reg1`
220 which do not distinguish between integers and pointers on many platforms). The key constraint is
Ddesign-of-interpreter.md160 1. Virtual registers should be able to hold following types: unsigned and signed integers with
Dassembly_format.md27 * Signed/Unsigned decimal/hexadecimal/binary integers not larger than 64 bits. Hexadecimal literals…
/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md5 This type of checks eliminate rutime problems with undefined bits in integers, truncation issues, e…
Dtypes_n_values.md93 - Signed integers
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Djne.yaml20 …32-bit integers in accumulator and register compare as specified. Offset is sign extended to the s…
906 …32-bit integers in accumulator and register compare as specified. Offset is sign extended to the s…
956 …32-bit integers in accumulator and register compare as specified. Offset is sign extended to the s…
Djeq.yaml20 …32-bit integers in accumulator and register compare as specified. Offset is sign extended to the s…
910 …32-bit integers in accumulator and register compare as specified. Offset is sign extended to the s…
960 …32-bit integers in accumulator and register compare as specified. Offset is sign extended to the s…
Djgt.yaml20 …32-bit integers in accumulator and register compare as specified. Offset is sign extended to the s…
906 …32-bit integers in accumulator and register compare as specified. Offset is sign extended to the s…
956 …32-bit integers in accumulator and register compare as specified. Offset is sign extended to the s…
Djlt.yaml20 …32-bit integers in accumulator and register compare as specified. Offset is sign extended to the s…
906 …32-bit integers in accumulator and register compare as specified. Offset is sign extended to the s…
956 …32-bit integers in accumulator and register compare as specified. Offset is sign extended to the s…
Djge.yaml20 …32-bit integers in accumulator and register compare as specified. Offset is sign extended to the s…
906 …32-bit integers in accumulator and register compare as specified. Offset is sign extended to the s…
956 …32-bit integers in accumulator and register compare as specified. Offset is sign extended to the s…
Djle.yaml20 …32-bit integers in accumulator and register compare as specified. Offset is sign extended to the s…
906 …32-bit integers in accumulator and register compare as specified. Offset is sign extended to the s…
956 …32-bit integers in accumulator and register compare as specified. Offset is sign extended to the s…
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DcommentsCommentParsing.ts141 /** Adds two integers and
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp111 // Compare two integers in the safe range. in HWTEST_F_L0()
133 // Compare two integers outside the safe range. in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp367 // 3. Let Octets be an array of 8-bit integers of size n. in Decode()
Dbuiltins_math.cpp651 // For huge integers in Round()
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp356 …// 5. Otherwise, let n, k, and s be integers such that k ≥ 1, 10k−1 ≤ s < 10k, the Number value fo… in NumberToString()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h63 // Signed integers and floating-point numbers.
68 // Unsigned integers.
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md43 …is not included in primary types, since pointers are not different from integers in common ISAs. T…
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp234 // Only integers less thаn 32bit. in CallCode()
2452 // Only integers less thаn 32bit. in TestCast()
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp236 // Only integers less thаn 32bit. in CallCode()
2579 // Only integers less thаn 32bit. in TestCast()
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp2447 // Only integers less thаn 32bit. in TestCast()
/arkcompiler/ets_frontend/test262/
DCI_tests.txt2576 built-ins/Number/isInteger/non-integers.js
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 … equal to 2^53 or greater are too large to be represented accurately as integers."),Add_missing_su…