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

Function vfnma

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

Source from the content-addressed store, hash-verified

1559}
1560
1561CPPSPMD_FORCE_INLINE vfloat vfnma(const vfloat& a, const vfloat& b, const vfloat& c)
1562{
1563 return vfloat{ _mm_sub_ps(c.m_value, _mm_mul_ps(a.m_value, b.m_value)) };
1564}
1565
1566CPPSPMD_FORCE_INLINE vfloat vfnms(const vfloat& a, const vfloat& b, const vfloat& c)
1567{

Callers 6

sincos_est_aMethod · 0.85
recip_est1Method · 0.85
recip_est1_pnMethod · 0.85
rsqrt_est1Method · 0.85
rsqrt_est2Method · 0.85
CPPSPMD_DECLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected