Home
last modified time | relevance | path

Searched refs:wdf (Results 51 – 75 of 524) sorted by relevance

12345678910>>...21

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/sun/
H A Dbwtwo.c405 struct wsdisplay_fbinfo *wdf; in bwtwo_ioctl() local
413 wdf = (void *)data; in bwtwo_ioctl()
414 wdf->height = ri->ri_height; in bwtwo_ioctl()
415 wdf->width = ri->ri_width; in bwtwo_ioctl()
416 wdf->depth = ri->ri_depth; in bwtwo_ioctl()
417 wdf->cmsize = 0; in bwtwo_ioctl()
/dports/databases/xapian-core/xapian-core-1.4.18/weight/
H A Difb2weight.cc117 IfB2Weight::get_sumpart(Xapian::termcount wdf, Xapian::termcount len, in get_sumpart() argument
120 if (wdf == 0) return 0.0; in get_sumpart()
121 double wdfn = wdf; in get_sumpart()
H A Dineb2weight.cc116 IneB2Weight::get_sumpart(Xapian::termcount wdf, Xapian::termcount len, in get_sumpart() argument
119 if (wdf == 0) return 0.0; in get_sumpart()
120 double wdfn = wdf; in get_sumpart()
H A Dpl2weight.cc155 PL2Weight::get_sumpart(Xapian::termcount wdf, Xapian::termcount len, in get_sumpart() argument
158 if (wdf == 0) return 0.0; in get_sumpart()
160 double wdfn = wdf * log2(1 + cl / len); in get_sumpart()
H A Dpl2plusweight.cc162 PL2PlusWeight::get_sumpart(Xapian::termcount wdf, Xapian::termcount len, in get_sumpart() argument
165 if (wdf == 0 || mean < 1) return 0.0; in get_sumpart()
167 double wdfn = wdf * log2(1 + cl / len); in get_sumpart()
H A Dbb2weight.cc143 BB2Weight::get_sumpart(Xapian::termcount wdf, Xapian::termcount len, in get_sumpart() argument
146 if (wdf == 0) return 0.0; in get_sumpart()
148 double wdfn = wdf * log2(1 + c_product_avlen / len); in get_sumpart()
/dports/databases/xapian-core12/xapian-core-1.2.25/matcher/
H A Dnearpostlist.cc192 Xapian::termcount wdf = (*i)->get_wdf(); in get_wdf() local
194 wdf = min(wdf, (*i)->get_wdf()); in get_wdf()
196 return wdf; in get_wdf()
/dports/databases/xapian-core/xapian-core-1.4.18/matcher/
H A Dnearpostlist.cc193 Xapian::termcount wdf = (*i)->get_wdf(); in get_wdf() local
195 wdf = min(wdf, (*i)->get_wdf()); in get_wdf()
197 return wdf; in get_wdf()
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/flint/
H A Dflint_postlist.cc81 Xapian::termcount wdf, flint_doclen_t doclen);
227 return F_pack_uint(wdf) + F_pack_uint(doclength); in make_wdf_and_length()
270 return wdf; in get_wdf()
294 Xapian::termcount wdf; member in FlintPostlistChunkReader
305 read_wdf_and_length(&pos, end, &wdf, &doclength); in next()
323 Xapian::termcount wdf, flint_doclen_t doclen) in append() argument
345 chunk.append(make_wdf_and_length(wdf, doclen)); in append()
675 read_wdf_and_length(&pos, end, &wdf, &doclength); in FlintPostList()
690 read_wdf_and_length(&pos, end, &wdf, &doclength); in next_in_chunk()
743 read_wdf_and_length(&pos, end, &wdf, &doclength); in next_chunk()
[all …]
/dports/sysutils/wiimms/wiimms-iso-tools/edit-list/
H A Dwdf.edit-list1 ../src/wdf.c ;
6 -y 670 ../src/wdf.c ;
/dports/sysutils/wiimms/wiimms-iso-tools/makefiles-local/
H A DMakefile.local.mac28 ln -f wdf $${i}; \
29 ln -f wdf bin/$${i}; \
44 ln -f wdf $${i}; \
45 ln -f wdf bin/$${i}; \
/dports/science/plumed/plumed2-2.7.2/src/crystallization/
H A DMoleculeOrientation.cpp132 std::vector<double> weight( nvectors ), wdf( nvectors ); in normalizeVectorDerivatives() local
135 v=sqrt(v); weight[ivec]=1.0; wdf[ivec]=1.0; in normalizeVectorDerivatives()
136 if( v>epsilon ) { weight[ivec] = 1.0 / v; wdf[ivec] = 1.0 / ( v*v*v ); } in normalizeVectorDerivatives()
144 …c+jcomp, jder, weight[ivec]*myvals.getDerivative( 2+3*ivec+jcomp, jder ) - wdf[ivec]*comp2*myvals.… in normalizeVectorDerivatives()
/dports/databases/xapian-bindings12/xapian-bindings-1.2.25/python/
H A Dpythontest3.py373 wdfs.append(termitem.wdf)
433 expect(termitems[i].wdf, wdfs[i])
462 wdfs.append(termitem.wdf)
483 expect(termitems[i].wdf, wdfs[i])
514 wdfs.append(termitem.wdf)
537 expect(termitems[i].wdf, wdfs[i])
564 wdfs.append(posting.wdf)
577 expect((posting.docid, posting.doclength, posting.wdf,
582 expect((posting.docid, posting.doclength, posting.wdf,
587 expect((posting.docid, posting.doclength, posting.wdf,
[all …]
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/brass/
H A Dbrass_postlist.cc107 Xapian::termcount wdf);
267 Xapian::termcount wdf; member in Brass::PostlistChunkReader
285 return wdf; in get_wdf()
306 read_wdf(&pos, end, &wdf); in next()
324 Xapian::termcount wdf) in append() argument
346 pack_uint(chunk, wdf); in append()
704 read_wdf(&pos, end, &wdf); in BrassPostList()
729 read_wdf(&pos, end, &wdf); in next_in_chunk()
782 read_wdf(&pos, end, &wdf); in next_chunk()
875 read_wdf(&pos, end, &wdf); in move_to_chunk_containing()
[all …]
/dports/databases/xapian-bindings12/xapian-bindings-1.2.25/java-swig/org/xapian/
H A DWeight.java42 public double getSumPart(long wdf, long doclen) { in getSumPart() argument
43 return XapianJNI.Weight_getSumPart(swigCPtr, this, wdf, doclen); in getSumPart()
H A DBoolWeight.java46 public double getSumPart(long wdf, long doclen) { in getSumPart() argument
47 return XapianJNI.BoolWeight_getSumPart(swigCPtr, this, wdf, doclen); in getSumPart()
/dports/databases/py-xapian/xapian-bindings-1.4.18/java/org/xapian/
H A DDPHWeight.java46 public double getSumPart(long wdf, long doclen, long uniqterms) { in getSumPart() argument
47 return XapianJNI.DPHWeight_getSumPart(swigCPtr, this, wdf, doclen, uniqterms); in getSumPart()
H A DBoolWeight.java46 public double getSumPart(long wdf, long doclen, long uniqterms) { in getSumPart() argument
47 return XapianJNI.BoolWeight_getSumPart(swigCPtr, this, wdf, doclen, uniqterms); in getSumPart()
H A DDLHWeight.java46 public double getSumPart(long wdf, long doclen, long uniqterms) { in getSumPart() argument
47 return XapianJNI.DLHWeight_getSumPart(swigCPtr, this, wdf, doclen, uniqterms); in getSumPart()
/dports/databases/php-xapian/xapian-bindings-1.4.18/java/org/xapian/
H A DDLHWeight.java46 public double getSumPart(long wdf, long doclen, long uniqterms) { in getSumPart() argument
47 return XapianJNI.DLHWeight_getSumPart(swigCPtr, this, wdf, doclen, uniqterms); in getSumPart()
H A DBoolWeight.java46 public double getSumPart(long wdf, long doclen, long uniqterms) { in getSumPart() argument
47 return XapianJNI.BoolWeight_getSumPart(swigCPtr, this, wdf, doclen, uniqterms); in getSumPart()
H A DDPHWeight.java46 public double getSumPart(long wdf, long doclen, long uniqterms) { in getSumPart() argument
47 return XapianJNI.DPHWeight_getSumPart(swigCPtr, this, wdf, doclen, uniqterms); in getSumPart()
/dports/databases/p5-Xapian/xapian-bindings-1.4.18/java/org/xapian/
H A DBoolWeight.java46 public double getSumPart(long wdf, long doclen, long uniqterms) { in getSumPart() argument
47 return XapianJNI.BoolWeight_getSumPart(swigCPtr, this, wdf, doclen, uniqterms); in getSumPart()
H A DDLHWeight.java46 public double getSumPart(long wdf, long doclen, long uniqterms) { in getSumPart() argument
47 return XapianJNI.DLHWeight_getSumPart(swigCPtr, this, wdf, doclen, uniqterms); in getSumPart()
H A DDPHWeight.java46 public double getSumPart(long wdf, long doclen, long uniqterms) { in getSumPart() argument
47 return XapianJNI.DPHWeight_getSumPart(swigCPtr, this, wdf, doclen, uniqterms); in getSumPart()

12345678910>>...21