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

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Denums.h184 CMP_RATIO = 2, enumerator in enum:CmpMode
H A DDbeView.cc622 return 0 != (settings->get_compare_mode () & (CMP_DELTA | CMP_ENABLE | CMP_RATIO));
910 else if ((mode & CMP_RATIO) != 0)
1021 new_met->set_raw_visbits (m->get_visbits () & ~(CMP_DELTA | CMP_RATIO));
1379 if ((mode & (CMP_DELTA | CMP_RATIO)) != 0)
1388 if ((mode & CMP_RATIO) != 0)
H A DSettings.cc718 set_compare_mode (CMP_RATIO);
H A Dgp-display-text.cc1252 cmp = CMP_RATIO;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Denums.h184 CMP_RATIO = 2, enumerator in enum:CmpMode
H A DDbeView.cc622 return 0 != (settings->get_compare_mode () & (CMP_DELTA | CMP_ENABLE | CMP_RATIO));
910 else if ((mode & CMP_RATIO) != 0)
1021 new_met->set_raw_visbits (m->get_visbits () & ~(CMP_DELTA | CMP_RATIO));
1379 if ((mode & (CMP_DELTA | CMP_RATIO)) != 0)
1388 if ((mode & CMP_RATIO) != 0)
H A DSettings.cc718 set_compare_mode (CMP_RATIO);
H A Dgp-display-text.cc1257 cmp = CMP_RATIO;
/netbsd-current/external/lgpl3/gmp/dist/tune/
H A Dspeed.c100 #define CMP_RATIO 2 macro
687 before CMP_RATIO or CMP_DIFFERENCE. There's only a fastest shown
717 if (option_cmp == CMP_RATIO && i > 0)
742 In CMP_RATIO, print the first column as 1.0.
753 : (option_cmp == CMP_RATIO && i == 0) ? 1.0
772 || (option_cmp == CMP_RATIO && i > 0))
1236 option_cmp = CMP_RATIO;
1333 if ((option_cmp == CMP_RATIO || option_cmp == CMP_DIFFERENCE) &&

Completed in 139 milliseconds