Searched refs:constant (Results 251 - 275 of 546) sorted by relevance

<<11121314151617181920>>

/external/mesa3d/src/glsl/
H A Dopt_algebraic.cpp59 ir_constant *constant,
122 * Reassociates a constant down a tree of adds or multiplies.
128 ir_constant *constant,
156 if (reassociate_constant(ir1, const_index, constant,
162 if (reassociate_constant(ir1, const_index, constant,
250 /* Reassociate addition of constants so that we can do constant
292 * constant folding.
127 reassociate_constant(ir_expression *ir1, int const_index, ir_constant *constant, ir_expression *ir2) argument
/external/proguard/src/proguard/classfile/
H A DClazz.java24 import proguard.classfile.constant.visitor.ConstantVisitor;
193 * Lets the given constant pool entry visitor visit all constant pool entries
199 * Lets the given constant pool entry visitor visit the constant pool entry
205 * Lets the given constant pool entry visitor visit the class constant pool
211 * Lets the given constant pool entry visitor visit the class constant pool
217 * Lets the given constant poo
[all...]
/external/proguard/src/proguard/optimize/evaluation/
H A DLoadingInvocationUnit.java24 import proguard.classfile.constant.RefConstant;
H A DStoringInvocationUnit.java24 import proguard.classfile.constant.RefConstant;
/external/ceres-solver/examples/
H A Dpgm_image.h56 // Sets an image to a constant
57 void Set(double constant);
73 // Adds a constant to an image
75 // Multiplies an image by a constant
107 void PGMImage<Real>::Set(double constant) { argument
109 data_[i] = constant;
168 // Adds a constant to an image
176 // Multiplies an image by a constant
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DSymbolTable.h25 // * Constants: Compile time constant symbols will keep their values
27 // time, including doing constant folding and constant propagation.
365 TVariable *constant = new TVariable( local
367 constant->getConstPointer()->setIConst(value);
368 return insert(level, constant);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawState.h163 * Sets a constant fractional coverage to be applied to the draw. The
164 * initial value (after construction or reset()) is 0xff. The constant
202 /// The input color to the first color-stage is either the constant color or interpolated
203 /// per-vertex colors. The input to the first coverage stage is either a constant coverage
328 * Sets the blending function constant referenced by the following blending
335 * @param constant the constant to set
337 void setBlendConstant(GrColor constant) { argument
338 if (constant != fBlendConstant) {
339 fBlendConstant = constant;
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-representation-changes.cc28 HConstant* constant = HConstant::cast(value); local
29 // Try to create a new copy of the constant with the new representation.
31 Maybe<HConstant*> res = constant->CopyToTruncatedInt32(graph()->zone());
34 new_value = constant->CopyToRepresentation(to, graph()->zone());
/external/chromium_org/v8/src/compiler/
H A Dcode-generator.cc384 Constant constant = converter.ToConstant(op); local
386 switch (constant.type()) {
389 isolate()->factory()->NewNumberFromInt(constant.ToInt32());
392 constant_object = isolate()->factory()->NewNumber(constant.ToFloat64());
395 constant_object = constant.ToHeapObject();
/external/guava/guava-tests/test/com/google/common/collect/
H A DComputingConcurrentHashMapTest.java327 private final V constant; field in class:ComputingConcurrentHashMapTest.ConstantLoader
329 public ConstantLoader(V constant) { argument
330 this.constant = constant;
335 return constant;
/external/lldb/source/Expression/
H A DIRInterpreter.cpp150 const Constant *constant = dyn_cast<Constant>(value); local
152 if (constant)
156 if (!ResolveConstantValue(value_apint, constant))
213 bool ResolveConstantValue (APInt &value, const Constant *constant) argument
215 switch (constant->getValueID())
220 if (const ConstantInt *constant_int = dyn_cast<ConstantInt>(constant))
227 if (const ConstantFP *constant_fp = dyn_cast<ConstantFP>(constant))
234 if (const ConstantExpr *constant_expr = dyn_cast<ConstantExpr>(constant))
275 if (isa<ConstantPointerNull>(constant))
317 bool ResolveConstant (lldb::addr_t process_address, const Constant *constant) argument
[all...]
/external/chromium_org/mojo/public/tools/bindings/generators/
H A Dmojom_cpp_generator.py45 def ConstantValue(constant):
46 return ExpressionToText(constant.value, kind=constant.kind)
/external/chromium_org/v8/src/x64/
H A Dlithium-gap-resolver-x64.cc34 // Perform the moves with constant sources.
178 int32_t constant = cgen_->ToInteger32(constant_source); local
179 // Do sign extension only for constant used as de-hoisted array key.
182 __ Set(dst, constant);
184 __ Set(dst, static_cast<uint32_t>(constant));
H A Dmacro-assembler-x64.h392 // Support for constant splitting.
412 // Adds constant to src and tags the result as a smi.
414 void Integer64PlusConstantToSmi(Register dst, Register src, int constant);
534 // to the constant.
536 Smi* constant,
556 // Add an integer constant to a tagged smi, giving a tagged smi as result.
558 void SmiAddConstant(Register dst, Register src, Smi* constant);
560 // Add an integer constant to a tagged smi, giving a tagged smi as result.
562 void SmiAddConstant(const Operand& dst, Smi* constant);
564 // Add an integer constant t
740 Register constant = GetSmiConstant(source); local
[all...]
/external/proguard/src/proguard/optimize/peephole/
H A DTargetClassChanger.java29 import proguard.classfile.constant.*;
30 import proguard.classfile.constant.visitor.ConstantVisitor;
61 // Change the references of the constant pool.
167 public void visitAnyConstant(Clazz clazz, Constant constant) {} argument
437 * Explicitly adds a new class constant for the given class in the given
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java473 * Copies the constant value {@code value} to {@code target}. The constant
579 RegisterSpecList.make(instance.spec()), catches, fieldId.constant));
589 RegisterSpecList.make(source.spec(), instance.spec()), catches, fieldId.constant));
597 RegisterSpecList.EMPTY, catches, fieldId.constant));
606 RegisterSpecList.make(source.spec()), catches, fieldId.constant));
620 RegisterSpecList.EMPTY, catches, constructor.declaringType.constant));
692 catches, method.constant));
707 RegisterSpecList.make(source.spec()), catches, type.constant));
743 RegisterSpecList.make(source.spec()), catches, target.type.constant));
[all...]
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dmodule.py153 def __init__(self, module, parent_kind, constant):
154 NamedValue.__init__(self, module, parent_kind, constant.name)
155 self.constant = constant
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h97 unsigned rc_constants_add(struct rc_constant_list * c, struct rc_constant * constant);
/external/clang/test/SemaTemplate/
H A Dinstantiate-member-class.cpp126 expected-warning{{expression which evaluates to zero treated as a null pointer constant of type 'int *'}}
/external/emma/core/java12/com/vladium/jcd/cls/
H A DMethod_info.java14 import com.vladium.jcd.cls.constant.CONSTANT_Utf8_info;
36 * The value of the name_index item must be a valid index into the constant pool
37 * table. The constant pool entry at that index must be a {@link CONSTANT_Utf8_info}
42 * The value of the descriptor_index item must be a valid index into the constant pool
43 * table. The constant pool entry at that index must be a {@link CONSTANT_Utf8_info}
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DAttribute_info.java15 import com.vladium.jcd.cls.constant.*;
38 * index into the constant pool of the class. The constant pool entry at
39 * attribute_name_index must be a {@link com.vladium.jcd.cls.constant.CONSTANT_Utf8_info}
64 * Constant pool index for {@link com.vladium.jcd.cls.constant.CONSTANT_Utf8_info}
70 * Returns the name for this attribute within the constant pool context of 'cls'
98 * @param constants constant pool for the parent class [may not be null; not validated]
/external/llvm/test/MC/ARM/
H A Dldr-pseudo-darwin.s12 @ Check that large constants are converted to ldr from constant pool
36 @ TODO: the same constants should have the same constant pool location
58 @ a section defined in multiple pieces should be merged and use a single constant pool
192 @ Should not switch to section because it has no constant pool
/external/llvm/test/MC/Mips/
H A Dhigher-highest-addressing.s32 # Check the case where relocations are not modified by adding +1. The constant
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h97 unsigned rc_constants_add(struct rc_constant_list * c, struct rc_constant * constant);
/external/proguard/src/proguard/classfile/editor/
H A DVariableRemapper.java140 variableInstruction.constant);

Completed in 1795 milliseconds

<<11121314151617181920>>