Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcclibs/libmudflap/
HDmf-runtime.c1425 static float smoothed_new_shift = -1.0; in __mf_adapt_cache() local
1457 if (smoothed_new_shift < 0) smoothed_new_shift = __mf_lc_shift; in __mf_adapt_cache()
1459 smoothed_new_shift = 0.9*smoothed_new_shift + 0.1*i; in __mf_adapt_cache()
1460 new_shift = (unsigned) (smoothed_new_shift + 0.5); in __mf_adapt_cache()