Home
last modified time | relevance | path

Searched defs:iu (Results 1 – 12 of 12) sorted by relevance

/external/eigen/Eigen/src/Eigenvalues/
DRealSchur.h300 Index iu = m_matT.cols() - 1; in computeFromHessenberg() local
367 inline Index RealSchur<MatrixType>::findSmallSubdiagEntry(Index iu) in findSmallSubdiagEntry()
383 inline void RealSchur<MatrixType>::splitOffTwoRows(Index iu, bool computeU, const Scalar& exshift) in splitOffTwoRows()
418 inline void RealSchur<MatrixType>::computeShift(Index iu, Index iter, Scalar& exshift, Vector3s& sh… in computeShift()
460 inline void RealSchur<MatrixType>::initFrancisQRStep(Index il, Index iu, const Vector3s& shiftInfo,… in initFrancisQRStep()
485 inline void RealSchur<MatrixType>::performFrancisQRStep(Index il, Index im, Index iu, bool computeU… in performFrancisQRStep()
DRealQZ.h279 inline Index RealQZ<MatrixType>::findSmallSubdiagEntry(Index iu) in findSmallSubdiagEntry()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr.cc212 for (auto& iu : used_events_) { in PollEvents() local
236 InUse& iu = used_events_.front(); in PollEvents() local
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr.cc213 for (auto& iu : used_events_) { in PollEvents() local
237 InUse& iu = used_events_.front(); in PollEvents() local
Ddevice_event_mgr.h102 for (const auto& iu : to_free) { in FreeMemory() local
/external/rust/crates/libm/src/math/
Dlog1pf.rs37 let mut iu: u32; in log1pf() localVariable
/external/skqp/samplecode/
DSamplePatch.cpp80 static void eval_sheet(const SkPoint edge[], int nu, int nv, int iu, int iv, in eval_sheet()
/external/icu/icu4c/source/test/cintltst/
Dutf8tst.c1250 int32_t i, j, k, iu, is, il, length; in TestSurrogates() local
/external/icu/icu4c/source/common/
Dlocmap.cpp442 ILCID_POSIX_SUBTABLE(iu) { in ILCID_POSIX_SUBTABLE() argument
/external/skia/samplecode/
DSamplePatch.cpp78 static void eval_sheet(const SkPoint edge[], int nu, int nv, int iu, int iv, in eval_sheet()
/external/cldr/tools/java/org/unicode/cldr/util/
DLanguageGroup.java77 add(temp, american, "chr", "kl", "lkt", "qu", "arn", "cad", "cic", "gn", "iu", "moh", in add()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc1092 [&](const ItemUse& iu) { return iu.user == original_item; }); in AddRematerializedInstruction()