Lines Matching defs:resultL

32  *  Return Value: int32 containing resultL of dot product
40 int32 resultL = 0;
99 resultL = _mm_cvtsi128_si32( m_XMM7 );
106 resultL += ( int32 )*vec1L++ * *vec2L++;
108 resultL += ( int32 )*vec1L++ * *vec2L++;
110 resultL += ( int32 )*vec1L++ * *vec2L++;
112 resultL += ( int32 )*vec1L++ * *vec2L++;
114 resultL += ( int32 )*vec1L++ * *vec2L++;
116 resultL += ( int32 )*vec1L++ * *vec2L++;
118 resultL += ( int32 )*vec1L++ * *vec2L++;
120 resultL += ( int32 )*vec1L++ * *vec2L++;
122 resultL += ( int32 )*vec1L++ * *vec2L++;
124 resultL += ( int32 )*vec1L++ * *vec2L++;
126 resultL += ( int32 )*vec1L++ * *vec2L++;
128 resultL += ( int32 )*vec1L++ * *vec2L++;
130 resultL += ( int32 )*vec1L++ * *vec2L++;
132 resultL += ( int32 )*vec1L++ * *vec2L++;
134 resultL += ( int32 )*vec1L++ * *vec2L++;
137 return resultL;
152 int32 resultL = 0;
190 resultL = _mm_cvtsi128_si32( m_XMM0 ); /* 1st 32bits */
194 resultL += _mm_cvtsi128_si32( m_XMM0 ); /* 2nd 32bits */
198 resultL += _mm_cvtsi128_si32( m_XMM0 ); /* 3rd 32bits */
202 resultL += _mm_cvtsi128_si32( m_XMM0 ); /* 4th 32bits */
208 resultL += ( int32 )*vec1L++ * *vec2L++;
210 resultL += ( int32 )*vec1L++ * *vec2L++;
212 resultL += ( int32 )*vec1L++ * *vec2L++;
214 resultL += ( int32 )*vec1L++ * *vec2L++;
216 resultL += ( int32 )*vec1L++ * *vec2L++;
218 resultL += ( int32 )*vec1L++ * *vec2L++;
220 resultL += ( int32 )*vec1L++ * *vec2L++;
222 resultL += ( int32 )*vec1L++ * *vec2L++;
224 resultL += ( int32 )*vec1L++ * *vec2L++;
226 resultL += ( int32 )*vec1L++ * *vec2L++;
228 resultL += ( int32 )*vec1L++ * *vec2L++;
230 resultL += ( int32 )*vec1L++ * *vec2L++;
232 resultL += ( int32 )*vec1L++ * *vec2L++;
234 resultL += ( int32 )*vec1L++ * *vec2L++;
236 resultL += ( int32 )*vec1L++ * *vec2L++;
239 return resultL;
254 int32 resultL = 0;
294 resultL = _mm_cvtsi128_si32( m_XMM0 ); /* 1st 32bits */
298 resultL += _mm_cvtsi128_si32( m_XMM0 ); /* 2nd 32bits */
302 resultL += _mm_cvtsi128_si32( m_XMM0 ); /* 3rd 32bits */
306 resultL += _mm_cvtsi128_si32( m_XMM0 ); /* 4th 32bits */
313 resultL += ( int32 )*vec1L++ * *vec2L++;
315 resultL += ( int32 )*vec1L++ * *vec2L++;
317 resultL += ( int32 )*vec1L++ * *vec2L++;
319 resultL += ( int32 )*vec1L++ * *vec2L++;
321 resultL += ( int32 )*vec1L++ * *vec2L++;
323 resultL += ( int32 )*vec1L++ * *vec2L++;
325 resultL += ( int32 )*vec1L++ * *vec2L++;
327 resultL += ( int32 )*vec1L++ * *vec2L++;
329 resultL += ( int32 )*vec1L++ * *vec2L++;
331 resultL += ( int32 )*vec1L++ * *vec2L++;
333 resultL += ( int32 )*vec1L++ * *vec2L++;
335 resultL += ( int32 )*vec1L++ * *vec2L++;
337 resultL += ( int32 )*vec1L++ * *vec2L++;
339 resultL += ( int32 )*vec1L++ * *vec2L++;
341 resultL += ( int32 )*vec1L++ * *vec2L++;
344 return resultL;