Searched defs:LogOp (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/core/test/ |
D | test_arithm.cpp | 980 struct LogOp : public BaseElemWiseOp struct 982 LogOp() : BaseElemWiseOp(1, FIX_ALPHA+FIX_BETA+FIX_GAMMA, 1, 1, Scalar::all(0)) {} in LogOp() function 983 int getRandomType(RNG& rng) in getRandomType() 987 void getValueRange(int depth, double& minval, double& maxval) in getValueRange() 992 void op(const vector<Mat>& src, Mat& dst, const Mat&) in op() 998 void refop(const vector<Mat>& src, Mat& dst, const Mat&) in refop() 1004 double getMaxErr(int depth) in getMaxErr()
|
/external/deqp/framework/randomshaders/ |
D | rsgBuiltinFunctions.hpp | 466 class LogOp : public UnaryExponentialFunc<LogOp> class 469 LogOp (GeneratorState& state, ConstValueRangeAccess valueRange) in LogOp() function in rsg::LogOp
|