Searched refs:r_lo (Results 1 – 1 of 1) sorted by relevance
54 const u32 r_lo = (u32)(rate >> 0); in nnmathMultiplyAndDivide() local59 + ( (s64)(x_hi) * r_lo in nnmathMultiplyAndDivide()61 + (((u64)(x_lo) * r_lo) >> 32); in nnmathMultiplyAndDivide()91 const u32 r_lo = (u32)(rate >> 0); in nnmathMultiplyRate() local96 + ( (u64)(x_hi) * r_lo in nnmathMultiplyRate()98 + (((u64)(x_lo) * r_lo) >> 32); in nnmathMultiplyRate()