HomeSort by relevance Sort by last modified time
    Searched full:kmin (Results 1 - 11 of 11) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU_pruneL.h 59 Index kmin = 0, kmax = 0, minloc, maxloc,krow; local
79 kmin = glu.xlsub(irep);
81 for (krow = kmin; krow <= kmax; krow++)
99 while (kmin <= kmax)
103 else if ( perm_r(glu.lsub(kmin)) != emptyIdxLU)
104 kmin++;
107 // kmin below pivrow (not yet pivoted), and kmax
109 std::swap(glu.lsub(kmin), glu.lsub(kmax));
117 minloc = glu.xlusup(irep) + ( kmin - glu.xlsub(irep) );
121 kmin++
    [all...]
  /external/skia/samplecode/
SampleClipDrawMatch.cpp 36 // The basic rect used is [kMin,kMin]..[kMax,kMax]
37 static const float kMin = 100.5f;
46 SkRect r = SkRect::MakeLTRB(kMin, kMin, kMax, kMax);
65 convexPath.moveTo(kMin, kMin);
67 convexPath.lineTo(kMin, kMax);
75 concavePath.moveTo(kMin, kMin);
    [all...]
  /external/skia/tests/
MemsetTest.cpp 27 static const size_t kMin = 1024;
28 SkChunkAlloc alloc(kMin);
46 size_t size = kMin >> 1;
69 ptr = alloc.allocThrow(kMin);
70 check_alloc(reporter, alloc, 2*kMin, size+kMin, 2);
76 REPORTER_ASSERT(reporter, freed == kMin);
77 check_alloc(reporter, alloc, 2*kMin, size, 2);
  /external/ceres-solver/google3/
jet_traits.h 34 static const Type kMin;
69 template<typename T, int N> const ceres::Jet<T, N> MathLimits<ceres::Jet<T, N> >::kMin = ceres::Jet<T, N>(MathLimits<T>::kMin); // NOLINT
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 74 Int k, kmin = 0; local
142 kmin = k;
149 kmin = k;
163 hp_guess = kmin;
  /external/dng_sdk/source/
dng_safe_arithmetic.cpp 275 const double kMin =
280 if (val > kMin - 1.0 && val < kMax + 1.0) {
  /external/llvm/test/Transforms/IndVarSimplify/
no-iv-rewrite.ll 391 %kmin.1 = phi i32 [ %iv, %if.then33 ], [ 0, %if.then ], [ %iv, %if.then97 ], [ 0, %if.else ]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
nada_unittest.cc 271 // The original implementation doesn't allow the bitrate to stay at kMin,
  /external/libjpeg-turbo/
jcarith.c 71 * of the spec (Kx = Kmin + SRL (8 + Se - Kmin) 4).
  /external/opencv3/3rdparty/libjpeg/
jcarith.c 69 * of the spec (Kx = Kmin + SRL (8 + Se - Kmin) 4).
  /external/webp/
README 366 -kmin <int> ............ min distance between key frames

Completed in 237 milliseconds