Searched refs:deExp2 (Results 1 – 6 of 6) sorted by relevance
207 DE_INLINE double deExp2 (double a) { return exp(a * log(2.0)); } in deExp2() function
2144 class Exp2 : public ExpFunc { public: Exp2 (void) : ExpFunc("exp2", deExp2) {} }; in Exp2()
15064 const double result (deExp2(d)); in calc()15432 const double e2d (deExp2(yd * l2d)); in calc()15440 const double e2d (deExp2(yd * l2.asDouble())); in calc()
2797 class Exp2 : public ExpFunc<T> { public: Exp2 (void) : ExpFunc<T>("exp2", deExp2) {} }; in Exp2()