Home
last modified time | relevance | path

Searched refs:vfastpow2 (Results 1 – 8 of 8) sorted by relevance

/dports/audio/faust/faust-2.37.3/architecture/sam/
H A Dfastexp.h89 vfastpow2 (const v4sf p) in vfastpow2() function
117 return vfastpow2 (c_invlog_2 * p); in vfastexp()
/dports/graphics/libmypaint/libmypaint-1.6.1/fastapprox/
H A Dfastexp.h86 vfastpow2 (const v4sf p) in vfastpow2() function
114 return vfastpow2 (c_invlog_2 * p); in vfastexp()
H A Dfastpow.h70 return vfastpow2 (p * vfastlog2 (x)); in vfastpow()
/dports/graphics/mypaint/mypaint-2.0.1/lib/fastapprox/
H A Dfastexp.h86 vfastpow2 (const v4sf p) in vfastpow2() function
114 return vfastpow2 (c_invlog_2 * p); in vfastexp()
H A Dfastpow.h70 return vfastpow2 (p * vfastlog2 (x)); in vfastpow()
H A Dfasterf.h134 …return v4sfl (2.0f) / (v4sfl (1.0f) + vfastpow2 (k * x)) - a * x * (b * xquad - v4sfl (1.0f)) * vf… in vfasterfc()
H A Dfastonebigheader.h267 vfastpow2 (const v4sf p) in vfastpow2() function
295 return vfastpow2 (c_invlog_2 * p); in vfastexp()
592 …return v4sfl (2.0f) / (v4sfl (1.0f) + vfastpow2 (k * x)) - a * x * (b * xquad - v4sfl (1.0f)) * vf… in vfasterfc()
1203 return vfastpow2 (p * vfastlog2 (x)); in vfastpow()
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/vowpalwabbit/
H A Dlda_core.cc168 vfastpow2 (const v4sf p) in vfastpow2() function
196 return vfastpow2 (c_invlog_2 * p); in vfastexp()