Searched refs:fpp (Results 1 - 13 of 13) sorted by relevance

/external/guava/guava-tests/test/com/google/common/hash/
H A DBloomFilterTest.java246 for (double fpp = Double.MIN_VALUE; fpp < 1.0; fpp += 0.001) {
247 assertTrue(BloomFilter.optimalNumOfBits(n, fpp) >= 0);
288 double fpp = bf.expectedFpp();
289 assertEquals(0.0, fpp);
291 while (fpp != 1.0) {
294 // if changed, the new fpp is strictly higher, otherwise it is the same
295 assertTrue(changed ? newFpp > fpp : newFpp == fpp);
[all...]
/external/guava/guava/src/com/google/common/hash/
H A DBloomFilter.java171 * <p>Ideally, this number should be close to the {@code fpp} parameter
283 * @param fpp the desired false positive probability (must be positive and less than 1.0)
287 Funnel<? super T> funnel, int expectedInsertions /* n */, double fpp) {
288 return create(funnel, expectedInsertions, fpp, DEFAULT_STRATEGY);
293 Funnel<? super T> funnel, int expectedInsertions /* n */, double fpp, Strategy strategy) {
297 checkArgument(fpp > 0.0, "False positive probability (%s) must be > 0.0", fpp);
298 checkArgument(fpp < 1.0, "False positive probability (%s) must be < 1.0", fpp);
305 * TODO(user): Put a warning in the javadoc about tiny fpp value
286 create( Funnel<? super T> funnel, int expectedInsertions , double fpp) argument
292 create( Funnel<? super T> funnel, int expectedInsertions , double fpp, Strategy strategy) argument
[all...]
/external/clang/test/SemaCXX/
H A Dconst-cast.cpp40 f *fpp = const_cast<f*>(&fp); local
H A Dcstyle-cast.cpp39 f *fpp = (f*)(&fp); local
H A Dfunctional-cast.cpp71 f *fpp = fp_t(&fp); local
/external/boringssl/src/crypto/bio/
H A Dfile.c217 FILE **fpp; local
273 fpp = (FILE **)ptr;
274 *fpp = (FILE *)b->ptr;
/external/libedit/src/
H A Del.c484 FILE **fpp; local
487 fpp = va_arg(ap, FILE **);
491 *fpp = el->el_infile;
494 *fpp = el->el_outfile;
497 *fpp = el->el_errfile;
H A Deln.c328 FILE **fpp = va_arg(ap, FILE **); local
329 ret = el_wget(el, op, what, fpp);
/external/opencv3/3rdparty/libtiff/
H A Dtif_dir.c68 void _TIFFsetFloatArray(float** fpp, float* fp, uint32 n) argument
69 { setByteArray((void**) fpp, (void*) fp, n, sizeof (float)); }
/external/pdfium/third_party/libtiff/
H A Dtif_dir.c68 void _TIFFsetFloatArray(float** fpp, float* fp, uint32 n) argument
69 { setByteArray((void**) fpp, (void*) fp, n, sizeof (float)); }
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dagger2/lib/
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 ...

Completed in 1414 milliseconds