Lines Matching full:exp2
2104 class Exp2 : public ExpFunc { public: Exp2 (void) : ExpFunc("exp2", deExp2) {} };
2107 ExprP<float> exp2 (const ExprP<float>& x) { return app<Exp2>(x); }
2225 DEFINE_DERIVED_FLOAT2(Pow, pow, x, y, exp2(y * log2(x)));
3369 Interval ret = call<Exp2>(ctx, iargs.b);
3370 // Khronos bug 11180 consensus: if exp2(exponent) cannot be represented,
5199 addScalarFactory<Exp2>(*funcs);