Home
last modified time | relevance | path

Searched refs:iu (Results 1 – 25 of 152) sorted by relevance

1234567

/external/eigen/Eigen/src/Eigenvalues/
DRealSchur.h237 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& firstHo…
241 …void performFrancisQRStep(Index il, Index im, Index iu, bool computeU, const Vector3s& firstHouseh…
279 Index iu = m_matT.cols() - 1; in computeFromHessenberg() local
287 while (iu >= 0) in computeFromHessenberg()
289 Index il = findSmallSubdiagEntry(iu, norm); in computeFromHessenberg()
292 if (il == iu) // One root found in computeFromHessenberg()
294 m_matT.coeffRef(iu,iu) = m_matT.coeff(iu,iu) + exshift; in computeFromHessenberg()
[all …]
DComplexSchur.h255 ComplexScalar computeShift(Index iu, Index iter);
279 typename ComplexSchur<MatrixType>::ComplexScalar ComplexSchur<MatrixType>::computeShift(Index iu, I…
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);
394 Index iu = m_matT.cols() - 1;
402 while(iu > 0)
404 if(!subdiagonalEntryIsNeglegible(iu-1)) break;
406 --iu;
410 if(iu==0) break;
418 il = iu-1;
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar ... .eclipse.equinox.p2.metadata.IInstallableUnit iu } org/eclipse/equinox/internal/p2 ...
Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.p2.operations_2.0.0.v20100510.jar ... .eclipse.equinox.p2.metadata.IInstallableUnit iu org.eclipse.equinox.internal.provisional. ...
Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar ... P2_OS public static final String SITE public static final String IU public static final String ID public static final String VERSION ...
Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jar ... .osgi.framework.console.CommandInterpreter interpreter String iu String version String profileId org.eclipse.core. ...
Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar ... FEATURE private static final String SITE private static final String IU private static final String QUERY private static final String EXPRESSION ...
/external/skia/samplecode/
DSamplePatch.cpp81 static void eval_sheet(const SkPoint edge[], int nu, int nv, int iu, int iv, in eval_sheet() argument
88 SkScalar u = SkIntToScalar(iu) / nu; in eval_sheet()
101 SkScalar x = SkScalarMul(SK_Scalar1 - v, edge[TL+iu].fX) + in eval_sheet()
103 SkScalarMul(v, edge[BR+nu-iu].fX) + in eval_sheet()
105 SkScalar y = SkScalarMul(SK_Scalar1 - v, edge[TL+iu].fY) + in eval_sheet()
107 SkScalarMul(v, edge[BR+nu-iu].fY) + in eval_sheet()
/external/icu/icu4c/source/test/cintltst/
Dutf8tst.c1049 int32_t i, j, k, iu, is, il, length; in TestSurrogates() local
1056 iu=j; in TestSurrogates()
1080 if(is!=iu || il!=iu) { in TestSurrogates()
1085 i=iu; /* advance by one UTF-8 sequence */ in TestSurrogates()
1093 iu=j; in TestSurrogates()
1117 if(is!=iu || il !=iu) { in TestSurrogates()
1121 i=iu; /* go back by one UTF-8 sequence */ in TestSurrogates()
/external/icu/icu4c/source/data/translit/
Dro_ro_FONIPA.txt48 iu } [aâăeiîou$] → iw ;
49 iu → ju ;
Dro_FONIPA_ja.txt120iu → チュ ;
153 ʒiu → ジュ ;
Dsk_FONIPA_ja.txt145iu → チュ ;
185 ʒiu → ジュ ;
Dzh_Latn_PINYIN_ru.txt78 iu → ю;
/external/toybox/kconfig/
DREADME6 and 2006 http://lkml.iu.edu/hypermail/linux/kernel/0607.0/1805.html
7 and 2007 http://lkml.iu.edu/hypermail/linux/kernel/0707.1/1741.html
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
Drepository-tools-ant.jar ... .internal.repository.tools.tasks.IUDescription iu public void setSource (java.lang.String) ...
/external/vboot_reference/tests/testkeys/
Dkey_rsa4096.crt28 kbWgeABGQGaoAnFJYhjqBROGdVb4V3vbsjbCi8k2r4IIcqOzp6OIJxha2LvkZ+iu
/external/icu/icu4c/source/data/lang/
Dkok.txt62 iu{"इन्युकट्ट"}
/external/clang/test/SemaObjC/
Did.m27 typedef union U{ int iu; } *id; // expected-error {{typedef redefinition with different types ('uni…
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
Ddirector-ant.jar ... .director.app.ant.DirectorTask$IUDescription iu private java.lang.String[] getArguments ( ...

1234567