Home
last modified time | relevance | path

Searched defs:MulOp (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/cudaarithm/src/cuda/
Dmul_mat.cu61 template <typename T, typename D> struct MulOp : binary_function<T, T, D> struct
63 __device__ __forceinline__ D operator ()(T a, T b) const in operator ()()
/external/opencv3/modules/core/test/
Dtest_arithm.cpp194 struct MulOp : public BaseElemWiseOp struct
196 MulOp() : BaseElemWiseOp(2, FIX_BETA+FIX_GAMMA, 1, 1, Scalar::all(0)) {} in MulOp() function
197 void getValueRange(int depth, double& minval, double& maxval) in getValueRange()
204 void op(const vector<Mat>& src, Mat& dst, const Mat&) in op()
208 void refop(const vector<Mat>& src, Mat& dst, const Mat&) in refop()
212 double getMaxErr(int depth) in getMaxErr()
/external/deqp/framework/randomshaders/
DrsgBinaryOps.hpp92 class MulOp : public MulBase class
DrsgBinaryOps.cpp281 MulOp::MulOp (GeneratorState& state, ConstValueRangeAccess valueRange) in MulOp() function in rsg::MulOp
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2517 static Value* buildFMulAdd(llvm::BinaryOperator *MulOp, Value *Addend, in buildFMulAdd()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2157 for (auto &MulOp : MulOpLists) in getAddExpr() local
2174 for (unsigned MulOp = 0, e = Mul->getNumOperands(); MulOp != e; ++MulOp) { in getAddExpr() local