Searched refs:r_hi (Results 1 – 1 of 1) sorted by relevance
53 const s32 r_hi = (s32)(rate >> 32); in nnmathMultiplyAndDivide() local58 return (((s64)(x_hi) * r_hi) << 32) in nnmathMultiplyAndDivide()60 + (s64)(r_hi) * x_lo ) in nnmathMultiplyAndDivide()90 const u32 r_hi = (u32)(rate >> 32); in nnmathMultiplyRate() local95 return (((u64)(x_hi) * r_hi) << 32) in nnmathMultiplyRate()97 + (u64)(r_hi) * x_lo ) in nnmathMultiplyRate()