Home
last modified time | relevance | path

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

1234567

/external/eigen/Eigen/src/Eigenvalues/
DRealSchur.h195 Index findSmallSubdiagEntry(Index iu, Scalar norm);
196 void splitOffTwoRows(Index iu, bool computeU, Scalar exshift);
197 void computeShift(Index iu, Index iter, Scalar& exshift, Vector3s& shiftInfo);
198 …void initFrancisQRStep(Index il, Index iu, const Vector3s& shiftInfo, Index& im, Vector3s& firstHo…
199 …void performFrancisQRStep(Index il, Index im, Index iu, bool computeU, const Vector3s& firstHouseh…
222 Index iu = m_matT.cols() - 1; in compute() local
229 while (iu >= 0) in compute()
231 Index il = findSmallSubdiagEntry(iu, norm); in compute()
234 if (il == iu) // One root found in compute()
236 m_matT.coeffRef(iu,iu) = m_matT.coeff(iu,iu) + exshift; in compute()
[all …]
DComplexSchur.h211 ComplexScalar computeShift(Index iu, Index iter);
235 typename ComplexSchur<MatrixType>::ComplexScalar ComplexSchur<MatrixType>::computeShift(Index iu, I…
240 …rn internal::abs(internal::real(m_matT.coeff(iu,iu-1))) + internal::abs(internal::real(m_matT.coef…
245 Matrix<ComplexScalar,2,2> t = m_matT.template block<2,2>(iu-1,iu-1);
336 Index iu = m_matT.cols() - 1;
343 while(iu > 0)
345 if(!subdiagonalEntryIsNeglegible(iu-1)) break;
347 --iu;
351 if(iu==0) break;
358 il = iu-1;
[all …]
/external/chromium_org/third_party/icu/source/test/cintltst/
Dutf8tst.c875 int32_t i, j, k, iu, is, il, length; in TestSurrogates() local
882 iu=j; in TestSurrogates()
906 if(is!=iu || il!=iu) { in TestSurrogates()
911 i=iu; /* advance by one UTF-8 sequence */ in TestSurrogates()
919 iu=j; in TestSurrogates()
943 if(is!=iu || il !=iu) { in TestSurrogates()
947 i=iu; /* go back by one UTF-8 sequence */ in TestSurrogates()
/external/icu4c/test/cintltst/
Dutf8tst.c1051 int32_t i, j, k, iu, is, il, length; in TestSurrogates() local
1058 iu=j; in TestSurrogates()
1082 if(is!=iu || il!=iu) { in TestSurrogates()
1087 i=iu; /* advance by one UTF-8 sequence */ in TestSurrogates()
1095 iu=j; in TestSurrogates()
1119 if(is!=iu || il !=iu) { in TestSurrogates()
1123 i=iu; /* go back by one UTF-8 sequence */ in TestSurrogates()
/external/icu4c/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/chromium_org/third_party/icu/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/clang/test/SemaObjC/
Did.m27 typedef union U{ int iu; } *id; // expected-error {{typedef redefinition with different types ('uni…
/external/chromium_org/third_party/icu/source/data/lang/
Dkok.txt66 iu{"इन्युकट्ट"}
Dam.txt74 iu{"እኑክቲቱትኛ"}
Dhe.txt142 iu{"אינוקטיטוט"}
/external/icu4c/data/lang/
Dkok.txt66 iu{"इन्युकट्ट"}
Dam.txt111 iu{"እኑክቲቱትኛ"}
Deo.txt72 iu{"inuita"}
Dga.txt71 iu{"Ionúitis"}
/external/chromium_org/third_party/icu/source/data/curr/
Dgl.txt421 one{"iuán chinés"}
422 other{"iuáns chineses"}
/external/chromium_org/third_party/icu/source/common/
Dlocmap.c367 ILCID_POSIX_SUBTABLE(iu) { in ILCID_POSIX_SUBTABLE() argument
688 ILCID_POSIX_MAP(iu), /* iu Inuktitut 0x5d */
/external/icu4c/common/
Dlocmap.c413 ILCID_POSIX_SUBTABLE(iu) { in ILCID_POSIX_SUBTABLE() argument
785 ILCID_POSIX_MAP(iu), /* iu Inuktitut 0x5d */
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp119 Value::use_iterator iu = PN->use_begin(); in scalarizePHI() local
120 Instruction *PHIUser = dyn_cast<Instruction>(*iu); in scalarizePHI()
122 PHIUser = cast<Instruction>(*(++iu)); in scalarizePHI()
/external/icu4c/data/curr/
Dgl.txt906 one{"iuán chinés"}
907 other{"iuáns chineses"}

1234567