Home | History | Annotate | Download | only in effects

Lines Matching defs:x2

662     float x2 = x*x;
663 float x3 = x2*x;
666 return 0.5625f - (x3 / 6.0f - 3.0f * x2 * 0.25f + 1.125f * x);
671 return 0.4375f + (-x3 / 6.0f - 3.0f * x2 * 0.25f - 1.125f * x);