fastBounceOut     180 src/swfc-history.c 		case IF_FAST_BOUNCE_OUT: return fastBounceOut(fraction, p1, p2 - p1, inter->bounces, inter->growth, inter->damping);
fastBounceOut     301 src/swfc-interpolation.c     return fastBounceOut(2 * fraction - 1, start + delta / 2, delta / 2, bounces, growth, damping);
fastBounceOut     111 src/swfc-interpolation.h float fastBounceOut(float fraction, float start, float delta, int bounces, float growth, float damping);