Searched defs:MulOp (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/cudaarithm/src/cuda/ |
D | mul_mat.cu | 61 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/ |
D | test_arithm.cpp | 194 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/ |
D | rsgBinaryOps.hpp | 92 class MulOp : public MulBase class
|
D | rsgBinaryOps.cpp | 281 MulOp::MulOp (GeneratorState& state, ConstValueRangeAccess valueRange) in MulOp() function in rsg::MulOp
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 2517 static Value* buildFMulAdd(llvm::BinaryOperator *MulOp, Value *Addend, in buildFMulAdd()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2157 for (auto &MulOp : MulOpLists) in getAddExpr() local 2174 for (unsigned MulOp = 0, e = Mul->getNumOperands(); MulOp != e; ++MulOp) { in getAddExpr() local
|