Searched refs:temp_product (Results 1 – 1 of 1) sorted by relevance
77 WORD64 temp_product; in mult32x16hin32_shl() local79 temp_product = (WORD64)a * (WORD64)(b >> 16); in mult32x16hin32_shl()80 product = (WORD32)(temp_product >> 16); in mult32x16hin32_shl()