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

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/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/mesa3d/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/proguard/src/proguard/classfile/editor/
ConstantPoolShrinker.java 30 import proguard.classfile.constant.*;
31 import proguard.classfile.constant.visitor.ConstantVisitor;
40 * This ClassVisitor removes all unused entries from the constant pool.
61 // A visitor info flag to indicate the constant is being used.
75 // Mark the superclass class constant.
88 // Shift the used constant pool entries together, filling out the
94 // Remap the references to the constant pool if it has shrunk.
99 // Remap all constant pool references.
121 public void visitAnyConstant(Clazz clazz, Constant constant)
559 Constant constant = constantPool[index]; local
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 1262 int64_t constant = bit_cast<int64_t, double>(value); local
1263 pushl(Immediate(High32Bits(constant)));
1264 pushl(Immediate(Low32Bits(constant)));
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 1458 int64_t constant = bit_cast<int64_t, double>(value); local
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
OutputHLSL.cpp 3045 TIntermConstantUnion *constant = assign->getRight()->getAsConstantUnion(); local
3067 TIntermConstantUnion *constant = test->getRight()->getAsConstantUnion(); local
3089 TIntermConstantUnion *constant = binaryTerminal->getRight()->getAsConstantUnion(); local
    [all...]
ParseContext.cpp 375 // a constant.
384 error(node->getLine(), "constant expression required", "");
696 TIntermConstantUnion* constant = expr->getAsConstantUnion(); local
698 if (constant == 0 || !constant->isScalarInt())
700 error(line, "array size must be a constant integer expression", "");
706 if (constant->getBasicType() == EbtUInt)
708 unsignedSize = constant->getUConst(0);
713 size = constant->getIConst(0);
857 error(line, "arrays may not be declared constant since they cannot be initialized", identifier.c_str())
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast.h 363 unsigned constant:1; member in struct:ast_type_qualifier::__anon17871::__anon17872
  /external/chromium_org/v8/src/
lithium-allocator.cc 1040 HConstant* constant = HConstant::cast(op); local
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 132 // some variables even if we can constant-evaluate them because
133 // we can't guarantee every translation unit will constant-evaluate them.
175 llvm::Constant *
236 llvm::Constant *Init = CGM.EmitConstantInit(D, this);
238 // If constant emission failed, then this should be a C++ static
242 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression");
245 // be constant.
272 llvm::Constant *NewPtrForOldDecl =
284 // We have a constant initializer, but a nontrivial destructor. We still
301 llvm::Constant *addr
1087 llvm::Constant *constant = nullptr; local
    [all...]
  /external/flac/include/FLAC/
format.h 267 FLAC__SUBFRAME_TYPE_CONSTANT = 0, /**< constant signal */
281 /** CONSTANT subframe. (c.f. <A HREF="../format.html#subframe_constant">format specification</A>)
284 FLAC__int32 value; /**< The constant signal value. */
346 FLAC__Subframe_Constant constant; member in union:__anon25276::__anon25277
    [all...]
  /external/mesa3d/src/glsl/
ast.h 363 unsigned constant:1; member in struct:ast_type_qualifier::__anon31430::__anon31431
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 819 """pi - the constant pi """
980 constant = constants variable
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 691 HConstant* constant = HConstant::cast(right_value); local
692 right = chunk_->DefineConstantOperand(constant);
693 constant_value = constant->Integer32Value() & 0x1f;
1473 HConstant* constant = HConstant::cast(right); local
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.cc 1909 int32_t constant = HConstant::cast(most_const)->Integer32Value(); local
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 732 HConstant* constant = HConstant::cast(right_value); local
733 right = chunk_->DefineConstantOperand(constant);
734 constant_value = constant->Integer32Value() & 0x1f;
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 696 HConstant* constant = HConstant::cast(right_value); local
697 right = chunk_->DefineConstantOperand(constant);
698 constant_value = constant->Integer32Value() & 0x1f;
1464 HConstant* constant = HConstant::cast(right); local
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 704 HConstant* constant = HConstant::cast(right_value); local
705 right = chunk_->DefineConstantOperand(constant);
706 constant_value = constant->Integer32Value() & 0x1f;
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.cc 718 HConstant* constant = HConstant::cast(right_value); local
719 right = chunk_->DefineConstantOperand(constant);
720 constant_value = constant->Integer32Value() & 0x1f;
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /external/emma/lib/
emma.jar 

Completed in 1178 milliseconds

1 2 3 4 5 6 7 891011>>