Home | History | Annotate | Download | only in effects

Lines Matching defs:x2

642     float x2 = x*x;
643 float x3 = x2*x;
646 return 0.5625f - (x3 / 6.0f - 3.0f * x2 * 0.25f + 1.125f * x);
651 return 0.4375f + (-x3 / 6.0f - 3.0f * x2 * 0.25f - 1.125f * x);