Searched defs:OPERATOR (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h38 #if !defined(OPERATOR) && !defined(ALWAYS)
39 #error "neither OPERATOR nor ALWAYS is defined!"
111 /* Note: OPERATOR appears here: */
112 if ((outmask & 1) && (idepth[0] OPERATOR depth16[0][0])) {
117 if ((outmask & 2) && (idepth[1] OPERATOR depth16[0][1])) {
122 if ((outmask & 4) && (idepth[2] OPERATOR depth16[1][0])) {
127 if ((outmask & 8) && (idepth[3] OPERATOR depth16[1][1])) {
146 #undef OPERATOR macro
H A Dsp_quad_depth_test.c838 #define OPERATOR < macro
842 #define OPERATOR == macro
846 #define OPERATOR <= macro
850 #define OPERATOR > macro
854 #define OPERATOR != macro
858 #define OPERATOR >= macro
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h38 #if !defined(OPERATOR) && !defined(ALWAYS)
39 #error "neither OPERATOR nor ALWAYS is defined!"
111 /* Note: OPERATOR appears here: */
112 if ((outmask & 1) && (idepth[0] OPERATOR depth16[0][0])) {
117 if ((outmask & 2) && (idepth[1] OPERATOR depth16[0][1])) {
122 if ((outmask & 4) && (idepth[2] OPERATOR depth16[1][0])) {
127 if ((outmask & 8) && (idepth[3] OPERATOR depth16[1][1])) {
146 #undef OPERATOR macro
H A Dsp_quad_depth_test.c838 #define OPERATOR < macro
842 #define OPERATOR == macro
846 #define OPERATOR <= macro
850 #define OPERATOR > macro
854 #define OPERATOR != macro
858 #define OPERATOR >= macro
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Djavascripttokenizer.py164 OPERATOR = re.compile('|'.join(OPERATOR_LIST)) variable in class:JavaScriptTokenizer
262 Matcher(OPERATOR, Type.OPERATOR),
H A Djavascripttokens.py58 OPERATOR = 'operator' variable in class:JavaScriptTokenType
119 return self.type == JavaScriptTokenType.OPERATOR and self.string == operator
127 return (self.type == JavaScriptTokenType.OPERATOR and
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Djavascripttokenizer.py160 OPERATOR = re.compile('|'.join(OPERATOR_LIST)) variable in class:JavaScriptTokenizer
278 Matcher(cls.OPERATOR, Type.OPERATOR),
H A Djavascripttokens.py58 OPERATOR = 'operator' variable in class:JavaScriptTokenType
119 return self.type == JavaScriptTokenType.OPERATOR and self.string == operator
127 return (self.type == JavaScriptTokenType.OPERATOR and
/external/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h38 // using them is responsible for defining macro OPERATOR().
42 OPERATOR(PostInc) OPERATOR(PostDec) OPERATOR(PreInc) OPERATOR(PreDec) \
43 OPERATOR(AddrOf) OPERATOR(Deref) OPERATOR(Plus) OPERATOR(Minus) \
44 OPERATOR(No
286 #define OPERATOR macro
301 #undef OPERATOR macro
321 #define OPERATOR macro
323 #undef OPERATOR macro
329 #define OPERATOR macro
333 #undef OPERATOR macro
493 #define OPERATOR macro
498 #undef OPERATOR macro
501 #define OPERATOR macro
506 #undef OPERATOR macro
511 #define OPERATOR macro
516 #undef OPERATOR macro
[all...]
H A DRecursiveASTVisitor.h38 // using them is responsible for defining macro OPERATOR().
42 OPERATOR(PostInc) OPERATOR(PostDec) OPERATOR(PreInc) OPERATOR(PreDec) \
43 OPERATOR(AddrOf) OPERATOR(Deref) OPERATOR(Plus) OPERATOR(Minus) \
44 OPERATOR(No
290 #define OPERATOR macro
304 #undef OPERATOR macro
323 #define OPERATOR macro
325 #undef OPERATOR macro
331 #define OPERATOR macro
335 #undef OPERATOR macro
508 #define OPERATOR macro
513 #undef OPERATOR macro
515 #define OPERATOR macro
520 #undef OPERATOR macro
524 #define OPERATOR macro
529 #undef OPERATOR macro
567 #define OPERATOR macro
572 #undef OPERATOR macro
575 #define OPERATOR macro
580 #undef OPERATOR macro
585 #define OPERATOR macro
590 #undef OPERATOR macro
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp251 OPERATOR, enumerator in enum:deqp::gles2::Functional::OperationType
295 return BuiltinFuncInfo(caseName_, shaderFuncName_, outValue_, input0_, input1_, input2_, resultScale_, resultBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_, OPERATOR);
301 return BuiltinFuncInfo(caseName_, shaderFuncName_, outValue_, input0_, input1_, input2_, resultScale_, resultBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_, OPERATOR, false);
1302 if (funcInfo.type == OPERATOR)
1338 if (funcInfo.type == OPERATOR || funcInfo.type == FUNCTION)
1342 if (funcInfo.type == OPERATOR && !isUnaryOp)
1350 if (funcInfo.type == OPERATOR && isUnaryOp && !funcInfo.isUnaryPrefix)
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp432 OPERATOR, enumerator in enum:deqp::gles3::Functional::OperationType
511 return BuiltinFuncInfo(caseName_, shaderFuncName_, outValue_, input0_, input1_, input2_, resultScale_, resultBias_, resultScale_, resultBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_, OPERATOR);
516 return BuiltinFuncInfo(caseName_, shaderFuncName_, outValue_, input0_, input1_, input2_, resultScale_, resultBias_, referenceScale_, referenceBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_, OPERATOR);
522 return BuiltinFuncInfo(caseName_, shaderFuncName_, outValue_, input0_, input1_, input2_, resultScale_, resultBias_, resultScale_, resultBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_, OPERATOR, false);
1942 if (funcInfo.type == OPERATOR)
1986 if (funcInfo.type == OPERATOR || funcInfo.type == FUNCTION)
1990 if (funcInfo.type == OPERATOR && !isUnaryOp)
1998 if (funcInfo.type == OPERATOR && isUnaryOp && !funcInfo.isUnaryPrefix)
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dmath_semantic_attr.js1113 type: cvox.SemanticAttr.Type.OPERATOR,
1117 type: cvox.SemanticAttr.Type.OPERATOR,
1121 type: cvox.SemanticAttr.Type.OPERATOR,
1125 type: cvox.SemanticAttr.Type.OPERATOR,
1164 type: cvox.SemanticAttr.Type.OPERATOR,
1197 OPERATOR: 'operator',
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 2875 milliseconds