Home
last modified time | relevance | path

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

123

/external/webkit/WebCore/inspector/front-end/
DSourceJavaScriptTokenizer.re2js55 DIV: 0,
139 <DIV,NODIV> LineComment { this.tokenType = "javascript-comment"; return cursor; }
140 <DIV,NODIV> Comment { this.tokenType = "javascript-comment"; return cursor; }
141 … <DIV,NODIV> CommentStart => COMMENT { this.tokenType = "javascript-comment"; return cursor; }
145 <DIV,NODIV> StringLiteral { this.tokenType = "javascript-string"; return cursor; }
146 … <DIV,NODIV> DoubleStringStart => DSTRING { this.tokenType = "javascript-string"; return cursor; }
149 … <DIV,NODIV> SingleStringStart => SSTRING { this.tokenType = "javascript-string"; return cursor; }
158 … <DIV,NODIV> NumericLiteral => DIV { this.tokenType = "javascript-number"; return cursor; }
159 <DIV,NODIV> Identifier => DIV
168 <DIV,NODIV> RightParen => DIV { this.tokenType = null; return cursor; }
[all …]
DSourceJavaScriptTokenizer.js56 DIV: 0, property
1178 this.setLexCondition(this._lexConditions.DIV);
1207 this.setLexCondition(this._lexConditions.DIV);
1270 this.setLexCondition(this._lexConditions.DIV);
/external/clearsilver/imd/
Dimd.cs70 <DIV ALIGN=RIGHT>
96 </DIV>
108 <DIV ALIGN=RIGHT>
134 </DIV>
137 <DIV ALIGN=RIGHT>
155 </DIV>
/external/tinyxml/docs/
Ddoxygen.css1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector
18 DIV.qindex {
27 DIV.nav {
36 DIV.navtab {
98 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top…
107 DIV.groupHeader {
113 DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% }
/external/v8/src/mips/
Dconstants-mips.cc246 case DIV: in InstructionType()
Dconstants-mips.h229 DIV = ((3 << 3) + 2), enumerator
Ddisasm-mips.cc483 case DIV: in DecodeTypeRegister()
Dsimulator-mips.cc957 case DIV: in DecodeTypeRegister()
1142 case DIV: in DecodeTypeRegister()
/external/v8/src/
Dtoken.h102 T(DIV, "/", 13) \
Dbuiltins.h140 V(DIV, 1) \
Druntime.js222 function DIV(y) { class
Dast.cc106 case Token::ASSIGN_DIV: return Token::DIV; in binary_op()
Dassembler.cc758 case Token::DIV: in double_fp_operation()
Dfast-codegen.cc408 case Token::DIV: in VisitBinaryOperation()
Drewriter.cc449 case Token::DIV: in VisitBinaryOperation()
/external/tcpdump/tests/
Dprint-AA.new164 <DIV align="center">
171 </DIV>
Dprint-AA.out164 <DIV align="center">
171 </DIV>
Dprint-A.out164 <DIV align="center">
171 </DIV>
Dprint-A.new164 <DIV align="center">
171 </DIV>
Dprint-XX.new365 0x1410: 0a0a 3c44 4956 2061 6c69 676e 3d22 6365 ..<DIV.align="ce
382 0x1520: 3c2f 613e 0a3c 2f44 4956 3e0a 0a3c 212d </a>.</DIV>..<!-
/external/v8/src/ia32/
Dcodegen-ia32.cc893 (op_ == Token::DIV))) { in Generate()
952 case Token::DIV: __ divsd(xmm0, xmm1); break; in Generate()
1102 case Token::DIV: in GenericBinaryOperation()
1139 case Token::DIV: in FoldConstantSmis()
1204 if (op == Token::DIV || op == Token::MOD) { in LikelySmiBinaryOperation()
1273 (op == Token::DIV) ? eax : edx, in LikelySmiBinaryOperation()
1299 if (op == Token::DIV) { in LikelySmiBinaryOperation()
1952 case Token::DIV: in ConstantSmiBinaryOperation()
7502 if (op_ == Token::DIV || op_ == Token::MOD) { in GenerateSmiCode()
7535 case Token::DIV: in GenerateSmiCode()
[all …]
Dcodegen-ia32.h769 || op_ == Token::MUL || op_ == Token::DIV; in ArgsInRegistersSupported()
/external/v8/src/arm/
Dcodegen-arm.h494 if (op == Token::DIV) return constant_rhs >= 2 && constant_rhs <= 3; in RhsIsOneWeWantToOptimizeFor()
/external/v8/src/x64/
Dcodegen-x64.cc5312 case Token::DIV: in GenericBinaryOperation()
5661 if (op == Token::DIV || op == Token::MOD) { in LikelySmiBinaryOperation()
5730 (op == Token::DIV) ? rax : rdx, in LikelySmiBinaryOperation()
5736 if (op == Token::DIV) { in LikelySmiBinaryOperation()
6528 case Token::DIV: in FoldConstantSmis()
8451 if (op_ == Token::DIV || op_ == Token::MOD) { in GenerateSmiCode()
8494 case Token::DIV: in GenerateSmiCode()
8556 case Token::DIV: { in GenerateSmiCode()
8558 if (op_ == Token::DIV) { in GenerateSmiCode()
8569 case Token::DIV: __ divsd(xmm4, xmm5); break; in GenerateSmiCode()
[all …]
Dcodegen-x64.h736 || (op_ == Token::MUL) || (op_ == Token::DIV); in ArgsInRegistersSupported()

123