HomeSort by: relevance | last modified time | path
    Searched refs:mtotal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
Hist_data.cc 781 TValue *mtotal = &total->value[index]; local
789 thresh->i = (int) (proportion * (double) mtotal->i);
792 thresh->d = proportion * mtotal->d;
796 thresh->ull = (unsigned long long) (proportion * (double) mtotal->ll);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Hist_data.cc 781 TValue *mtotal = &total->value[index]; local
789 thresh->i = (int) (proportion * (double) mtotal->i);
792 thresh->d = proportion * mtotal->d;
796 thresh->ull = (unsigned long long) (proportion * (double) mtotal->ll);

Completed in 18 milliseconds