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

/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/chromium_org/third_party/opus/src/silk/
H A Dgain_quant.c43 const opus_int conditional, /* I first gain is delta coded if 1 */
60 if( k == 0 && conditional == 0 ) {
97 const opus_int conditional, /* I first gain is delta coded if 1 */
104 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
93 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/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 ) {
97 const opus_int conditional, /* I first gain is delta coded if 1 */
104 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
93 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/chromium_org/third_party/mesa/src/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.c1120 * embedded comparison (conditional modifier). It is not used on gen7.
1123 gen6_IF(struct brw_compile *p, uint32_t conditional, argument
1142 insn->header.destreg__conditionalmod = conditional;
1204 * platforms, we convert flow control instructions to conditional ADDs that
1211 * instructions to conditional ADDs. So we do patch IF and ELSE
1333 * instructions to conditional ADDs. So we only do this trick on Gen4 and
1611 GLuint conditional,
1617 insn->header.destreg__conditionalmod = conditional;
1609 brw_CMP(struct brw_compile *p, struct brw_reg dest, GLuint conditional, struct brw_reg src0, struct brw_reg src1) argument
/external/eigen/Eigen/src/Core/util/
H A DMeta.h29 struct conditional { typedef Then type; }; struct in namespace:Eigen::internal
32 struct conditional <false, Then, Else> { typedef Else type; }; struct in namespace:Eigen::internal
/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.c1120 * embedded comparison (conditional modifier). It is not used on gen7.
1123 gen6_IF(struct brw_compile *p, uint32_t conditional, argument
1142 insn->header.destreg__conditionalmod = conditional;
1204 * platforms, we convert flow control instructions to conditional ADDs that
1211 * instructions to conditional ADDs. So we do patch IF and ELSE
1333 * instructions to conditional ADDs. So we only do this trick on Gen4 and
1611 GLuint conditional,
1617 insn->header.destreg__conditionalmod = conditional;
1609 brw_CMP(struct brw_compile *p, struct brw_reg dest, GLuint conditional, struct brw_reg src0, struct brw_reg src1) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Des_generator.py330 # We'll need a conditional variable to keep track of
335 # Write code based on that conditional.
377 # We'll need a conditional variable to keep track of
381 # Write code based on that conditional.
400 # have to worry about conditional value conversion - the
412 # We'll need a conditional variable to keep track of
417 # Write code based on that conditional.
518 conditional="" variable
528 conditional += " && %s != %s" % (valueToCheck, v)
529 switchCode.append(" if (%s) {" % conditional[
[all...]
/external/clang/test/SemaCXX/
H A Dvector.cpp39 // Test the conditional operator with vector types.
40 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, function
/external/mesa3d/src/mesa/main/
H A Des_generator.py330 # We'll need a conditional variable to keep track of
335 # Write code based on that conditional.
377 # We'll need a conditional variable to keep track of
381 # Write code based on that conditional.
400 # have to worry about conditional value conversion - the
412 # We'll need a conditional variable to keep track of
417 # Write code based on that conditional.
518 conditional="" variable
528 conditional += " && %s != %s" % (valueToCheck, v)
529 switchCode.append(" if (%s) {" % conditional[
[all...]
/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp358 bool conditional = false; local
360 if (ConditionPassed(opcode, &conditional))
413 if (conditional)
482 bool conditional = false; local
483 if (ConditionPassed(opcode, &conditional))
545 if (conditional)
1896 bool conditional = false; local
1898 if (ConditionPassed(opcode, &conditional))
1943 if (conditional)
2007 bool conditional local
2103 bool conditional = false; local
3361 bool conditional = false; local
[all...]
/external/pcre/dist/
H A Dpcre_jit_compile.c6406 static pcre_uchar *compile_assert_matchingpath(compiler_common *common, pcre_uchar *cc, assert_backtrack *backtrack, BOOL conditional) argument
6418 jump_list **target = (conditional) ? &backtrack->condfailed : &backtrack->common.topbacktracks;
6437 SLJIT_ASSERT(!conditional);
6552 if ((opcode != OP_ASSERT_NOT && opcode != OP_ASSERTBACK_NOT) || conditional)
6571 if (conditional)
6649 if (conditional || bra == OP_BRAZERO)
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4773 milliseconds