OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_hist_scale
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/src/
gmon_hist.cc
109
double
n_hist_scale
;
local
124
n_hist_scale
= (double)(record->highpc - record->lowpc) / sizeof (UNIT)
139
hist_scale =
n_hist_scale
;
167
if (fabs (hist_scale -
n_hist_scale
) > 0.000001)
171
whoami, hist_scale,
n_hist_scale
);
/src/external/gpl3/binutils/dist/gprof/
hist.c
97
double
n_hist_scale
;
local
112
n_hist_scale
= (double)(record->highpc - record->lowpc) / sizeof (UNIT)
127
hist_scale =
n_hist_scale
;
155
if (fabs (hist_scale -
n_hist_scale
) > 0.000001)
159
whoami, hist_scale,
n_hist_scale
);
/src/external/gpl3/binutils.old/dist/gprof/
hist.c
97
double
n_hist_scale
;
local
112
n_hist_scale
= (double)(record->highpc - record->lowpc) / sizeof (UNIT)
127
hist_scale =
n_hist_scale
;
155
if (fabs (hist_scale -
n_hist_scale
) > 0.000001)
159
whoami, hist_scale,
n_hist_scale
);
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026