/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_depth_test_tmp.h | 38 #if !defined(OPERATOR) && !defined(ALWAYS) 112 if ((outmask & 1) && (idepth[0] OPERATOR depth16[0][0])) { in NAME() 117 if ((outmask & 2) && (idepth[1] OPERATOR depth16[0][1])) { in NAME() 122 if ((outmask & 4) && (idepth[2] OPERATOR depth16[1][0])) { in NAME() 127 if ((outmask & 8) && (idepth[3] OPERATOR depth16[1][1])) { in NAME() 146 #undef OPERATOR
|
D | sp_quad_depth_test.c | 859 #define OPERATOR < macro 863 #define OPERATOR == macro 867 #define OPERATOR <= macro 871 #define OPERATOR > macro 875 #define OPERATOR != macro 879 #define OPERATOR >= macro
|
/external/clang/include/clang/AST/ |
D | RecursiveASTVisitor.h | 45 OPERATOR(PostInc) OPERATOR(PostDec) OPERATOR(PreInc) OPERATOR(PreDec) \ 46 OPERATOR(AddrOf) OPERATOR(Deref) OPERATOR(Plus) OPERATOR(Minus) \ 47 OPERATOR(Not) OPERATOR(LNot) OPERATOR(Real) OPERATOR(Imag) \ 48 OPERATOR(Extension) OPERATOR(Coawait) 52 OPERATOR(PtrMemD) OPERATOR(PtrMemI) OPERATOR(Mul) OPERATOR(Div) \ 53 OPERATOR(Rem) OPERATOR(Add) OPERATOR(Sub) OPERATOR(Shl) OPERATOR(Shr) \ 54 OPERATOR(LT) OPERATOR(GT) OPERATOR(LE) OPERATOR(GE) OPERATOR(EQ) \ 55 OPERATOR(NE) OPERATOR(And) OPERATOR(Xor) OPERATOR(Or) OPERATOR(LAnd) \ 56 OPERATOR(LOr) OPERATOR(Assign) OPERATOR(Comma) 60 OPERATOR(Mul) OPERATOR(Div) OPERATOR(Rem) OPERATOR(Add) OPERATOR(Sub) \ [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZPatterns.td | 10 // Record that INSN performs a 64-bit version of unary operator OPERATOR 19 // Record that INSN performs a 64-bit version of binary operator OPERATOR 40 // with LOAD, OPERATOR and STORE being the read, modify and write 70 // Record that it is equivalent to using OPERATOR to store a GR64. 78 // OPERATOR to store a GR64. 86 // Record that it is equivalent to using OPERATOR to store a GR64. 124 // Use NC-like instruction INSN for block_op operation OPERATOR. 163 // Use INSN to perform conversion operation OPERATOR, with the input being 171 // Use INSN to perform mininum/maximum operation OPERATOR on type TR.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZPatterns.td | 10 // Record that INSN performs a 64-bit version of unary operator OPERATOR 19 // Record that INSN performs a 64-bit version of binary operator OPERATOR 40 // with LOAD, OPERATOR and STORE being the read, modify and write 70 // Record that it is equivalent to using OPERATOR to store a GR64. 78 // OPERATOR to store a GR64. 86 // Record that it is equivalent to using OPERATOR to store a GR64. 124 // Use NC-like instruction INSN for block_op operation OPERATOR. 163 // Use INSN to perform conversion operation OPERATOR, with the input being
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/ |
D | CsmAttribute.java | 63 case OPERATOR: in getTokenType()
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ |
D | JavaTokenTest.java | 44 assertToken("+", range(1, 3, 1, 3), PLUS, OPERATOR, iterator.next()); in testAFewTokens()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ |
D | JavaToken.java | 205 OPERATOR; enumConstant 244 return this == OPERATOR; in isOperator()
|
D | TokenTypes.java | 226 return JavaToken.Category.OPERATOR; in getCategory()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
D | UnaryExpr.java | 151 notifyPropertyChange(ObservableProperty.OPERATOR, this.operator, operator); in setOperator()
|
D | BinaryExpr.java | 184 notifyPropertyChange(ObservableProperty.OPERATOR, this.operator, operator); in setOperator()
|
D | AssignExpr.java | 165 notifyPropertyChange(ObservableProperty.OPERATOR, this.operator, operator); in setOperator()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/ |
D | ConcreteSyntaxModel.java | 283 attribute(ObservableProperty.OPERATOR), in concreteSyntaxModelByClass.put() argument 292 attribute(ObservableProperty.OPERATOR), in concreteSyntaxModelByClass.put() argument 492 … conditional(ObservableProperty.PREFIX, FLAG, attribute(ObservableProperty.OPERATOR)), in concreteSyntaxModelByClass.put() argument 494 … conditional(ObservableProperty.POSTFIX, FLAG, attribute(ObservableProperty.OPERATOR)) in concreteSyntaxModelByClass.put()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/ |
D | ObservableProperty.java | 86 OPERATOR(Type.SINGLE_ATTRIBUTE), enumConstant
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderOperatorTests.cpp | 251 OPERATOR, enumerator 295 …sultBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_, OPERATOR); in BuiltinOperInfo() 301 …s_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_, OPERATOR, false); in BuiltinPostOperInfo() 1302 if (funcInfo.type == OPERATOR) in init() 1338 if (funcInfo.type == OPERATOR || funcInfo.type == FUNCTION) in init() 1342 if (funcInfo.type == OPERATOR && !isUnaryOp) in init() 1350 if (funcInfo.type == OPERATOR && isUnaryOp && !funcInfo.isUnaryPrefix) in init()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | invalid.test | 22 RUN: FileCheck --check-prefix=MISMATCHED-EXPLICIT-GEP-OPERATOR %s 42 MISMATCHED-EXPLICIT-GEP-OPERATOR: Explicit gep operator type does not match pointee type of pointer…
|
/external/llvm/test/Bitcode/ |
D | invalid.test | 20 RUN: FileCheck --check-prefix=MISMATCHED-EXPLICIT-GEP-OPERATOR %s 39 MISMATCHED-EXPLICIT-GEP-OPERATOR: Explicit gep operator type does not match pointee type of pointer…
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 432 OPERATOR, enumerator 511 …sultBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_, OPERATOR); in BuiltinOperInfo() 516 …enceBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_, OPERATOR); in BuiltinOperInfoSeparateRefScaleBias() 522 …s_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_, OPERATOR, false); in BuiltinPostOperInfo() 1942 if (funcInfo.type == OPERATOR) in init() 1986 if (funcInfo.type == OPERATOR || funcInfo.type == FUNCTION) in init() 1990 if (funcInfo.type == OPERATOR && !isUnaryOp) in init() 1998 if (funcInfo.type == OPERATOR && isUnaryOp && !funcInfo.isUnaryPrefix) in init()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 318 OPERATOR, enumerator 416 …sultBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_, OPERATOR); in BuiltinOperInfo() 422 …s_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_, OPERATOR, false); in BuiltinPostOperInfo() 1902 if (funcInfo.type == OPERATOR) in init() 1946 if (funcInfo.type == OPERATOR || funcInfo.type == FUNCTION) in init() 1950 if (funcInfo.type == OPERATOR && !isUnaryOp) in init() 1958 if (funcInfo.type == OPERATOR && isUnaryOp && !funcInfo.isUnaryPrefix) in init()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | ApproximateWidth.txt | 459 2AF6; 2; # TRIPLE COLON OPERATOR 896 2218; 3; # RING OPERATOR 900 22C5; 3; # DOT OPERATOR 918 2AFC; 3; # LARGE TRIPLE VERTICAL BAR OPERATOR 1670 22C4; 4; # DIAMOND OPERATOR 1671 22C6; 4; # STAR OPERATOR 1687 2A1E; 4; # LARGE LEFT TRIANGLE OPERATOR 1692 2AFD; 4; # DOUBLE SOLIDUS OPERATOR 2101 1EEF0..1EEF1; 4; # ARABIC MATHEMATICAL OPERATOR MEEM WITH HAH WITH TATWEEL..ARABIC MATHEMATICAL OPE… 2706 2217; 5; # ASTERISK OPERATOR [all …]
|
/external/python/cpython2/Tools/unicode/python-mappings/ |
D | KOI8-U.TXT | 184 0x95 0x2219 # BULLET OPERATOR
|
/external/python/cpython3/Tools/unicode/python-mappings/ |
D | KOI8-U.TXT | 184 0x95 0x2219 # BULLET OPERATOR
|
/external/cldr/common/uca/ |
D | allkeys_DUCET.txt | 2064 1EEF0 ; [*0488.0020.0002.1EEF0] # ARABIC MATHEMATICAL OPERATOR MEEM WITH HAH WITH TATWEEL 2065 1EEF1 ; [*0489.0020.0002.1EEF1] # ARABIC MATHEMATICAL OPERATOR HAH WITH DAL 2409 2217 ; [*05B1.0020.0002.2217] # ASTERISK OPERATOR 2410 2218 ; [*05B2.0020.0002.2218] # RING OPERATOR 2411 2219 ; [*05B3.0020.0002.2219] # BULLET OPERATOR 2434 …0C][*05C5.0020.0004.2A0C][*05C5.0020.0004.2A0C][*05C5.0020.0004.2A0C] # QUADRUPLE INTEGRAL OPERATOR 2449 223C ; [*05D2.0020.0002.223C] # TILDE OPERATOR 2543 2299 ; [*061A.0020.0002.2299] # CIRCLED DOT OPERATOR 2544 229A ; [*061B.0020.0002.229A] # CIRCLED RING OPERATOR 2545 229B ; [*061C.0020.0002.229B] # CIRCLED ASTERISK OPERATOR [all …]
|
/external/icu/icu4c/source/data/unidata/ |
D | confusables.txt | 360 2219 ; 00B7 ; MA #* ( ∙ → · ) BULLET OPERATOR → MIDDLE DOT # 361 22C5 ; 00B7 ; MA #* ( ⋅ → · ) DOT OPERATOR → MIDDLE DOT # 980 2217 ; 002A ; MA #* ( ∗ → * ) ASTERISK OPERATOR → ASTERISK # 1000 2AFD ; 002F 002F ; MA #* ( ⫽ → // ) DOUBLE SOLIDUS OPERATOR → SOLIDUS, SOLIDUS # 1008 29F5 ; 005C ; MA #* ( ⧵ → \ ) REVERSE SOLIDUS OPERATOR → REVERSE SOLIDUS # 1070 2218 ; 00B0 ; MA #* ( ∘ → ° ) RING OPERATOR → DEGREE SIGN # 1219 223C ; 007E ; MA #* ( ∼ → ~ ) TILDE OPERATOR → TILDE # 1224 2A6A ; 007E 0307 ; MA #* ( ⩪ → ~̇ ) TILDE OPERATOR WITH DOT ABOVE → TILDE, COMBINING DOT ABOVE # →∼… 1249 2A03 ; 228D ; MA #* ( ⨃ → ⊍ ) N-ARY UNION OPERATOR WITH DOT → MULTISET MULTIPLICATION # 1251 2A04 ; 228E ; MA #* ( ⨄ → ⊎ ) N-ARY UNION OPERATOR WITH PLUS → MULTISET UNION # [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | confusables.txt | 360 2219 ; 00B7 ; MA #* ( ∙ → · ) BULLET OPERATOR → MIDDLE DOT # 361 22C5 ; 00B7 ; MA #* ( ⋅ → · ) DOT OPERATOR → MIDDLE DOT # 980 2217 ; 002A ; MA #* ( ∗ → * ) ASTERISK OPERATOR → ASTERISK # 1000 2AFD ; 002F 002F ; MA #* ( ⫽ → // ) DOUBLE SOLIDUS OPERATOR → SOLIDUS, SOLIDUS # 1008 29F5 ; 005C ; MA #* ( ⧵ → \ ) REVERSE SOLIDUS OPERATOR → REVERSE SOLIDUS # 1070 2218 ; 00B0 ; MA #* ( ∘ → ° ) RING OPERATOR → DEGREE SIGN # 1219 223C ; 007E ; MA #* ( ∼ → ~ ) TILDE OPERATOR → TILDE # 1224 2A6A ; 007E 0307 ; MA #* ( ⩪ → ~̇ ) TILDE OPERATOR WITH DOT ABOVE → TILDE, COMBINING DOT ABOVE # →∼… 1249 2A03 ; 228D ; MA #* ( ⨃ → ⊍ ) N-ARY UNION OPERATOR WITH DOT → MULTISET MULTIPLICATION # 1251 2A04 ; 228E ; MA #* ( ⨄ → ⊎ ) N-ARY UNION OPERATOR WITH PLUS → MULTISET UNION # [all …]
|