MCPcopy Create free account
hub / github.com/defold/defold / vfma

Function vfma

engine/dlib/src/basis/encoder/cppspmd_sse.h:1551–1554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1549}
1550
1551CPPSPMD_FORCE_INLINE vfloat vfma(const vfloat& a, const vfloat& b, const vfloat& c)
1552{
1553 return vfloat{ _mm_add_ps(_mm_mul_ps(a.m_value, b.m_value), c.m_value) };
1554}
1555
1556CPPSPMD_FORCE_INLINE vfloat vfms(const vfloat& a, const vfloat& b, const vfloat& c)
1557{

Callers 6

exp2_estMethod · 0.85
sincos_est_aMethod · 0.85
atan2_estMethod · 0.85
tan82Method · 0.85
get_randfMethod · 0.85
lerpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected