Home
last modified time | relevance | path

Searched refs:DIV (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/parse5/packages/parse5/lib/parser/
Dformatting-element-list.test.ts34 const element1Token = createToken($.DIV);
36 const element1 = treeAdapter.createElement($.DIV, NS.HTML, []);
54 const element1 = treeAdapter.createElement($.DIV, NS.HTML, []);
59 list.pushElement(element1, createToken($.DIV));
73 const token1 = createToken($.DIV);
74 const token2 = createToken($.DIV);
75 const token3 = createToken($.DIV);
76 const token4 = createToken($.DIV);
77 const token5 = createToken($.DIV);
78 const token6 = createToken($.DIV);
[all …]
Dopen-element-stack.test.ts128 const element2 = createElement(TN.DIV);
131 stack.push(element2, $.DIV);
132 stack.push(element2, $.DIV);
133 stack.push(element2, $.DIV);
134 stack.push(element2, $.DIV);
139 stack.push(element2, $.DIV);
141 stack.push(element2, $.DIV);
162 const divElement = createElement(TN.DIV);
166 stack.push(divElement, $.DIV);
167 stack.push(divElement, $.DIV);
[all …]
/third_party/parse5/test/data/parser-feedback/
Dtests1.test1661 "description": "<DIV>",
1662 "input": "<DIV>",
1673 "description": "<DIV> abc",
1674 "input": "<DIV> abc",
1689 "description": "<DIV> abc <B>",
1690 "input": "<DIV> abc <B>",
1710 "description": "<DIV> abc <B> def",
1711 "input": "<DIV> abc <B> def",
1735 "description": "<DIV> abc <B> def <I>",
1736 "input": "<DIV> abc <B> def <I>",
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCScheduleP9.td99 // Two DIV (Fixed Point Divide) units.
100 def DIV : ProcResource<2>;
218 // DIV Unit
219 // A DIV unit may take from 5 to 40 cycles to complete.
220 // Some DIV operations may keep the unit busy for up to 8 cycles.
221 def P9_DIV_5C : SchedWriteRes<[DIV]> {
225 def P9_DIV_12C : SchedWriteRes<[DIV]> {
229 def P9_DIV_16C_8 : SchedWriteRes<[DIV]> {
234 def P9_DIV_24C_8 : SchedWriteRes<[DIV]> {
239 def P9_DIV_40C_8 : SchedWriteRes<[DIV]> {
DP9InstrResources.td24 // - Two DIV (Fixed Point Divide) units. One on each superslize. P9_DIV_*
921 // 5 Cycle DIV operation. Only one DIV unit per superslice so we use the whole
930 // 12 Cycle DIV operation. Only one DIV unit per superslice so we use the whole
943 // 16 Cycle DIV operation. Only one DIV unit per superslice so we use the whole
955 // 24 Cycle DIV operation. Only one DIV unit per superslice so we use the whole
973 // 40 Cycle DIV operation. Only one DIV unit per superslice so we use the whole
984 // Cracked DIV and ALU operation. Requires one full slice for the ALU operation
985 // and one full superslice for the DIV operation since there is only one DIV per
986 // superslice. Latency of DIV plus ALU is 26.
993 // Cracked DIV and ALU operation. Requires one full slice for the ALU operation
[all …]
/third_party/typescript/tests/baselines/reference/
DoverloadOnConstantsInvalidOverload1.types25 function foo(name: "DIV"): Derived2 {
27 >name : "DIV"
DoverloadOnConstantsInvalidOverload1.errors.txt15 function foo(name: "DIV"): Derived2 {
DoverloadOnConstantsInvalidOverload1.symbols26 function foo(name: "DIV"): Derived2 {
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-enum-mixed-types/
Darkts-no-enum-mixed-types-4-ok.ets20 DIV,
32 case Operator.DIV:
Darkts-no-enum-mixed-types-4-error.ets20 DIV = 'D',
32 case Operator.DIV:
/third_party/parse5/packages/parse5/lib/common/
Dhtml.ts63 DIV = 'div', enumerator
235 DIV, enumerator
396 [TAG_NAMES.DIV, TAG_ID.DIV],
539 $.DIV,
Dforeign-content.ts143 $.DIV,
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-scheduler-mips.cc413 DIV = 50, // Min:11 Max:50 enumerator
1102 return Latency::DIV + Latency::MFHI; in ModLatency()
1108 return 1 + Latency::DIV + Latency::MFHI; in ModLatency()
1122 return Latency::DIV + Latency::MFLO; in DivLatency()
1124 return Latency::DIV; in DivLatency()
1128 return 1 + Latency::DIV + Latency::MFLO; in DivLatency()
1130 return 1 + Latency::DIV; in DivLatency()
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
Dreadme.txt74 NullTest (=0.0),0,0,0,0.08,#DIV/0!,#DIV/0!,#DIV/0!
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfoM.td35 def DIV : ALU_rr<0b0000001, 0b100, "div">,
67 def : PatGprGpr<sdiv, DIV>;
/third_party/node/deps/v8/src/parsing/
Dscanner-inl.h153 c == '/' ? Token::DIV : in GetOneCharToken()
453 case Token::DIV: in ScanSingleToken()
472 return Token::DIV; in ScanSingleToken()
Dtoken.h44 E(T, DIV, "/", 13) \
/third_party/mesa3d/docs/relnotes/
D19.1.2.rst87 - gallium: Add CAP for opcode DIV
88 - vl: Use CS composite shader only if TEX_LZ and DIV are supported
D21.2.3.rst95 - intel/compiler: INT DIV function does not support source modifiers
/third_party/vk-gl-cts/framework/randomshaders/
DrsgToken.hpp67 DIV, enumerator
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-scheduler-mips64.cc438 DIV = 50, // Min:11 Max:50 enumerator
644 return Latency::DIV; in DivLatency()
646 return Latency::DIV + 1; in DivLatency()
689 latency = Latency::DIV + Latency::MFHI; in ModLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMScheduleV6.td251 // Single-precision FP DIV
254 // Double-precision FP DIV
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h99 OP12(DIV)
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java88 DIV("Dhivehi", "div"), enumConstant
/third_party/skia/third_party/externals/oboe/docs/reference/search/
Dsearch.css235 DIV.searchresults {

1234