vcmpge4           812 modules/core/include/opencv2/core/cuda/simd_functions.hpp         s = vcmpge4(a, b);  // mask = 0xff if a >= b
vcmpge4           835 modules/core/include/opencv2/core/cuda/simd_functions.hpp         s = vcmpge4(a, b);  // mask = 0xff if a >= b
vcmpge4           857 modules/core/include/opencv2/core/cuda/simd_functions.hpp         s = vcmpge4(b, a);  // mask = 0xff if a >= b
vcmpge4           860 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp     s = vcmpge4(a, b);  // mask = 0xff if a >= b
vcmpge4           883 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp     s = vcmpge4(a, b);  // mask = 0xff if a >= b
vcmpge4           905 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp     s = vcmpge4(b, a);  // mask = 0xff if a >= b