Searched refs:Exp2 (Results 1 – 4 of 4) sorted by relevance
182 // Exp2, Log2
2104 class Exp2 : public ExpFunc { public: Exp2 (void) : ExpFunc("exp2", deExp2) {} }; in Exp2() class2107 ExprP<float> exp2 (const ExprP<float>& x) { return app<Exp2>(x); } in exp2()3369 Interval ret = call<Exp2>(ctx, iargs.b); in doApply()5199 addScalarFactory<Exp2>(*funcs); in createES3BuiltinCases()
294 // Exp2 Log2
367 // Exp2 Log2