Searched refs:deExp2 (Results 1 – 4 of 4) sorted by relevance
130 DE_INLINE double deExp2 (double a) { return exp(a * log(2.0)); } in deExp2() function
13063 const double result (deExp2(d)); in calc()13431 const double e2d (deExp2(yd * l2d)); in calc()13439 const double e2d (deExp2(yd * l2.asDouble())); in calc()
2143 class Exp2 : public ExpFunc { public: Exp2 (void) : ExpFunc("exp2", deExp2) {} }; in Exp2()
2622 class Exp2 : public ExpFunc<T> { public: Exp2 (void) : ExpFunc<T>("exp2", deExp2) {} }; in Exp2()