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

/haiku-buildtools/gcc/gcc/
H A Dprofile.c523 #define OVERLAP_BASE 10000
528 Degree of overlap is a number between 0 and OVERLAP_BASE. It is
530 two profiles. And overlap of OVERLAP_BASE means two profiles are
550 overlap += MIN (bb->count * OVERLAP_BASE / count_total,
551 bb->frequency * OVERLAP_BASE / freq_total);
725 overlap / (OVERLAP_BASE / 100),
726 overlap % (OVERLAP_BASE / 100));
522 #define OVERLAP_BASE macro

Completed in 89 milliseconds