Home | History | Annotate | Download | only in dbreg

Lines Matching refs:m_cost_histogram

57   m_cost_histogram = NULL;
113 delete [] m_cost_histogram;
144 m_cost_histogram = NULL;
238 m_cost_histogram = new int [m_nr_bins];
636 m_cost_histogram[b] = 0;
643 m_cost_histogram[bin]++;
645 m_cost_histogram[m_nr_bins-1]++;
650 std::cout << m_cost_histogram[i] << " ";
662 if ( last > m_cost_histogram[i] )
664 last = m_cost_histogram[i];
669 int max = m_cost_histogram[i];
673 if ( m_cost_histogram[i] < (int)(0.1*max) )
674 //if ( last < m_cost_histogram[i] )
676 last = m_cost_histogram[i];