Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDpredict.c67 real_inv_br_prob_base, real_one_half, real_bb_freq_max; variable
2226 sreal_init (&real_one_half, 1, -1); in estimate_bb_frequencies()
2267 sreal_add (&tmp, &tmp, &real_one_half); in estimate_bb_frequencies()
/dragonfly/contrib/gcc-8.0/gcc/
HDpredict.c83 real_inv_br_prob_base, real_one_half, real_bb_freq_max; variable
3664 real_one_half = sreal (1, -1); in estimate_bb_frequencies()
3711 sreal tmp = BLOCK_INFO (bb)->frequency * freq_max + real_one_half; in estimate_bb_frequencies()