Searched defs:constant (Results 26 - 50 of 199) sorted by relevance

12345678

/external/proguard/src/proguard/classfile/constant/
H A DIntegerConstant.java21 package proguard.classfile.constant;
24 import proguard.classfile.constant.visitor.ConstantVisitor;
27 * This Constant represents a integer constant in the constant pool.
H A DInterfaceMethodrefConstant.java21 package proguard.classfile.constant;
24 import proguard.classfile.constant.visitor.ConstantVisitor;
27 * This Constant represents a interface method reference constant in the constant pool.
43 * @param u2classIndex the index of the class in the constant pool.
44 * @param u2nameAndTypeIndex the index of the name and type entry in the constant pool.
H A DLongConstant.java21 package proguard.classfile.constant;
24 import proguard.classfile.constant.visitor.ConstantVisitor;
27 * This Constant represents a long constant in the constant pool.
H A DMethodrefConstant.java21 package proguard.classfile.constant;
24 import proguard.classfile.constant.visitor.ConstantVisitor;
27 * This Constant represents a method reference constant in the constant pool.
43 * @param u2classIndex the index of the class in the constant pool.
44 * @param u2nameAndTypeIndex the index of the name and type entry in the constant pool.
H A DNameAndTypeConstant.java21 package proguard.classfile.constant;
24 import proguard.classfile.constant.visitor.ConstantVisitor;
27 * This Constant represents a name and type constant in the constant pool.
47 * @param u2nameIndex the index of the name in the constant pool.
48 * @param u2descriptorIndex the index of the descriptor in the constant
H A DRefConstant.java21 package proguard.classfile.constant;
27 * This Constant represents a ref constant in the constant pool.
H A DStringConstant.java21 package proguard.classfile.constant;
24 import proguard.classfile.constant.visitor.ConstantVisitor;
28 * This Constant represents a string constant in the constant pool.
76 * @param u2stringIndex the index of the string in the constant pool.
/external/proguard/src/proguard/classfile/util/
H A DStringReferenceInitializer.java24 import proguard.classfile.constant.*;
25 import proguard.classfile.constant.visitor.ConstantVisitor;
29 * it visits. More specifically, it fills out the references of string constant
56 public void visitAnyConstant(Clazz clazz, Constant constant) {} argument
/external/proguard/src/proguard/classfile/visitor/
H A DReferencedMemberVisitor.java26 import proguard.classfile.constant.*;
27 import proguard.classfile.constant.visitor.ConstantVisitor;
52 public void visitAnyConstant(Clazz clazz, Constant constant) {} argument
H A DDotClassClassVisitor.java25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
83 public void visitAnyConstant(Clazz clazz, Constant constant) {} argument
/external/proguard/src/proguard/optimize/info/
H A DPackageVisibleMemberInvokingClassMarker.java24 import proguard.classfile.constant.visitor.ConstantVisitor;
25 import proguard.classfile.constant.*;
40 public void visitAnyConstant(Clazz clazz, Constant constant) {} argument
/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/mesa/src/src/glsl/
H A Dopt_constant_folding.cpp26 * Replace constant-valued expressions with references to constant values.
70 * expression has a non-constant operand, no need to go looking
71 * down it to find if it's constant. This cuts the time of this
82 ir_constant *constant = (*rvalue)->constant_expression_value(); local
83 if (constant) {
84 *rvalue = constant;
102 /* If the condition is constant, either remove the condition or
124 /* Attempt to constant fold parameters */
141 /* Next, see if the call can be replaced with an assignment of a constant */
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_Class_info.java9 package com.vladium.jcd.cls.constant;
21 * The value of the name_index item must be a valid index into the constant pool
22 * table. The constant pool entry at that index must be a {@link CONSTANT_Utf8_info}
50 * Returns the JVM class name within the constant pool context of 'cls'
53 * @param cls class that contains this constant
H A DCONSTANT_Double_info.java9 package com.vladium.jcd.cls.constant;
H A DCONSTANT_Float_info.java9 package com.vladium.jcd.cls.constant;
22 * the float constant in IEEE 754 floating-point "single format" bit layout.
H A DCONSTANT_Integer_info.java9 package com.vladium.jcd.cls.constant;
22 * the int constant. The bytes of the value are stored in big-endian (high byte
H A DCONSTANT_Long_info.java9 package com.vladium.jcd.cls.constant;
22 * together contain the value of the long constant
H A DCONSTANT_String_info.java9 package com.vladium.jcd.cls.constant;
18 * The CONSTANT_String_info structure is used to represent constant objects of
21 * The value of the string_index item must be a valid index into the constant pool
22 * table. The constant pool entry at that index must be a {@link CONSTANT_Utf8_info}
H A DCONSTANT_Utf8_info.java9 package com.vladium.jcd.cls.constant;
18 * The CONSTANT_Utf8_info structure is used to represent constant string values.<P>
/external/mesa3d/src/glsl/
H A Dopt_constant_folding.cpp26 * Replace constant-valued expressions with references to constant values.
70 * expression has a non-constant operand, no need to go looking
71 * down it to find if it's constant. This cuts the time of this
82 ir_constant *constant = (*rvalue)->constant_expression_value(); local
83 if (constant) {
84 *rvalue = constant;
102 /* If the condition is constant, either remove the condition or
124 /* Attempt to constant fold parameters */
141 /* Next, see if the call can be replaced with an assignment of a constant */
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-lexer.rb101 :t__16!, :t__17!, :t__18!, :t__19!, :constant!, :id!,
352 # lexer rule constant! (CONSTANT)
354 def constant!
884 constant!
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c59 unsigned rc_constants_add(struct rc_constant_list * c, struct rc_constant * constant) argument
77 c->Constants[index] = *constant;
85 * Add a state vector to the constant list, while trying to avoid duplicates.
90 struct rc_constant constant; local
100 memset(&constant, 0, sizeof(constant));
101 constant.Type = RC_CONSTANT_STATE;
102 constant.Size = 4;
103 constant.u.State[0] = state0;
104 constant
117 struct rc_constant constant; local
143 struct rc_constant constant; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c300 struct rc_constant constant; local
323 constant.Type = RC_CONSTANT_IMMEDIATE;
324 constant.Size = 4;
326 constant.u.Immediate[i] = imm->u[i].Float;
327 rc_constants_add(&ttr->compiler->Program.Constants, &constant);
345 struct rc_constant constant; local
346 memset(&constant, 0, sizeof(constant));
347 constant.Type = RC_CONSTANT_EXTERNAL;
348 constant
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-representation-changes.cc51 HConstant* constant = HConstant::cast(value); local
52 // Try to create a new copy of the constant with the new representation.
54 Maybe<HConstant*> res = constant->CopyToTruncatedInt32(graph()->zone());
57 new_value = constant->CopyToRepresentation(to, graph()->zone());

Completed in 311 milliseconds

12345678