Home
last modified time | relevance | path

Searched defs:LogOp (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/test/
Dtest_arithm.cpp980 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/
DrsgBuiltinFunctions.hpp466 class LogOp : public UnaryExponentialFunc<LogOp> class
469 LogOp (GeneratorState& state, ConstValueRangeAccess valueRange) in LogOp() function in rsg::LogOp