Home
last modified time | relevance | path

Searched refs:root_value (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgenautomata.c6536 double root_value; in estimate_one_automaton_bound() local
6545 root_value = exp (log (DECL_UNIT (decl)->max_occ_cycle_num in estimate_one_automaton_bound()
6548 if (MAX_FLOATING_POINT_VALUE_FOR_AUTOMATON_BOUND / root_value in estimate_one_automaton_bound()
6550 one_automaton_estimation_bound *= root_value; in estimate_one_automaton_bound()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgenautomata.c6564 double root_value; in estimate_one_automaton_bound() local
6573 root_value = exp (log (DECL_UNIT (decl)->max_occ_cycle_num in estimate_one_automaton_bound()
6576 if (MAX_FLOATING_POINT_VALUE_FOR_AUTOMATON_BOUND / root_value in estimate_one_automaton_bound()
6578 one_automaton_estimation_bound *= root_value; in estimate_one_automaton_bound()