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

<<11121314151617181920>>

  /external/selinux/libsepol/src/
kernel_to_conf.c 1992 struct cond_node *cond; member in struct:cond_data
2006 struct cond_node *cond; local
    [all...]
link.c 2291 cond_list_t *cond = decl->cond_list; local
    [all...]
  /external/syslinux/com32/lua/src/
lparser.c 1169 static int cond (LexState *ls) { function
1170 /* cond -> exp */
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
control_flow_ops_py_test.py 338 _ = control_flow_ops.cond(False, fn1, fn2)
345 y = control_flow_ops.cond(p, fn1, fn2)
352 control_flow_ops.cond(
389 r = control_flow_ops.cond(pred, fn1, fn2)
408 r = control_flow_ops.cond(pred, fn1, fn2)
424 self.assertEqual(1.0, control_flow_ops.cond(rv, case, lambda: t).eval())
435 r = control_flow_ops.cond(pred, fn1, fn2)
452 r = control_flow_ops.cond(pred, fn1, fn2)
455 if op.name == "cond/Add/Switch":
464 r = control_flow_ops.cond(pred, fn1, fn2
1943 def cond(duration, tensor, _): function in function:ControlFlowTest.testWhileGrad_NoDependency
1964 def cond(duration, _): function in function:ControlFlowTest.testWhileGrad_Const
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 1775 FlagsCondition cond = cont->condition(); local
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 2044 FlagsCondition cond = cont->condition(); local
    [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc 2379 Condition cond = FlagsConditionToCondition(condition, op); local
2460 Condition cond = FlagsConditionToCondition(condition, op); local
2491 Condition cond = FlagsConditionToCondition(condition, op); local
    [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 647 void FullCodeGenerator::Split(Condition cond,
652 __ b(cond, if_true);
654 __ b(NegateCondition(cond), if_false);
656 __ b(cond, if_true);
2652 Condition cond = CompareIC::ComputeCondition(op); local
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 641 // If (cond), branch to if_true.
642 // If (!cond), branch to if_false.
645 void FullCodeGenerator::Split(Condition cond,
650 __ B(cond, if_true);
653 __ B(NegateCondition(cond), if_false);
655 __ B(cond, if_true);
2626 Condition cond = CompareIC::ComputeCondition(op); local
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 622 void FullCodeGenerator::Split(Condition cond, Label* if_true, Label* if_false,
625 __ b(cond, if_true, cr);
627 __ b(NegateCondition(cond), if_false, cr);
629 __ b(cond, if_true, cr);
2665 Condition cond = CompareIC::ComputeCondition(op); local
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 603 void FullCodeGenerator::Split(Condition cond, Label* if_true, Label* if_false,
606 __ b(cond, if_true);
608 __ b(NegateCondition(cond), if_false);
610 __ b(cond, if_true);
2613 Condition cond = CompareIC::ComputeCondition(op); local
    [all...]
  /external/v8/src/wasm/
function-body-decoder.cc 818 Value cond = Pop(0, kWasmI32); local
821 BUILD(BranchNoHint, cond.node, &if_true, &if_false);
918 Value cond = Pop(2, kWasmI32); local
923 builder_->BranchNoHint(cond.node, &controls[0], &controls[1]);
945 Value cond = Pop(0, kWasmI32); local
950 BUILD(BranchNoHint, cond.node, &tenv->control, &fenv->control);
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 2003 Condition cond = masm->CheckEitherSmi(left, right, tmp1); local
2046 Condition cond = masm->CheckEitherSmi(left, right, tmp1); local
2091 Condition cond = masm->CheckEitherSmi(left, right, tmp1); local
    [all...]
disasm-x64.cc 850 byte cond = *(data + 1) & 0x0F; local
852 const char* mnem = conditional_code_suffix[cond];
860 byte cond = *data & 0x0F; local
863 const char* mnem = conditional_code_suffix[cond];
872 byte cond = *(data + 1) & 0x0F; local
873 const char* mnem = conditional_code_suffix[cond];
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_helpers.c 639 UInt x86g_calculate_condition ( UInt/*X86Condcode*/ cond,
648 UInt inv = cond & 1;
652 tab_cond[cc_op][cond]++;
657 switch (cond) {
709 cond, cc_op, cc_dep1, cc_dep2, cc_ndep );
840 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
842 cond = args[0];
849 if (isU32(cc_op, X86G_CC_OP_ADDL) && isU32(cond, X86CondZ)) {
859 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondZ)) {
864 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNZ))
    [all...]
host_arm_isel.c 1821 ARMCondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
1829 ARMCondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
2260 ARMCondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
6103 ARMCondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); local
    [all...]
host_mips_isel.c 2348 HReg cond = iselWordExpr_R(env, e->Iex.ITE.cond); local
    [all...]
host_s390_isel.c 1628 s390_cc_t cond = s390_isel_cc(env, arg); local
3756 s390_cc_t cond = s390_isel_cc(env, stmt->Ist.WrTmp.data); local
3916 s390_cc_t cond; local
    [all...]
host_x86_isel.c 1298 X86CondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
1307 X86CondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
2671 X86CondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
4060 X86CondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); local
    [all...]
  /external/vixl/src/aarch64/
assembler-aarch64.cc 201 void Assembler::b(int64_t imm19, Condition cond) {
202 Emit(B_cond | ImmCondBranch(imm19) | cond);
213 void Assembler::b(Label* label, Condition cond) {
216 b(static_cast<int>(offset), cond); local
639 Condition cond) {
640 ConditionalSelect(rd, rn, rm, cond, CSEL);
647 Condition cond) {
648 ConditionalSelect(rd, rn, rm, cond, CSINC);
655 Condition cond) {
656 ConditionalSelect(rd, rn, rm, cond, CSINV)
    [all...]
disasm-aarch64.cc 385 const char *form = "'Rn, 'Rm, 'INzcv, 'Cond";
405 const char *form = "'Rn, 'IP, 'INzcv, 'Cond";
427 const char *form = "'Rd, 'Rn, 'Rm, 'Cond";
431 Condition cond = static_cast<Condition>(instr->GetCondition()); local
432 bool invertible_cond = (cond != al) && (cond != nv);
4719 int cond; local
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
Expr.java 627 Node cond = new Node(); local
628 cond.setConditionFlag(
630 cond.mParents.add(dependant.getAllCalculationPaths());
631 node.mParents.add(cond);
  /hardware/qcom/audio/hal/
audio_hw.h 187 pthread_cond_t cond; member in struct:stream_out
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 230 NJ_SEARCH_CONDITION cond; member in struct:__anon53016
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gimple.h 500 enum tree_code cond; variable in typeref:enum:tree_code
    [all...]

Completed in 804 milliseconds

<<11121314151617181920>>