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

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

Completed in 67 milliseconds