Searched refs:OCL_OP_OR (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/core/src/ |
D | arithm.cpp | 1428 OCL_OP_AND=9, OCL_OP_OR=10, OCL_OP_XOR=11, OCL_OP_NOT=12, OCL_OP_MIN=13, OCL_OP_MAX=14, enumerator 1727 binary_op(a, b, c, mask, &f, true, OCL_OP_OR); in bitwise_or()
|