Home | History | Annotate | Download | only in glshared

Lines Matching defs:Log2

2147 class Log2	: public LogFunc		{ public: Log2	(void) : LogFunc("log2", deLog2) {} };
2150 ExprP<float> log2 (const ExprP<float>& x) { return app<Log2>(x); }
2234 DEFINE_DERIVED_FLOAT2(Pow, pow, x, y, exp2(y * log2(x)));
5242 addScalarFactory<Log2>(*funcs);