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

1 23 4 5 6 7 8 9

  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 426 int Scale = 1;
433 Scale = 1;
441 Scale = 4;
461 Scale = 4;
468 return InstrOffs * Scale;
626 unsigned Scale = 1;
633 Scale = 1;
644 Scale = 4;
655 Scale = 4;
663 // Make sure the offset is encodable for instructions that scale th
    [all...]
ThumbRegisterInfo.cpp 381 unsigned Scale = 4;
383 Offset += InstrOffs * Scale;
384 assert((Offset & (Scale - 1)) == 0 && "Can't encode this offset!");
388 int ImmedOffset = Offset / Scale;
391 if ((unsigned)Offset <= Mask * Scale) {
416 Offset &= ~(Mask * Scale);
ARMConstantIslandPass.cpp 764 unsigned Scale = 1;
778 Scale = 4;
784 Scale = 2;
788 Scale = 2;
794 Scale = 2;
798 Scale = 2;
803 unsigned MaxOffs = ((1 << (Bits-1))-1) * Scale;
823 unsigned Scale = 1;
    [all...]
Thumb2InstrInfo.cpp 546 unsigned Scale = 1;
568 Scale = 4;
570 assert((Offset & (Scale-1)) == 0 && "Can't encode this offset!");
579 Scale = 1;
592 int ImmedOffset = Offset / Scale;
594 if ((unsigned)Offset <= Mask * Scale) {
623 Offset &= ~(Mask*Scale);
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer.cc 308 delay_sum_masks_[f_ix].Scale(1.f / norm_factor);
310 normalized_delay_sum_masks_[f_ix].Scale(1.f / SumAbs(
328 uniform_cov_mat_[i].Scale(1.f / normalization_factor);
329 uniform_cov_mat_[i].Scale(1 - kBalance);
351 angled_cov_mat.Scale(1.f / normalization_factor);
353 angled_cov_mat.Scale(kBalance);
426 eig_m_.Scale(1.f / eig_m_norm_factor);
matrix.h 148 Matrix& Scale(const S& scalar) {
157 Matrix& Scale(const Matrix& operand, const S& scalar) {
159 return Scale(scalar);
covariance_matrix_generator.cc 83 interf_cov_vector.Scale(1.f / Norm(interf_cov_vector));
  /external/libyuv/files/unit_test/
scale_test.cc 15 #include "libyuv/scale.h"
282 // The following adjustments in dimensions ensure the scale factor will be
307 // Test a scale factor with all 4 filters. Expect unfiltered to be exact, but
356 // Test scale to a specified size with all 4 filters.
363 TEST_SCALETO(Scale, 1, 1)
364 TEST_SCALETO(Scale, 320, 240)
365 TEST_SCALETO(Scale, 352, 288)
366 TEST_SCALETO(Scale, 569, 480)
367 TEST_SCALETO(Scale, 640, 360)
368 TEST_SCALETO(Scale, 1280, 720
    [all...]
  /external/ceres-solver/internal/ceres/
suitesparse.h 109 // vector scale. mode describes how scaling is applied. Possible
110 // values are CHOLMOD_ROW for row scaling - diag(scale) * A,
111 // CHOLMOD_COL for column scaling - A * diag(scale) and CHOLMOD_SYM
113 // - diag(scale) * A * diag(scale).
114 void Scale(cholmod_dense* scale, int mode, cholmod_sparse* A) {
115 cholmod_scale(scale, mode, A, &cc_);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
ParticleControllerFinalizerInfluencer.java 25 scaleChannel = controller.particles.getChannel(ParticleChannels.Scale);
42 float scale = hasScale ? scaleChannel.data[i] : 1; local
54 qx,qy,qz,qw, scale);
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 110 int64_t Scale,
113 Scale, AddrSpace);
135 int64_t Scale,
138 Scale, AddrSpace);
BlockFrequencyInfoImpl.cpp 231 // Scale down below UINT32_MAX. Since Shift is larger than necessary, we
334 /// \brief Compute the loop scale for a loop.
336 // Compute loop scale.
337 DEBUG(dbgs() << "compute-loop-scale: " << getLoopName(Loop) << "\n");
342 // arbitrary scale to avoid these issues.
344 // FIXME: An alternate way would be to select a symbolic scale which is later
346 // appropriately describe the loop as having a large scale, without skewing
357 // Block scale stores the inverse of the scale. If this is an infinite loop,
358 // its exit mass will be zero. In this case, use an arbitrary scale for th
    [all...]
  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 309 int64_t Scale = 0;
323 // Needs scale register.
324 if (Scale != 0) {
325 // No addressing mode takes two scale registers.
328 Scale = ElementSize;
339 BaseOffset, HasBaseReg, Scale, AddrSpace);
LoopRerollPass.cpp 85 // %iv.scale_m_1 = add %iv, scale-1 <-- a root increment
88 // %iv.next = add %iv, scale
116 // %scaled.iv = mul %iv, scale
122 // %scaled.iv.scale_m_1 = add %scaled.iv, scale-1
242 // rerolling scale. Only reductions with a number of non-PHI instructions
243 // that is divisible by the scale are considered. Three instructions sets
249 void restrictToScale(uint64_t Scale,
258 if (PossibleReds[i].size() % Scale == 0) {
311 // The vector of all possible reductions (for any scale).
417 // If Inc is not 1, Scale = Inc
    [all...]
  /external/webrtc/webrtc/common_video/libyuv/
scaler_unittest.cc 78 EXPECT_EQ(-2, test_scaler_.Scale(test_frame_, &test_frame_));
91 EXPECT_EQ(-1, test_scaler_.Scale(null_src_frame, &test_frame_));
108 EXPECT_EQ(0, test_scaler_.Scale(test_frame_, &test_frame2));
167 // Down-sample to odd size frame and scale back up.
339 // TODO(mikhal): Move part to a separate scale test.
378 EXPECT_EQ(0, test_scaler_.Scale(input_frame, &output_frame));
  /external/webrtc/webrtc/modules/utility/source/
audio_frame_operations.cc 77 int AudioFrameOperations::Scale(float left, float right, AudioFrame& frame) {
91 int AudioFrameOperations::ScaleWithSat(float scale, AudioFrame& frame) {
97 temp_data = static_cast<int32_t>(scale * frame.data_[i]);
  /external/webrtc/webrtc/modules/video_coding/utility/
quality_scaler.cc 69 // Update scale factor.
128 if (scaler_.Scale(frame, &scaled_frame_) != 0)
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 770 /// \brief Calculate what to divide by to scale weights.
772 /// Given the maximum weight, calculate a divisor that will scale all the
778 /// \brief Scale an individual branch weight (and add 1).
780 /// Scale a 64-bit weight down to 32-bits using \c Scale.
785 /// \pre \c Scale was calculated by \a calculateWeightScale() with a weight no
787 static uint32_t scaleBranchWeight(uint64_t Weight, uint64_t Scale) {
788 assert(Scale && "scale by 0?");
789 uint64_t Scaled = Weight / Scale + 1
    [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/Support/
BranchProbability.h 81 /// \brief Scale a large integer.
87 uint64_t scale(uint64_t Num) const;
89 /// \brief Scale a large integer by the inverse.
229 // Compute the scale necessary to cause the weights to fit, and re-sum with
230 // that scale applied.
233 uint32_t Scale = Sum / UINT32_MAX + 1;
235 *I /= Scale;
254 // Scale up non-zero weights and turn zero weights into ones.
  /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)));
22 const Scale scale = GetScale(a); local
24 ApplyScale(scale, SkGetPackedR32(c)),
25 ApplyScale(scale, SkGetPackedG32(c)),
26 ApplyScale(scale, SkGetPackedB32(c)))
67 uint32_t scale; local
    [all...]
  /frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
TransitionHelperKitkat.java 69 Scale scale = new Scale(); local
70 return scale;
  /external/pdfium/third_party/lcms2-2.6/src/
cmscnvrt.c 270 cmsMAT3 Scale, m1, m2, m3, m4;
285 _cmsVEC3init(&Scale.v[0], WhitePointIn->X / WhitePointOut->X, 0, 0);
286 _cmsVEC3init(&Scale.v[1], 0, WhitePointIn->Y / WhitePointOut->Y, 0);
287 _cmsVEC3init(&Scale.v[2], 0, 0, WhitePointIn->Z / WhitePointOut->Z);
293 _cmsMAT3per(&m2, &m1, &Scale);
310 _cmsMAT3per(&m3, &m2, &Scale);
318 if (_cmsMAT3isIdentity(&Scale) && fabs(TempSrc - TempDest) < 0.01) {
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 5759 milliseconds

1 23 4 5 6 7 8 9