HomeSort by relevance Sort by last modified time
    Searched refs:iu (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/eigen/Eigen/src/Eigenvalues/
RealSchur.h 237 Index findSmallSubdiagEntry(Index iu, const Scalar& norm);
238 void splitOffTwoRows(Index iu, bool computeU, const Scalar& exshift);
239 void computeShift(Index iu, Index iter, Scalar& exshift, Vector3s& shiftInfo);
240 void initFrancisQRStep(Index il, Index iu, const Vector3s& shiftInfo, Index& im, Vector3s& firstHouseholderVector);
241 void performFrancisQRStep(Index il, Index im, Index iu, bool computeU, const Vector3s& firstHouseholderVector, Scalar* workspace);
277 // Rows il,...,iu is the part we are working on (the active window).
278 // Rows iu+1,...,end are already brought in triangular form.
279 Index iu = m_matT.cols() - 1; local
287 while (iu >= 0)
289 Index il = findSmallSubdiagEntry(iu, norm)
    [all...]
ComplexSchur.h 255 ComplexScalar computeShift(Index iu, Index iter);
279 typename ComplexSchur<MatrixType>::ComplexScalar ComplexSchur<MatrixType>::computeShift(Index iu, Index iter)
285 return abs(numext::real(m_matT.coeff(iu,iu-1))) + abs(numext::real(m_matT.coeff(iu-1,iu-2)));
290 Matrix<ComplexScalar,2,2> t = m_matT.template block<2,2>(iu-1,iu-1);
392 // Rows il,...,iu is the part we are working on (the active submatrix).
393 // Rows iu+1,...,end are already brought in triangular form
394 Index iu = m_matT.cols() - 1; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.1.v20140221-1852.jar 
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar 
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 
  /system/core/logd/
LogStatistics.cpp 556 UidStatisticsCollection::iterator iu; local
557 for (iu = l.begin(); iu != l.end(); ++iu) {
558 (*iu)->sort();
621 UidStatisticsCollection::iterator iu; local
622 for (iu = l.begin(); iu != l.end(); ++iu) {
623 UidStatistics &u = *(*iu);
933 UidStatisticsCollection::iterator iu; local
    [all...]
LogBuffer.cpp 294 UidStatisticsCollection::iterator iu = l.begin(); local
295 if (iu != l.end()) {
296 UidStatistics *u = *iu;
299 if (++iu != l.end()) {
300 second_worst_sizes = (*iu)->sizes();
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.20.0/
org.eclipse.tycho.p2.resolver.impl-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.18.1/
org.eclipse.tycho.p2.resolver.impl-0.18.1.jar 
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java 265 for (int iu=0; iu<uids.size(); iu++) {
266 final int uid = uids.keyAt(iu);
267 final SparseArray<PackageState> versions = uids.valueAt(iu);
307 for (int iu=0; iu<uids.size(); iu++) {
308 int uid = uids.keyAt(iu);
309 ProcessState otherProc = uids.valueAt(iu);
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SamplePatch.cpp 80 static void eval_sheet(const SkPoint edge[], int nu, int nv, int iu, int iv,
87 SkScalar u = SkIntToScalar(iu) / nu;
100 SkScalar x = SkScalarMul(SK_Scalar1 - v, edge[TL+iu].fX) +
102 SkScalarMul(v, edge[BR+nu-iu].fX) +
104 SkScalar y = SkScalarMul(SK_Scalar1 - v, edge[TL+iu].fY) +
106 SkScalarMul(v, edge[BR+nu-iu].fY) +
  /external/skia/samplecode/
SamplePatch.cpp 80 static void eval_sheet(const SkPoint edge[], int nu, int nv, int iu, int iv,
87 SkScalar u = SkIntToScalar(iu) / nu;
100 SkScalar x = SkScalarMul(SK_Scalar1 - v, edge[TL+iu].fX) +
102 SkScalarMul(v, edge[BR+nu-iu].fX) +
104 SkScalar y = SkScalarMul(SK_Scalar1 - v, edge[TL+iu].fY) +
106 SkScalarMul(v, edge[BR+nu-iu].fY) +
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
director-ant.jar 
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsUi.java 628 for (int iu=0; iu<pkgUids.size(); iu++) {
629 final SparseArray<ProcessStats.PackageState> vpkgs = pkgUids.valueAt(iu);
668 for (int iu=0; iu<uids.size(); iu++) {
669 SparseArray<ProcessStats.PackageState> vpkgs = uids.valueAt(iu);
675 ProcStatsEntry ent = entriesMap.get(ss.mProcessName, uids.keyAt(iu));
678 + "/" + ss.mName + "/" + uids.keyAt(iu) + " to proc
    [all...]

Completed in 7608 milliseconds

1 2 3 4