HomeSort by relevance Sort by last modified time
    Searched defs:cond (Results 151 - 175 of 661) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_cp.c 532 * cmps.s p0.x, cond, 0
534 * as a way to mov into the predicate register. But frequently 'cond'
544 struct ir3_instruction *cond = ssa(instr->regs[1]); local
545 switch (cond->opc) {
549 instr->opc = cond->opc;
550 instr->flags = cond->flags;
551 instr->cat2 = cond->cat2;
552 instr->address = cond->address;
553 instr->regs[1] = cond->regs[1];
554 instr->regs[2] = cond->regs[2]
    [all...]
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 48 | Ast.If (cond, then_, else_) ->
49 let cond = codegen_expr cond in var
53 let cond_val = build_fcmp Fcmp.One cond zero "ifcond" builder in
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
while_op.cc 88 OP_REQUIRES_OK(ctx, ctx->GetAttr("cond", &name_attr));
194 XlaCompiler::CompilationResult cond; local
196 arguments, &cond));
203 OP_REQUIRES(ctx, cond.xla_input_shapes.size() == 1,
205 xla::Shape cond_input_shape = cond.xla_input_shapes[0];
211 VLOG(2) << "Cond shape: " << xla::ShapeUtil::HumanString(cond_input_shape)
212 << " -> " << xla::ShapeUtil::HumanString(cond.xla_output_shape);
230 xla::ShapeUtil::Compatible(cond.xla_output_shape,
234 xla::ShapeUtil::HumanString(cond.xla_output_shape)));
259 auto outputs = cb->Call(*cond.computation, {inputs})
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
cwise_op_select.cc 41 const Tensor* cond; variable
44 OP_REQUIRES_OK(ctx, ctx->input("condition", &cond));
48 if (TensorShapeUtils::IsScalar(cond->shape())) {
49 ComputeScalar(ctx, cond, then, else_);
53 bool broadcasting = (TensorShapeUtils::IsVector(cond->shape()) &&
57 ComputeBroadcasting(ctx, cond, then, else_);
59 ComputeElementwise(ctx, cond, then, else_);
64 void ComputeBroadcasting(OpKernelContext* ctx, const Tensor* cond,
68 ctx, TensorShapeUtils::IsVector(cond->shape()),
69 errors::InvalidArgument("'cond' must be a vector, but saw shape: "
    [all...]
  /external/v8/src/compiler/
common-operator-reducer.cc 22 Decision DecideCondition(Node* const cond) {
23 switch (cond->opcode()) {
25 Int32Matcher mcond(cond);
29 HeapObjectMatcher mcond(cond);
76 Node* const cond = node->InputAt(0); local
77 // Swap IfTrue/IfFalse on {branch} if {cond} is a BooleanNot and use the input
78 // to BooleanNot as new condition for {branch}. Note we assume that {cond} was
80 // reduction logic). The same applies if {cond} is a Select acting as boolean
82 if (cond->opcode() == IrOpcode::kBooleanNot ||
83 (cond->opcode() == IrOpcode::kSelect &
245 Node* const cond = branch->InputAt(0); local
374 Node* const cond = node->InputAt(0); local
    [all...]
  /external/vixl/test/aarch32/
test-assembler-cond-rd-memop-immediate-512-a32.cc 69 Condition cond; member in struct:vixl::aarch32::__anon43289::Operands
3626 Condition cond = kTests[i].operands.cond; local
    [all...]
test-assembler-cond-rd-memop-immediate-8192-a32.cc 69 Condition cond; member in struct:vixl::aarch32::__anon43290::Operands
3626 Condition cond = kTests[i].operands.cond; local
    [all...]
test-assembler-cond-rd-memop-rs-a32.cc 73 Condition cond; member in struct:vixl::aarch32::__anon43291::Operands
3634 Condition cond = kTests[i].operands.cond; local
    [all...]
test-assembler-cond-rd-memop-rs-shift-amount-1to31-a32.cc 69 Condition cond; member in struct:vixl::aarch32::__anon43292::Operands
3628 Condition cond = kTests[i].operands.cond; local
    [all...]
test-assembler-cond-rd-memop-rs-shift-amount-1to32-a32.cc 69 Condition cond; member in struct:vixl::aarch32::__anon43293::Operands
3628 Condition cond = kTests[i].operands.cond; local
    [all...]
test-assembler-cond-rd-rn-operand-rm-ror-amount-a32.cc 71 Condition cond; member in struct:vixl::aarch32::__anon43327::Operands
5131 Condition cond = kTests[i].operands.cond; local
    [all...]
test-assembler-cond-rd-rn-operand-rm-ror-amount-t32.cc 71 Condition cond; member in struct:vixl::aarch32::__anon43328::Operands
5131 Condition cond = kTests[i].operands.cond; local
    [all...]
test-assembler-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc 85 Condition cond; member in struct:vixl::aarch32::__anon43329::Operands
2659 Condition cond = kTests[i].operands.cond; local
    [all...]
test-assembler-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc 85 Condition cond; member in struct:vixl::aarch32::__anon43330::Operands
2659 Condition cond = kTests[i].operands.cond; local
    [all...]
test-assembler-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc 85 Condition cond; member in struct:vixl::aarch32::__anon43331::Operands
2659 Condition cond = kTests[i].operands.cond; local
    [all...]
test-assembler-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc 85 Condition cond; member in struct:vixl::aarch32::__anon43332::Operands
2659 Condition cond = kTests[i].operands.cond; local
    [all...]
test-assembler-cond-rd-rn-operand-rm-shift-rs-a32.cc 85 Condition cond; member in struct:vixl::aarch32::__anon43333::Operands
5159 Condition cond = kTests[i].operands.cond; local
    [all...]
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 40 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
95 ok = pthread_cond_signal(&cond);
240 pthread_cond_wait(&cond, &mutex);
  /hardware/intel/common/libwsbm/src/
wsbm_driver.c 58 n_condInit(struct _WsbmCond *cond, struct _WsbmThreadFuncs *func)
60 cond->func = func;
71 n_condNone(struct _WsbmCond *cond __attribute__ ((unused)))
77 n_condWait(struct _WsbmCond *cond __attribute__ ((unused)), struct _WsbmMutex *mutex __attribute__ ((unused)))
115 pthread_cond_t cond; member in struct:_WsbmPCond
180 p_condInit(struct _WsbmCond *cond, struct _WsbmThreadFuncs *func)
182 struct _WsbmPCond *pCond = pCondConvert(cond);
188 pthread_cond_init(&pCond->cond, NULL);
193 p_condFree(struct _WsbmCond *cond)
195 struct _WsbmPCond *pCond = pCondConvert(cond);
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/src/
mm_lib2d.c 84 * @cond: librd cond used for synchronization
93 pthread_cond_t cond; member in struct:mm_lib2d_obj_t
126 pthread_cond_signal(&lib2d_obj->cond);
333 pthread_cond_init(&lib2d_obj->cond, NULL);
580 rc = lib2d_obj->img_lib.img_wait_for_completion(&lib2d_obj->cond,
  /hardware/qcom/display/msm8909/libgralloc/
gr.h 81 pthread_cond_t cond; member in class:Locker
91 pthread_cond_init(&cond, 0);
95 pthread_cond_destroy(&cond);
98 inline void wait() { pthread_cond_wait(&cond, &mutex); }
100 inline void signal() { pthread_cond_signal(&cond); }
  /hardware/qcom/display/msm8909w_3100/libgralloc/
gr.h 81 pthread_cond_t cond; member in class:Locker
91 pthread_cond_init(&cond, 0);
95 pthread_cond_destroy(&cond);
98 inline void wait() { pthread_cond_wait(&cond, &mutex); }
100 inline void signal() { pthread_cond_signal(&cond); }
  /hardware/qcom/display/msm8996/libgralloc/
gr.h 86 pthread_cond_t cond; member in class:Locker
96 pthread_cond_init(&cond, 0);
100 pthread_cond_destroy(&cond);
103 inline void wait() { pthread_cond_wait(&cond, &mutex); }
105 inline void signal() { pthread_cond_signal(&cond); }
  /art/compiler/optimizing/
dead_code_elimination.cc 165 HInstruction* cond = ifs->InputAt(0); local
167 if (throws == ifs->IfTrueSuccessor() && cond->IsEqual()) {
169 } else if (throws == ifs->IfFalseSuccessor() && cond->IsNotEqual()) {
174 DCHECK(cond->IsEqual() || cond->IsNotEqual());
175 HInstruction* obj = cond->InputAt(1);
177 obj = cond->InputAt(0);
178 } else if (!cond->InputAt(0)->IsNullConstant()) {
  /bootable/recovery/edify/
expr.cpp 100 std::string cond; local
101 if (!Evaluate(state, argv[0], &cond)) {
105 if (!cond.empty()) {

Completed in 635 milliseconds

1 2 3 4 5 67 8 91011>>