Searched refs:x_hi (Results 1 – 1 of 1) sorted by relevance
39 const s32 x_hi = (s32)(x >> 32); in nnmathMultiplyAndDivide() local42 return (((s64)(x_hi) * r_hi) << 32) in nnmathMultiplyAndDivide()43 + ( (s64)(x_hi) * r_lo in nnmathMultiplyAndDivide()