Home
last modified time | relevance | path

Searched refs:nmul_add (Results 1 – 14 of 14) sorted by relevance

/dports/biology/iqtree/IQ-TREE-2.0.6/vectorclass/
H A Dvectormath_trig.h173 …x = nmul_add(y, DP3, nmul_add(y, DP2, nmul_add(y, DP1, xa))); // x = ((xa - y * DP1) - y * DP2)… in sincos_d()
180 …c = mul_add(x2 * x2, c, nmul_add(x2, 0.5, 1.0)); // c = 1.0 - x2 * 0.5 + (x2 * x2)… in sincos_d()
299 …x = nmul_add(y, DP3F, nmul_add(y, DP2F, nmul_add(y, DP1F, xa))); // x = ((xa - y * DP1F) - y * DP2… in sincos_f()
307 c = polynomial_2(x2, P0cosf, P1cosf, P2cosf) * (x2*x2) + nmul_add(0.5f, x2, 1.0f); in sincos_f()
442 …z = nmul_add(y, DP3, nmul_add(y, DP2, nmul_add(y, DP1, xa))); //z = ((xa - y * DP1) - y * DP2) … in tan_d()
H A Dvectormath_exp.h174 x = nmul_add(r, ln2d_hi, x); // x -= r * ln2d_hi; in exp_d()
175 x = nmul_add(r, ln2d_lo, x); // x -= r * ln2d_lo; in exp_d()
190 x = nmul_add(r, log10_2_hi, x); // x -= r * log10_2_hi; in exp_d()
191 x = nmul_add(r, log10_2_lo, x); // x -= r * log10_2_lo; in exp_d()
398 x = nmul_add(r, VTYPE(ln2f_hi), x); // x -= r * ln2f_hi; in exp_f()
399 x = nmul_add(r, VTYPE(ln2f_lo), x); // x -= r * ln2f_lo; in exp_f()
538 x1 = nmul_add(r, Vec16f(ln2f_hi), x1); // x -= r * ln2f_hi; in exp()
539 x1 = nmul_add(r, Vec16f(ln2f_lo), x1); // x -= r * ln2f_lo; in exp()
1406 v = nmul_add(e2, ln2d_lo, v); // v -= e2 * ln2d_lo; in pow_template_d()
1420 x = nmul_add(e3, VM_LN2, x); // x -= e3 * VM_LN2; in pow_template_d()
[all …]
H A Dvectorf256e.h968 static inline Vec8f nmul_add(Vec8f const & a, Vec8f const & b, Vec8f const & c) { in nmul_add() function
969 …return Vec8f(nmul_add(a.get_low(),b.get_low(),c.get_low()), nmul_add(a.get_high(),b.get_high(),c.g… in nmul_add()
1602 static inline Vec4d nmul_add(Vec4d const & a, Vec4d const & b, Vec4d const & c) { in nmul_add() function
1603 …return Vec4d(nmul_add(a.get_low(),b.get_low(),c.get_low()), nmul_add(a.get_high(),b.get_high(),c.g… in nmul_add()
H A Dvectorf64.h349 static inline Vec1d nmul_add(Vec1d const & a, Vec1d const & b, Vec1d const & c) { in nmul_add() function
H A Dvectorf512e.h777 static inline Vec16f nmul_add(Vec16f const & a, Vec16f const & b, Vec16f const & c) { in nmul_add() function
778 …return Vec16f(nmul_add(a.get_low(), b.get_low(), c.get_low()), nmul_add(a.get_high(), b.get_high()… in nmul_add()
1429 static inline Vec8d nmul_add(Vec8d const & a, Vec8d const & b, Vec8d const & c) { in nmul_add() function
1430 …return Vec8d(nmul_add(a.get_low(), b.get_low(), c.get_low()), nmul_add(a.get_high(), b.get_high(),… in nmul_add()
H A Dvectorf128.h1111 static inline Vec4f nmul_add(Vec4f const & a, Vec4f const & b, Vec4f const & c) { in nmul_add() function
2162 static inline Vec2d nmul_add(Vec2d const & a, Vec2d const & b, Vec2d const & c) { in nmul_add() function
H A Dvectorf512.h857 static inline Vec16f nmul_add(Vec16f const & a, Vec16f const & b, Vec16f const & c) { in nmul_add() function
1584 static inline Vec8d nmul_add(Vec8d const & a, Vec8d const & b, Vec8d const & c) { in nmul_add() function
H A Dvectorf256.h1106 static inline Vec8f nmul_add(Vec8f const & a, Vec8f const & b, Vec8f const & c) { in nmul_add() function
1958 static inline Vec4d nmul_add(Vec4d const & a, Vec4d const & b, Vec4d const & c) { in nmul_add() function
/dports/biology/iqtree/IQ-TREE-2.0.6/tree/
H A Dphylokernelnonrev.h804 my_ddf += nmul_add(tmp1, df_frac, tmp2);
962 my_ddf += nmul_add(tmp1, df_frac, tmp2);
H A Dphylokernelsitemodel.h508 ddf_ptn_sum = nmul_add(df_ptn_sum, df_ptn_sum, ddf_ptn_sum); in computeSitemodelLikelihoodDervEigenSIMD()
H A Dphylokernelnew.h2373 my_ddf[i*nmixlen+i] += nmul_add(df_ptn[i],df_ptn[i], ddf_ptn[i]) * freq; in computeLikelihoodDervSIMD()
2448 my_ddf += nmul_add(tmp1, df_frac, tmp2); in computeLikelihoodDervSIMD()
3497 my_ddf += nmul_add(df_ptn, df_ptn, ddf_ptn) * freq; in computeLikelihoodDervMixlenSIMD()
H A Dphylokernelmixrate.h591 ddf_ptn = nmul_add(df_ptn, df_ptn, ddf_ptn); in computeMixrateLikelihoodDervEigenSIMD()
H A Dphylokernelmixture.h622 ddf_ptn = nmul_add(df_ptn, df_ptn, ddf_ptn); in computeMixtureLikelihoodDervEigenSIMD()
H A Dphylokernelsafe.h754 ddf_ptn = nmul_add(df_ptn, df_ptn, ddf_ptn); in computeLikelihoodDervEigenSIMD()