Home
last modified time | relevance | path

Searched full:1234567 (Results 1 – 25 of 58) sorted by relevance

123

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/resources/hap/
DEmptyAbility.ts37 hilog.info(0, 'VMB', '%{public}s', 'Warmup 1:1234 ops, 1234567 ns/op');
38 hilog.info(0, 'VMB', '%{public}s', 'Iter 1: 1234 ops, 1234567 ns/op');
39 hilog.info(0, 'VMB', '%{public}s', 'Benchmark result: 1234567 ns/op');
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/
Dpostfix_decrement_int.params.yaml21 - { value: 1234567, result: 1234566 }
22 - { value: -1234567, result: -1234568 }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/algorithms/
DPrimesTest.ets99 cmp(prime_factors_trivial(1234567), [127 as long, 9721]),
100 "Trivial factorisation of 1234567");
105 cmp(prime_factors_trivial_plus(1234567), [127 as long, 9721]),
106 "Improved factorisation of 1234567");
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/
Dcall-func-lit_n.params.yaml28 - { from_type: '123_45e6f|12_34_56E7f|1234567e8f', expr: '1234567E8f' }
49 - { from_type: '123_45E6|123456E7|123_4567E8', expr: '1234567e+08' }
Dcall-func-wd.params.yaml38 - { from_type: 'number|double', ref_type: 'Double', expr: '1234567e8', eq: '==' }
44 let vNumber: Number = new Number(1234567e8)
58 - { from_type: 'number|byte', ref_type: 'Double', expr: '1234567e8', eq: '==' }
68 let vNumber: Number = new Number(1234567e8)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/
Dcomp-arr-lit_n.params.yaml28 - { from_type: '123_45e6f|12_34_56E7f|1234567e8f', expr: '1234567E8f' }
49 - { from_type: '123_45E6|123456E7|123_4567E8', expr: '1234567e+08' }
Dcomp-arr-wd.params.yaml38 - { from_type: 'number|double', ref_type: 'Double', expr: '1234567e8', eq: '==' }
44 let vNumber: Number = new Number(1234567e8)
58 - { from_type: 'number|byte', ref_type: 'Double', expr: '1234567e8', eq: '==' }
68 let vNumber: Number = new Number(1234567e8)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/
Dcall-meth-lit_n.params.yaml28 - { from_type: '123_45e6f|12_34_56E7f|1234567e8f', expr: '1234567E8f' }
49 - { from_type: '123_45E6|123456E7|123_4567E8', expr: '1234567e+08' }
Dcall-meth-wd.params.yaml38 - { from_type: 'number|double', ref_type: 'Double', expr: '1234567e8', eq: '==' }
44 let vNumber: Number = new Number(1234567e8)
58 - { from_type: 'number|byte', ref_type: 'Double', expr: '1234567e8', eq: '==' }
68 let vNumber: Number = new Number(1234567e8)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/
Dcomp-obj-lit_n.params.yaml28 - { from_type: '123_45e6f|12_34_56E7f|1234567e8f', expr: '1234567E8f' }
49 - { from_type: '123_45E6|123456E7|123_4567E8', expr: '1234567e+08' }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/
Dcall-lmbd-lit_n.params.yaml28 - { from_type: '123_45e6f|12_34_56E7f|1234567e8f', expr: '1234567E8f' }
49 - { from_type: '123_45E6|123456E7|123_4567E8', expr: '1234567e+08' }
Dcall-lmbd-wd.params.yaml38 - { from_type: 'number|double', ref_type: 'Double', expr: '1234567e8', eq: '==' }
44 let vNumber: Number = new Number(1234567e8)
58 - { from_type: 'number|byte', ref_type: 'Double', expr: '1234567e8', eq: '==' }
68 let vNumber: Number = new Number(1234567e8)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/
Dcall-cons-lit_n.params.yaml28 - { from_type: '123_45e6f|12_34_56E7f|1234567e8f', expr: '1234567E8f' }
49 - { from_type: '123_45E6|123456E7|123_4567E8', expr: '1234567e+08' }
Dcall-cons-wd.params.yaml38 - { from_type: 'number|double', ref_type: 'Double', expr: '1234567e8', eq: '==' }
44 let vNumber: Number = new Number(1234567e8)
58 - { from_type: 'number|byte', ref_type: 'Double', expr: '1234567e8', eq: '==' }
68 let vNumber: Number = new Number(1234567e8)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/
Ddecl-var-lit_n.params.yaml28 - { from_type: '123_45e6f|12_34_56E7f|1234567e8f', expr: '1234567E8f' }
49 - { from_type: '123_45E6|123456E7|123_4567E8', expr: '1234567e+08' }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/
Ddecl-field-lit_n.params.yaml28 - { from_type: '123_45e6f|12_34_56E7f|1234567e8f', expr: '1234567E8f' }
49 - { from_type: '123_45E6|123456E7|123_4567E8', expr: '1234567e+08' }
Ddecl-field-wd.params.yaml39 - { from_type: 'number|double', ref_type: 'Double', expr: '1234567e8', eq: '==' }
46 let vNumber: Number = new Number(1234567e8)
60 - { from_type: 'number|byte', ref_type: 'Double', expr: '1234567e8', eq: '==' }
71 let vNumber: Number = new Number(1234567e8)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/
Dassn-var-lit_n.params.yaml28 - { from_type: '123_45e6f|12_34_56E7f|1234567e8f', expr: '1234567E8f' }
49 - { from_type: '123_45E6|123456E7|123_4567E8', expr: '1234567e+08' }
/arkcompiler/ets_runtime/test/moduletest/number/
Dexpect_output.txt108 1234567
109 -1234567
/arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/core/
Dlist.std_core_typedarrays_instance.yaml43 data: "[Int.MIN_VALUE, -1234567, -7777, -1, 0, 1, 7777, 1234567, Int.MAX_VALUE]"
Dlist.std_core_typedarrays_function1.yaml44 data: "[Int.MIN_VALUE, -1234567, -7777, -1, 0, 1, 7777, 1234567, Int.MAX_VALUE]",
Dlist.std_core_typedarrays_methods.yaml46 data: "[Int.MIN_VALUE, -1234567, -7777, -1, 0, 1, 7777, 1234567, Int.MAX_VALUE]",
/arkcompiler/runtime_core/tests/verifier-tests/
Dbug_2136.pa16 ldai 1234567
/arkcompiler/runtime_core/static_core/tests/verifier-tests/
Dbug_2136.pa16 ldai 1234567
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/
DDoubleToPrecisionTest.ets60 let num7: Double = 1234567;
78 assertEQ(str7, '1234567');

123