HomeSort by relevance Sort by last modified time
    Searched refs:Scale (Results 26 - 50 of 123) sorted by null

12 3 4 5

  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 836 (HasBaseReg == O.HasBaseReg) && (Scale == O.Scale);
864 if (Scale) {
866 << Scale << "*";
    [all...]
LoopStrengthReduce.cpp 236 /// The scale of any complex addressing.
237 int64_t Scale;
244 /// when Scale is not zero.
253 : BaseGV(0), BaseOffset(0), HasBaseReg(false), Scale(0), ScaledReg(0),
415 if (Scale != 0) {
417 OS << Scale << "*reg(";
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
AnimationFactory.java 41 * you can add some keyFrames for a given time or a given keyFrameIndex, for translation rotation and scale.
67 Translation, Rotation, Scale;
310 * Adds a key frame for the given scale at the given time
312 * @param scale the scale to use for this keyFrame
314 public void addTimeScale(float time, Vector3f scale) {
315 addKeyFrameScale((int) (time / tpf), scale);
319 * Adds a key frame for the given scale at the given keyFrame index
321 * @param scale the scale to use for this keyFram
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Equaliser.c 99 switch(pEqualiserCoefTable[Offset].Scale)
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 671 unsigned Scale = 1;
685 Scale = 4;
691 Scale = 2;
695 Scale = 2;
701 Scale = 2;
705 Scale = 2;
710 unsigned MaxOffs = ((1 << (Bits-1))-1) * Scale;
728 unsigned Scale = 1;
743 Scale = 4;
753 Scale = 4
    [all...]
Thumb2InstrInfo.cpp 488 unsigned Scale = 1;
510 Scale = 4;
512 assert((Offset & (Scale-1)) == 0 && "Can't encode this offset!");
528 int ImmedOffset = Offset / Scale;
530 if ((unsigned)Offset <= Mask * Scale) {
559 Offset &= ~(Mask*Scale);
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 59 unsigned Scale;
72 : BaseType(RegBase), Base_FrameIndex(0), Scale(1), IndexReg(), Disp(0),
109 << " Scale" << Scale << '\n'
201 SDValue &Scale, SDValue &Index, SDValue &Disp,
204 SDValue &Scale, SDValue &Index, SDValue &Disp,
207 SDValue &Scale, SDValue &Index, SDValue &Disp,
210 SDValue &Base, SDValue &Scale,
216 SDValue &Base, SDValue &Scale,
229 SDValue &Scale, SDValue &Index
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 192 unsigned Scale;
262 return Mem.Scale;
509 Res->Mem.Scale = 1;
519 unsigned Scale, SMLoc StartLoc, SMLoc EndLoc,
525 // The scale should always be one of {1,2,4,8}.
526 assert(((Scale == 1 || Scale == 2 || Scale == 4 || Scale == 8)) &&
527 "Invalid scale!");
    [all...]
  /external/skia/src/effects/
SkDisplacementMapEffect.cpp 23 uint32_t getValue(SkColor, const SkUnPreMultiply::Scale*) {
29 SkColor l, const SkUnPreMultiply::Scale* table) {
34 SkColor l, const SkUnPreMultiply::Scale* table) {
39 SkColor l, const SkUnPreMultiply::Scale* table) {
44 SkColor l, const SkUnPreMultiply::Scale*) {
50 void computeDisplacement(SkScalar scale, SkBitmap* dst, SkBitmap* displ, SkBitmap* src)
58 const SkScalar scaleX = SkScalarMul(SkScalarMul(scale, SkIntToScalar(dstW)), Inv8bit);
59 const SkScalar scaleY = SkScalarMul(SkScalarMul(scale, SkIntToScalar(dstH)), Inv8bit);
60 const SkUnPreMultiply::Scale* table = SkUnPreMultiply::GetScaleTable();
79 SkScalar scale, SkBitmap* dst, SkBitmap* displ, SkBitmap* src
253 SkScalar scale() const { return fScale; } function in class:GrDisplacementMapEffect
376 SkScalar scale = random->nextUScalar1(); local
    [all...]
SkArithmeticMode.cpp 53 static int blend(int src, int dst, int scale) {
54 return dst + ((src - dst) * scale >> 8);
90 SkUnPreMultiply::Scale scale = SkUnPreMultiply::GetScale(sa); local
91 sr = SkUnPreMultiply::ApplyScale(scale, sr);
92 sg = SkUnPreMultiply::ApplyScale(scale, sg);
93 sb = SkUnPreMultiply::ApplyScale(scale, sb);
100 SkUnPreMultiply::Scale scale = SkUnPreMultiply::GetScale(da); local
101 dr = SkUnPreMultiply::ApplyScale(scale, dr)
114 int scale = aaCoverage[i] + (aaCoverage[i] >> 7); local
123 int scale = a + (a >> 7); local
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
AbstractMacroAssembler.h 62 enum Scale {
129 BaseIndex(RegisterID base, RegisterID index, Scale scale, int32_t offset = 0)
132 , scale(scale)
139 Scale scale; member in struct:JSC::AbstractMacroAssembler::BaseIndex
  /external/ceres-solver/internal/ceres/
suitesparse.h 84 // vector scale. mode describes how scaling is applied. Possible
85 // values are CHOLMOD_ROW for row scaling - diag(scale) * A,
86 // CHOLMOD_COL for column scaling - A * diag(scale) and CHOLMOD_SYM
88 // - diag(scale) * A * diag(scale).
89 void Scale(cholmod_dense* scale, int mode, cholmod_sparse* A) {
90 cholmod_scale(scale, mode, A, &cc_);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 226 int64_t Scale) const;
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 106 int64_t Scale) const {
108 Scale);
452 bool HasBaseReg, int64_t Scale) const {
455 return !BaseGV && BaseOffset == 0 && Scale <= 1;
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 73 int64_t Scale) const;
131 int64_t Scale) const {
136 AM.Scale = Scale;
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCAAnimation.h 62 enum ValueFunctionType { NoValueFunction, RotateX, RotateY, RotateZ, ScaleX, ScaleY, ScaleZ, Scale, TranslateX, TranslateY, TranslateZ, Translate };
  /external/webkit/Source/WebCore/platform/image-encoders/skia/
PNGImageEncoder.cpp 52 static const SkUnPreMultiply::Scale* scale = SkUnPreMultiply::GetScaleTable(); local
58 *output++ = SkUnPreMultiply::ApplyScale(scale[alpha], SkGetPackedR32(*input));
59 *output++ = SkUnPreMultiply::ApplyScale(scale[alpha], SkGetPackedG32(*input));
60 *output++ = SkUnPreMultiply::ApplyScale(scale[alpha], SkGetPackedB32(*input));
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 135 // Shadow = (Mem >> scale) + (1 << offset_log)
136 static cl::opt<int> ClMappingScale("asan-mapping-scale",
137 cl::desc("scale of asan shadow mapping"), cl::Hidden, cl::init(0));
197 /// shadow = (mem >> Scale) ADD-or-OR Offset.
199 int Scale;
231 Mapping.Scale = kDefaultShadowScale;
233 Mapping.Scale = ClMappingScale;
339 return RedzoneSizeForScale(Mapping.Scale);
400 TotalStackSize(0), StackAlignment(1 << Mapping.Scale) {}
480 return RedzoneSizeForScale(Mapping.Scale);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 829 /// Descale - Return a value X such that Val = X * Scale, or null if none. If
831 Value *InstCombiner::Descale(Value *Val, APInt Scale, bool &NoSignedWrap) {
834 Scale.getBitWidth() && "Scale not compatible with value!");
836 // If Val is zero or Scale is one then Val = Val * Scale.
837 if (match(Val, m_Zero()) || Scale == 1) {
842 // If Scale is zero then it does not divide Val.
843 if (Scale.isMinValue())
847 // divisible by Scale. For example, descaling X*(Y*(Z*4)) by a factor of
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 123 // Scale, the high bits hold an offset into DiffLists. See MCRegUnitIterator.
485 unsigned Scale = RU & 15;
488 // Initialize the iterator to Reg * Scale, and the List pointer to
490 init(Reg * Scale, MCRI->DiffLists + Offset);
  /external/skia/legacy/src/effects/
SkArithmeticMode.cpp 49 static int blend(int src, int dst, int scale) {
50 return dst + ((src - dst) * scale >> 8);
86 SkUnPreMultiply::Scale scale = SkUnPreMultiply::GetScale(sa); local
87 sr = SkUnPreMultiply::ApplyScale(scale, sr);
88 sg = SkUnPreMultiply::ApplyScale(scale, sg);
89 sb = SkUnPreMultiply::ApplyScale(scale, sb);
96 SkUnPreMultiply::Scale scale = SkUnPreMultiply::GetScale(da); local
97 dr = SkUnPreMultiply::ApplyScale(scale, dr)
110 int scale = aaCoverage[i] + (aaCoverage[i] >> 7); local
119 int scale = a + (a >> 7); local
    [all...]
  /external/skia/legacy/src/core/
SkUnPreMultiply.cpp 13 const Scale scale = GetScale(a); local
15 ApplyScale(scale, SkGetPackedR32(c)),
16 ApplyScale(scale, SkGetPackedG32(c)),
17 ApplyScale(scale, SkGetPackedB32(c)));
58 uint32_t scale; local
61 scale = 0;
63 scale = ((255 << 24) + (i >> 1)) / i;
66 SkDebugf(" 0x%08X,", scale);
73 uint32_t test = (j * scale + (1 << 23)) >> 24
    [all...]
  /external/skia/src/core/
SkUnPreMultiply.cpp 13 const Scale scale = GetScale(a); local
15 ApplyScale(scale, SkGetPackedR32(c)),
16 ApplyScale(scale, SkGetPackedG32(c)),
17 ApplyScale(scale, SkGetPackedB32(c)));
58 uint32_t scale; local
61 scale = 0;
63 scale = ((255 << 24) + (i >> 1)) / i;
66 SkDebugf(" 0x%08X,", scale);
73 uint32_t test = (j * scale + (1 << 23)) >> 24
    [all...]
  /external/skia/src/sfnt/
SkOTTable_glyf.h 161 struct Scale {
163 } scale; member in union:SkOTTableGlyphData::Composite::Component::Transform::Matrix

Completed in 799 milliseconds

12 3 4 5