Home
last modified time | relevance | path

Searched refs:diff (Results 1 – 3 of 3) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Dsinglecolourfit.cpp150 int diff = sources[channel]->error; in ComputeEndPoints() local
151 error += diff*diff; in ComputeEndPoints()
H A Dsimd_ve.h136 vector float diff = vec_nmsub( estimate, v.m_v, ( vector float )( 1.0f ) ); in Reciprocal() local
137 return Vec4( vec_madd( diff, estimate, estimate ) ); in Reciprocal()
H A Dsimd_sse.h132 __m128 diff = _mm_sub_ps( _mm_set1_ps( 1.0f ), _mm_mul_ps( estimate, v.m_v ) ); in Reciprocal() local
133 return Vec4( _mm_add_ps( _mm_mul_ps( diff, estimate ), estimate ) ); in Reciprocal()