Searched refs:tmp2 (Results 1 – 1 of 1) sorted by relevance
155 fx32 tmp1, tmp2; in VEC_Fx16DotProduct() local160 tmp2 = (a->z * b->z) + (1 << (FX64_SHIFT - 1)); in VEC_Fx16DotProduct()161 return (fx32)(((fx64)tmp1 + tmp2) >> FX64_SHIFT); in VEC_Fx16DotProduct()