/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/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZPatterns.td | 9 // Record that INSN performs a 64-bit version of unary operator OPERATOR 18 // Record that INSN performs a 64-bit version of binary operator OPERATOR 39 // with LOAD, OPERATOR and STORE being the read, modify and write 69 // Record that it is equivalent to using OPERATOR to store a GR64. 77 // OPERATOR to store a GR64. 85 // Record that it is equivalent to using OPERATOR to store a GR64. 123 // Use NC-like instruction INSN for block_op operation OPERATOR. 162 // Use INSN to perform conversion operation OPERATOR, with the input being 170 // Use INSN to perform minimum/maximum operation OPERATOR on type TR.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZPatterns.td | 9 // Record that INSN performs a 64-bit version of unary operator OPERATOR 18 // Record that INSN performs a 64-bit version of binary operator OPERATOR 39 // with LOAD, OPERATOR and STORE being the read, modify and write 69 // Record that it is equivalent to using OPERATOR to store a GR64. 77 // OPERATOR to store a GR64. 85 // Record that it is equivalent to using OPERATOR to store a GR64. 123 // Use NC-like instruction INSN for block_op operation OPERATOR. 162 // Use INSN to perform conversion operation OPERATOR, with the input being 170 // 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/python/cpython3/Parser/pgen/ |
D | pgen.py | 103 OPERATOR = 3 variable in LabelType 126 return LabelType.OPERATOR 255 elif label.type == LabelType.OPERATOR:
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/ |
D | CsmAttribute.java | 69 case OPERATOR: { in getTokenType()
|
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ |
D | JavaTokenTest.java | 43 assertToken("+", range(1, 3, 1, 3), PLUS, OPERATOR, iterator.next()); in testAFewTokens()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ |
D | TokenTypes.java | 202 return JavaToken.Category.OPERATOR; in getCategory()
|
D | JavaToken.java | 205 OPERATOR; enumConstant 244 return this == OPERATOR; in isOperator()
|
/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 | AssignExpr.java | 165 notifyPropertyChange(ObservableProperty.OPERATOR, this.operator, operator); in setOperator()
|
D | BinaryExpr.java | 184 notifyPropertyChange(ObservableProperty.OPERATOR, this.operator, operator); in setOperator()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/ |
D | ConcreteSyntaxModel.java | 282 attribute(ObservableProperty.OPERATOR), in concreteSyntaxModelByClass.put() argument 291 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 | 87 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/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/llvm-project/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/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 | 306 OPERATOR, enumerator 404 …sultBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_, OPERATOR); in BuiltinOperInfo() 410 …s_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_, OPERATOR, false); in BuiltinPostOperInfo() 1755 if (funcInfo.type == OPERATOR) in init() 1799 if (funcInfo.type == OPERATOR || funcInfo.type == FUNCTION) in init() 1803 if (funcInfo.type == OPERATOR && !isUnaryOp) in init() 1811 if (funcInfo.type == OPERATOR && isUnaryOp && !funcInfo.isUnaryPrefix) in init()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsm64bitCompareTests.cpp | 153 #define GEN_INT_IMPL(INTTYPE, TYPECHAR, OPNAME, OPERATOR) \ argument 158 virtual bool run (INTTYPE left, INTTYPE right) const { return left OPERATOR right; } \
|
/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/llvm-project/flang/docs/ |
D | f2018-grammar.md | 713 OPERATOR ( local-defined-operator ) => 714 OPERATOR ( use-defined-operator ) 740 generic-name | OPERATOR ( defined-operator ) |
|
/external/llvm-project/llvm/test/FileCheck/ |
D | numeric-expression.txt | 382 INVALID OPERATOR 384 INVAL-OP-LABEL: INVALID OPERATOR
|