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