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

/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos-utils.c398 /* nhitcount: number of times the current phrase occurs in the current
405 int nhitcount = phraseinfo[3 * icol]; local
416 if (nglobalhitcount > 0 && nhitcount)
417 tf += (((double)nhitcount * weight) / (nglobalhitcount * doclen));

Completed in 89 milliseconds