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

/gem5/ext/mcpat/cacti/
H A Dhtree2.cc334 double excess_part = (_log2(ndwl / 2) - _log2(ndbl / 2)); local
338 ((ndbl / 2 - 1) + excess_part) *
350 double excess_part = (_log2(ndbl / 2) - _log2(ndwl / 2)); local
354 ((ndwl / 2 - 1) + excess_part) *
362 ((ndwl / 2 - 1) + excess_part) *
542 double excess_part = (_log2(ndwl / 2) - _log2(ndbl / 2)); local
546 ((ndbl / 2 - 1) + excess_part) *
558 double excess_part = (_log2(ndbl / 2) - _log2(ndwl / 2)); local
562 ((ndwl / 2 - 1) + excess_part) *
570 ((ndwl / 2 - 1) + excess_part) *
[all...]

Completed in 6 milliseconds