Searched refs:constant (Results 151 - 175 of 296) sorted by relevance

1234567891011>>

/external/mesa3d/src/pixelflinger2/
H A Dllvm_scanline.cpp126 Value * constant, Value * one, Value * zero,
179 factor = constant;
182 factor = builder.CreateSub(one, constant);
335 Value * constant = constIntVec(builder,gglCtx->blendState.color[0], local
340 Value * constant = NULL; local
346 Value * constantA = extractVector(builder,constant)[3];
349 constant, one, zero, srcA, dstA,
360 constant, one, zero, srcA, dstA,
370 // this is factor *= 256 / 255; factors have a chance of constant folding
125 BlendFactor(const unsigned mode, Value * src, Value * dst, Value * constant, Value * one, Value * zero, Value * srcA, Value * dstA, Value * constantA, Value * sOne, const bool isVector, IRBuilder<> & builder) argument
/external/proguard/src/proguard/evaluation/
H A DBasicInvocationUnit.java25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
/external/proguard/src/proguard/obfuscate/
H A DClassObfuscator.java26 import proguard.classfile.constant.ClassConstant;
27 import proguard.classfile.constant.visitor.ConstantVisitor;
/external/proguard/src/proguard/optimize/
H A DTailRecursionSimplifier.java26 import proguard.classfile.constant.MethodrefConstant;
27 import proguard.classfile.constant.visitor.ConstantVisitor;
129 // The code may expand, due to expanding constant and variable
/external/emma/core/java12/com/vladium/jcd/cls/
H A DClassDef.java21 import com.vladium.jcd.cls.constant.CONSTANT_Class_info;
22 import com.vladium.jcd.cls.constant.CONSTANT_Fieldref_info;
23 import com.vladium.jcd.cls.constant.CONSTANT_NameAndType_info;
24 import com.vladium.jcd.cls.constant.CONSTANT_String_info;
25 import com.vladium.jcd.cls.constant.CONSTANT_Utf8_info;
601 * @return constant pool index of the reference
616 * @return constant pool index of the reference
/external/proguard/src/proguard/classfile/io/
H A DProgramClassWriter.java30 import proguard.classfile.constant.*;
31 import proguard.classfile.constant.visitor.ConstantVisitor;
79 // Write the constant pool.
156 public void visitAnyConstant(Clazz clazz, Constant constant) argument
159 dataOutput.writeByte(constant.getTag());
162 constant.accept(clazz, constantBodyWriter);
H A DProgramClassReader.java30 import proguard.classfile.constant.*;
31 import proguard.classfile.constant.visitor.ConstantVisitor;
89 // Read the constant pool. Note that the first entry is not used.
95 Constant constant = createConstant();
96 constant.accept(programClass, this);
97 programClass.constantPool[index] = constant;
100 // constant pool.
101 int tag = constant.getTag();
764 default: throw new RuntimeException("Unknown constant type ["+u1tag+"] in constant poo
[all...]
/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorJS.pm1024 foreach my $constant (@{$dataNode->constants}) {
1025 my $getter = "js" . $interfaceName . $codeGenerator->WK_ucfirst($constant->name);
1241 # FIXME: we should not need a function for every constant.
1242 foreach my $constant (@{$dataNode->constants}) {
1243 push(@hashKeys, $constant->name);
1244 my $getter = "js" . $interfaceName . $codeGenerator->WK_ucfirst($constant->name);
1271 # FIXME: we should not need a function for every constant.
1272 foreach my $constant (@{$dataNode->constants}) {
1273 push(@hashKeys, $constant->name);
1274 my $getter = "js" . $interfaceName . $codeGenerator->WK_ucfirst($constant
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb108 # @example Match against an integer token type constant
422 2. add a new constant, TOKEN_NAMES, which is a hash that maps types to names
432 <tt>TokenScheme#define_token(name_symbol, int_value)</tt> adds a constant
434 essentially like <tt>Module#const_set</tt>, except it forbids constant
461 # ruby lexically-scopes constant names instead of
479 and assigned it to the constant name +Token+. This token class will both include
487 the token types as named constants, a type-to-name map constant +TOKEN_NAMES+,
488 and a grammar-specific subclass of ANTLR3::CommonToken assigned to the constant
581 constant = "T__#{ value }"
582 const_set( constant,
[all...]
/external/mesa3d/src/glsl/
H A Dir.cpp528 /* If the constant is a record, the types of each of the entries in
530 * entry must also be a constant. Just move the nodes from the value_list
534 /* FINISHME: Should the new constant take ownership of the nodes from
609 * component of the constant being constructed.
736 * There are cases where non-constant array index values can get constant
1409 ir_constant *constant = ir->as_constant(); local
1416 if (constant != NULL) {
1417 if (constant->type->is_record()) {
1418 foreach_iter(exec_list_iterator, iter, constant
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb48 immediately. The rest are configured to autoload when any of the constant names
72 just a module used as a namespace for the named constant values used
77 when any constant defined in the script is referenced. contents are autoloaded
/external/proguard/src/proguard/classfile/editor/
H A DClassReferenceFixer.java28 import proguard.classfile.constant.*;
29 import proguard.classfile.constant.visitor.ConstantVisitor;
34 * This ClassVisitor fixes references of constant pool entries, fields,
73 // Fix the constant pool.
183 public void visitAnyConstant(Clazz clazz, Constant constant) {} argument
H A DConstantPoolRemapper.java30 import proguard.classfile.constant.*;
31 import proguard.classfile.constant.visitor.ConstantVisitor;
38 * This ClassVisitor remaps all possible references to constant pool entries
40 * the constant pool entries themselves have already been remapped.
66 * Sets the given mapping of old constant pool entry indexes to their new
79 // Remap the local constant pool references.
199 // Remap the local constant pool references.
205 // Remap the constant pool references of the remaining attributes.
256 // Remap the constant pool references of the inner classes.
309 // Remap the constant poo
[all...]
/external/proguard/src/proguard/classfile/util/
H A DClassReferenceInitializer.java28 import proguard.classfile.constant.*;
29 import proguard.classfile.constant.visitor.ConstantVisitor;
37 * All class constant pool entries get direct references to the corresponding
41 * All field and method reference constant pool entries get direct references
44 * All name and type constant pool entries get a list of direct references to
96 // Initialize the constant pool entries.
158 public void visitAnyConstant(Clazz clazz, Constant constant) {} argument
H A DDynamicClassReferenceInitializer.java26 import proguard.classfile.constant.*;
27 import proguard.classfile.constant.visitor.ConstantVisitor;
33 * This InstructionVisitor initializes any constant <code>Class.forName</code> or
35 * it fills out the references of string constant pool entries that refer to a
250 // Fill out the matched string constant.
277 // Fill out the matched string constant.
289 // Fill out the matched string constant.
/external/webkit/Source/JavaScriptCore/assembler/
H A DSH4Assembler.h396 bool isImmediate(int constant) argument
398 return ((constant <= 127) && (constant >= -128));
1160 void loadConstant(uint32_t constant, RegisterID dst) argument
1162 if (((int)constant <= 0x7f) && ((int)constant >= -0x80)) {
1163 movImm8(constant, dst);
1170 printInstr(getOpcodeGroup3(MOVIMM_OPCODE, dst, constant), m_buffer.uncheckedSize());
1171 m_buffer.putShortWithConstantInt(opc, constant, true);
1174 void loadConstantUnReusable(uint32_t constant, RegisterI argument
[all...]
/external/clang/test/SemaCXX/
H A Dconstexpr-printing.cpp12 constexpr int extract(const S &s) { return s.n; } // expected-note {{read of uninitialized object is not allowed in a constant expression}}
16 constexpr S s1; // expected-error {{constant expression}} expected-note {{in call to 'S()'}}
40 expected-error {{constant expression}} \
53 static_assert(passLargeArray(v) == 0, ""); // expected-error {{constant expression}} expected-note {{in call to 'passLargeArray({{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...}})'}}
63 static_assert(badness(myUnion), ""); // expected-error {{constant expression}} \
74 static_assert(MemPtr(&MemPtrTest::n, &MemPtrTest::f, mpt.*&MemPtrTest::n), ""); // expected-error {{constant expression}} \
96 static_assert(mulBy3((LabelDiffTy)&&a-(LabelDiffTy)&&b) == 3, ""); // expected-error {{constant expression}} expected-note {{call to 'mulBy3(&&a - &&b)'}}
101 constexpr bool test_bool_0 = test_bool_printing(false); // expected-error {{constant expr}} expected-note {{in call to 'test_bool_printing(false)'}}
102 constexpr bool test_bool_1 = test_bool_printing(true); // expected-error {{constant expr}} expected-note {{in call to 'test_bool_printing(true)'}}
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/libvpx/examples/includes/geshi/geshi/
H A Dcpp.php22 * - Added StdCLib function and constant names, changed color scheme to
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_mastergain_gnu.s70 LDR r6, =0x7fff @constant for saturation tests
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_mastergain_gnu.s70 LDR r6, =0x7fff @constant for saturation tests
/external/proguard/src/proguard/classfile/
H A DProgramClass.java25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
72 * Returns the Constant at the given index in the constant pool.
/external/javassist/src/main/javassist/
H A DCtField.java359 * Returns the value of this field if it is a constant field.
362 * A constant field is <code>static</code> and <code>final</code>.
367 * representing the constant value.
368 * <code>null</code> if it is not a constant field
455 * Makes an initializer that assigns a constant integer value.
458 public static Initializer constant(int i) { method in class:CtField.Initializer
463 * Makes an initializer that assigns a constant boolean value.
466 public static Initializer constant(boolean b) { method in class:CtField.Initializer
471 * Makes an initializer that assigns a constant long value.
474 public static Initializer constant(lon method in class:CtField.Initializer
482 public static Initializer constant(float l) { method in class:CtField.Initializer
490 public static Initializer constant(double d) { method in class:CtField.Initializer
498 public static Initializer constant(String s) { method in class:CtField.Initializer
[all...]
/external/webkit/Source/JavaScriptCore/jit/
H A DJITInlineMethods.h503 inline void JIT::emitStore(unsigned index, const JSValue constant, RegisterID base) argument
505 store32(Imm32(constant.payload()), payloadFor(index, base));
506 store32(Imm32(constant.tag()), tagFor(index, base));
617 ALWAYS_INLINE bool JIT::getOperandConstantImmediateInt(unsigned op1, unsigned op2, unsigned& op, int32_t& constant) argument
620 constant = getConstantOperand(op1).asInt32();
626 constant = getConstantOperand(op2).asInt32();
/external/clang/lib/CodeGen/
H A DCGDecl.cpp216 // If constant emission failed, then this should be a C++ static
220 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression");
223 // be constant.
262 // We have a constant initializer, but a nontrivial destructor. We still
318 // We may have to cast the constant because of the initializer
322 // RAUW's the GV uses of this constant will be invalid.
731 /// from a constant global. It is beneficial to use memset if the global is all
785 // determinable constant initializer, there are optimizations we can do.
787 // TODO: We should constant-evaluate the initializer of any variable,
788 // as long as it is initialized by a constant expressio
1016 llvm::Constant *constant = 0; local
[all...]

Completed in 877 milliseconds

1234567891011>>