HomeSort by relevance Sort by last modified time
    Searched refs:Scaled (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.h 73 Scaled,
98 PassRefPtr<Image> copyImage(BackingStoreCopy = CopyBackingStore, ScaleBehavior = Scaled) const;
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 222 // Early exit if nothing needs to be scaled.
427 // be scaled so that Max == UINT64_MAX so that they can be best
442 Scaled64 Scaled = BFI.Freqs[Index].Scaled * ScalingFactor;
443 BFI.Freqs[Index].Integer = std::max(UINT64_C(1), Scaled.toInt<uint64_t>());
445 << BFI.Freqs[Index].Scaled << ", scaled = " << Scaled
468 : BFI.Freqs[N.Index].Scaled;
479 Freqs[Index].Scaled = Working[Index].Mass.toScaled()
    [all...]
ScalarEvolutionExpander.cpp 445 // Record the scaled array index for this level of the type. If
449 Value *Scaled = ScaledOps.empty() ?
452 GepIndices.push_back(Scaled);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 110 /// Get the scaled number of cycles used per processor resource in MBB.
114 /// These numbers have already been scaled by SchedModel.getResourceFactor().
370 // Convert scaled resource usage to a cycle count that can be compared with
372 unsigned getCycles(unsigned Scaled) {
374 return (Scaled + Factor - 1) / Factor;
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 80 uint64_t Scaled = (Freq >> 13) + bool(Freq & (1 << 12));
81 Threshold = std::max(UINT64_C(1), Scaled);
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp     [all...]
  /external/llvm/include/llvm/Support/
ScaledNumber.h 1 //===- llvm/Support/ScaledNumber.h - Support for scaled numbers -*- C++ -*-===//
10 // This file contains functions (and a class) useful for working with scaled
46 /// \brief Conditionally round up a scaled number.
77 /// \brief Adjust a 64-bit scaled number down to the appropriate width.
107 /// \brief Multiply two 64-bit integers to create a 64-bit scaled number.
112 /// \brief Multiply two 32-bit integers to create a 32-bit scaled number.
135 /// \brief Divide two 64-bit integers to create a 64-bit scaled number.
142 /// \brief Divide two 32-bit integers to create a 32-bit scaled number.
149 /// \brief Divide two 32-bit numbers to create a 32-bit scaled number.
210 /// \brief Get the lg (rounded) of a scaled number
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 351 void (GLAPIENTRY * Scaled)(GLdouble, GLdouble, GLdouble);
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 55 /// Masses can be scaled by \a BranchProbability at maximum precision.
104 /// \brief Convert to scaled number.
200 Scaled64 Scaled;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 351 void (GLAPIENTRY * Scaled)(GLdouble, GLdouble, GLdouble);
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
check_table.cpp 867 { "glScaled", _O(Scaled) },
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 867 { "glScaled", _O(Scaled) },
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitable.h 344 void (GLAPIENTRYP Scaled)(GLdouble x, GLdouble y, GLdouble z); /* 301 */
    [all...]
glapitemp.h     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_gentable.c     [all...]
glapi_x86-64.S     [all...]
glapi_mapi_tmp.h 324 GLAPI void APIENTRY GLAPI_PREFIX(Scaled)(GLdouble x, GLdouble y, GLdouble z);
    [all...]

Completed in 1049 milliseconds