epsilon           113 modules/core/include/opencv2/core/cuda/limits.hpp     __device__ __forceinline__ static float epsilon() { return FLT_EPSILON; }
epsilon           121 modules/core/include/opencv2/core/cuda/limits.hpp     __device__ __forceinline__ static double epsilon() { return DBL_EPSILON; }
epsilon          2218 modules/core/include/opencv2/core/types.hpp     : type(0), maxCount(0), epsilon(0) {}
epsilon          2222 modules/core/include/opencv2/core/types.hpp     : type(_type), maxCount(_maxCount), epsilon(_epsilon) {}
epsilon           113 modules/cudev/include/opencv2/cudev/util/limits.hpp     __device__ __forceinline__ static float epsilon() { return FLT_EPSILON; }
epsilon           121 modules/cudev/include/opencv2/cudev/util/limits.hpp     __device__ __forceinline__ static double epsilon() { return DBL_EPSILON; }