/external/eigen/Eigen/src/Eigenvalues/ |
D | RealSchur.h | 237 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 …]
|
D | ComplexSchur.h | 255 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 …]
|
D | RealQZ.h | 207 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/ |
D | SphereShapeBuilder.java | 80 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/ |
D | SamplePatch.cpp | 81 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/ |
D | utf8tst.c | 1049 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/ |
D | ro_FONIPA_ja.txt | 120 tʃiu → チュ ; 153 ʒiu → ジュ ;
|
D | ro_ro_FONIPA.txt | 48 iu } [aâăeiîou$] → iw ; 49 iu → ju ;
|
D | sk_FONIPA_ja.txt | 145 tʃiu → チュ ; 185 ʒiu → ジュ ;
|
D | zh_Latn_PINYIN_ru.txt | 78 iu → ю;
|
/external/toybox/kconfig/ |
D | README | 6 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/ |
D | key_rsa4096.crt | 28 kbWgeABGQGaoAnFJYhjqBROGdVb4V3vbsjbCi8k2r4IIcqOzp6OIJxha2LvkZ+iu
|
/external/clang/test/SemaObjC/ |
D | id.m | 27 typedef union U{ int iu; } *id; // expected-error {{typedef redefinition with different types ('uni…
|
/external/icu/icu4c/source/data/lang/ |
D | kok.txt | 62 iu{"इन्युकट्ट"}
|
D | mzn.txt | 100 iu{"انوکتیتوت"}
|
D | lrc.txt | 99 iu{"ئینوکتیتوٙت"}
|
D | ce.txt | 103 iu{"инуктитут"}
|
D | mn.txt | 105 iu{"инуктитут"}
|
D | eo.txt | 68 iu{"inuita"}
|
D | si.txt | 110 iu{"ඉනුක්ටිටුට්"}
|
D | kk.txt | 108 iu{"инуктитут тілі"}
|
D | ky.txt | 98 iu{"инуктитутта"}
|
D | km.txt | 103 iu{"អ៊ីនុកទីទុត"}
|
D | pa.txt | 116 iu{"ਇੰਕਟੀਟੂਤ"}
|
/external/icu/icu4c/source/common/ |
D | locmap.c | 424 ILCID_POSIX_SUBTABLE(iu) { in ILCID_POSIX_SUBTABLE() argument 788 ILCID_POSIX_MAP(iu), /* iu Inuktitut 0x5d */
|