Home | History | Annotate | Download | only in glshared

Lines Matching refs:Pow

2234 DEFINE_DERIVED_FLOAT2(Pow,		pow,		x,	y,	exp2(y * log2(x)));
5238 addScalarFactory<Pow>(*funcs);