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

/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Drandom_test.c288 double proportion; local
355 * Check proportion of sequences passing a test (see section
359 proportion = (double)passed / (double)m;
364 assert_in_range(proportion, lower_confidence, higher_confidence);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DHist_data.h191 void set_threshold (double proportion);
H A DHist_data.cc775 Hist_data::set_threshold (double proportion) argument
790 thresh->i = (int) (proportion * (double) mtotal->i);
793 thresh->d = proportion * mtotal->d;
797 thresh->ull = (unsigned long long) (proportion * (double) mtotal->ll);

Completed in 183 milliseconds