Home
last modified time | relevance | path

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

1234567

/external/eigen/Eigen/src/Eigenvalues/
DRealSchur.h237 Index findSmallSubdiagEntry(Index iu);
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); 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 …]
DRealQZ.h207 Index findSmallSubdiagEntry(Index iu);
279 inline typename MatrixType::Index RealQZ<MatrixType>::findSmallSubdiagEntry(Index iu) in findSmallSubdiagEntry() argument
282 Index res = iu; in findSmallSubdiagEntry()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
DSphereShapeBuilder.java80 for (int iu = 0; iu <= divisionsU; iu++) { in build()
81 angleU = auo + stepU * iu; in build()
82 u = 1f - us * iu; in build()
89 if ((iv > 0) && (iu > 0)) // FIXME don't duplicate lines and points in build()
/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_FONIPA_ja.txt120iu → チュ ;
153 ʒiu → ジュ ;
Dro_ro_FONIPA.txt48 iu } [aâăeiîou$] → iw ;
49 iu → ju ;
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/vboot_reference/tests/testkeys/
Dkey_rsa4096.crt28 kbWgeABGQGaoAnFJYhjqBROGdVb4V3vbsjbCi8k2r4IIcqOzp6OIJxha2LvkZ+iu
/external/clang/test/SemaObjC/
Did.m27 typedef union U{ int iu; } *id; // expected-error {{typedef redefinition with different types ('uni…
/external/icu/icu4c/source/data/lang/
Dkok.txt62 iu{"इन्युकट्ट"}
Dmzn.txt100 iu{"انوکتیتوت"}
Dlrc.txt99 iu{"ئینوکتیتوٙت"}
Dce.txt103 iu{"инуктитут"}
Dmn.txt105 iu{"инуктитут"}
Deo.txt68 iu{"inuita"}
Dsi.txt110 iu{"ඉනුක්ටිටුට්"}
Dkk.txt108 iu{"инуктитут тілі"}
Dky.txt98 iu{"инуктитутта"}
Dkm.txt103 iu{"អ៊ីនុកទីទុត"}
Dpa.txt116 iu{"ਇੰਕਟੀਟੂਤ"}
/external/icu/icu4c/source/common/
Dlocmap.c424 ILCID_POSIX_SUBTABLE(iu) { in ILCID_POSIX_SUBTABLE() argument
788 ILCID_POSIX_MAP(iu), /* iu Inuktitut 0x5d */

1234567