Searched full:integers (Results 1 – 23 of 23) sorted by relevance
/arkcompiler/runtime_core/docs/ |
D | rationale-for-bytecode.md | 188 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
|
D | design-of-interpreter.md | 160 1. Virtual registers should be able to hold following types: unsigned and signed integers with
|
D | assembly_format.md | 27 * Signed/Unsigned decimal/hexadecimal/binary integers not larger than 64 bits. Hexadecimal literals…
|
/arkcompiler/runtime_core/docs/bc_verification/ |
D | absint_checks.md | 5 This type of checks eliminate rutime problems with undefined bits in integers, truncation issues, e…
|
D | types_n_values.md | 93 - Signed integers
|
/arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
D | jne.yaml | 20 …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…
|
D | jeq.yaml | 20 …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…
|
D | jgt.yaml | 20 …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…
|
D | jlt.yaml | 20 …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…
|
D | jge.yaml | 20 …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…
|
D | jle.yaml | 20 …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/ |
D | commentsCommentParsing.ts | 141 /** Adds two integers and
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_bigint_test.cpp | 111 // 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/ |
D | builtins_global.cpp | 367 // 3. Let Octets be an array of 8-bit integers of size n. in Decode()
|
D | builtins_math.cpp | 651 // For huge integers in Round()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | number_helper.cpp | 356 …// 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/ |
D | inst.h | 63 // Signed integers and floating-point numbers. 68 // Unsigned integers.
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | circuit_ir_specification.md | 43 …is not included in primary types, since pointers are not different from integers in common ISAs. T…
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
D | encoder64_test.cpp | 234 // Only integers less thаn 32bit. in CallCode() 2452 // Only integers less thаn 32bit. in TestCast()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
D | encoder64_test.cpp | 236 // Only integers less thаn 32bit. in CallCode() 2579 // Only integers less thаn 32bit. in TestCast()
|
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
D | encoder32_test.cpp | 2447 // Only integers less thаn 32bit. in TestCast()
|
/arkcompiler/ets_frontend/test262/ |
D | CI_tests.txt | 2576 built-ins/Number/isInteger/non-integers.js
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 … equal to 2^53 or greater are too large to be represented accurately as integers."),Add_missing_su…
|