Home
last modified time | relevance | path

Searched full:integer (Results 1 – 25 of 138) sorted by relevance

123456

/ark/ts2abc/ts2panda/src/base/
DtypeSystem.ts135 summaryLiterals.push(new Literal(LiteralTag.INTEGER, L2Type._COUNTER));
136 summaryLiterals.push(new Literal(LiteralTag.INTEGER, this.userDefinedClassNum));
137 summaryLiterals.push(new Literal(LiteralTag.INTEGER, this.anonymousRedirect.length));
292 classTypeLiterals.push(new Literal(LiteralTag.INTEGER, L2Type.CLASS));
293 classTypeLiterals.push(new Literal(LiteralTag.INTEGER, this.modifier));
295 classTypeLiterals.push(new Literal(LiteralTag.INTEGER, this.extendsHeritage));
296 classTypeLiterals.push(new Literal(LiteralTag.INTEGER, this.implementsHeritages.length));
298 classTypeLiterals.push(new Literal(LiteralTag.INTEGER, heritage));
316 classTypeLiterals.push(new Literal(LiteralTag.INTEGER, transferredTarget.size));
319 classTypeLiterals.push(new Literal(LiteralTag.INTEGER, typeInfo[0])); // typeIndex
[all …]
/ark/runtime_core/tests/cts-generator/cts-template/
Du32toi64.yaml18 title: Integer truncations and extensions.
20 Perform specified integer extension or truncations of accumulator.
21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
66 …nt values (objects, strings, types, 64-bit floating point values, 64-bit integer values) and invok…
Du64tou1.yaml18 title: Conversions from integer types to u1
20 Conversion from integer types to u1 obeys the following rules.
21 If converted integer is not equal to zero, the result is 1.
67 …nt values (objects, strings, types, 64-bit floating point values, 64-bit integer values) and invok…
Du32tou1.yaml18 title: Conversions from integer types to u1
20 Conversion from integer types to u1 obeys the following rules.
21 If converted integer is not equal to zero, the result is 1.
67 …nt values (objects, strings, types, 64-bit floating point values, 64-bit integer values) and invok…
Du32toi8.yaml18 title: Integer truncations and extensions.
20 Perform specified integer extension or truncations of accumulator.
21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
71 …nt values (objects, strings, types, 64-bit floating point values, 64-bit integer values) and invok…
Di64tou1.yaml18 title: Conversions from integer types to u1
20 Conversion from integer types to u1 obeys the following rules.
21 If converted integer is not equal to zero, the result is 1.
75 …nt values (objects, strings, types, 64-bit floating point values, 32-bit integer values) and invok…
Du32toi16.yaml18 title: Integer truncations and extensions.
20 Perform specified integer extension or truncations of accumulator.
21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
71 …nt values (objects, strings, types, 64-bit floating point values, 64-bit integer values) and invok…
Du32tou16.yaml18 title: Integer truncations and extensions.
20 Perform specified integer extension or truncations of accumulator.
21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
66 …nt values (objects, strings, types, 64-bit floating point values, 64-bit integer values) and invok…
Du64toi32.yaml18 title: Integer truncations and extensions.
20 Perform specified integer extension or truncations of accumulator.
21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
71 …nt values (objects, strings, types, 64-bit floating point values, 64-bit integer values) and invok…
Du64tou32.yaml18 title: Integer truncations and extensions.
20 Perform specified integer extension or truncations of accumulator.
21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
66 …nt values (objects, strings, types, 64-bit floating point values, 64-bit integer values) and invok…
Du32tou8.yaml18 title: Integer truncations and extensions.
20 Perform specified integer extension or truncations of accumulator.
21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
66 …nt values (objects, strings, types, 64-bit floating point values, 64-bit integer values) and invok…
Di32tou1.yaml18 title: Conversions from integer types to u1
20 Conversion from integer types to u1 obeys the following rules.
21 If converted integer is not equal to zero, the result is 1.
65 …nt values (objects, strings, types, 64-bit floating point values, 64-bit integer values) and invok…
Di32toi64.yaml18 title: Integer truncations and extensions.
20 Perform specified integer extension or truncations of accumulator.
21 …If extension bytecode treats its source as signed integer, the value is sign-extended to destinati…
64 …nt values (objects, strings, types, 64-bit floating point values, 64-bit integer values) and invok…
Di32toi8.yaml18 title: Integer truncations and extensions.
20 Perform specified integer extension or truncations of accumulator.
21 …If extension bytecode treats its source as signed integer, the value is sign-extended to destinati…
69 …nt values (objects, strings, types, 64-bit floating point values, 64-bit integer values) and invok…
Di32toi16.yaml18 title: Integer truncations and extensions.
20 Perform specified integer extension or truncations of accumulator.
21 …If extension bytecode treats its source as signed integer, the value is sign-extended to destinati…
69 …nt values (objects, strings, types, 64-bit floating point values, 64-bit integer values) and invok…
Di32tou16.yaml18 title: Integer truncations and extensions.
20 Perform specified integer extension or truncations of accumulator.
21 …If extension bytecode treats its source as signed integer, the value is sign-extended to destinati…
64 …nt values (objects, strings, types, 64-bit floating point values, 64-bit integer values) and invok…
Di32tou8.yaml18 title: Integer truncations and extensions.
20 Perform specified integer extension or truncations of accumulator.
21 …If extension bytecode treats its source as signed integer, the value is sign-extended to destinati…
64 …nt values (objects, strings, types, 64-bit floating point values, 64-bit integer values) and invok…
Dtest-schema.json224 "integer"
235 "integer"
264 "integer"
273 "integer"
Di64toi32.yaml18 title: Integer truncations and extensions.
20 Perform specified integer extension or truncations of accumulator.
74 …nt values (objects, strings, types, 64-bit floating point values, 32-bit integer values) and invok…
Df64tou32.yaml18 title: Conversions between integer and floating point types
112 …description: If converted integer is less than minimal value for destination type, the result is m…
135 …description: If converted integer is greater than maximum value for destination type, the result i…
218 …Load different values (objects, strings, types, 32-bit values, 64-bit integer values) and invokes …
Df64tou64.yaml18 title: Conversions between integer and floating point types
115 …description: If converted integer is less than minimal value for destination type, the result is m…
141 …description: If converted integer is greater than maximum value for destination type, the result i…
226 …Load different values (objects, strings, types, 32-bit values, 64-bit integer values) and invokes …
/ark/runtime_core/libpandabase/
DREADME.md8 - integer
35 - 5 parameters for integer args: argument name, default value, description, min value, max value
42 - Min value is the number that the integer argument cannot be less than.
43 - Max value is the number that the integer argument cannot be greater than.
46 - `int` for integer argument
120 - For integer arguments it's possible to define value range.
140 In the tail arguments example, `false` is a boolean value, `-1` is integer value and `str1` and `st…
/ark/runtime_core/tests/verifier-tests/
Dbug_2107_2.pa17 #- title: Integer truncations and extensions.
18 # description: 'Perform specified integer extension or truncations of accumulator.
39 # Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer va…
/ark/js_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md11 …tion gates**. A computation gate can do simple things such as adding two integer values, or comple…
43 …tes. They describe the bit width of values, and which type of registers (integer or float) should …
82 * `ARCH` means architecture-related integer type (`INTx` on `x` bits architecture).
332 #### Integer binary arithmetic operations
334 * **ADD**: returns the sum of its two integer operands.
335 * **SUB**: returns the difference of its two integer operands. It is used to implement the "-" unar…
336 * **MUL**: returns the product of its two integer operands.
337 * **EXP**: returns the first integer operand raised to the power of the second integer operand.
338 * **SDIV**: returns the signed quotient of its two integer operands.
339 * **SREM**: returns the remainder from the signed division of its two integer operands.
[all …]
/ark/runtime_core/tests/cts-coverage-tool/
Dnon_testable.yaml16 - title: Conversions between integer and floating point types
17 description: Conversion from floating-point types to integer one obeys the following
30 Conversion from floating-point types to integer one obeys the following rules.

123456