binary_op 1721 modules/core/src/arithm.cpp binary_op(a, b, c, mask, &f, true, OCL_OP_AND); binary_op 1727 modules/core/src/arithm.cpp binary_op(a, b, c, mask, &f, true, OCL_OP_OR); binary_op 1733 modules/core/src/arithm.cpp binary_op(a, b, c, mask, &f, true, OCL_OP_XOR); binary_op 1739 modules/core/src/arithm.cpp binary_op(a, a, c, mask, &f, true, OCL_OP_NOT); binary_op 1744 modules/core/src/arithm.cpp binary_op(src1, src2, dst, noArray(), getMaxTab(), false, OCL_OP_MAX ); binary_op 1749 modules/core/src/arithm.cpp binary_op(src1, src2, dst, noArray(), getMinTab(), false, OCL_OP_MIN ); binary_op 1755 modules/core/src/arithm.cpp binary_op(src1, src2, _dst, noArray(), getMaxTab(), false, OCL_OP_MAX ); binary_op 1761 modules/core/src/arithm.cpp binary_op(src1, src2, _dst, noArray(), getMinTab(), false, OCL_OP_MIN ); binary_op 1767 modules/core/src/arithm.cpp binary_op(src1, src2, _dst, noArray(), getMaxTab(), false, OCL_OP_MAX ); binary_op 1773 modules/core/src/arithm.cpp binary_op(src1, src2, _dst, noArray(), getMinTab(), false, OCL_OP_MIN ); binary_op 64 modules/photo/src/denoise_tvl1.cpp OutputIterator result, BinaryOperator binary_op) binary_op 68 modules/photo/src/denoise_tvl1.cpp *result = binary_op(*first1, *first2);