Home
last modified time | relevance | path

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

123456

/arkcompiler/ets_runtime/test/moduletest/typedarrayat/
Dtypedarrayat.js134 uint32.fill(65536);
136 assert_equal(uint32.toString(),"65536,65536,65536,65536,65536,65536,65536,65536,65536,65536,65536");
/arkcompiler/ets_runtime/test/moduletest/arrayRelease/
DarrayRelease.js26 length: 65536,
28 let str = "*".repeat(65536);
31 assert_equal(res.length, 65536 * 65536);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/
DTypedArrayConstructorNumbersInts.ets30 const nums: FixedArray<number> = [1, 2, 3, 4, 5, Infinity, -Infinity, NaN, -1, -65536]
33 5 as int, -1 as int, -65536 as int
62 "1,2,3,4,5,0,0,0,-1,-65536",
67 "1,2,3,4,5,-1,-65536",
73 "1,2,3,4,5,Infinity,-Infinity,NaN,-1,-65536",
78 "1,2,3,4,5,-1,-65536",
84 "1,2,3,4,5,Infinity,-Infinity,NaN,-1,-65536",
89 "1,2,3,4,5,-1,-65536",
/arkcompiler/ets_runtime/test/aottest/builtins_number2/
Dpgo_expect_output.txt24 65536 true true
50 -65536 true true
66 65536 true true
92 -65536 true true
Dexpect_output.txt24 65536 true true
50 -65536 true true
66 65536 true true
92 -65536 true true
Dbuiltins_number2.ts26 65536, // 2 ** 16
52 -65536, // - ( 2 ** 16 )
/arkcompiler/ets_runtime/test/quickfix/multi_closureconstpool/
Dexpect_output.txt17 patch: 65536
25 base: 65536
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-common-tests/intrinsics/
Dstring_from_char_code.ets99 …arktest.assertEQ(string.fromCharCode(-65536, -65536), '\u{0}\u{0}', 'CharCode[0] of a string built…
100 arktest.assertEQ(string.fromCharCode(-65536, -65536).length, 2);
112 …arktest.assertEQ(string.fromCharCode(-65536), '\u{0}', 'CharCode[0] of a string built from -65536
113 arktest.assertEQ(string.fromCharCode(-65536).length, 1);
123 …arktest.assertEQ(string.fromCharCode(65536, 65536), '\u{0}\u{0}', 'CharCode[0] of a string built f…
124 arktest.assertEQ(string.fromCharCode(65536, 65536).length, 2);
132 …arktest.assertEQ(string.fromCharCode(65536), '\u{0}', 'CharCode[0] of a string built from 65536 mu…
133 arktest.assertEQ(string.fromCharCode(65536).length, 1);
224 …arktest.assertEQ(string.fromCharCode(65536, NaN), '\u{0}\u{0}', 'CharCode[0] of a string built fro…
225 arktest.assertEQ(string.fromCharCode(65536, NaN).length, 2);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/03.types/References_Types/unions/
Dunion_cast_06.ets25 let a1: Margin = 65536
27 assertEQ( b1, 65536)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/
Ddecl-field-n.params.yaml28 - { expr: 65536 as int, to_type: char }
41 - { expr: 65536 as long, to_type: char }
Ddecl-st-field-n.params.yaml28 - { expr: 65536 as int, to_type: char }
41 - { expr: 65536 as long, to_type: char }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/
Dcomp-intf-n.params.yaml28 - { expr: 65536 as int, to_type: char }
41 - { expr: 65536 as long, to_type: char }
Dcomp-clss-n.params.yaml28 - { expr: 65536 as int, to_type: char }
41 - { expr: 65536 as long, to_type: char }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/
Ddecl-var-n.params.yaml28 - { expr: 65536 as int, to_type: char }
41 - { expr: 65536 as long, to_type: char }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/
Dcomp-arr-n.params.yaml28 - { expr: 65536 as int, to_type: char }
41 - { expr: 65536 as long, to_type: char }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/
Ddecl-const-n.params.yaml28 - { expr: 65536 as int, to_type: char }
41 - { expr: 65536 as long, to_type: char }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/
Dassn-var-n.params.yaml28 - { expr: 65536 as int, to_type: char }
41 - { expr: 65536 as long, to_type: char }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/
Dcall-meth-n.params.yaml28 - { expr: 65536 as int, to_type: char }
41 - { expr: 65536 as long, to_type: char }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/
Dcall-cons-n.params.yaml28 - { expr: 65536 as int, to_type: char }
41 - { expr: 65536 as long, to_type: char }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/
Dcall-lmbd-n.params.yaml28 - { expr: 65536 as int, to_type: char }
41 - { expr: 65536 as long, to_type: char }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/
Dcall-func-n.params.yaml28 - { expr: 65536 as int, to_type: char }
41 - { expr: 65536 as long, to_type: char }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/
Dbitwise_complement.params.yaml21 - { type: char, val: "c'\\uFFFF'", r: [5, 5, 5, -65536, 65535, -65536] }
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dldarr.16.yaml56 - values: ['65536']
78 - values: ['65536']
220 - values: ['65535', '65536']
223 - values: ['49151', '65536']
677 - values: [65535, 65536]
680 - values: [65536, 0xFFFFFFFD]
685 - values: [65536, 0x80000002]
733 - values: [65535, 65536]
736 - values: [65536, 0xFFFFFFFD]
741 - values: [65536, 0x80000002]
Dfldarr.32.yaml57 - values: ['65536']
81 - values: ['65536']
222 - values: ['65535', '65536']
225 - values: ['49151', '65536']
682 - values: [65535, 65536]
685 - values: [65536, 0xFFFFFFFD]
690 - values: [65536, 0x80000002]
739 - values: [65535, 65536]
742 - values: [65536, 0xFFFFFFFD]
747 - values: [65536, 0x80000002]
Dldarru.8.yaml59 - values: ['65536']
83 - values: ['65536']
229 - values: ['65535', '65536']
232 - values: ['49151', '65536']
690 - values: [65535, 65536]
693 - values: [65536, 0xFFFFFFFD]
698 - values: [65536, 0x80000002]
746 - values: [65535, 65536]
749 - values: [65536, 0xFFFFFFFD]
754 - values: [65536, 0x80000002]

123456