/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorCustomOp.h | 101 : m_op(op), m_device(device), m_result(NULL) 147 m_op.func().eval(m_op.expression(), result, m_device); 151 const ArgType m_op; 257 : m_op(op), m_device(device), m_result(NULL) 301 m_op.func().eval(m_op.lhsExpression(), m_op.rhsExpression(), result, m_device); 305 const XprType m_op;
|
D | TensorForcedEval.h | 111 : m_impl(op.expression(), device), m_op(op.expression()), m_device(device), m_buffer(NULL) 126 EvalTo evalToTmp(m_buffer, m_op); 159 const ArgType m_op;
|
D | TensorEvalTo.h | 113 m_buffer(op.buffer()), m_op(op), m_expression(op.expression()) 118 return m_op; 174 const XprType& m_op;
|
/external/deqp/modules/gles31/stress/ |
D | es31sDrawTests.cpp | 114 const InvalidOperation m_op; member in deqp::gles31::Stress::__anon37e1f60d0111::InvalidDrawCase 125 , m_op (op) in InvalidDrawCase() 196 const int indexBufferSize = (m_op == INVALID_INDEX_COUNT) ? (drawCount) : (overBoundDrawCount); in iterate() 200 indices[ndx] = (deUint16)((m_op == INVALID_INDEX) ? (overBoundDrawCount + ndx) : (ndx)); in iterate() 210 const int dataSize = (m_op == INVALID_DATA_COUNT) ? (drawCount) : (overBoundDrawCount); in iterate() 239 …drawCommand.primCount = (m_op == INVALID_DATA_INSTANCED) ? (overBoundInstances) : (drawInstances… in iterate() 240 drawCommand.first = (m_op == INVALID_DATA_FIRST) ? (overBoundDrawCount) : (0); in iterate() 241 drawCommand.reservedMustBeZero = (m_op == INVALID_RESERVED) ? (5) : (0); in iterate() 261 …drawCommand.primCount = (m_op == INVALID_DATA_INSTANCED) ? (overBoundInstances) : (drawInstances… in iterate() 262 drawCommand.firstIndex = (m_op == INVALID_INDEX_FIRST) ? (overBoundDrawCount) : (0); in iterate() [all …]
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_psengine.cpp | 73 : m_op(PSOP_PROC), m_value(0), m_proc(pdfium::MakeUnique<CPDF_PSProc>()) {} in CPDF_PSOP() 75 CPDF_PSOP::CPDF_PSOP(PDF_PSOP op) : m_op(op), m_value(0) { in CPDF_PSOP() 76 ASSERT(m_op != PSOP_CONST); in CPDF_PSOP() 77 ASSERT(m_op != PSOP_PROC); in CPDF_PSOP() 80 CPDF_PSOP::CPDF_PSOP(float value) : m_op(PSOP_CONST), m_value(value) {} in CPDF_PSOP() 85 if (m_op == PSOP_CONST) in GetFloatValue() 93 if (m_op == PSOP_PROC) in GetProc()
|
D | cpdf_psengine.h | 76 PDF_PSOP GetOp() const { return m_op; } in GetOp() 79 const PDF_PSOP m_op;
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderMatrixTests.cpp | 754 MatrixOp m_op; member in deqp::gles2::Functional::ShaderMatrixCase 761 , m_op (op) in ShaderMatrixCase() 782 int numInputs = (isOperationBinary(m_op)) ? (2) : (1); in init() 796 else if (getOperationType(m_op) == OPERATIONTYPE_UNARY_PREFIX_OPERATOR || in init() 797 getOperationType(m_op) == OPERATIONTYPE_UNARY_POSTFIX_OPERATOR) in init() 912 switch (getOperationNature(m_op)) in init() 915 DE_ASSERT(getOperationType(m_op) != OPERATIONTYPE_ASSIGNMENT); in init() 922 DE_ASSERT(getOperationType(m_op) != OPERATIONTYPE_ASSIGNMENT); in init() 931 DE_ASSERT(getOperationType(m_op) == OPERATIONTYPE_ASSIGNMENT); in init() 941 switch (getOperationType(m_op)) in init() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderMatrixTests.cpp | 1394 const MatrixOp m_op); 1405 const MatrixOp m_op; member in vkt::sr::__anoncf4815820111::ShaderMatrixInstance 1417 , m_op (op) in ShaderMatrixInstance() 1434 if (getOperationTestMatrixType(m_op) != TESTMATRIXTYPE_DEFAULT) in ShaderMatrixInstance() 1441 switch (getOperationTestMatrixType(m_op)) in ShaderMatrixInstance() 1467 int numInputs = isOperationBinary(m_op) ? 2 : 1; in ShaderMatrixInstance() 1574 const int numInputs = isOperationBinary(m_op) ? 2 : 1; in setupUniforms() 1630 const MatrixOp m_op; member in vkt::sr::__anoncf4815820111::ShaderMatrixCase 1649 , m_op (op) in ShaderMatrixCase() 1660 return new ShaderMatrixInstance(context, m_isVertexCase, *m_evaluator, m_in0, m_in1, m_op); in createInstance() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderMatrixTests.cpp | 1384 MatrixOp m_op; member in deqp::gles3::Functional::ShaderMatrixCase 1392 , m_op (op) in ShaderMatrixCase() 1414 int numInputs = (isOperationBinary(m_op)) ? (2) : (1); in init() 1423 if (m_op == OP_MUL && isDataTypeMatrix(m_in0.dataType) && isDataTypeMatrix(m_in1.dataType)) in init() 1427 else if (m_op == OP_OUTER_PRODUCT) in init() 1431 else if (m_op == OP_TRANSPOSE) in init() 1435 else if (m_op == OP_INVERSE) in init() 1439 else if (m_op == OP_DETERMINANT) in init() 1443 else if (getOperationType(m_op) == OPERATIONTYPE_UNARY_PREFIX_OPERATOR || in init() 1444 getOperationType(m_op) == OPERATIONTYPE_UNARY_POSTFIX_OPERATOR) in init() [all …]
|
D | es3fShaderPrecisionTests.cpp | 197 std::string m_op; member in deqp::gles3::Functional::ShaderFloatPrecisionCase 217 , m_op (op) in ShaderFloatPrecisionCase() 246 …m_program = createFloatPrecisionEvalProgram(m_context.getRenderContext(), m_precision, m_op.c_str(… in init() 448 std::string m_op; member in deqp::gles3::Functional::ShaderIntPrecisionCase 469 , m_op (op) in ShaderIntPrecisionCase() 499 …sionEvalProgram(m_context.getRenderContext(), glu::TYPE_INT, m_precision, m_op.c_str(), m_isVertex… in init() 642 std::string m_op; member in deqp::gles3::Functional::ShaderUintPrecisionCase 663 , m_op (op) in ShaderUintPrecisionCase() 693 …ionEvalProgram(m_context.getRenderContext(), glu::TYPE_UINT, m_precision, m_op.c_str(), m_isVertex… in init()
|
/external/pdfium/xfa/fxfa/fm2js/ |
D | cxfa_fmsimpleexpression.cpp | 93 : m_line(line), m_op(op) {} in CXFA_FMSimpleExpression() 106 return m_op; in GetOperatorToken() 386 switch (m_op) { in ToJavaScript() 421 switch (m_op) { in ToJavaScript() 464 switch (m_op) { in ToJavaScript() 498 switch (m_op) { in ToJavaScript() 750 if (m_op == TOKdotscream) { in ToJavaScript() 754 } else if (m_op == TOKdotstar) { in ToJavaScript() 756 } else if (m_op == TOKcall) { in ToJavaScript()
|
D | cxfa_fmsimpleexpression.h | 69 const XFA_FM_TOKEN m_op; variable
|
/external/catch2/include/internal/ |
D | catch_decomposer.h | 52 StringRef m_op; variable 57 … ( os, Catch::Detail::stringify( m_lhs ), m_op, Catch::Detail::stringify( m_rhs ) ); in streamReconstructedExpression() 64 m_op( op ),
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 1121 const string m_op; member in deqp::gles2::Performance::__anona8c3c8290111::BinaryOpCase 1131 , m_op (op) in BinaryOpCase() 1227 op << "\t\tacc" << i << "a = acc" << i << "b " << m_op << " acc" << i << "a" << ";\n"; in generateSingleProgramData() 1228 op << "\t\tacc" << i << "b = acc" << i << "a " << m_op << " acc" << i << "b" << ";\n"; in generateSingleProgramData() 1238 op << (i > 0 ? " "+m_op : "") << " acc" << i << "b"; in generateSingleProgramData() 1336 const char* const opName = m_op == "+" ? "addition" in logSingleOperationCalculationInfo() 1337 : m_op == "-" ? "subtraction" in logSingleOperationCalculationInfo() 1338 : m_op == "*" ? "multiplication" in logSingleOperationCalculationInfo() 1339 : m_op == "/" ? "division" in logSingleOperationCalculationInfo()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 1121 const string m_op; member in deqp::gles3::Performance::__anon6814502b0111::BinaryOpCase 1131 , m_op (op) in BinaryOpCase() 1231 op << "\t\tacc" << i << "a = acc" << i << "b " << m_op << " acc" << i << "a" << ";\n"; in generateSingleProgramData() 1232 op << "\t\tacc" << i << "b = acc" << i << "a " << m_op << " acc" << i << "b" << ";\n"; in generateSingleProgramData() 1242 op << (i > 0 ? " "+m_op : "") << " acc" << i << "b"; in generateSingleProgramData() 1340 const char* const opName = m_op == "+" ? "addition" in logSingleOperationCalculationInfo() 1341 : m_op == "-" ? "subtraction" in logSingleOperationCalculationInfo() 1342 : m_op == "*" ? "multiplication" in logSingleOperationCalculationInfo() 1343 : m_op == "/" ? "division" in logSingleOperationCalculationInfo()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 1872 StringRef m_op; member in Catch::BinaryExpr 1877 … ( os, Catch::Detail::stringify( m_lhs ), m_op, Catch::Detail::stringify( m_rhs ) ); in streamReconstructedExpression() 1884 m_op( op ),
|