Searched refs:OP_NOT (Results 1 - 18 of 18) sorted by relevance

/external/opencv3/modules/core/src/opencl/
H A Darithm.cl183 #elif defined OP_NOT
413 #if !(defined(OP_RECIP_SCALE) || defined(OP_NOT))
422 #if !(defined(OP_RECIP_SCALE) || defined(OP_NOT))
/external/libchrome/base/test/
H A Dtrace_event_analyzer.h459 OP_NOT, enumerator in enum:trace_analyzer::Query::Operator
527 return operator_ == OP_NOT || operator_ == OP_NEGATE;
H A Dtrace_event_analyzer.cc282 case OP_NOT:
587 return Query(*this, OP_NOT);
/external/pcre/dist/
H A Dpcre_byte_order.c211 case OP_NOT:
H A Dpcre_compile.c1864 case OP_NOT:
2162 case OP_NOT:
2307 case OP_NOT:
2610 case OP_NOT:
2955 list[0] = OP_NOT;
2993 case OP_NOT:
3001 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT;
3056 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT;
3504 case OP_NOT:
3825 case OP_NOT
[all...]
H A Dpcre_study.c217 case OP_NOT:
877 case OP_NOT:
H A Dpcre_printint.c545 case OP_NOT:
H A Dpcre_jit_compile.c679 case OP_NOT:
1373 case OP_NOT:
3410 case OP_NOT:
5714 case OP_NOT:
5726 if (type == OP_NOT || !char_has_othercase(common, cc))
5752 if (type == OP_NOT || !char_has_othercase(common, cc))
7824 *type = OP_NOT;
7942 case OP_NOT:
8324 case OP_NOT:
H A Dpcre_dfa_exec.c2280 case OP_NOT:
H A Dpcre_exec.c3660 case OP_NOT:
3676 if (op == OP_NOT)
H A Dpcretest.c2574 case OP_NOT:
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp618 case OP_NOT:
H A Dnv50_ir_emit_nvc0.cpp1627 case OP_NOT:
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp40 case OP_NOT: bits = NV50_IR_MOD_NOT; break;
H A Dnv50_ir.h61 OP_NOT, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_emit_nv50.cpp1586 case OP_NOT:
H A Dnv50_ir_from_sm4.cpp412 case SM4_OPCODE_NOT: return OP_NOT;
H A Dnv50_ir_peephole.cpp380 case NV50_IR_MOD_NOT: return OP_NOT;

Completed in 454 milliseconds