Home
last modified time | relevance | path

Searched refs:hist_scale (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gprof/
H A Dhist.c50 double hist_scale; variable
208 bin_of_entry = (sym->hist.scaled_addr - lowpc) / hist_scale; in scale_and_align_entries()
210 / hist_scale); in scale_and_align_entries()
272 hist_scale = highpc - lowpc; in hist_assign_samples()
273 hist_scale /= hist_num_bins; in hist_assign_samples()
283 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i); in hist_assign_samples()
284 bin_high_pc = lowpc + (bfd_vma) (hist_scale * (i + 1)); in hist_assign_samples()
320 symtab.base[j].name, overlap * time / hist_scale, in hist_assign_samples()
324 credit = overlap * time / hist_scale; in hist_assign_samples()
360 (long) hist_scale * sizeof (UNIT)); in print_header()
H A Dhist.h32 extern double hist_scale;
/dports/devel/djgpp-binutils/binutils-2.17/gprof/
H A Dhist.c50 double hist_scale; variable
208 bin_of_entry = (sym->hist.scaled_addr - lowpc) / hist_scale; in scale_and_align_entries()
210 / hist_scale); in scale_and_align_entries()
272 hist_scale = highpc - lowpc; in hist_assign_samples()
273 hist_scale /= hist_num_bins; in hist_assign_samples()
283 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i); in hist_assign_samples()
284 bin_high_pc = lowpc + (bfd_vma) (hist_scale * (i + 1)); in hist_assign_samples()
320 symtab.base[j].name, overlap * time / hist_scale, in hist_assign_samples()
324 credit = overlap * time / hist_scale; in hist_assign_samples()
360 (long) hist_scale * sizeof (UNIT)); in print_header()
H A Dhist.h32 extern double hist_scale;
/dports/graphics/opencv/opencv-4.5.3/samples/python/
H A Dcolor_histogram.py26 self.hist_scale = val
38 self.hist_scale = 10
40 cv.createTrackbar('scale', 'hist', self.hist_scale, 32, self.set_scale)
59 h = np.clip(h*0.005*self.hist_scale, 0, 1)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gprof/
H A Dhist.c49 double hist_scale; variable
211 bin_of_entry = (sym->hist.scaled_addr - lowpc) / hist_scale; in scale_and_align_entries()
213 / hist_scale); in scale_and_align_entries()
275 hist_scale = highpc - lowpc; in hist_assign_samples()
276 hist_scale /= hist_num_bins; in hist_assign_samples()
286 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i); in hist_assign_samples()
287 bin_high_pc = lowpc + (bfd_vma) (hist_scale * (i + 1)); in hist_assign_samples()
323 symtab.base[j].name, overlap * time / hist_scale, in hist_assign_samples()
327 credit = overlap * time / hist_scale; in hist_assign_samples()
364 (long) hist_scale * sizeof (UNIT));
H A Dhist.h32 extern double hist_scale;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gprof/
H A Dhist.c49 double hist_scale; variable
211 bin_of_entry = (sym->hist.scaled_addr - lowpc) / hist_scale; in scale_and_align_entries()
213 / hist_scale); in scale_and_align_entries()
275 hist_scale = highpc - lowpc; in hist_assign_samples()
276 hist_scale /= hist_num_bins; in hist_assign_samples()
286 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i); in hist_assign_samples()
287 bin_high_pc = lowpc + (bfd_vma) (hist_scale * (i + 1)); in hist_assign_samples()
323 symtab.base[j].name, overlap * time / hist_scale, in hist_assign_samples()
327 credit = overlap * time / hist_scale; in hist_assign_samples()
364 (long) hist_scale * sizeof (UNIT));
H A Dhist.h32 extern double hist_scale;
/dports/devel/binutils/binutils-2.37/gprof/
H A Dhist.c52 double hist_scale; variable
127 hist_scale = n_hist_scale; in read_histogram_header()
155 if (fabs (hist_scale - n_hist_scale) > 0.000001) in read_histogram_header()
306 bin_of_entry = (sym->hist.scaled_addr - r->lowpc) / hist_scale; in scale_and_align_entries()
308 / hist_scale); in scale_and_align_entries()
379 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i); in hist_assign_samples_1()
380 bin_high_pc = lowpc + (bfd_vma) (hist_scale * (i + 1)); in hist_assign_samples_1()
419 symtab.base[j].name, overlap * count_time / hist_scale, in hist_assign_samples_1()
423 credit = overlap * count_time / hist_scale; in hist_assign_samples_1()
471 (long) hist_scale * (long) sizeof (UNIT)); in print_header()
H A Dhist.h38 extern double hist_scale;
H A DChangeLog-200856 set num_histograms and hist_scale.
H A Dgmon_io.c499 hist_scale = (double)((tmp.high_pc - tmp.low_pc) / sizeof (UNIT)) in gmon_out_read()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gprof/
H A Dhist.c52 double hist_scale; variable
127 hist_scale = n_hist_scale; in read_histogram_header()
155 if (fabs (hist_scale - n_hist_scale) > 0.000001) in read_histogram_header()
306 bin_of_entry = (sym->hist.scaled_addr - r->lowpc) / hist_scale; in scale_and_align_entries()
308 / hist_scale); in scale_and_align_entries()
379 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i); in hist_assign_samples_1()
380 bin_high_pc = lowpc + (bfd_vma) (hist_scale * (i + 1)); in hist_assign_samples_1()
419 symtab.base[j].name, overlap * count_time / hist_scale, in hist_assign_samples_1()
423 credit = overlap * count_time / hist_scale; in hist_assign_samples_1()
471 (long) hist_scale * (long) sizeof (UNIT)); in print_header()
H A Dhist.h38 extern double hist_scale;
H A DChangeLog-200856 set num_histograms and hist_scale.
/dports/devel/arm-elf-binutils/binutils-2.37/gprof/
H A Dhist.c52 double hist_scale; variable
127 hist_scale = n_hist_scale; in read_histogram_header()
155 if (fabs (hist_scale - n_hist_scale) > 0.000001) in read_histogram_header()
306 bin_of_entry = (sym->hist.scaled_addr - r->lowpc) / hist_scale; in scale_and_align_entries()
308 / hist_scale); in scale_and_align_entries()
379 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i); in hist_assign_samples_1()
380 bin_high_pc = lowpc + (bfd_vma) (hist_scale * (i + 1)); in hist_assign_samples_1()
419 symtab.base[j].name, overlap * count_time / hist_scale, in hist_assign_samples_1()
423 credit = overlap * count_time / hist_scale; in hist_assign_samples_1()
471 (long) hist_scale * (long) sizeof (UNIT)); in print_header()
H A Dhist.h38 extern double hist_scale;
H A DChangeLog-200856 set num_histograms and hist_scale.
/dports/devel/gnulibiberty/binutils-2.37/gprof/
H A Dhist.c52 double hist_scale; variable
127 hist_scale = n_hist_scale; in read_histogram_header()
155 if (fabs (hist_scale - n_hist_scale) > 0.000001) in read_histogram_header()
306 bin_of_entry = (sym->hist.scaled_addr - r->lowpc) / hist_scale; in scale_and_align_entries()
308 / hist_scale); in scale_and_align_entries()
379 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i); in hist_assign_samples_1()
380 bin_high_pc = lowpc + (bfd_vma) (hist_scale * (i + 1)); in hist_assign_samples_1()
419 symtab.base[j].name, overlap * count_time / hist_scale, in hist_assign_samples_1()
423 credit = overlap * count_time / hist_scale; in hist_assign_samples_1()
471 (long) hist_scale * (long) sizeof (UNIT)); in print_header()
H A Dhist.h38 extern double hist_scale;
H A DChangeLog-200856 set num_histograms and hist_scale.
/dports/lang/gnatdroid-binutils/binutils-2.27/gprof/
H A Dhist.c52 double hist_scale; variable
127 hist_scale = n_hist_scale; in read_histogram_header()
155 if (fabs (hist_scale - n_hist_scale) > 0.000001) in read_histogram_header()
306 bin_of_entry = (sym->hist.scaled_addr - r->lowpc) / hist_scale; in scale_and_align_entries()
308 / hist_scale); in scale_and_align_entries()
379 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i); in hist_assign_samples_1()
380 bin_high_pc = lowpc + (bfd_vma) (hist_scale * (i + 1)); in hist_assign_samples_1()
419 symtab.base[j].name, overlap * count_time / hist_scale, in hist_assign_samples_1()
423 credit = overlap * count_time / hist_scale; in hist_assign_samples_1()
471 (long) hist_scale * (long) sizeof (UNIT)); in print_header()
H A Dhist.h38 extern double hist_scale;
H A DChangeLog-200856 set num_histograms and hist_scale.

12