HomeSort by relevance Sort by last modified time
    Searched refs:iu (Results 1 - 25 of 49) sorted by null

1 2

  /external/eigen/Eigen/src/Eigenvalues/
RealSchur.h 239 Index findSmallSubdiagEntry(Index iu);
240 void splitOffTwoRows(Index iu, bool computeU, const Scalar& exshift);
241 void computeShift(Index iu, Index iter, Scalar& exshift, Vector3s& shiftInfo);
242 void initFrancisQRStep(Index il, Index iu, const Vector3s& shiftInfo, Index& im, Vector3s& firstHouseholderVector);
243 void performFrancisQRStep(Index il, Index im, Index iu, bool computeU, const Vector3s& firstHouseholderVector, Scalar* workspace);
298 // Rows il,...,iu is the part we are working on (the active window).
299 // Rows iu+1,...,end are already brought in triangular form.
300 Index iu = m_matT.cols() - 1; local
308 while (iu >= 0)
310 Index il = findSmallSubdiagEntry(iu);
    [all...]
ComplexSchur.h 257 ComplexScalar computeShift(Index iu, Index iter);
281 typename ComplexSchur<MatrixType>::ComplexScalar ComplexSchur<MatrixType>::computeShift(Index iu, Index iter)
287 return abs(numext::real(m_matT.coeff(iu,iu-1))) + abs(numext::real(m_matT.coeff(iu-1,iu-2)));
292 Matrix<ComplexScalar,2,2> t = m_matT.template block<2,2>(iu-1,iu-1);
395 // Rows il,...,iu is the part we are working on (the active submatrix).
396 // Rows iu+1,...,end are already brought in triangular form
397 Index iu = m_matT.cols() - 1; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar 
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
org.eclipse.equinox.p2.director.app_1.0.300.v20130327-2119.jar 
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
  /prebuilts/go/darwin-x86/src/math/
log1p.go 131 var iu uint64
144 iu = 1
152 iu = Float64bits(u)
153 k = int((iu >> 52) - 1023)
162 iu = Float64bits(u)
163 k = int((iu >> 52) - 1023)
166 iu &= 0x000fffffffffffff
167 if iu < 0x0006a09e667f3bcd { // mantissa of Sqrt(2)
168 u = Float64frombits(iu | 0x3ff0000000000000) // normalize u
171 u = Float64frombits(iu | 0x3fe0000000000000) // normalize u/
    [all...]
  /prebuilts/go/linux-x86/src/math/
log1p.go 131 var iu uint64
144 iu = 1
152 iu = Float64bits(u)
153 k = int((iu >> 52) - 1023)
162 iu = Float64bits(u)
163 k = int((iu >> 52) - 1023)
166 iu &= 0x000fffffffffffff
167 if iu < 0x0006a09e667f3bcd { // mantissa of Sqrt(2)
168 u = Float64frombits(iu | 0x3ff0000000000000) // normalize u
171 u = Float64frombits(iu | 0x3fe0000000000000) // normalize u/
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
control_code.s 11 cc = r6 < r7 (iu);
12 cc = R7 < 4 (iu);
13 CC = r5 <= R3 (Iu);
14 Cc = R2 <= 5 (iU);
25 cC = r5 < R6 (iu);
26 Cc = R7 < 7 (Iu);
27 cC = r0 <= r1 (iU);
28 cc = r2 <= 0 (IU);
move.s 70 r0.l = A0 (iu);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
compressed-plt-1b.s 1 # Define a function with all "uncompressed" (du and iu) references.
15 .if (\types) & IU
  /frameworks/base/core/java/com/android/internal/app/procstats/
ProcessStats.java 223 for (int iu=0; iu<uids.size(); iu++) {
224 final int uid = uids.keyAt(iu);
225 final SparseArray<PackageState> versions = uids.valueAt(iu);
265 for (int iu=0; iu<uids.size(); iu++) {
266 int uid = uids.keyAt(iu);
267 ProcessState otherProc = uids.valueAt(iu);
    [all...]
  /build/make/tools/releasetools/
blockimgdiff.py     [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsData.java 275 for (int iu = 0; iu < pkgUids.size(); iu++) {
276 final SparseArray<ProcessStats.PackageState> vpkgs = pkgUids.valueAt(iu);
316 for (int iu = 0; iu < uids.size(); iu++) {
317 SparseArray<ProcessStats.PackageState> vpkgs = uids.valueAt(iu);
324 uids.keyAt(iu));
327 + "/" + ss.getName() + "/" + uids.keyAt(iu)
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.18.1/
org.eclipse.tycho.p2.resolver.impl-0.18.1.jar 
  /external/skia/samplecode/
SamplePatch.cpp 81 static void eval_sheet(const SkPoint edge[], int nu, int nv, int iu, int iv,
88 SkScalar u = SkIntToScalar(iu) / nu;
99 SkScalar x = (1 - v) * edge[TL+iu].fX + u * edge[TR+iv].fX +
100 v * edge[BR+nu-iu].fX + (1 - u) * edge[BL+nv-iv].fX - x0;
101 SkScalar y = (1 - v) * edge[TL+iu].fY + u * edge[TR+iv].fY +
102 v * edge[BR+nu-iu].fY + (1 - u) * edge[BL+nv-iv].fY - y0;
  /frameworks/base/services/core/java/com/android/server/am/
ProcessStatsService.java 304 for (int iu=0; iu<NUID; iu++) {
305 Slog.w(TAG, " Uid " + uids.keyAt(iu) + ": " + uids.valueAt(iu));
316 for (int iu=0; iu<NUID; iu++) {
317 Slog.w(TAG, " Uid: " + uids.keyAt(iu));
318 SparseArray<ProcessStats.PackageState> vers = uids.valueAt(iu);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
utf8tst.c 1051 int32_t i, j, k, iu, is, il, length; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/0.18.1/
tycho-p2-extras-plugin-0.18.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.18.1/
org.eclipse.tycho.p2.tools.impl-0.18.1.jar 
  /external/syslinux/dosutil/
mdiskchk.com 23 F?9? M? E6 ?u7?DunIu?gSu`??KuY??(??n?Wo?????+? ????<9???~r?EE\rEE???ntSE?V1?k ????pwt?????1?»?$?KK?m>7?</t?? <-t%?Z??m?K{F?7Srv?"<mr v!<??<nt(?-<bt?'<N??t<M0<B????<?C????Z??K
85 F?xO??V8;???SPB???k????z?evPx?[EPu?J??RgTum??'???I??,?6??O3??M<ot?o?ut?<xt?<Xt?r?<duf6a????5?B ? ???8???Ds[<Ps??Z<EsY<C4???-????/ ?to??1?A????F???y ? ? ?d???kM??n?<iu???<??`?(k?????+?X???G?a??= ~?\]?YP??5.I?m??@Z?]????B??T ???-*62+?k??'nF1,c??????f?

Completed in 567 milliseconds

1 2