Searched refs:constant (Results 126 - 150 of 546) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/optimize/info/
H A DPackageVisibleMemberInvokingClassMarker.java24 import proguard.classfile.constant.visitor.ConstantVisitor;
25 import proguard.classfile.constant.*;
46 public void visitAnyConstant(Clazz clazz, Constant constant) {} argument
H A DNonPrivateMemberMarker.java24 import proguard.classfile.constant.*;
25 import proguard.classfile.constant.visitor.ConstantVisitor;
75 public void visitAnyConstant(Clazz clazz, Constant constant) {} argument
/external/guava/guava-tests/test/com/google/common/cache/
H A DTestingCacheLoaders.java57 * Returns a {@link CacheLoader} that returns the given {@code constant} for every request.
59 static <K, V> ConstantLoader<K, V> constantLoader(V constant) { argument
60 return new ConstantLoader<K, V>(constant);
64 * Returns a {@link CacheLoader} that returns the given {@code constant} for every request.
120 private final V constant; field in class:TestingCacheLoaders.ConstantLoader
122 ConstantLoader(V constant) { argument
123 this.constant = constant;
128 return constant;
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_constant_propagation.cpp5 * constant of this software and associated documentation files (the "Software"),
7 * the rights to use, constant, modify, merge, publish, distribute, sublicense,
28 * usage of those constant channels with direct usage of the constants.
30 * This can lead to constant folding and algebraic optimizations in
33 * constant push buffer or as instruction immediate values) and
49 acp_entry(ir_variable *var, unsigned write_mask, ir_constant *constant) argument
52 assert(constant);
55 this->constant = constant;
63 this->constant
68 ir_constant *constant; member in class:__anon14263::acp_entry
441 ir_constant *constant = ir->rhs->as_constant(); local
[all...]
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/mesa3d/src/glsl/
H A Dopt_constant_propagation.cpp5 * constant of this software and associated documentation files (the "Software"),
7 * the rights to use, constant, modify, merge, publish, distribute, sublicense,
28 * usage of those constant channels with direct usage of the constants.
30 * This can lead to constant folding and algebraic optimizations in
33 * constant push buffer or as instruction immediate values) and
49 acp_entry(ir_variable *var, unsigned write_mask, ir_constant *constant) argument
52 assert(constant);
55 this->constant = constant;
63 this->constant
68 ir_constant *constant; member in class:__anon27674::acp_entry
441 ir_constant *constant = ir->rhs->as_constant(); local
[all...]
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/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/mesa3d/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/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_inline_literals.c72 struct rc_constant * constant; local
92 constant =
94 if (constant->Type != RC_CONSTANT_IMMEDIATE) {
104 float_value = constant->u.Immediate[swz];
123 /* Use RC_SWIZZLE_W for the inline constant, so
/external/clang/test/CodeGenCUDA/Inputs/
H A Dcuda.h5 #define __constant__ __attribute__((constant))
/external/clang/test/PCH/Inputs/
H A Dcuda.h5 #define __constant__ __attribute__((constant))
/external/clang/test/SemaCUDA/Inputs/
H A Dcuda.h5 #define __constant__ __attribute__((constant))
/external/emma/core/java12/com/vladium/jcd/cls/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_ref_info.java9 package com.vladium.jcd.cls.constant;
18 * Abstract base for all CONSTANT_XXXref_info structures. They all have a constant
22 * The value of the class_index item must be a valid index into the constant pool
23 * table. The constant pool entry at that index must be a {@link CONSTANT_Class_info}
/external/llvm/test/MC/ARM/
H A Deh-directive-movsp-diagnostics.s70 @ CHECK: error: expected #constant
80 .movsp r11, #constant
84 @ CHECK: error: offset must be an immediate constant
85 @ CHECK: .movsp r11, #constant
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_inline_literals.c72 struct rc_constant * constant; local
92 constant =
94 if (constant->Type != RC_CONSTANT_IMMEDIATE) {
104 float_value = constant->u.Immediate[swz];
123 /* Use RC_SWIZZLE_W for the inline constant, so
/external/proguard/src/proguard/classfile/attribute/
H A DBootstrapMethodInfo.java24 import proguard.classfile.constant.visitor.ConstantVisitor;
65 * Applies the given constant pool visitor to the argument constants of the
H A DExceptionsAttribute.java25 import proguard.classfile.constant.visitor.ConstantVisitor;
69 * Applies the given constant pool visitor to all exception class pool info
/external/proguard/src/proguard/classfile/visitor/
H A DExceptionHandlerConstantVisitor.java24 import proguard.classfile.constant.visitor.ConstantVisitor;
/external/proguard/src/proguard/optimize/peephole/
H A DVerticalClassMerger.java24 import proguard.classfile.constant.visitor.ConstantVisitor;
/external/proguard/src/proguard/shrink/
H A DLocalVariableTypeUsageMarker.java27 import proguard.classfile.constant.Constant;
28 import proguard.classfile.constant.visitor.ConstantVisitor;
163 public void visitAnyConstant(Clazz clazz, Constant constant) argument
165 usageMarker.markAsUsed(constant);
172 * Marks the given constant pool entry of the given class.
/external/skia/gm/rebaseline_server/static/
H A Dconstants.js9 module.constant('constants', (function() {
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8DOMConfiguration.cpp79 // constant is accessed, e.g. to handle deprecation or measuring usage. The
85 const ConstantConfiguration* constant = &constants[i]; local
86 v8::Handle<v8::String> constantName = v8AtomicString(isolate, constant->name);
87 switch (constant->type) {
91 functionDescriptor->Set(constantName, v8::Integer::New(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
92 prototype->Set(constantName, v8::Integer::New(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
95 functionDescriptor->Set(constantName, v8::Integer::NewFromUnsigned(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
96 prototype->Set(constantName, v8::Integer::NewFromUnsigned(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
100 functionDescriptor->Set(constantName, v8::Number::New(isolate, constant->dvalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
101 prototype->Set(constantName, v8::Number::New(isolate, constant
[all...]
/external/clang/test/Lexer/
H A Dcxx1y_digit_separators.cpp18 int e = 0'b1010; // expected-error {{digit 'b' in octal constant}}
21 int h = 0x1e+1; // expected-error {{invalid suffix '+1' on integer constant}}
63 int a = 0\u1234'5; // expected-error {{invalid suffix '\u1234'5' on integer constant}}
73 int a = 0ሴ'5; // expected-error {{invalid suffix 'ሴ'5' on integer constant}}

Completed in 1833 milliseconds

1234567891011>>