HomeSort by relevance Sort by last modified time
    Searched refs:Scale (Results 101 - 125 of 211) sorted by null

1 2 3 45 6 7 8 9

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmatrix.h 177 Status Scale(REAL scaleX, REAL scaleY,
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 829 new_matrix.Scale(scaleX, scaleY);
921 FinalMatrix.Scale(scaleX, scaleY);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 26 /// X*Scale+Offset.
28 static Value *decomposeSimpleLinearExpr(Value *Val, unsigned &Scale,
32 Scale = 0;
40 Scale = 1;
48 Scale = UINT64_C(1) << RHS->getZExtValue();
55 Scale = RHS->getZExtValue();
67 Scale = SubScale;
74 Scale = 1;
112 // See if we can satisfy the modulus by pulling a scale out of the array
119 // If we can now satisfy the modulus, by using a non-1 scale, we really ca
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp 235 llvm_unreachable("Opcode has unknown scale!");
    [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 120 const SCEV *Scale;
134 Offset(nullptr), Scale(nullptr), Length(nullptr), Branch(nullptr) { }
138 const SCEV *getScale() const { return Scale; }
146 OS << " Scale: ";
147 Scale->print(OS);
426 IRC->Scale = IndexAddRec->getStepRecurrence(SE);
    [all...]
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 841 // First compute a scale factor that allows more diff-lists to be reused:
846 // A scale factor of 2 allows D0 and D1 to share a diff-list. The initial
848 // the scale.
859 unsigned Scale = std::min(ScaleB, ScaleA);
860 // Default the scale to 0 if it can't be encoded in 4 bits.
861 if (Scale >= 16)
862 Scale = 0;
863 RegUnitInitScale[i] = Scale;
864 DiffSeqs.add(diffEncode(RegUnitLists[i], Scale * Reg.EnumValue, RUs));
    [all...]
  /external/autotest/client/deps/nvmap_compactor/src/
nvmap_carveout_compactor.c 211 static void Scale(GLfloat *result, GLfloat sx, GLfloat sy, GLfloat sz)
276 Scale(transformMatrix, 4.0f/cols, 4.0f/cols, 4.0f/cols);
  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.cpp 435 unsigned Scale = DstScalarBits / SrcScalarBits;
443 for (unsigned j = 1; j != Scale; j++)
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 437 if (EntryCount >= HotFunctionThreshold.scale(ProgramMaxCount))
439 else if (MaxCount <= ColdFunctionThreshold.scale(ProgramMaxCount))
654 uint64_t Scale = calculateCountScale(MaxCount);
657 Weights.push_back(scaleBranchCount(ECI, Scale));
  /external/skia/src/animator/
SkDisplayType.cpp 179 CASE_NEW(Scale);
333 CASE_GET_INFO(Scale);
499 { "scale", SkType_Scale INIT_BOOL_FIELDS },
  /external/skia/src/effects/
SkTableColorFilter.cpp 136 const SkUnPreMultiply::Scale* scaleTable = SkUnPreMultiply::GetScaleTable();
149 SkUnPreMultiply::Scale scale = scaleTable[a]; local
150 r = SkUnPreMultiply::ApplyScale(scale, r);
151 g = SkUnPreMultiply::ApplyScale(scale, g);
152 b = SkUnPreMultiply::ApplyScale(scale, b);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql.h 534 SQLRETURN SQL_API SQLGetDescRec(SQLHDESC DescriptorHandle,SQLSMALLINT RecNumber,SQLCHAR *Name,SQLSMALLINT BufferLength,SQLSMALLINT *StringLength,SQLSMALLINT *Type,SQLSMALLINT *SubType,SQLLEN *Length,SQLSMALLINT *Precision,SQLSMALLINT *Scale,SQLSMALLINT *Nullable);
558 SQLRETURN SQL_API SQLSetDescRec(SQLHDESC DescriptorHandle,SQLSMALLINT RecNumber,SQLSMALLINT Type,SQLSMALLINT SubType,SQLLEN Length,SQLSMALLINT Precision,SQLSMALLINT Scale,SQLPOINTER Data,SQLLEN *StringLength,SQLLEN *Indicator);
  /external/webrtc/talk/media/base/
videoframe.cc 34 #include "libyuv/scale.h"
195 // Scale to the output I420 frame.
196 libyuv::Scale(src_y, src_u, src_v,
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor.cc 336 ret_val = scaler_.Scale(image, &up_image);
339 fprintf(stderr, "Failed to scale frame: %d, return code: %d\n",
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 75 import org.eclipse.swt.widgets.Scale;
115 private Scale mFrameSelectionScale;
136 * rapidly (i.e., when the spinner or scale is moved to the target frame in a single action).
140 * {@link #TREE_REFRESH_INTERVAL}. This allows us to stay responsive to the spinner/scale,
306 mFrameSelectionScale = new Scale(c, SWT.HORIZONTAL);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 305 return AM.BaseOffs == 0 && (AM.Scale == 0 || AM.Scale == 1);
324 switch (AM.Scale) {
396 if (AM.Scale == 0) // r + i or just i, depending on HasBaseReg.
399 if (AM.Scale == 1 && AM.HasBaseReg)
418 if (AM.Scale == 0) // r + i or just i, depending on HasBaseReg.
421 if (AM.Scale == 1 && AM.HasBaseReg)
    [all...]
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 567 pArray->Scale.Red = 1;
568 pArray->Scale.Green = 1;
569 pArray->Scale.Blue = 1;
825 viewport.scale[0] = half_width;
826 viewport.scale[1] = half_height;
827 viewport.scale[2] = 1.0f;
828 viewport.scale[3] = 1.0f;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
ttk.py 21 "PanedWindow", "Progressbar", "Radiobutton", "Scale", "Scrollbar",
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ttk.py 21 "PanedWindow", "Progressbar", "Radiobutton", "Scale", "Scrollbar",
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 21 "PanedWindow", "Progressbar", "Radiobutton", "Scale", "Scrollbar",
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 21 "PanedWindow", "Progressbar", "Radiobutton", "Scale", "Scrollbar",
    [all...]
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.h 98 template <unsigned scale>
111 raw_ostream &O, unsigned Scale);

Completed in 787 milliseconds

1 2 3 45 6 7 8 9