| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/resources/hap/ |
| D | EmptyAbility.ts | 37 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/ |
| D | postfix_decrement_int.params.yaml | 21 - { value: 1234567, result: 1234566 } 22 - { value: -1234567, result: -1234568 }
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/algorithms/ |
| D | PrimesTest.ets | 99 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/ |
| D | call-func-lit_n.params.yaml | 28 - { from_type: '123_45e6f|12_34_56E7f|1234567e8f', expr: '1234567E8f' } 49 - { from_type: '123_45E6|123456E7|123_4567E8', expr: '1234567e+08' }
|
| D | call-func-wd.params.yaml | 38 - { 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/ |
| D | comp-arr-lit_n.params.yaml | 28 - { from_type: '123_45e6f|12_34_56E7f|1234567e8f', expr: '1234567E8f' } 49 - { from_type: '123_45E6|123456E7|123_4567E8', expr: '1234567e+08' }
|
| D | comp-arr-wd.params.yaml | 38 - { 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/ |
| D | call-meth-lit_n.params.yaml | 28 - { from_type: '123_45e6f|12_34_56E7f|1234567e8f', expr: '1234567E8f' } 49 - { from_type: '123_45E6|123456E7|123_4567E8', expr: '1234567e+08' }
|
| D | call-meth-wd.params.yaml | 38 - { 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/ |
| D | comp-obj-lit_n.params.yaml | 28 - { 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/ |
| D | call-lmbd-lit_n.params.yaml | 28 - { from_type: '123_45e6f|12_34_56E7f|1234567e8f', expr: '1234567E8f' } 49 - { from_type: '123_45E6|123456E7|123_4567E8', expr: '1234567e+08' }
|
| D | call-lmbd-wd.params.yaml | 38 - { 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/ |
| D | call-cons-lit_n.params.yaml | 28 - { from_type: '123_45e6f|12_34_56E7f|1234567e8f', expr: '1234567E8f' } 49 - { from_type: '123_45E6|123456E7|123_4567E8', expr: '1234567e+08' }
|
| D | call-cons-wd.params.yaml | 38 - { 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/ |
| D | decl-var-lit_n.params.yaml | 28 - { 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/ |
| D | decl-field-lit_n.params.yaml | 28 - { from_type: '123_45e6f|12_34_56E7f|1234567e8f', expr: '1234567E8f' } 49 - { from_type: '123_45E6|123456E7|123_4567E8', expr: '1234567e+08' }
|
| D | decl-field-wd.params.yaml | 39 - { 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/ |
| D | assn-var-lit_n.params.yaml | 28 - { 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/ |
| D | expect_output.txt | 108 1234567 109 -1234567
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/core/ |
| D | list.std_core_typedarrays_instance.yaml | 43 data: "[Int.MIN_VALUE, -1234567, -7777, -1, 0, 1, 7777, 1234567, Int.MAX_VALUE]"
|
| D | list.std_core_typedarrays_function1.yaml | 44 data: "[Int.MIN_VALUE, -1234567, -7777, -1, 0, 1, 7777, 1234567, Int.MAX_VALUE]",
|
| D | list.std_core_typedarrays_methods.yaml | 46 data: "[Int.MIN_VALUE, -1234567, -7777, -1, 0, 1, 7777, 1234567, Int.MAX_VALUE]",
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | bug_2136.pa | 16 ldai 1234567
|
| /arkcompiler/runtime_core/static_core/tests/verifier-tests/ |
| D | bug_2136.pa | 16 ldai 1234567
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/ |
| D | DoubleToPrecisionTest.ets | 60 let num7: Double = 1234567; 78 assertEQ(str7, '1234567');
|