Home
last modified time | relevance | path

Searched full:div (Results 1 – 25 of 190) sorted by relevance

12345678

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Ddiv.yaml16 - file-name: "div"
24 - sig: div v1:in:i32, v2:in:i32
31 div v0, v1
39 description: Check div with zero and various values.
53 - sig: div v1:in:i32, v2:in:i32
60 div v0, v1
68 description: Check div with +1 and various values.
82 - sig: div v1:in:i32, v2:in:i32
89 div v0, v1
97 description: Check div with -1 and various values.
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Ddiv.yaml16 - file-name: "div"
24 - sig: div v1:in:i32, v2:in:i32
31 div v0, v1
39 description: Check div with zero and various values.
53 - sig: div v1:in:i32, v2:in:i32
60 div v0, v1
68 description: Check div with +1 and various values.
82 - sig: div v1:in:i32, v2:in:i32
89 div v0, v1
97 description: Check div with -1 and various values.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/__mocks__/@blueprintjs/
Dcore.js25 <div className={popoverClassName} ref={popoverRef} {...props}>
27 {isOpen && <div data-testid="compile-options-content">{content}</div>}
28 </div>
30 …port const Ratio = ({ children, ...props }) => <div data-testid="mocked-ratio" {...props}>{childre…
43 <div data-testid="mocked-menu" {...props}>{children}</div>
47 <div data-testid="mocked-menu-item" onClick={onClick} {...props}>
51 </div>
55 <div data-testid="mocked-radio-group" role="radiogroup" {...props}>
65 </div>
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/components/controlPanel/
DControlPanel.tsx53 <div className={styles.container}>
56 ? <div className={styles.icon}><Icon icon="build" size={11} /></div>
57 : <div className={styles.icon}><Icon icon="code-block" size={11}/></div>}
66 ? <div className={styles.icon}><Icon icon="build" size={11}/></div>
67 : <div className={styles.icon}><Icon icon="play" size={16}/></div>}
88 <div className={styles.popoverContainer} onClick={handleOpenPopover}>
91 </div>
93 </div>
Dstyles.module.scss30 .btn > div > span:first-child {
53 .pop > div:before {
57 div > svg > path:last-child {
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/component/sheet/
DTabPaneApSummary.html.js72 <div class="tab-summary-head">
73 <div style="justify-content: flex-start; display: flex">
74 <div class="expansion-div" style="display: grid;">
77 </div>
82 </div>
87 </div>
88 …<div id="tab-summary" style="overflow: auto;display: grid; grid-template-columns: 40% 15% 15% 15% …
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/components/mosaic/
DMosaicApp.tsx67 return <div>disasm</div>;
90 <div
107 <div className={cx({
111 <div className={styles.code}>
113 </div>
114 {withDisasmRender && <div className={styles.disasm}>
116 </div>}
117 </div>
119 <div className={styles.tabContent}>
125 </div>
[all …]
Dstyles.module.scss19 .window > div {
22 .window > div > div {
50 .part > div {
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/
DApApplicationPublicFunc.js163 <div class="root" style="position: relative;">
165 <div class="search-vessel">
166 <div class="search" style="position: relative;">
167 <div class="sidebar-button" style="width: 0">
171 </div>
173 </div>
175 </div>
176 <div id="app-content" class="content">
179 <div style="height:100%;">
182 </div>
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Dfast_divisor.sts16 //! CHECKER Div/Mod by const optimization, JIT
18 //! RUN force_jit: true, options: "--compiler-regex='.*(Div|Mod).*'", entry: "ETSGLOBAL::…
34 //! INST_COUNT "Div",1
44 //! INST_COUNT "Div",1
54 //! INST_COUNT "Div",1
56 //! INST_COUNT "Div",0
99 //! INST_COUNT "Div",1
109 //! INST_COUNT "Div",1
119 //! INST_COUNT "Div",1
121 //! INST_COUNT "Div",0
[all …]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
Dreport_template.html77 <div class="test_result result">
78 <div class="result_output result_output--expected">
81 </div>
82 <div class="result_output result_output--actual">
87 </div>
88 </div>
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/component/search/
DSearch.html.js148 <div class="root" style="display: none">
149 <div id="trace_select" style="border-right: 1px solid var(--dark-border,#c5c5c5)">
151 </div>
155 <div class="search-info">
157 </div>
158 </div>
159 <div id="prompt" style="display: none"></div>
160 <div class="search-history">
162 </div>
/arkcompiler/runtime_core/static_core/docs/images/
Darkts-debugger-expression-evaluation.svg4div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
Darkts-expression-evaluation-principle-scheme.svg4div&amp;gt;&amp;lt;font style=&amp;quot;font-size: 16px;&amp;quot; face=&amp;quot;Times New Roman&…
/arkcompiler/ets_frontend/es2panda/test/compiler/js/regex/
Dmatchall_extract_html_tags.js16 const str = "<div>Hello</div><p>World</p>";
18 print(JSON.stringify(matches)); // <div>,</div>,<p>,</p>
Dmatchall_extract_html_tags-expected.txt1 [["<div>"],["</div>"],["<p>"],["</p>"]]
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/progress-bar/
DProgressBar.js81 <div class="root">
82 <div class="track1"></div>
83 <div class="track2"></div>
84 </div>
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/pages/logs/
DLogsView.tsx44 <div className={styles.container}>
45 <div className={styles.containerLogs}>
58 </div>
59 <div className={styles.filterContainer}>
71 </div>
72 </div>);
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/components/header/
DHeader.tsx46 <div className={styles.colorContainer}>
48 <div
55 </div>
75 <div
91 <div
96 </div>
98 </div>);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/test-lists/ets-func-tests/
Dets-func-tests-excluded-JIT-REPEATS.txt5 spec/03.types/References_Types/Bigint/bigint-arithmetic-div-2-operands-1.sts
7 spec/03.types/References_Types/Bigint/bigint-arithmetic-div-2-operands-zero-negative.sts
8 spec/03.types/References_Types/Bigint/bigint-arithmetic-div-equal-zero-negative-number.sts
17 spec/03.types/References_Types/Bigint/bigint-arithmetic-div-3-operands-1.sts
37 spec/03.types/References_Types/Bigint/bigint-arithmetic-div-2-operands-BigInt-1.sts
38 spec/03.types/References_Types/Bigint/bigint-arithmetic-div-2-operands-union.sts
39 spec/03.types/References_Types/Bigint/bigint-arithmetic-div-2-operands-BigInt.sts
41 spec/03.types/References_Types/Bigint/bigint-arithmetic-div-2-operands.sts
42 spec/03.types/References_Types/Bigint/bigint-arithmetic-div-equal.sts
43 spec/03.types/References_Types/Bigint/bigint-arithmetic-div-2-operands-negative-number-2.sts
[all …]
/arkcompiler/ets_frontend/test/scripts/utils/commit_message/
Dget_commit_message.py90 commit_list = tree.xpath('/html/body/div[2]/div[2]/div[2]/div[2]/div')
94 title = commit_task.xpath('.//div[1]/a/text()')[0]
95 committer = commit_task.xpath('.//div[3]/span[2]/a/span/text()')[0]
96 commit_time_str = commit_task.xpath('.//div[3]/span[4]/span/text()')[0].strip()
97 pr_link = commit_task.xpath('.//div[1]/a/@href')[0]
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/pages/compileOptions/
DCompileOptions.tsx79 <div className={styles.container}>
80 <div className={styles.optionsContainer}>
102 </div>
103 <div className={styles.btnContainer}>
110 </div>
111 </div>
/arkcompiler/runtime_core/static_core/docs/
DPBC2IR.md80 | fdiv2 | f32 Div |
81 | fdiv2.64 | f64 Div |
84 | div2 | i32 Div |
85 | div2.64 | i64 Div |
88 | divu2 | u32 Div |
89 | divu2.64 | u64 Div |
90 | modu2 | u32 Div |
101 | divi | i64 Constant, i32 Div |
112 | div | i32 Div |
/arkcompiler/runtime_core/docs/
DPBC2IR.md80 | fdiv2 | f32 Div |
81 | fdiv2.64 | f64 Div |
84 | div2 | i32 Div |
85 | div2.64 | i64 Div |
88 | divu2 | u32 Div |
89 | divu2.64 | u64 Div |
90 | modu2 | u32 Div |
101 | divi | i64 Constant, i32 Div |
112 | div | i32 Div |
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/menu/
DMainMenuGroup.js151 <div id="group">
152 <div class="group-name">
155 </div>
156 <div class="group-describe"></div>
157 </div>

12345678