HomeSort by relevance Sort by last modified time
    Searched defs:OPERATOR (Results 1 - 19 of 19) sorted by null

  /frameworks/compile/mclinker/include/mcld/Script/
ExprToken.h 23 OPERATOR,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 38 #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
sp_quad_depth_test.c 414 * Apply the stencil operator to stencil values.
418 * \param op the stencil operator (PIPE_STENCIL_OP_x)
625 /* choose front or back face function, operator, etc */
666 /* no depth test, apply Zpass operator to stencil buffer values */
838 #define OPERATOR <
842 #define OPERATOR ==
846 #define OPERATOR <=
850 #define OPERATOR >
854 #define OPERATOR !=
858 #define OPERATOR >
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 38 #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
sp_quad_depth_test.c 414 * Apply the stencil operator to stencil values.
418 * \param op the stencil operator (PIPE_STENCIL_OP_x)
625 /* choose front or back face function, operator, etc */
666 /* no depth test, apply Zpass operator to stencil buffer values */
838 #define OPERATOR <
842 #define OPERATOR ==
846 #define OPERATOR <=
850 #define OPERATOR >
854 #define OPERATOR !=
858 #define OPERATOR >
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascripttokenizer.py 153 # purposes, the comma behaves similarly enough to a normal operator that we
155 # characters - this may not match some very esoteric uses of the in operator.
164 OPERATOR = re.compile('|'.join(OPERATOR_LIST))
262 Matcher(OPERATOR, Type.OPERATOR),
javascripttokens.py 58 OPERATOR = 'operator'
110 def IsOperator(self, operator):
111 """Tests if this token is the given operator.
114 operator: The operator to compare to.
117 True if this token is a operator token with the given name.
119 return self.type == JavaScriptTokenType.OPERATOR and self.string == operator
122 """Tests if this token is an assignment operator
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
javascripttokenizer.py 149 # purposes, the comma behaves similarly enough to a normal operator that we
151 # characters - this may not match some very esoteric uses of the in operator.
160 OPERATOR = re.compile('|'.join(OPERATOR_LIST))
278 Matcher(cls.OPERATOR, Type.OPERATOR),
javascripttokens.py 58 OPERATOR = 'operator'
110 def IsOperator(self, operator):
111 """Tests if this token is the given operator.
114 operator: The operator to compare to.
117 True if this token is a operator token with the given name.
119 return self.type == JavaScriptTokenType.OPERATOR and self.string == operator
122 """Tests if this token is an assignment operator
    [all...]
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h 38 // 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(Not) OPERATOR(LNot) OPERATOR(Real) OPERATOR(Imag)
    [all...]
RecursiveASTVisitor.h 38 // 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(Not) OPERATOR(LNot) OPERATOR(Real) OPERATOR(Imag)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 155 // Reference functions for specific sequence operations for the sequence operator tests.
251 OPERATOR,
252 SIDE_EFFECT_OPERATOR // Test the side-effect (as opposed to the result) of a side-effect operator.
290 bool isUnaryPrefix; //!< Whether a unary operator is a prefix operator; redundant unless unary.
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);
320 BuiltinFuncGroup& operator<< (const BuiltinFuncInfo& info) { funcInfos.push_back(info); return *this; }
416 ShaderOperatorCase& operator= (const ShaderOperatorCase&); // not allowed!
605 : TestCaseGroup(context, "operator", "Operator tests."
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js 486 //Operator symbols
500 * Invisible operator for plus.
515 * Invisible operator for multiplication.
537 * Invisible operator for function application.
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 177 // \note This one is done separately due to how the overloaded minus operator is implemented for vector-scalar operands.
198 // Reference functions for specific sequence operations for the sequence operator tests.
432 OPERATOR,
433 SIDE_EFFECT_OPERATOR // Test the side-effect (as opposed to the result) of a side-effect operator.
506 bool isUnaryPrefix; //!< Whether a unary operator is a prefix operator; redundant unless unary.
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);
541 BuiltinFuncGroup& operator<< (const BuiltinFuncInfo& info) { funcInfos.push_back(info); return *this;
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 724 milliseconds