Searched defs:guess (Results 1 - 25 of 27) sorted by relevance

12

/external/smali/util/src/test/java/org/jf/util/
H A DLinearSearchTest.java96 private void doTest(List<Integer> list, int key, int guess) { argument
99 Assert.assertEquals(expectedIndex, LinearSearch.linearSearch(list, Ordering.<Integer>natural(), key, guess));
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
H A DHarmonicCoefficientsGuesser.java26 * <p>The algorithm used to guess the coefficients is as follows:</p>
150 /** Estimate a first guess of the coefficients.
152 * the first guess cannot be computed (when the elements under the
155 public void guess() throws OptimizationException { method in class:HarmonicCoefficientsGuesser
189 /** Estimate a first guess of the a and &omega; coefficients.
191 * the first guess cannot be computed (when the elements under the
248 /** Estimate a first guess of the &phi; coefficient.
H A DGaussianParametersGuesser.java48 * @param observations observed points upon which should base guess
65 public double[] guess() { method in class:GaussianParametersGuesser
75 * @param points observed points upon which should base guess
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DAppDataDirGuesser.java25 * Uses heuristics to guess the application's private data directory.
28 public File guess() { method in class:AppDataDirGuesser
/external/e2fsprogs/e2fsck/
H A Dreadahead.c237 unsigned long long guess; local
245 guess = 2ULL * fs->blocksize * fs->inode_blocks_per_group;
248 if (get_memory_size() > (guess * 50))
249 return guess / 1024;
/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DSolveWithGuess.h49 SolveWithGuess(const Decomposition &dec, const RhsType &rhs, const GuessType &guess) argument
50 : m_dec(dec), m_rhs(rhs), m_guess(guess)
58 EIGEN_DEVICE_FUNC const GuessType& guess() const { return m_guess; } function in class:Eigen::SolveWithGuess
85 m_result = solve.guess();
106 dst = src.guess();
107 src.dec()._solve_with_guess_impl(src.rhs(), dst/*, src.guess()*/);
/external/skia/src/utils/
H A DSkInterpolator.cpp256 Dot14 guess = eval_cubic(t, A, B, C); local
257 if (x < guess) {
/external/libvpx/libvpx/vp8/common/
H A Dmfqe.c90 unsigned int guess; local
95 guess = 0;
97 guess |= (1 << p);
98 if (x < guess * guess) guess -= (1 << p);
101 /* choose between guess or guess+1 */
102 return guess + (guess * gues
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_pixarlog.c605 int guess = PIXARLOGDATAFMT_UNKNOWN; local
609 * take our best guess from the bitspersample.
614 guess = PIXARLOGDATAFMT_FLOAT;
618 guess = PIXARLOGDATAFMT_16BIT;
622 guess = PIXARLOGDATAFMT_12BITPICIO;
626 guess = PIXARLOGDATAFMT_11BITLOG;
630 guess = PIXARLOGDATAFMT_8BIT;
634 return guess;
H A Dtif_luv.c1312 int guess; local
1316 * take our best guess from the bitspersample.
1321 guess = SGILOGDATAFMT_FLOAT;
1326 guess = SGILOGDATAFMT_RAW;
1331 guess = SGILOGDATAFMT_16BIT;
1335 guess = SGILOGDATAFMT_8BIT;
1338 guess = SGILOGDATAFMT_UNKNOWN;
1347 if (guess != SGILOGDATAFMT_RAW)
1348 guess = SGILOGDATAFMT_UNKNOWN;
1351 if (guess
[all...]
/external/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp425 int guess; local
429 guess = (high + low)/2;
430 if (last_guess == guess) break; // nothing to search
432 r = (this->*fn)(random, guess);
438 high = guess;
440 low = guess;
442 last_guess = guess;
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp503 int guess = -1; local
506 if (newGuess == guess)
508 guess = newGuess;
510 r = (*pf)((gSortedLines[line])->name, (gSortedLines[guess])->name);
516 hi = guess;
518 lo = guess;
541 int guess = -1; local
544 if (newGuess == guess)
546 guess = newGuess;
550 ri = strcmp((gSortedLines[line])->icuSortKey, (gSortedLines[guess])
592 int guess = -1; local
643 int guess = -1; local
[all...]
/external/iproute2/misc/
H A Dss.c2426 int guess = slabstat.socks+slabstat.tcp_syns; local
2428 guess += slabstat.tcp_tws;
2429 if (guess > (16*1024*1024)/128)
2430 guess = (16*1024*1024)/128;
2431 guess *= 128;
2432 if (guess > bufsize)
2433 bufsize = guess;
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/r8/deps/
H A Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 1251 milliseconds

12