Home | History | Annotate | Download | only in effects

Lines Matching defs:x3

659     float x3 = x2*x;
662 return 0.5625f - (x3 / 6.0f - 3.0f * x2 * 0.25f + 1.125f * x);
665 return 0.5f - (0.75f * x - x3 / 3.0f);
667 return 0.4375f + (-x3 / 6.0f - 3.0f * x2 * 0.25f - 1.125f * x);