Home | History | Annotate | Download | only in Shader

Lines Matching refs:e_x

439 		Float4 e_x = exponential(x, pp);
441 return (e_x - e_minus_x) / (e_x + e_minus_x);