Searched defs:conditional (Results 1 - 25 of 30) sorted by relevance

12

/external/proguard/src/proguard/optimize/evaluation/
H A DTracedBranchUnit.java42 int conditional)
44 if (conditional == Value.ALWAYS)
49 else if (conditional != Value.NEVER)
52 super.branchConditionally(clazz, codeAttribute, offset, branchTarget, conditional);
38 branchConditionally(Clazz clazz, CodeAttribute codeAttribute, int offset, int branchTarget, int conditional) argument
/external/caliper/examples/src/main/java/examples/
H A DIntModBenchmark.java28 @Benchmark int conditional(int reps) { method in class:IntModBenchmark
/external/libopus/silk/
H A Dgain_quant.c43 const opus_int conditional, /* I first gain is delta coded if 1 */
60 if( k == 0 && conditional == 0 ) {
98 const opus_int conditional, /* I first gain is delta coded if 1 */
105 if( k == 0 && conditional == 0 ) {
39 silk_gains_quant( opus_int8 ind[ MAX_NB_SUBFR ], opus_int32 gain_Q16[ MAX_NB_SUBFR ], opus_int8 *prev_ind, const opus_int conditional, const opus_int nb_subfr ) argument
94 silk_gains_dequant( opus_int32 gain_Q16[ MAX_NB_SUBFR ], const opus_int8 ind[ MAX_NB_SUBFR ], opus_int8 *prev_ind, const opus_int conditional, const opus_int nb_subfr ) argument
/external/proguard/src/proguard/evaluation/
H A DBranchUnit.java44 * conditional branch.
50 int conditional);
46 branchConditionally(Clazz clazz, CodeAttribute codeAttribute, int offset, int branchTarget, int conditional) argument
H A DBasicBranchUnit.java100 int conditional)
96 branchConditionally(Clazz clazz, CodeAttribute codeAttribute, int offset, int branchTarget, int conditional) argument
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A Dtype_traits.h120 struct conditional { typedef T type; }; struct in namespace:llvm
123 struct conditional<false, T, F> { typedef F type; }; struct in namespace:llvm
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip_unfilled.c101 GLuint conditional; local
107 conditional = BRW_CONDITIONAL_GE;
109 conditional = BRW_CONDITIONAL_L;
113 conditional,
129 GLuint conditional; local
144 conditional = BRW_CONDITIONAL_GE;
146 conditional = BRW_CONDITIONAL_L;
150 conditional,
H A Dbrw_eu_emit.c1384 * embedded comparison (conditional modifier). It is not used on gen7.
1387 gen6_IF(struct brw_codegen *p, enum brw_conditional_mod conditional, argument
1404 brw_inst_set_cond_modifier(devinfo, insn, conditional);
1462 * platforms, we convert flow control instructions to conditional ADDs that
1469 * instructions to conditional ADDs. So we do patch IF and ELSE
1599 * instructions to conditional ADDs. So we only do this trick on Gen4 and
1897 unsigned conditional,
1904 brw_inst_set_cond_modifier(devinfo, insn, conditional);
2798 * "In case of the halt instruction not inside any conditional
2800 * same. In case of the halt instruction inside conditional cod
1895 brw_CMP(struct brw_codegen *p, struct brw_reg dest, unsigned conditional, struct brw_reg src0, struct brw_reg src1) argument
[all...]
/external/clang/test/SemaCXX/
H A Dvector.cpp42 // Test the conditional operator with vector types.
43 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, function
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/
H A DCsmElement.java75 static CsmElement conditional(ObservableProperty property, CsmConditional.Condition condition, CsmElement thenElement) { method in interface:CsmElement
79 static CsmElement conditional(ObservableProperty property, CsmConditional.Condition condition, CsmElement thenElement, CsmElement elseElement) { method in interface:CsmElement
83 static CsmElement conditional(List<ObservableProperty> properties, CsmConditional.Condition condition, CsmElement thenElement, CsmElement elseElement) { method in interface:CsmElement
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcall_graph_test.cc241 // Test a call graph of a module with a conditional.
255 HloInstruction* conditional = local
271 EXPECT_EQ(conditional, conditional_callsite.instruction());
275 EXPECT_EQ(entry_node.GetCallSite(conditional), &conditional_callsite);
H A Dhlo_ordering.cc190 const HloInstruction* conditional = use.instruction; local
192 conditional->true_computation())) {
193 VLOG(4) << " use is conditional " << use.instruction->name()
198 conditional->false_computation())) {
199 VLOG(4) << " use is conditional " << use.instruction->name()
H A Dhlo_dataflow_analysis.cc364 HloInstruction* conditional) {
365 CHECK_EQ(conditional->opcode(), HloOpcode::kConditional);
368 conditional->true_computation()->root_instruction()),
370 conditional->false_computation()->root_instruction())};
375 return GetInstructionValueSet(conditional).AssignUnionOf(inputs);
464 auto conditional = callsite.instruction(); local
469 // If the parameter belongs to conditional's true computation, then
471 // belongs to conditional's false computation, then operand 2 is forwarded
473 if (parameter->parent() == conditional->true_computation()) {
474 inputs.push_back(&GetInstructionValueSet(conditional
363 UpdateConditionalValueSet( HloInstruction* conditional) argument
[all...]
H A Dhlo_cost_analysis.cc517 Status HloCostAnalysis::HandleConditional(const HloInstruction* conditional) { argument
521 ProcessSubcomputation(conditional->true_computation()));
523 ProcessSubcomputation(conditional->false_computation()));
H A Dhlo_dataflow_analysis_test.cc1545 // Test conditional with identity computations in both true and false cases.
1579 auto conditional = builder.AddInstruction(HloInstruction::CreateConditional( local
1599 ElementsAre(HloUse{conditional, 0, {}}));
1601 ElementsAre(HloUse{conditional, 1, {}}));
1603 ElementsAre(HloUse{conditional, 2, {}}));
1606 EXPECT_FALSE(analysis.ValueIsDefinedAt(conditional));
1607 EXPECT_THAT(HloValuesAt(conditional),
1613 // Test conditional with true and false computations taking a tuple operand.
1666 auto conditional = builder.AddInstruction(HloInstruction::CreateConditional( local
1701 ElementsAre(HloUse{conditional,
1794 auto conditional = builder.AddInstruction(HloInstruction::CreateConditional( local
[all...]
H A Dhlo_instruction_test.cc1222 // Tests stringification of a simple op, fusion, while, and conditional.
1265 HloInstruction* conditional = local
1268 EXPECT_EQ(conditional->ToString(options),
1269 "%conditional = f32[5,20]{1,0} conditional(pred[] %constant, "
H A Dhlo_verifier.cc289 Status ShapeVerifier::HandleConditional(HloInstruction* conditional) { argument
291 conditional,
292 conditional->true_computation()->ComputeProgramShape().result()));
294 conditional,
295 conditional->false_computation()->ComputeProgramShape().result());
H A Dbuffer_assignment_test.cc766 auto conditional = builder.AddInstruction(HloInstruction::CreateConditional( local
771 GetInstructions(conditional);
786 << "Should be reuse between conditional and true computation.";
788 << "Should be reuse between conditional and false computation.";
793 GetTopLevelAllocation(*buffers, conditional);
/external/turbine/java/com/google/turbine/tree/
H A DPretty.java205 public Void visitConditional(Tree.Conditional conditional, Void input) { argument
207 conditional.cond().accept(this, null);
209 conditional.iftrue().accept(this, null);
211 conditional.iffalse().accept(this, null);
H A DTree.java464 /** A JLS 15.25 conditional expression. */
965 O visitConditional(Conditional conditional, I input); argument
/external/eigen/Eigen/src/Core/util/
H A DMeta.h58 struct conditional { typedef Then type; }; struct in namespace:Eigen::internal
61 struct conditional <false, Then, Else> { typedef Else type; }; struct in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/products/
H A DGeneralBlockPanelKernel.h390 typedef typename conditional<Vectorizable,_LhsPacket,LhsScalar>::type LhsPacket;
391 typedef typename conditional<Vectorizable,_RhsPacket,RhsScalar>::type RhsPacket;
392 typedef typename conditional<Vectorizable,_ResPacket,ResScalar>::type ResPacket;
496 typedef typename conditional<Vectorizable,_LhsPacket,LhsScalar>::type LhsPacket;
497 typedef typename conditional<Vectorizable,_RhsPacket,RhsScalar>::type RhsPacket;
498 typedef typename conditional<Vectorizable,_ResPacket,ResScalar>::type ResPacket;
539 madd_impl(a, b, c, tmp, typename conditional<Vectorizable,true_type,false_type>::type());
629 typedef typename conditional<Vectorizable,RealPacket, Scalar>::type LhsPacket;
630 typedef typename conditional<Vectorizable,DoublePacketType,Scalar>::type RhsPacket;
631 typedef typename conditional<Vectorizabl
1584 typedef typename conditional<SwappedTraits::LhsProgress>=8,typename unpacket_traits<SResPacket>::half,SResPacket>::type SResPacketHalf; typedef
1585 typedef typename conditional<SwappedTraits::LhsProgress>=8,typename unpacket_traits<SLhsPacket>::half,SLhsPacket>::type SLhsPacketHalf; typedef
1586 typedef typename conditional<SwappedTraits::LhsProgress>=8,typename unpacket_traits<SLhsPacket>::half,SRhsPacket>::type SRhsPacketHalf; typedef
1587 typedef typename conditional<SwappedTraits::LhsProgress>=8,typename unpacket_traits<SAccPacket>::half,SAccPacket>::type SAccPacketHalf; typedef
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emitter_unnested.cc307 Status IrEmitterUnnested::HandleConditional(HloInstruction* conditional) { argument
308 thunk_sequence_->emplace_back(BuildConditionalThunk(conditional));
2344 // Checks that the buffers used in a conditional instruction are shared with the
2346 // * The result buffer of the conditional should share the allocation with the
2353 const HloInstruction* conditional,
2356 conditional->shape(),
2359 conditional, conditional->true_computation()->root_instruction(),
2362 conditional, conditional
2352 CheckConditionalBuffersShareAllocation( const HloInstruction* conditional, const BufferAssignment& buffer_assignment) argument
[all...]
/external/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc1252 void EmitReusedLoadLiteralStressTest(InstructionSet isa, bool conditional) { argument
1271 if (conditional) {
1299 if (conditional) {
1324 EmitReusedLoadLiteralStressTest(isa, false /*conditional*/);
1329 EmitReusedLoadLiteralStressTest(isa, true /*conditional*/);
1557 // is conditional and there is a second conditional Ldrd instruction that will
5721 // Check that conditional B with a near hint use a narrow branch when it can.
5786 // Check that conditional B with a far hint use a narrow branch only for a
/external/pcre/dist2/src/
H A Dpcre2_jit_compile.c7278 static PCRE2_SPTR compile_assert_matchingpath(compiler_common *common, PCRE2_SPTR cc, assert_backtrack *backtrack, BOOL conditional) argument
7290 jump_list **target = (conditional) ? &backtrack->condfailed : &backtrack->common.topbacktracks;
7309 SLJIT_ASSERT(!conditional);
7441 if ((opcode != OP_ASSERT_NOT && opcode != OP_ASSERTBACK_NOT) || conditional)
7460 if (conditional)
7541 if ((conditional && extrasize > 0) || bra == OP_BRAZERO)

Completed in 893 milliseconds

12