Home
last modified time | relevance | path

Searched refs:ln2_small (Results 1 – 6 of 6) sorted by relevance

/dports/devel/vc/Vc-1.4.2/Vc/common/
H A Dlogarithm.h146 y += exponent * C::ln2_small(); in log_series()
152 y += exponent * C::ln2_small(); in log_series()
191 y += exponent * C::ln2_small(); in log_series()
197 y += exponent * C::ln2_small(); in log_series()
H A Dmath.h71 … x -= px * C::ln2_small(); //Vc::Detail::doubleConstant<1, 0x0007f7d1cf79abcaull, -20>(); // ln2 in exp()
111 … x -= px * C::ln2_small(); //Vc::Detail::doubleConstant<1, 0x0007f7d1cf79abcaull, -20>(); // ln2 in exp()
H A Dexponential.h64 x -= z * C::ln2_small(); in exp()
/dports/devel/vc/Vc-1.4.2/Vc/sse/
H A Dconst.h74 static Vc_ALWAYS_INLINE Vc_CONST V ln2_small() { return load(c_log<T>::d(17)); } in ln2_small() function
/dports/devel/vc/Vc-1.4.2/Vc/avx/
H A Dconst.h98 static Vc_ALWAYS_INLINE Vc_CONST V ln2_small() { return V(c_log<T>::d(17)); }
/dports/devel/vc/Vc-1.4.2/godbolt/
H A DVc14460 static Vc_ALWAYS_INLINE Vc_CONST V ln2_small() { return V(c_log<T>::d(17)); }
21715 static Vc_ALWAYS_INLINE Vc_CONST V ln2_small() { return load(c_log<T>::d(17)); }
22645 y += exponent * C::ln2_small();
22651 y += exponent * C::ln2_small();
22687 y += exponent * C::ln2_small();
22693 y += exponent * C::ln2_small();
22773 x -= z * C::ln2_small();
22801 x -= px * C::ln2_small();
22834 x -= px * C::ln2_small();