HomeSort by relevance Sort by last modified time
    Searched defs:constant (Results 176 - 200 of 412) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
nvfragparse.c 450 * Parse a floating point constant, or a defined symbol name.
472 const GLfloat *constant; local
475 constant = (GLfloat *)_mesa_lookup_parameter_value(parseState->parameters,
478 /* XXX Check that it's a constant and not a parameter */
479 if (!constant) {
483 COPY_4V(number, constant);
492 * Parse a vector constant, one of:
513 RETURN_ERROR1("Expected comma in vector constant");
523 RETURN_ERROR1("Expected comma in vector constant");
533 RETURN_ERROR1("Expected comma in vector constant");
    [all...]
  /external/chromium_org/v8/src/
hydrogen-check-elimination.cc 36 // type tracking or from a constant, or they were initially CHECKED_STABLE,
493 // Reduce a load of the map field when it is known to be a constant.
506 if (entry == NULL || entry->maps_->size() != 1) return; // Not a constant.
511 HConstant* constant = HConstant::CreateAndInsertBefore( local
513 instr->DeleteAndReplaceWith(constant);
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.h 382 // Support for constant splitting.
402 // Adds constant to src and tags the result as a smi.
404 void Integer64PlusConstantToSmi(Register dst, Register src, int constant);
524 // to the constant.
526 Smi* constant,
546 // Add an integer constant to a tagged smi, giving a tagged smi as result.
548 void SmiAddConstant(Register dst, Register src, Smi* constant);
550 // Add an integer constant to a tagged smi, giving a tagged smi as result.
552 void SmiAddConstant(const Operand& dst, Smi* constant);
554 // Add an integer constant to a tagged smi, giving a tagged smi as result
730 Register constant = GetSmiConstant(source); local
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 548 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; local
549 X = svalBuilder.makeIntVal(constant, B->getType());
711 // FIXME: Handle the case where __builtin_offsetof is not a constant.
732 assert(T->isVariableArrayType() && "Unknown non-constant-sized type.");
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ComputingConcurrentHashMapTest.java 327 private final V constant; field in class:ComputingConcurrentHashMapTest.ConstantLoader
329 public ConstantLoader(V constant) {
330 this.constant = constant;
335 return constant;
  /external/lldb/source/Expression/
IRInterpreter.cpp 150 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)
215 switch (constant->getValueID())
220 if (const ConstantInt *constant_int = dyn_cast<ConstantInt>(constant))
227 if (const ConstantFP *constant_fp = dyn_cast<ConstantFP>(constant))
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 66 /// constant - This Value has a specific constant value.
67 constant, enumerator in enum:__anon29456::LVILatticeVal::LatticeValueTy
74 /// overdefined - This value is not known to be constant, and we know that
79 /// Val: This stores the current lattice value along with the Constant* for
80 /// the constant if this is a 'constant' or 'notconstant' value.
82 Constant *Val;
88 static LVILatticeVal get(Constant *C) {
94 static LVILatticeVal getNot(Constant *C)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_alu.c 363 unsigned int constant; local
368 constant = rc_constants_add_immediate_scalar(&c->Program.Constants, -127.999999, &constant_swizzle);
391 swizzle(srcreg(RC_FILE_CONSTANT, constant),
396 negate(srcregswz(RC_FILE_CONSTANT, constant, constant_swizzle)));
761 int constant = rc_constants_add_immediate_scalar(&c->Program.Constants, local
775 srcregswz(RC_FILE_CONSTANT, constant, constant_swizzle));
1126 unsigned int constant; local
1158 unsigned int constant; local
    [all...]
  /external/mesa3d/src/glsl/
ir.cpp 616 /* If the constant is a record, the types of each of the entries in
618 * entry must also be a constant. Just move the nodes from the value_list
622 /* FINISHME: Should the new constant take ownership of the nodes from
697 * component of the constant being constructed.
839 * There are cases where non-constant array index values can get constant
1649 ir_constant *constant = ir->as_constant(); local
    [all...]
ast_function.cpp 48 ir_constant *const constant = result->constant_expression_value(); local
49 if (constant != NULL)
50 result = constant;
129 "parameter `in %s' must be a constant expression",
275 /* If the function call is a constant expression, don't generate any
278 * Function calls were first allowed to be constant expressions in GLSL 1.20.
508 /* Try constant folding; it may fold in the conversion we just added. */
509 ir_constant *const constant = result->constant_expression_value(); local
510 return (constant != NULL) ? (ir_rvalue *) constant : (ir_rvalue *) result
525 ir_constant *constant = src->as_constant(); local
641 ir_rvalue *const constant = result->constant_expression_value(); local
682 ir_constant *constant = ((ir_instruction *) node)->as_constant(); local
1305 ir_rvalue *const constant = local
1450 ir_rvalue *const constant = result->constant_expression_value(); local
    [all...]
  /external/mesa3d/src/mesa/program/
nvfragparse.c 450 * Parse a floating point constant, or a defined symbol name.
472 const GLfloat *constant; local
475 constant = (GLfloat *)_mesa_lookup_parameter_value(parseState->parameters,
478 /* XXX Check that it's a constant and not a parameter */
479 if (!constant) {
483 COPY_4V(number, constant);
492 * Parse a vector constant, one of:
513 RETURN_ERROR1("Expected comma in vector constant");
523 RETURN_ERROR1("Expected comma in vector constant");
533 RETURN_ERROR1("Expected comma in vector constant");
    [all...]
  /external/strace/
time.c 415 int constant; member in struct:__anon35087
439 tprintf(", constant=%d, precision=%u, ",
440 tx.constant, tx.precision);
482 tprintf(", constant=%ld, precision=%lu, ",
483 (long) tx.constant, (long) tx.precision);
  /hardware/intel/img/psb_video/src/
psb_surface_ext.h 115 PsbAYUVSample8 constant[16]; /* server convert palette into SGX constants */ member in union:_PsbVASurface::__anon40179
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-prop.h 36 "Interprocedural Constant Propagation", by David Callahan, Keith D Cooper,
42 Constant - a constant (is_gimple_ip_invariant)is passed as an actual
59 the passed value is an interprocedural constant, we still know the exact
92 second (constant) operand. */
140 /* The known constant or type if this is a clobber. */
170 function context. constant represents the actual constant in constant jump
171 functions and member_cst holds constant c++ member functions. *
175 tree GTY ((tag ("IPA_JF_CONST"))) constant; member in union:ipa_jump_func::jump_func_value
    [all...]
  /art/compiler/optimizing/
code_generator_x86_64.cc 579 void LocationsBuilderX86_64::VisitIntConstant(HIntConstant* constant) {
580 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(constant);
581 locations->SetOut(Location::ConstantLocation(constant));
582 constant->SetLocations(locations);
585 void InstructionCodeGeneratorX86_64::VisitIntConstant(HIntConstant* constant) {
588 void LocationsBuilderX86_64::VisitLongConstant(HLongConstant* constant) {
589 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(constant);
590 locations->SetOut(Location::ConstantLocation(constant));
591 constant->SetLocations(locations);
594 void InstructionCodeGeneratorX86_64::VisitLongConstant(HLongConstant* constant) {
1372 HConstant* constant = source.GetConstant(); local
    [all...]
  /cts/tools/dasm/src/dasm/
DAsm.java 41 import com.android.dx.rop.cst.Constant;
683 Constant constant = new CstString(v2); local
686 constant);
706 Constant constant = CstType.intern(type); local
709 constant);
738 Constant constant; local
749 constant = CstType.intern(type)
812 Constant constant; local
914 Constant constant; local
1041 Constant constant = new CstFieldRef(CstType.intern(Type local
1068 Constant constant = CstType.intern(type); local
1113 Constant constant = new CstFieldRef(CstType.intern(Type local
1159 Constant constant = CstType.intern(type); local
1253 Constant constant = CstInteger.make(v3); local
1302 Constant constant; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_function.cpp 48 ir_constant *const constant = result->constant_expression_value(); local
49 if (constant != NULL)
50 result = constant;
129 "parameter `in %s' must be a constant expression",
275 /* If the function call is a constant expression, don't generate any
278 * Function calls were first allowed to be constant expressions in GLSL 1.20.
508 /* Try constant folding; it may fold in the conversion we just added. */
509 ir_constant *const constant = result->constant_expression_value(); local
510 return (constant != NULL) ? (ir_rvalue *) constant : (ir_rvalue *) result
525 ir_constant *constant = src->as_constant(); local
641 ir_rvalue *const constant = result->constant_expression_value(); local
682 ir_constant *constant = ((ir_instruction *) node)->as_constant(); local
1305 ir_rvalue *const constant = local
1450 ir_rvalue *const constant = result->constant_expression_value(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_context.h 168 GLfloat constant[I915_MAX_CONSTANT][4]; member in struct:i915_fragment_program
202 GLuint reg; /* Hardware constant idx */
226 GLuint Constant[I915_CONSTANT_SIZE];
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vs_emit.c 120 * loaded into our constant buffer registers, for the starts of new
181 int constant = 0; local
185 /* Determine whether to use a real constant buffer or use a block
223 * the push constant buffer/CURBE.
236 * addressing out of the pull constant buffers, and try to load as
237 * many statically-accessed constants into the push constant buffer
248 * push constant buffer, or -1 if it's only in the pull constant
253 i < c->vp->program.Base.NumInstructions && constant < max_constant;
258 for (arg = 0; arg < 3 && constant < max_constant; arg++)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state.c 718 float_ui32_type constant = { units * depthScale }; local
722 /* constant *= 2; */
724 /* fprintf(stderr, "%s f:%f u:%f\n", __FUNCTION__, factor, constant); */
728 rmesa->hw.zbs.cmd[ZBS_SE_ZBIAS_CONSTANT] = constant.ui32;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_state.c 525 float_ui32_type constant = { units * depthScale }; local
530 rmesa->hw.zbs.cmd[ZBS_SE_ZBIAS_CONSTANT] = constant.ui32;
1017 /* Enable only constant portion of attenuation calculation */
    [all...]
  /external/javassist/src/main/javassist/
CtField.java 359 * 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(long l) 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/llvm/lib/Transforms/Scalar/
SCCP.cpp 1 //===- SCCP.cpp - Sparse Conditional Constant Propagation -----------------===//
10 // This file implements sparse conditional constant propagation and merging:
13 // * Assumes values are constant unless proven otherwise
15 // * Proves values to be constant, and replaces them with constants
50 STATISTIC(IPNumArgsElimed ,"Number of arguments constant propagated by IPSCCP");
51 STATISTIC(IPNumGlobalConst, "Number of globals found to be constant by IPSCCP");
62 /// constant - This LLVM Value has a specific constant value.
63 constant, enumerator in enum:__anon30088::LatticeVal::LatticeValueTy
66 /// ResolvedUndefsIn. This is treated just like 'constant', but if merge
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.h 168 GLfloat constant[I915_MAX_CONSTANT][4]; member in struct:i915_fragment_program
202 GLuint reg; /* Hardware constant idx */
226 GLuint Constant[I915_CONSTANT_SIZE];
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_emit.c 120 * loaded into our constant buffer registers, for the starts of new
181 int constant = 0; local
185 /* Determine whether to use a real constant buffer or use a block
223 * the push constant buffer/CURBE.
236 * addressing out of the pull constant buffers, and try to load as
237 * many statically-accessed constants into the push constant buffer
248 * push constant buffer, or -1 if it's only in the pull constant
253 i < c->vp->program.Base.NumInstructions && constant < max_constant;
258 for (arg = 0; arg < 3 && constant < max_constant; arg++)
    [all...]

Completed in 1131 milliseconds

1 2 3 4 5 6 78 91011>>