Searched refs:r_hi (Results 1 – 1 of 1) sorted by relevance
37 const s32 r_hi = (s32)(rate >> 32); in nnmathMultiplyAndDivide() local42 return (((s64)(x_hi) * r_hi) << 32) in nnmathMultiplyAndDivide()44 + (s64)(r_hi) * x_lo ) in nnmathMultiplyAndDivide()