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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp3100 double ProductLogGenuine; local
3186 ProductLogGenuine = 0.0;
3208 ProductLogGenuine += log (ProductGenuine);
3221 ProductLogGenuine += log (ProductGenuine);
3232 ProductGenuine = exp (ProductLogGenuine / i);
3249 ProductLogSpam = ProductLogGenuine;
3250 ProductLogGenuine = TempDouble;
3257 1.0 - ChiSquaredProbability (-2.0 * ProductLogGenuine, 2 * i);

Completed in 44 milliseconds