Home
last modified time | relevance | path

Searched full:127 (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/
Dunboxing2.params.yaml19 values: [-128 as byte, 0 as byte, 127 as byte]
23 values: [-128 as byte, 0 as byte, 127 as byte]
27 values: [-128 as byte, 0 as byte, 127 as byte]
31 values: [-128 as byte, 0 as byte, 127 as byte]
35 values: [-128 as byte, 0 as byte, 127 as byte]
74 values: [127, 32767, 2147483647]
78 values: [127, 32767]
82 values: [127, 32768]
90 values: [-128 as long, 127 as long]
Dunboxing2_call.params.yaml19 values: [new Byte(-128 as byte), new Byte(0 as byte), new Byte(127 as byte)]
23 values: [new Byte(-128 as byte), new Byte(0 as byte), new Byte(127 as byte)]
27 values: [new Byte(-128 as byte), new Byte(0 as byte), new Byte(127 as byte)]
31 values: [new Byte(-128 as byte), new Byte(0 as byte), new Byte(127 as byte)]
35 values: [new Byte(-128 as byte), new Byte(0 as byte), new Byte(127 as byte)]
74 values: [new Int(127), new Int(32767), new Int(Int.MAX_VALUE)]
78 values: [new Int(127), new Int(32767), new Int(Int.MAX_VALUE)]
82 values: [new Int(127), new Int(32767), new Int(Int.MAX_VALUE)]
Dwidening_prim_call.params.yaml19 - { type: byte, val: 127, val2: (127 as short) }
25 - { type: byte, val: 127, val2: 127 }
36 - { type: byte, val: 127, val2: (127 as long) }
50 - { type: byte, val: 127, val2: (127.0 as float) }
67 - { type: byte, val: 127, val2: 127.0 }
Dboxing2_call.params.yaml23 values: [-128 as byte, 0 as byte, 127 as byte]
27 values: [-128 as byte, 0 as byte, 127 as byte]
43 values: [127, 32767, Int.MAX_VALUE]
47 values: [127, 32767, Int.MAX_VALUE]
Dwidening_prim.params.yaml17 - { src_type: byte, src_val: 127, dst_type: short, dst_val: 127 }
20 - { src_type: byte, src_val: 127, dst_type: int, dst_val: 127 }
23 - { src_type: byte, src_val: 127, dst_type: long, dst_val: 127 }
26 - { src_type: byte, src_val: 127, dst_type: float, dst_val: 127.0 }
29 - { src_type: byte, src_val: 127, dst_type: double, dst_val: 127.0 }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/
Dnum_cc.params.yaml32 - { sval: '-129.0', dval: '127' }
34 - { sval: '-127.0', dval: '-127' }
44 - { sval: '127.0', dval: '127' }
87 - { sval: '-127.0', dval: '-127' }
97 - { sval: '127.0', dval: '127' }
140 - { sval: '-127.0', dval: '-127' }
150 - { sval: '127.0', dval: '127' }
193 - { sval: '-127.0', dval: '-127' }
203 - { sval: '127.0', dval: '127' }
391 - { sval: '-129.0f', dval: '127' }
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/core/
Dlist.std_core_array_concat.yaml52 test2: { first: "[127, (-128)]", second: "[(-128), 127]", },
60 test2: "[127, (-128), (-128), 127]",
77 test2: { first: "[127, (-128)]", second: "[(-128), 127]",},
85 test2: "[127, (-128), (-128), 127]",
102 test2: { first: "[127, -128]", second: "[-128, 127]",},
110 test2: "[127, -128, -128, 127]",
127 test2: { first: "[127, -128]", second: "[-128, 127]",},
135 test2: "[127, -128, -128, 127]",
Dlist.std_core_long_instance.yaml242 …[125 as long, 125 as long, 126 as long, 126 as long, 127 as long, 127 as long, (-127) as long, (-1…
263 …[125 as long, 125 as long, 126 as long, 126 as long, 127 as long, 127 as long, (-127) as long, (-1…
284 …[125 as long, 125 as long, 126 as long, 126 as long, 127 as long, 127 as long, (-127) as long, (-1…
305 …[125 as long, 125 as long, 126 as long, 126 as long, 127 as long, 127 as long, (-127) as long, (-1…
326 …[125 as long, 125 as long, 126 as long, 126 as long, 127 as long, 127 as long, (-127) as long, (-1…
347 param_list: {"param1" : "[125 as long, (-128) as long, 127 as long, (-128) as long]"},
Dlist.std_core_float_instance.yaml214 …s float, 125 as float, 126 as float, 126 as float, 127 as float, 127 as float, (-127) as float, (-
235 …s float, 125 as float, 126 as float, 126 as float, 127 as float, 127 as float, (-127) as float, (-
256 …s float, 125 as float, 126 as float, 126 as float, 127 as float, 127 as float, (-127) as float, (-
277 …s float, 125 as float, 126 as float, 126 as float, 127 as float, 127 as float, (-127) as float, (-
298 …s float, 125 as float, 126 as float, 126 as float, 127 as float, 127 as float, (-127) as float, (-
319 param_list: {"param1" : "[125 as float, (-128) as float, 127 as float, (-128) as float]"},
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/
Dne3.params.yaml32 - '127 as byte'
33 - '127 as short'
34 - '127'
35 - '127 as long'
36 - '127f'
37 - new Byte(127 as byte)
38 - new Short(127 as short)
39 - new Int(127)
40 - new Long(127 as long)
41 - new Float(127f)
Deq2.params.yaml32 - '127 as byte'
33 - '127 as short'
34 - '127 as long'
35 - '127f'
36 - new Byte(127 as byte)
37 - new Int(127)
38 - new Float(127f)
Deq1.params.yaml30 - '127 as long'
31 - new Long(127 as long)
33 - '127 as short'
34 - '127f'
37 - new Byte(127 as byte)
38 - new Int(127)
Deq.params.yaml26 - new Short(127 as short)
28 - new Byte(127 as byte)
29 - new Int(127)
30 - new Long(127 as long)
31 - new Float(127f)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/02.compound_assignment_operators/
Dops_boxed.params.yaml16 - { type: Byte, v: 127, op: '+', q: 1 }
17 - { type: Byte, v: 127, op: '+', q: 127 }
50 - { type: Byte, v: 127, op: '-', q: -1 }
84 - { type: Byte, v: 127, op: '*', q: 1 }
85 - { type: Byte, v: 127, op: '*', q: 127 }
118 - { type: Byte, v: 127, op: '/', q: 1 }
119 - { type: Byte, v: 127, op: '/', q: 127 }
146 - { type: Byte, v: 127, op: '%', q: 1 }
147 - { type: Byte, v: 127, op: '%', q: 127 }
174 - { type: Byte, v: 127, op: '<<', q: 1 }
[all …]
Dops.params.yaml16 - { type: byte, v: 127, op: '+', q: 1 }
17 - { type: byte, v: 127, op: '+', q: 127 }
54 - { type: byte, v: 127, op: '-', q: -1 }
88 - { type: byte, v: 127, op: '*', q: 1 }
89 - { type: byte, v: 127, op: '*', q: 127 }
122 - { type: byte, v: 127, op: '/', q: 1 }
123 - { type: byte, v: 127, op: '/', q: 127 }
150 - { type: byte, v: 127, op: '%', q: 1 }
151 - { type: byte, v: 127, op: '%', q: 127 }
178 - { type: byte, v: 127, op: '<<', q: 1 }
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/
Deq.params.yaml32 - '127 as short'
33 - '127'
34 - '127 as long'
35 - new Byte(127 as byte)
36 - new Short(127 as short)
37 - new Float(127f)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/
Deq1.params.yaml33 - '127 as long'
34 - new Long(127 as long)
36 - '127 as short'
37 - '127 as long'
38 - '127f'
40 - new Float(127f)
Deq.params.yaml74 - '127 as byte'
75 - '127 as short'
76 - '127'
77 - '127 as long'
78 - '127f'
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-common-tests/intrinsics/
Dint8array_sort.ets17 const UNSORTED: Array<Double> = [5, 3, 127, 2, 4, -1, 99, 10, 7, 0, 45, 1, 88, -127, 37];
18 const SORTED = [-127, -1, 0, 1, 2, 3, 4, 5, 7, 10, 37, 45, 88, 99, 127];
19 const SORTED_UNALIGNED = [-127, -1, 0, 1, 2, 3, 4, 7, 10, 37, 45, 88, 99, 127];
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/
Dinteger_and.params.yaml23 …- {xorigin: 0, yorigin: -127, op: "&", dest: 0, xbits: "0b00000000", ybits: "0b10000001", db…
33 …- {xorigin: 85, yorigin: -127, op: "&", dest: 1, xbits: "0b01010101", ybits: "0b10000001", db…
43 …- {xorigin: -86, yorigin: -127, op: "&", dest: -128, xbits: "0b10101010", ybits: "0b10000001", db…
53 …- {xorigin: 15, yorigin: -127, op: "&", dest: 1, xbits: "0b00001111", ybits: "0b10000001", db…
63 …- {xorigin: -16, yorigin: -127, op: "&", dest: -128, xbits: "0b11110000", ybits: "0b10000001", db…
73 …- {xorigin: 51, yorigin: -127, op: "&", dest: 1, xbits: "0b00110011", ybits: "0b10000001", db…
83 …- {xorigin: -52, yorigin: -127, op: "&", dest: -128, xbits: "0b11001100", ybits: "0b10000001", db…
86 …- {xorigin: -127, yorigin: 0, op: "&", dest: 0, xbits: "0b10000001", ybits: "0b00000000", db…
87 …- {xorigin: -127, yorigin: 85, op: "&", dest: 1, xbits: "0b10000001", ybits: "0b01010101", db…
88 …- {xorigin: -127, yorigin: -86, op: "&", dest: -128, xbits: "0b10000001", ybits: "0b10101010", db…
[all …]
Dinteger_xor.params.yaml23 …- {xorigin: 0, yorigin: -127, op: "^", dest: -127, xbits: "0b00000000", ybits: "0b10000001", db…
33 …- {xorigin: 85, yorigin: -127, op: "^", dest: -44, xbits: "0b01010101", ybits: "0b10000001", db…
43 …- {xorigin: -86, yorigin: -127, op: "^", dest: 43, xbits: "0b10101010", ybits: "0b10000001", db…
53 …- {xorigin: 15, yorigin: -127, op: "^", dest: -114, xbits: "0b00001111", ybits: "0b10000001", db…
63 …- {xorigin: -16, yorigin: -127, op: "^", dest: 113, xbits: "0b11110000", ybits: "0b10000001", db…
73 …- {xorigin: 51, yorigin: -127, op: "^", dest: -78, xbits: "0b00110011", ybits: "0b10000001", db…
83 …- {xorigin: -52, yorigin: -127, op: "^", dest: 77, xbits: "0b11001100", ybits: "0b10000001", db…
86 …- {xorigin: -127, yorigin: 0, op: "^", dest: -127, xbits: "0b10000001", ybits: "0b00000000", db…
87 …- {xorigin: -127, yorigin: 85, op: "^", dest: -44, xbits: "0b10000001", ybits: "0b01010101", db…
88 …- {xorigin: -127, yorigin: -86, op: "^", dest: 43, xbits: "0b10000001", ybits: "0b10101010", db…
[all …]
Dinteger_or.params.yaml23 …- {xorigin: 0, yorigin: -127, op: "|", dest: -127, xbits: "0b00000000", ybits: "0b10000001", db…
33 …- {xorigin: 85, yorigin: -127, op: "|", dest: -43, xbits: "0b01010101", ybits: "0b10000001", db…
43 …- {xorigin: -86, yorigin: -127, op: "|", dest: -85, xbits: "0b10101010", ybits: "0b10000001", db…
53 …- {xorigin: 15, yorigin: -127, op: "|", dest: -113, xbits: "0b00001111", ybits: "0b10000001", db…
63 …- {xorigin: -16, yorigin: -127, op: "|", dest: -15, xbits: "0b11110000", ybits: "0b10000001", db…
73 …- {xorigin: 51, yorigin: -127, op: "|", dest: -77, xbits: "0b00110011", ybits: "0b10000001", db…
83 …- {xorigin: -52, yorigin: -127, op: "|", dest: -51, xbits: "0b11001100", ybits: "0b10000001", db…
86 …- {xorigin: -127, yorigin: 0, op: "|", dest: -127, xbits: "0b10000001", ybits: "0b00000000", db…
87 …- {xorigin: -127, yorigin: 85, op: "|", dest: -43, xbits: "0b10000001", ybits: "0b01010101", db…
88 …- {xorigin: -127, yorigin: -86, op: "|", dest: -85, xbits: "0b10000001", ybits: "0b10101010", db…
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/
Drest_params_spread.params.yaml22 - 127
30 - 127
38 - 127 as long
46 - 127 as float
Drest_params.params.yaml22 - 127
30 - 127
38 - 127 as long
46 - 127 as float
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_lmbd/
Dcall-lmbd_2.params.yaml20 - { expr: new Byte(127 as byte), val: 127 }
27 - { expr: new Byte(127 as byte), val: 127 }
34 - { expr: new Byte(127 as byte), val: 127 }
41 - { expr: new Byte(127 as byte), val: 127.0 as float }
48 - { expr: new Byte(127 as byte), val: 127.0 }
56 - { expr: new Short(Byte.MAX_VALUE as short), val: 127 }
65 - { expr: new Short(Byte.MAX_VALUE as short), val: 127 }
83 - { expr: new Short(Byte.MAX_VALUE as short), val: 127 }
92 - { expr: new Int(Byte.MAX_VALUE as int), val: 127 }
168 - { expr: "new Char(c'\\u007f')", val: 127 }
[all …]

12345678910>>...20