Searched defs:n_d (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp941 double n_d = (double)n; local
942 double avg = sum/n_d;
943 return (sum_of_squares - 2.0 * avg * sum + n_d * avg * avg) / n_d;

Completed in 34 milliseconds