/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...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar | |
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar | |
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar | |
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar | |
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar | |
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.director_2.3.1.v20140221-1852.jar | |
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar | |
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar | |
/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 | |
/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);
|
/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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.20.0/ |
org.eclipse.tycho.p2.resolver.impl-0.20.0.jar | |
/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 | 80 static void eval_sheet(const SkPoint edge[], int nu, int nv, int iu, int iv, 87 SkScalar u = SkIntToScalar(iu) / nu; 98 SkScalar x = (1 - v) * edge[TL+iu].fX + u * edge[TR+iv].fX + 99 v * edge[BR+nu-iu].fX + (1 - u) * edge[BL+nv-iv].fX - x0; 100 SkScalar y = (1 - v) * edge[TL+iu].fY + u * edge[TR+iv].fY + 101 v * edge[BR+nu-iu].fY + (1 - u) * edge[BL+nv-iv].fY - y0;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/ |
director-ant.jar | |