Home
last modified time | relevance | path

Searched refs:percent_scale (Results 1 – 8 of 8) sorted by path

/dports/databases/xapian-core/xapian-core-1.4.18/
H A DChangeLog13447 being added to percent_scale. If the percent_scale total is 0.0,
13449 force percent_scale to 1.0, to avoid an assertion failure.
17036 clearer, and to avoid confusing it with percent_scale in this
22459 percent_scale if so. This fixes an Assertion which checked that
22460 percent_scale was not 0.
/dports/databases/xapian-core/xapian-core-1.4.18/matcher/
H A Dmultimatch.cc902 double percent_scale = 0; in get_mset() local
909 percent_scale = rem_match->get_percent_factor() / 100.0; in get_mset()
913 percent_scale = greatest_wt_subqs_matched / double(total_subqs); in get_mset()
914 percent_scale /= greatest_wt; in get_mset()
916 Assert(percent_scale > 0); in get_mset()
922 double min_wt = percent_cutoff_factor / percent_scale; in get_mset()
1189 if (percent_scale > 0.0) in get_mset()
1190 min_wt = percent_cutoff_factor / percent_scale; in get_mset()
1215 percent_scale * 100.0); in get_mset()
/dports/databases/xapian-core12/xapian-core-1.2.25/
H A DChangeLog9866 being added to percent_scale. If the percent_scale total is 0.0,
9868 force percent_scale to 1.0, to avoid an assertion failure.
13455 clearer, and to avoid confusing it with percent_scale in this
18878 percent_scale if so. This fixes an Assertion which checked that
18879 percent_scale was not 0.
/dports/databases/xapian-core12/xapian-core-1.2.25/matcher/
H A Dmultimatch.cc823 double percent_scale = 0; in get_mset() local
830 percent_scale = rem_match->get_percent_factor() / 100.0; in get_mset()
834 percent_scale = greatest_wt_subqs_matched / double(total_subqs); in get_mset()
835 percent_scale /= greatest_wt; in get_mset()
837 Assert(percent_scale > 0); in get_mset()
843 Xapian::weight min_wt = percent_cutoff_factor / percent_scale; in get_mset()
1081 if (percent_scale > 0.0) in get_mset()
1082 min_wt = percent_cutoff_factor / percent_scale; in get_mset()
1108 percent_scale * 100.0)); in get_mset()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/swi/
H A Dthread_monitor.pl591 ( percent_scale(Sel)
598 percent_scale(cpu).
/dports/misc/pyobd/pyobd-0.9.3/debian/pyobd/usr/share/pyobd/
H A Dobd_sensors.py49 def percent_scale(code): function
140 Sensor(" Calculated Load Value", "0104", percent_scale ,"" ),
/dports/misc/pyobd/pyobd-0.9.3/
H A Dobd_sensors.py49 def percent_scale(code): function
140 Sensor(" Calculated Load Value", "0104", percent_scale ,"" ),
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetInfo.cpp513 int percent_scale = 100; in updateInfo() local
522 percent_scale = (100 * iconsize + imgsize / 2)/imgsize; in updateInfo()
528 igp.lyxscale = percent_scale; in updateInfo()