Searched defs:ExpOp (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudaarithm/src/cuda/ |
D | math.cu | 196 template <typename T> struct ExpOp : unary_function<T, T> struct 198 __device__ __forceinline__ T operator ()(T x) const in operator ()()
|
/external/opencv3/modules/core/test/ |
D | test_arithm.cpp | 953 struct ExpOp : public BaseElemWiseOp struct 955 ExpOp() : BaseElemWiseOp(1, FIX_ALPHA+FIX_BETA+FIX_GAMMA, 1, 1, Scalar::all(0)) {} in ExpOp() function 956 int getRandomType(RNG& rng) in getRandomType() 960 void getValueRange(int depth, double& minval, double& maxval) in getValueRange() 965 void op(const vector<Mat>& src, Mat& dst, const Mat&) in op() 969 void refop(const vector<Mat>& src, Mat& dst, const Mat&) in refop() 973 double getMaxErr(int depth) in getMaxErr()
|
/external/deqp/framework/randomshaders/ |
D | rsgBuiltinFunctions.hpp | 437 class ExpOp : public UnaryExponentialFunc<ExpOp> class 440 ExpOp (GeneratorState& state, ConstValueRangeAccess valueRange) in ExpOp() function in rsg::ExpOp
|