sqr 57 modules/cudaarithm/src/element_operations.cpp void cv::cuda::sqr(InputArray, OutputArray, Stream&) { throw_no_cuda(); } sqr 205 modules/cudaimgproc/src/mssegmentation.cpp inline int sqr(int x) sqr 418 modules/imgproc/test/test_moments.cpp #undef sqr sqr 419 modules/imgproc/test/test_moments.cpp #define sqr(a) ((a)*(a)) sqr 122 modules/stitching/include/opencv2/stitching/detail/util_inl.hpp static inline int sqr(int x) { return x * x; } sqr 123 modules/stitching/include/opencv2/stitching/detail/util_inl.hpp static inline float sqr(float x) { return x * x; } sqr 124 modules/stitching/include/opencv2/stitching/detail/util_inl.hpp static inline double sqr(double x) { return x * x; } sqr 60 modules/videostab/src/precomp.hpp inline float sqr(float x) { return x * x; }